diff --git a/statvar_imports/bls/qcew/configs/qcew_common_metadata.csv b/statvar_imports/bls/qcew/configs/qcew_common_metadata.csv new file mode 100644 index 0000000000..6b42132ca5 --- /dev/null +++ b/statvar_imports/bls/qcew/configs/qcew_common_metadata.csv @@ -0,0 +1,8 @@ +parameter,value +multi_value_properties,"observationDate, observationAbout, observationPeriod, establishmentOwnership" +header_rows,1 +output_columns,"observationAbout,observationDate,variableMeasured,value,unit, observationPeriod, #input" +word_delimiter, +mapped_columns,8 +#reconcile_nodes,False +#input_rows,6 diff --git a/statvar_imports/bls/qcew/configs/qcew_pvmap_annual.csv b/statvar_imports/bls/qcew/configs/qcew_pvmap_annual.csv new file mode 100644 index 0000000000..815173b577 --- /dev/null +++ b/statvar_imports/bls/qcew/configs/qcew_pvmap_annual.csv @@ -0,0 +1,20 @@ +key,prop,value,,,,,,,, +own_code:0,#ignore,skip,,,,,,,, +own_code:9,#ignore,skip,,,,,,,, +area_fips,#Eval,ObservationAbout=(f'country/USA' if Data == 'US000' else f'geoId/{Data}0' if Data.startswith('C') else f'geoId/{(("0" + Data) if len(Data) == 4 else Data)[:-3]}' if (("0" + Data) if len(Data) == 4 else Data).endswith('000') else f'geoId/{("0" + Data) if len(Data) == 4 else Data}') +area_fips:USCMS,#ignore,skip,,,,,,,, +area_fips:USMSA,#ignore,skip,,,,,,,, +area_fips:USNMS,#ignore,skip,,,,,,,, +industry_code,naics,NAICS/{Data},observationAbout,{ObservationAbout},,,,,, +own_code:1,establishmentOwnership,FederalGovernmentOwned,,,,,,,, +own_code:2,establishmentOwnership,StateGovernmentOwned,,,,,,,, +own_code:3,establishmentOwnership,LocalGovernmentOwned,,,,,,,, +own_code:4,establishmentOwnership,InternationalGovernmentOwned,,,,,,,, +own_code:5,establishmentOwnership,PrivatelyOwned,,,,,,,, +own_code:8,establishmentOwnership,GovernmentOwned,,,,,,,, +year,observationDate,{Number},,,,,,,, +annual_avg_estabs,measuredProperty,count,populationType,BLSEstablishment,observationPeriod,P1Y,value,{Number}, +annual_avg_emplvl,measuredProperty,count,populationType,BLSWorker,observationPeriod,P1Y,value,{Number}, +total_annual_wages,measuredProperty,wagesTotal,populationType,BLSWorker,observationPeriod,P1Y,establishmentOwnership,"""""",value,{Number},#Aggregate,sum, +annual_avg_wkly_wage,measuredProperty,wagesWeekly,populationType,BLSWorker,observationPeriod,P1Y,value,{Number}, +avg_annual_pay,measuredProperty,wagesAnnual,populationType,BLSWorker,observationPeriod,P1Y,value,{Number}, \ No newline at end of file diff --git a/statvar_imports/bls/qcew/configs/qcew_pvmap_quarter.csv b/statvar_imports/bls/qcew/configs/qcew_pvmap_quarter.csv new file mode 100644 index 0000000000..ab03b833cf --- /dev/null +++ b/statvar_imports/bls/qcew/configs/qcew_pvmap_quarter.csv @@ -0,0 +1,25 @@ +key,prop,value,,,,,,,, +own_code:0,#ignore,skip,,,,,,,, +own_code:9,#ignore,skip,,,,,,,, +area_fips,#Eval,ObservationAbout=(f'country/USA' if Data == 'US000' else f'geoId/{Data}0' if Data.startswith('C') else f'geoId/{(("0" + Data) if len(Data) == 4 else Data)[:-3]}' if (("0" + Data) if len(Data) == 4 else Data).endswith('000') else f'geoId/{("0" + Data) if len(Data) == 4 else Data}') +area_fips:USCMS,#ignore,skip,,,,,,,, +area_fips:USMSA,#ignore,skip,,,,,,,, +area_fips:USNMS,#ignore,skip,,,,,,,, +industry_code,naics,NAICS/{Data},observationAbout,{ObservationAbout},,,,,, +own_code:1,establishmentOwnership,FederalGovernmentOwned,,,,,,,, +own_code:2,establishmentOwnership,StateGovernmentOwned,,,,,,,, +own_code:3,establishmentOwnership,LocalGovernmentOwned,,,,,,,, +own_code:4,establishmentOwnership,InternationalGovernmentOwned,,,,,,,, +own_code:5,establishmentOwnership,PrivatelyOwned,,,,,,,, +own_code:8,establishmentOwnership,GovernmentOwned,,,,,,,, +year,Year,{Number},,,,,,,,,, +qtr:1,Qmonth,03,,,,,,,,, +qtr:2,Qmonth,06,,,,,,,,, +qtr:3,Qmonth,09,,,,,,,,, +qtr:4,Qmonth,12,,,,,,,,, +qtrly_estabs,observationPeriod,P3M,measuredProperty,count,populationType,BLSEstablishment,establishmentOwnership,"""""",value,{Number},#Aggregate,sum,observationDate,{Year}-{Qmonth},observationAbout,{ObservationAbout}, +total_qtrly_wages,observationPeriod,P3M,measuredProperty,wagesTotal,populationType,BLSWorker,establishmentOwnership,"""""",value,{Number},#Aggregate,sum,observationDate,{Year}-{Qmonth},observationAbout,{ObservationAbout}, +avg_wkly_wage,observationPeriod,P3M,measuredProperty,wagesWeekly,populationType,BLSWorker,value,{Number},observationDate,{Year}-{Qmonth},observationAbout,{ObservationAbout}, +month1_emplvl,observationPeriod,P1M,measuredProperty,count,populationType,BLSWorker,#Eval,MonthQ1=int(Qmonth)-2,observationDate,{Year}-{MonthQ1},establishmentOwnership,"""""",value,{Number},#Aggregate,sum,observationAbout,{ObservationAbout}, +month2_emplvl,observationPeriod,P1M,measuredProperty,count,populationType,BLSWorker,#Eval,MonthQ2=int(Qmonth)-1,observationDate,{Year}-{MonthQ2},establishmentOwnership,"""""",value,{Number},#Aggregate,sum,observationAbout,{ObservationAbout}, +month3_emplvl,observationPeriod,P1M,measuredProperty,count,populationType,BLSWorker,establishmentOwnership,"""""",value,{Number},#Aggregate,sum,observationDate,{Year}-{Qmonth},, \ No newline at end of file diff --git a/statvar_imports/bls/qcew/existing_statvar_mcf/bls_qcew_statvar_1900_2024_statvars.mcf b/statvar_imports/bls/qcew/existing_statvar_mcf/bls_qcew_statvar_1900_2024_statvars.mcf new file mode 100644 index 0000000000..f60e0cf051 --- /dev/null +++ b/statvar_imports/bls/qcew/existing_statvar_mcf/bls_qcew_statvar_1900_2024_statvars.mcf @@ -0,0 +1,253539 @@ +Node: dcid:dc/xn7brl303kq22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42314 +dcid: "dc/xn7brl303kq22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b6h59cezcnqeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/551112 +dcid: "dc/b6h59cezcnqeg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hn5zq5mmgm9e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/hn5zq5mmgm9e" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m6q13zprkc7dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311514 +dcid: "dc/m6q13zprkc7dd" + +Node: dcid:dc/j6tsfshth8c72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/j6tsfshth8c72" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/50qnj9spzqsr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238392 +dcid: "dc/50qnj9spzqsr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3b41e6pdjb9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/f3b41e6pdjb9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xvzcrhk39wfk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111211 +dcid: "dc/xvzcrhk39wfk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqhfbr3e6nct5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/sqhfbr3e6nct5" + +Node: dcid:dc/5qf5n58nfe2e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331528 +dcid: "dc/5qf5n58nfe2e2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eckmsl84wbchc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/eckmsl84wbchc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zb3fxbktdxkjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/zb3fxbktdxkjh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9bzddm3qtl62h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/9bzddm3qtl62h" + +Node: dcid:dc/lry9hfg0kl062 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443130 +dcid: "dc/lry9hfg0kl062" + +Node: dcid:dc/cmx06wy7ytltb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/cmx06wy7ytltb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nxex1ywbyevd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/nxex1ywbyevd4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4yngqg3t9fk06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/4yngqg3t9fk06" + +Node: dcid:dc/pv9jb1vsqq1j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/pv9jb1vsqq1j" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gdysxdkm303q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4483 +dcid: "dc/gdysxdkm303q5" + +Node: dcid:dc/vwlv7ggr64nz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3222 +dcid: "dc/vwlv7ggr64nz4" + +Node: dcid:dc/3t7lxhccptl2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/3t7lxhccptl2d" + +Node: dcid:dc/dgy1npr6xsdbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332913 +dcid: "dc/dgy1npr6xsdbf" + +Node: dcid:dc/0hry4lccfhcgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/0hry4lccfhcgf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1tc1386e2c7d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/1tc1386e2c7d6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tnrbxsgjz5ehf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424440 +dcid: "dc/tnrbxsgjz5ehf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/20w9sdnbcrkc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/20w9sdnbcrkc1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bywhe01d1bwvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331210 +dcid: "dc/bywhe01d1bwvf" + +Node: dcid:dc/8znhm1nzlq3e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42434 +dcid: "dc/8znhm1nzlq3e2" + +Node: dcid:dc/ldwp5rw9xtvnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/ldwp5rw9xtvnc" + +Node: dcid:dc/8fs4f6xy3h38d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/8fs4f6xy3h38d" + +Node: dcid:dc/y07ww10x0g0d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/y07ww10x0g0d4" + +Node: dcid:dc/74tkl70ym78b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54141 +dcid: "dc/74tkl70ym78b" + +Node: dcid:dc/339hlt94nxze9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/339hlt94nxze9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x18ee2f61z724 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/x18ee2f61z724" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3vgnb0vcqb1bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33271 +dcid: "dc/3vgnb0vcqb1bg" + +Node: dcid:dc/yseyj6ss9nf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/yseyj6ss9nf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6jnwyvr4yt3y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/6jnwyvr4yt3y4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t61ehpfd1082h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33621 +dcid: "dc/t61ehpfd1082h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jns14t167zt2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31599 +dcid: "dc/jns14t167zt2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ynr0lllyf9s63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42343 +dcid: "dc/ynr0lllyf9s63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/146s3893lttkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/146s3893lttkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t0fd6ntlmm6y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/t0fd6ntlmm6y1" + +Node: dcid:dc/nzpwylvsxc0fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/nzpwylvsxc0fd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rgnpnss6emmg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/rgnpnss6emmg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y8cr3rzsdbts +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/y8cr3rzsdbts" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hdnhrb01rknx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/hdnhrb01rknx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5jxwsf2km6br7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/5jxwsf2km6br7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cbdgb8rjpng2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/cbdgb8rjpng2f" + +Node: dcid:dc/jwjmktf5zn6r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/jwjmktf5zn6r9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fq8tqg84c3sn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81292 +dcid: "dc/fq8tqg84c3sn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wsey45sx26whd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488390 +dcid: "dc/wsey45sx26whd" + +Node: dcid:dc/fv385h6we1dj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/fv385h6we1dj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tfbwqkprm5lb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/tfbwqkprm5lb3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2m86vh9bdgkn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/2m86vh9bdgkn5" + +Node: dcid:dc/pf6dpnqz92l03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45392 +dcid: "dc/pf6dpnqz92l03" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rt77cdvn1enb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/rt77cdvn1enb3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yfzdj15zj2306 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4533 +dcid: "dc/yfzdj15zj2306" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vk14ffmy7vnr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53311 +dcid: "dc/vk14ffmy7vnr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0yfx9ymjlnwj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/0yfx9ymjlnwj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nj9gv169dn22d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/nj9gv169dn22d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fgtc7cdgljdw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/fgtc7cdgljdw9" + +Node: dcid:dc/wnkcnk26vqw68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111310 +dcid: "dc/wnkcnk26vqw68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xgffwnynksx4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/xgffwnynksx4b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ts28c4bwx7zf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/ts28c4bwx7zf5" + +Node: dcid:dc/f6649r7xm8rt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/f6649r7xm8rt4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jc2z2lc3eb01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44421 +dcid: "dc/2jc2z2lc3eb01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/02x883denhc09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/02x883denhc09" + +Node: dcid:dc/y1s1eymwl03lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/y1s1eymwl03lg" + +Node: dcid:dc/7xjcx3wefybb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/7xjcx3wefybb1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jbjjg3trfce58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/jbjjg3trfce58" + +Node: dcid:dc/xc83ngfcmz236 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/xc83ngfcmz236" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6wvdysnbb2pk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/6wvdysnbb2pk" + +Node: dcid:dc/p1nj6m45gtswb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/p1nj6m45gtswb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vxqh0tyktjvj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/vxqh0tyktjvj3" + +Node: dcid:dc/69ypq83eec5k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/69ypq83eec5k2" + +Node: dcid:dc/rhd09npskbypf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/rhd09npskbypf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7rqq6kw79zpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/p7rqq6kw79zpc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6x3ygy4wscrfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/6x3ygy4wscrfb" + +Node: dcid:dc/nwt22l0sv3sb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/nwt22l0sv3sb4" + +Node: dcid:dc/98bhg9nlnqyb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326121 +dcid: "dc/98bhg9nlnqyb8" + +Node: dcid:dc/jym1q4h4z501b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/jym1q4h4z501b" + +Node: dcid:dc/2sfrjvcr3m5w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/2sfrjvcr3m5w3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zzq1q24r1f0h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/zzq1q24r1f0h6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0fxvwmb2db1e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/0fxvwmb2db1e9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6462959zebwr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424450 +dcid: "dc/6462959zebwr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gme5dcztgc4w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/gme5dcztgc4w" + +Node: dcid:dc/e0ezrl3373tbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/e0ezrl3373tbf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9gee2bfsbt2x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/9gee2bfsbt2x7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2s2g07ep495q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334515 +dcid: "dc/2s2g07ep495q4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yqxx0qx46pek3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/yqxx0qx46pek3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/676pprbvbz4f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/676pprbvbz4f8" + +Node: dcid:dc/n912w6yb9sjwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/n912w6yb9sjwb" + +Node: dcid:dc/yhr8kdp2qg07d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/yhr8kdp2qg07d" + +Node: dcid:dc/nqzpvh82h3gf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/nqzpvh82h3gf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jq09csyn2s7yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114111 +dcid: "dc/jq09csyn2s7yb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b05eqyep93779 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/b05eqyep93779" + +Node: dcid:dc/w9pkxxrr3bhnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/w9pkxxrr3bhnd" + +Node: dcid:dc/qvc9lry6frl4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/qvc9lry6frl4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/107m0n14ls26c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/107m0n14ls26c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n7pmrm0p7nb8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/n7pmrm0p7nb8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/csc91c4889k29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423740 +dcid: "dc/csc91c4889k29" + +Node: dcid:dc/1wpvlzt6vf581 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334513 +dcid: "dc/1wpvlzt6vf581" + +Node: dcid:dc/3nkcxkpkr3827 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/3nkcxkpkr3827" + +Node: dcid:dc/f56hld2snr5zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/f56hld2snr5zh" + +Node: dcid:dc/j3s54181w956c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42434 +dcid: "dc/j3s54181w956c" + +Node: dcid:dc/q4m5bs883z2sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/q4m5bs883z2sd" + +Node: dcid:dc/newfcfrp1yh3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446130 +dcid: "dc/newfcfrp1yh3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wjrqf8s5tzs53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/wjrqf8s5tzs53" + +Node: dcid:dc/qek899q5gdvm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/qek899q5gdvm7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/61pn5kxdxznpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/61pn5kxdxznpc" + +Node: dcid:dc/0x18dm7l2r1jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/0x18dm7l2r1jf" + +Node: dcid:dc/czbe0w6vkl4ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111335 +dcid: "dc/czbe0w6vkl4ch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pd7s778v9skh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/pd7s778v9skh6" + +Node: dcid:dc/bl8v8r3pxwp1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/bl8v8r3pxwp1c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3n4eqvztbs2m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/3n4eqvztbs2m2" + +Node: dcid:dc/2l365z5dy79j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/2l365z5dy79j6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qhlbh3ldkh6x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213113 +dcid: "dc/qhlbh3ldkh6x8" + +Node: dcid:dc/w6wm4s2r7k3cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326113 +dcid: "dc/w6wm4s2r7k3cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ewvdezbrgxe8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/6ewvdezbrgxe8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x9ec7tep5t21b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339932 +dcid: "dc/x9ec7tep5t21b" + +Node: dcid:dc/hen1hpmw8x4hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/hen1hpmw8x4hb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hpgc8zg7f84b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238151 +dcid: "dc/hpgc8zg7f84b4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/267t7s5x4ls21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451140 +dcid: "dc/267t7s5x4ls21" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1pbqlry91eck6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52313 +dcid: "dc/1pbqlry91eck6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4svh0j409vq8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/4svh0j409vq8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rkveh6tdd5lgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3141 +dcid: "dc/rkveh6tdd5lgb" + +Node: dcid:dc/tmrf6qs80rsw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332322 +dcid: "dc/tmrf6qs80rsw5" + +Node: dcid:dc/58e8p6xr2pl6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/58e8p6xr2pl6h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/485kwnl3mymz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/485kwnl3mymz6" + +Node: dcid:dc/92mk1r1vcwg42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/92mk1r1vcwg42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5rm7e9y8hxk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/d5rm7e9y8hxk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qvwcs9syp2mkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326111 +dcid: "dc/qvwcs9syp2mkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zgghbjskpr3sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332313 +dcid: "dc/zgghbjskpr3sg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4j9pf4mxk0d77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423490 +dcid: "dc/4j9pf4mxk0d77" + +Node: dcid:dc/5d7xy0k9ymmt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21211 +dcid: "dc/5d7xy0k9ymmt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vqw2q0vcylgtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/vqw2q0vcylgtd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w0vh2frtqv47h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/w0vh2frtqv47h" + +Node: dcid:dc/61qncdfh8gq54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/61qncdfh8gq54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wcjg8vrp32yx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54134 +dcid: "dc/wcjg8vrp32yx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55jyv07vhjw5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336991 +dcid: "dc/55jyv07vhjw5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4yeh2sz6ztksd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/4yeh2sz6ztksd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qg5s7zfdr0g65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333414 +dcid: "dc/qg5s7zfdr0g65" + +Node: dcid:dc/84qec4bezq6y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/84qec4bezq6y3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xrdr9jsl1rr49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111334 +dcid: "dc/xrdr9jsl1rr49" + +Node: dcid:dc/ew54kejgl44k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31332 +dcid: "dc/ew54kejgl44k6" + +Node: dcid:dc/x46mkmnc5wrwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/x46mkmnc5wrwc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1d8fs6sddg9l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3256 +dcid: "dc/1d8fs6sddg9l1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f1567921qxdq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/f1567921qxdq7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wljn16f7vcjw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/wljn16f7vcjw" + +Node: dcid:dc/lsq21mck8m5vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/lsq21mck8m5vd" + +Node: dcid:dc/b75wb4eht04cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/b75wb4eht04cg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2lb64hwrxesd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23834 +dcid: "dc/2lb64hwrxesd7" + +Node: dcid:dc/k31jtz8e4ctl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31133 +dcid: "dc/k31jtz8e4ctl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qrj4565kv638b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/qrj4565kv638b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v0mvwx03evzed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/v0mvwx03evzed" + +Node: dcid:dc/41lg8mj4de4k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/41lg8mj4de4k" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/efhhph33zlx3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/efhhph33zlx3g" + +Node: dcid:dc/8lm18str0vs1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/8lm18str0vs1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ecjqtv3r74f82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/ecjqtv3r74f82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2c6f7xrs1e7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448110 +dcid: "dc/r2c6f7xrs1e7d" + +Node: dcid:dc/4092h192qt956 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/4092h192qt956" + +Node: dcid:dc/qfwe1rhkjzfd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42349 +dcid: "dc/qfwe1rhkjzfd5" + +Node: dcid:dc/14ev0lhcdx3w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453930 +dcid: "dc/14ev0lhcdx3w8" + +Node: dcid:dc/42dlbm4qfj937 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441120 +dcid: "dc/42dlbm4qfj937" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/863b65sjdvvbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/863b65sjdvvbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xm1x420xyyp1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11131 +dcid: "dc/xm1x420xyyp1c" + +Node: dcid:dc/f1ljr6rkfdbsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512290 +dcid: "dc/f1ljr6rkfdbsb" + +Node: dcid:dc/1zhylt2mlbfl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/1zhylt2mlbfl8" + +Node: dcid:dc/0hq9z5mspf73f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/0hq9z5mspf73f" + +Node: dcid:dc/g5gy5fr2j03hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/g5gy5fr2j03hc" + +Node: dcid:dc/90fzzev5msfxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/90fzzev5msfxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6gkym1p9l78nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53311 +dcid: "dc/6gkym1p9l78nd" + +Node: dcid:dc/bd2m5qcqky7x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/bd2m5qcqky7x1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b03eq5mmk1sk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/b03eq5mmk1sk1" + +Node: dcid:dc/zdqgl6c20e4j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/zdqgl6c20e4j9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rrr1hrm0xfyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/rrr1hrm0xfyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/czr4n26slxcw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332811 +dcid: "dc/czr4n26slxcw5" + +Node: dcid:dc/7tbbsp3p3c5q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/7tbbsp3p3c5q3" + +Node: dcid:dc/kdj84tfl1x8zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/kdj84tfl1x8zb" + +Node: dcid:dc/6nnex6pbtzks6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/6nnex6pbtzks6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vdd27prjpwfv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/vdd27prjpwfv5" + +Node: dcid:dc/qy5pbzdgnlnvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/qy5pbzdgnlnvd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p5bnbs7n4jkn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/p5bnbs7n4jkn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4r6274c0e654h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/4r6274c0e654h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qp72bswf9rw94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/qp72bswf9rw94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8e9mqj1hp5m51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331525 +dcid: "dc/8e9mqj1hp5m51" + +Node: dcid:dc/whslnynhd28m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/whslnynhd28m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xyq2tp3njmpp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322 +dcid: "dc/xyq2tp3njmpp6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hm17hcz3ky405 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33635 +dcid: "dc/hm17hcz3ky405" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ee4bhdelzq1p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/ee4bhdelzq1p" + +Node: dcid:dc/7z76d0dk0mbtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31699 +dcid: "dc/7z76d0dk0mbtf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5n3p45n5djen8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/5n3p45n5djen8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86h75sh4qtx2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32531 +dcid: "dc/86h75sh4qtx2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2p75kcqq458lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/2p75kcqq458lg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m3tk1ck3j4hkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/m3tk1ck3j4hkg" + +Node: dcid:dc/9my65j7cctzk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488390 +dcid: "dc/9my65j7cctzk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y613mxr7nps24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/y613mxr7nps24" + +Node: dcid:dc/gts9el7ws44kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/gts9el7ws44kh" + +Node: dcid:dc/62d5bd4qnhn89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/62d5bd4qnhn89" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yse2l56197wf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11193 +dcid: "dc/yse2l56197wf5" + +Node: dcid:dc/v9zm7jp7nd8s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/v9zm7jp7nd8s4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3jn1xgdfn0wmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31699 +dcid: "dc/3jn1xgdfn0wmb" + +Node: dcid:dc/1vxehdvhqqnj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/1vxehdvhqqnj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ns19546jgp48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/7ns19546jgp48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pfcse41jjzq75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/pfcse41jjzq75" + +Node: dcid:dc/hh690hlepl6j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/hh690hlepl6j" + +Node: dcid:dc/jhv26r7r8x347 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3314 +dcid: "dc/jhv26r7r8x347" + +Node: dcid:dc/pfzqd5fw2rz4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/pfzqd5fw2rz4g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m372r5perh4nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238332 +dcid: "dc/m372r5perh4nf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ydlehy8qgt1m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/ydlehy8qgt1m2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4b51bypl171h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/4b51bypl171h8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/69smqzkrzqqf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/69smqzkrzqqf2" + +Node: dcid:dc/ewjbkj2j2xpwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3336 +dcid: "dc/ewjbkj2j2xpwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cg6byv6qvqfh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/cg6byv6qvqfh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/px7548dw1cr8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/px7548dw1cr8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dfhqgjtnkzy36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/dfhqgjtnkzy36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wwr8vpkfefgb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/wwr8vpkfefgb4" + +Node: dcid:dc/b6enk4nzcjjbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/b6enk4nzcjjbb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/npg4lees87jvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/npg4lees87jvb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eb2g3wpghvtj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/eb2g3wpghvtj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dcqe1qn8mvpgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/dcqe1qn8mvpgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fcnh36e8ffmrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31322 +dcid: "dc/fcnh36e8ffmrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/808dmcpc7dnzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326150 +dcid: "dc/808dmcpc7dnzf" + +Node: dcid:dc/e5vc0ne67mll2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541340 +dcid: "dc/e5vc0ne67mll2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2g6bm0d29dfy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/2g6bm0d29dfy" + +Node: dcid:dc/dzlszqjrj06w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/dzlszqjrj06w4" + +Node: dcid:dc/3nps6y6kg14e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/3nps6y6kg14e8" + +Node: dcid:dc/z3wk69y2jwejg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/z3wk69y2jwejg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rwhsxk45lz955 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325320 +dcid: "dc/rwhsxk45lz955" + +Node: dcid:dc/hk701w94twws2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/hk701w94twws2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yz15qsqn4wrr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/yz15qsqn4wrr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nckbkd2nrdmv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325320 +dcid: "dc/nckbkd2nrdmv6" + +Node: dcid:dc/rrxh56edf2kn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/rrxh56edf2kn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nbrvq4jk39jm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512240 +dcid: "dc/nbrvq4jk39jm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q1pjf55pq8c2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3362 +dcid: "dc/q1pjf55pq8c2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1s0288ev34k2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/1s0288ev34k2d" + +Node: dcid:dc/18lg2p6tkgc4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/18lg2p6tkgc4c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jlcsb6fgfy5ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/jlcsb6fgfy5ng" + +Node: dcid:dc/717b0lp85jkh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/717b0lp85jkh2" + +Node: dcid:dc/6h0denrb7p7q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/6h0denrb7p7q4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yhb27czn56yx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/yhb27czn56yx9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4lllrc8l61zd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/4lllrc8l61zd9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x1z4k8ncykk52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33111 +dcid: "dc/x1z4k8ncykk52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m49h7ze2jgf97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/m49h7ze2jgf97" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f4fmvl053by72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/f4fmvl053by72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bykdttjyty0wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332722 +dcid: "dc/bykdttjyty0wb" + +Node: dcid:dc/9kk3vkzn5v0fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/9kk3vkzn5v0fb" + +Node: dcid:dc/lcds07hzk85l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/lcds07hzk85l8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c48246x97sfz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326212 +dcid: "dc/c48246x97sfz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19l2xyq4zh7j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326160 +dcid: "dc/19l2xyq4zh7j8" + +Node: dcid:dc/f9tqh4050qgm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/f9tqh4050qgm2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9m1rp17pze3w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327332 +dcid: "dc/9m1rp17pze3w5" + +Node: dcid:dc/bp0k0rzp806n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33151 +dcid: "dc/bp0k0rzp806n" + +Node: dcid:dc/2ewymg9shcveh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/2ewymg9shcveh" + +Node: dcid:dc/64411jprphesh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/64411jprphesh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zlsyq2bbffbvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/zlsyq2bbffbvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9hwkyv45z3xjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31192 +dcid: "dc/9hwkyv45z3xjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hxhm7ldetpz98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321991 +dcid: "dc/hxhm7ldetpz98" + +Node: dcid:dc/h09mtzq0ry7zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/h09mtzq0ry7zg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2x291j45wepx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3326 +dcid: "dc/2x291j45wepx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yg6blytc8ydh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/yg6blytc8ydh2" + +Node: dcid:dc/dxmqbh1wc14v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33291 +dcid: "dc/dxmqbh1wc14v1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qqzn6ph8sp0sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/qqzn6ph8sp0sb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8p97n7l96lgg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/8p97n7l96lgg8" + +Node: dcid:dc/hl92ndf5v7cy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33152 +dcid: "dc/hl92ndf5v7cy3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xj4w638m3pddb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/xj4w638m3pddb" + +Node: dcid:dc/yjtgj4wykbjg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/yjtgj4wykbjg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3r0g2fl6dy362 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44832 +dcid: "dc/3r0g2fl6dy362" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/11hcvgdjerp1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/11hcvgdjerp1c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hnpxzczhqh3yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11221 +dcid: "dc/hnpxzczhqh3yd" + +Node: dcid:dc/s927htlq4z9c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/s927htlq4z9c4" + +Node: dcid:dc/fk7y8kkz57t0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/fk7y8kkz57t0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8w1dtyjssy9tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/8w1dtyjssy9tb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7374dqmrvn6td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/7374dqmrvn6td" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l4g9w9gwdsgyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541860 +dcid: "dc/l4g9w9gwdsgyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9re6j7m9xm5z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/9re6j7m9xm5z6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w80etrc4hynb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/w80etrc4hynb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4mgd8q17pqx2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/4mgd8q17pqx2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wxmq5rxfj5km4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/wxmq5rxfj5km4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3fd4k04mq9vw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42472 +dcid: "dc/3fd4k04mq9vw7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vn0e3evn7vvg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/vn0e3evn7vvg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h39hxdhn5b3db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316110 +dcid: "dc/h39hxdhn5b3db" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jrx584wlj013 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/jrx584wlj013" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bdvdk9tfkzf93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/bdvdk9tfkzf93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mtkrs2djry4l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/mtkrs2djry4l2" + +Node: dcid:dc/wkc6gfse3px2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3133 +dcid: "dc/wkc6gfse3px2" + +Node: dcid:dc/t54l4slejr9z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/t54l4slejr9z7" + +Node: dcid:dc/yl87xxqrvp243 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/yl87xxqrvp243" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wezglf24fecz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486110 +dcid: "dc/wezglf24fecz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/szbhwdnbzz8x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/szbhwdnbzz8x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cf9km2ws7rnh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/cf9km2ws7rnh9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/th5cpl9mpfq6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/th5cpl9mpfq6b" + +Node: dcid:dc/jbvqgd00m0db8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/jbvqgd00m0db8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/krlvlbj1dk4gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21221 +dcid: "dc/krlvlbj1dk4gg" + +Node: dcid:dc/vrxk8y9glrvt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/vrxk8y9glrvt7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nfmc243brpcf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/nfmc243brpcf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ys6321x8clj0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314110 +dcid: "dc/ys6321x8clj0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s04v0ep1c0fg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3133 +dcid: "dc/s04v0ep1c0fg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n2hx0bf4dwlz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/n2hx0bf4dwlz5" + +Node: dcid:dc/lc0eql075hdf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/lc0eql075hdf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mjw915vjkwlb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/mjw915vjkwlb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l2t0wp53qje59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/l2t0wp53qje59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wr93800vsnzkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/wr93800vsnzkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y81xwt75cyc6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/y81xwt75cyc6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8lkf76rejsjgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/8lkf76rejsjgf" + +Node: dcid:dc/vrmpnzj75ng2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/vrmpnzj75ng2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4zz0rm5q4tnc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32799 +dcid: "dc/4zz0rm5q4tnc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwr387gz1nzrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/kwr387gz1nzrc" + +Node: dcid:dc/76ttvel64qy37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/76ttvel64qy37" + +Node: dcid:dc/vn535e94ch038 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311520 +dcid: "dc/vn535e94ch038" + +Node: dcid:dc/y86m94tv4y2s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332999 +dcid: "dc/y86m94tv4y2s8" + +Node: dcid:dc/9mx0l954slpnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492110 +dcid: "dc/9mx0l954slpnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c2f2xmb5rjbnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32312 +dcid: "dc/c2f2xmb5rjbnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0wpllg0gps6h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/0wpllg0gps6h6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/spglmk0f8smef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/spglmk0f8smef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vqpqscq360knc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/vqpqscq360knc" + +Node: dcid:dc/pgcet21bjt2h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/pgcet21bjt2h4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rvgz8qjkpjlc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3315 +dcid: "dc/rvgz8qjkpjlc6" + +Node: dcid:dc/zykzb7bf7ld81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/zykzb7bf7ld81" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zf26mghmrmv2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/zf26mghmrmv2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mx8hdwlf53ghf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327331 +dcid: "dc/mx8hdwlf53ghf" + +Node: dcid:dc/89jrhgn2713cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337122 +dcid: "dc/89jrhgn2713cb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ce8qrt3tjgjx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/ce8qrt3tjgjx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6v97rhqjd0qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311613 +dcid: "dc/y6v97rhqjd0qd" + +Node: dcid:dc/xhl8krzkyj79c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4531 +dcid: "dc/xhl8krzkyj79c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fy3dl1lwrvz01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/fy3dl1lwrvz01" + +Node: dcid:dc/g2d6fpwfcg72b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/g2d6fpwfcg72b" + +Node: dcid:dc/swttn923bcnnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/swttn923bcnnb" + +Node: dcid:dc/jh7sq016y0sv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332996 +dcid: "dc/jh7sq016y0sv9" + +Node: dcid:dc/vc199yz23kkk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/vc199yz23kkk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xsn3k7hylhbbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/xsn3k7hylhbbh" + +Node: dcid:dc/v3mk7yr2j6l11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42442 +dcid: "dc/v3mk7yr2j6l11" + +Node: dcid:dc/nel3k5v2q9yc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811122 +dcid: "dc/nel3k5v2q9yc9" + +Node: dcid:dc/pd2v5lhfsnye +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/pd2v5lhfsnye" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2yjebt2jq3rn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561431 +dcid: "dc/2yjebt2jq3rn2" + +Node: dcid:dc/ztlv1vfz3ns5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33351 +dcid: "dc/ztlv1vfz3ns5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9chsfwbdclld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/w9chsfwbdclld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/14nsp4werk0g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611511 +dcid: "dc/14nsp4werk0g8" + +Node: dcid:dc/zxtkny66515vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339914 +dcid: "dc/zxtkny66515vg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rgm7yywtnrs24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/rgm7yywtnrs24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1ypq77kbdpt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/w1ypq77kbdpt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2hj62wp2xx4t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/2hj62wp2xx4t5" + +Node: dcid:dc/4twh3t9m5bf43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/4twh3t9m5bf43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0fnycccqxb4m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3391 +dcid: "dc/0fnycccqxb4m7" + +Node: dcid:dc/4sjkmdtwvsj88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/4sjkmdtwvsj88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k4grp4sq2g5d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/k4grp4sq2g5d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxf9c8bzklxg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238911 +dcid: "dc/bxf9c8bzklxg5" + +Node: dcid:dc/92f2g6r0mq2z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31324 +dcid: "dc/92f2g6r0mq2z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dsql0pm8j96p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493130 +dcid: "dc/dsql0pm8j96p1" + +Node: dcid:dc/l70rcgn2cdxvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/l70rcgn2cdxvg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8jzlk5t6600v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518111 +dcid: "dc/8jzlk5t6600v3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9ycl1wmtr61l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/9ycl1wmtr61l" + +Node: dcid:dc/jnt3k7bvpwpch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33422 +dcid: "dc/jnt3k7bvpwpch" + +Node: dcid:dc/tr7wlnzke52kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/tr7wlnzke52kc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c3xn5je7kc2db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561910 +dcid: "dc/c3xn5je7kc2db" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/phph7k9qw46p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/phph7k9qw46p9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rwxc1jwls7769 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32612 +dcid: "dc/rwxc1jwls7769" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zbyvdjyklfjt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/zbyvdjyklfjt2" + +Node: dcid:dc/qkq7q8rp7c366 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333295 +dcid: "dc/qkq7q8rp7c366" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tx2vk54ghm9rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/tx2vk54ghm9rc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/neerkmrhpsb3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551112 +dcid: "dc/neerkmrhpsb3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n1dtf4975bjf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/n1dtf4975bjf6" + +Node: dcid:dc/q522xn85hykj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62132 +dcid: "dc/q522xn85hykj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j7tqw20198r8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/j7tqw20198r8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hm146fhpg2465 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/hm146fhpg2465" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbd43mgsyclvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/kbd43mgsyclvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/twzc3ktwcn9r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/twzc3ktwcn9r6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tx2sjdpd6by7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/tx2sjdpd6by7c" + +Node: dcid:dc/xwd4pl0vzk9b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/xwd4pl0vzk9b9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5r1vxzxtsjm57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339999 +dcid: "dc/5r1vxzxtsjm57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f1zq6cg32r8z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/f1zq6cg32r8z2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cdwp3xd6pdbbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/cdwp3xd6pdbbg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vwyrmx6x4jkef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337214 +dcid: "dc/vwyrmx6x4jkef" + +Node: dcid:dc/72cmm79pkhtc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/72cmm79pkhtc3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yv8n616whxjm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/yv8n616whxjm2" + +Node: dcid:dc/g94bb5s4fbr56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312111 +dcid: "dc/g94bb5s4fbr56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4jj7vl12y03f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/4jj7vl12y03f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d6ly2056rnyvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45113 +dcid: "dc/d6ly2056rnyvb" + +Node: dcid:dc/v6p054947dlw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/v6p054947dlw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/msmlr6q2ej7ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/msmlr6q2ej7ec" + +Node: dcid:dc/lr4pw82tck5p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/lr4pw82tck5p8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yjnqzkhq2fq37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/yjnqzkhq2fq37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bmbple5epnfm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333995 +dcid: "dc/bmbple5epnfm9" + +Node: dcid:dc/dplyh63171qhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/dplyh63171qhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l687nq6pc6mbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49313 +dcid: "dc/l687nq6pc6mbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q5dsxhzs2zn19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11293 +dcid: "dc/q5dsxhzs2zn19" + +Node: dcid:dc/ntdg73jkcnwm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332997 +dcid: "dc/ntdg73jkcnwm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n758g1bskgzwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/n758g1bskgzwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r82r3fld5nthf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/r82r3fld5nthf" + +Node: dcid:dc/m14fqx37encdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4411 +dcid: "dc/m14fqx37encdb" + +Node: dcid:dc/n5wb2101yl0q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/n5wb2101yl0q3" + +Node: dcid:dc/3sw60xynjddgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333512 +dcid: "dc/3sw60xynjddgc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/308cd2v0x6r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/308cd2v0x6r3" + +Node: dcid:dc/z53ek5gr15zv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/z53ek5gr15zv" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rgclg7yx8rtb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/rgclg7yx8rtb8" + +Node: dcid:dc/b1nj27306hg56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/b1nj27306hg56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jdcx8ey230r41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3339 +dcid: "dc/jdcx8ey230r41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5jg7w3m4fthr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/5jg7w3m4fthr7" + +Node: dcid:dc/21f4z16y156p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/21f4z16y156p8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0nfd8zvk40jb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/0nfd8zvk40jb7" + +Node: dcid:dc/lt23jp0djn497 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/lt23jp0djn497" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vdcxf3mlzffhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324121 +dcid: "dc/vdcxf3mlzffhg" + +Node: dcid:dc/egx3t5x6m2e35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/egx3t5x6m2e35" + +Node: dcid:dc/6s4gjqbvx1431 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561910 +dcid: "dc/6s4gjqbvx1431" + +Node: dcid:dc/tkvwm3b5ebhr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312112 +dcid: "dc/tkvwm3b5ebhr2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jfnweyqmgtbff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/jfnweyqmgtbff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgdr816z61ldh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/lgdr816z61ldh" + +Node: dcid:dc/ylnj5wsp44ep9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/ylnj5wsp44ep9" + +Node: dcid:dc/j6gt11dhe0tg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/j6gt11dhe0tg9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h4wlk7p508n88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11231 +dcid: "dc/h4wlk7p508n88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/myc9hs75rhrl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/myc9hs75rhrl9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mc6vb22cdnqn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/mc6vb22cdnqn2" + +Node: dcid:dc/7p6fv5qbf5mlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/7p6fv5qbf5mlb" + +Node: dcid:dc/z8k1jz0g2kxcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/z8k1jz0g2kxcc" + +Node: dcid:dc/mkfygvsyekv32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451212 +dcid: "dc/mkfygvsyekv32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xqq67zerkskl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/xqq67zerkskl7" + +Node: dcid:dc/j2hrr7yzz9k8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335312 +dcid: "dc/j2hrr7yzz9k8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c5e72mn2lzmx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423140 +dcid: "dc/c5e72mn2lzmx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kz3x72hj8ecec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523140 +dcid: "dc/kz3x72hj8ecec" + +Node: dcid:dc/re3yjctcv12f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31491 +dcid: "dc/re3yjctcv12f2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l0y8dkt0mhh77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/l0y8dkt0mhh77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mxfz1j6r5869g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316991 +dcid: "dc/mxfz1j6r5869g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pnrpj1t0472hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33392 +dcid: "dc/pnrpj1t0472hd" + +Node: dcid:dc/nw3cp6l6hh0sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/nw3cp6l6hh0sb" + +Node: dcid:dc/w9w83zbj141td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/w9w83zbj141td" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3jpccpz4sxjef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/3jpccpz4sxjef" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fmh931e8wjky +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/fmh931e8wjky" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/twzpqq20tdrnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/twzpqq20tdrnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bswh15nzbp9r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333292 +dcid: "dc/bswh15nzbp9r6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/54k9vd5zx27z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3149 +dcid: "dc/54k9vd5zx27z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sd5wm75y4nsmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/sd5wm75y4nsmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/61ej8dwqj9brb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/61ej8dwqj9brb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/51z7mmted9664 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33992 +dcid: "dc/51z7mmted9664" + +Node: dcid:dc/6lbzb6nze1tf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4921 +dcid: "dc/6lbzb6nze1tf5" + +Node: dcid:dc/r4pvvej7qckmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/r4pvvej7qckmd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x70mz0hsxnbf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/x70mz0hsxnbf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k535d9my0qdxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/k535d9my0qdxc" + +Node: dcid:dc/f6fbmx4k912yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31323 +dcid: "dc/f6fbmx4k912yg" + +Node: dcid:dc/n5s66pq5g3z54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/n5s66pq5g3z54" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9w02p4c38rmn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325620 +dcid: "dc/9w02p4c38rmn6" + +Node: dcid:dc/7ebfckn7lhbr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/7ebfckn7lhbr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4p0564rhlcc7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/4p0564rhlcc7h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/67mqrfc0nr4zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325510 +dcid: "dc/67mqrfc0nr4zc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qd9yte0btpw91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/qd9yte0btpw91" + +Node: dcid:dc/3qw49hk7xp2t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325414 +dcid: "dc/3qw49hk7xp2t8" + +Node: dcid:dc/t93ggt53jfqkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/t93ggt53jfqkh" + +Node: dcid:dc/wqzvkngsy9fv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/wqzvkngsy9fv3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/838nsv9cht0n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/838nsv9cht0n5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1dqw52pfphbfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424940 +dcid: "dc/1dqw52pfphbfb" + +Node: dcid:dc/9rmyewwqcqcf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/9rmyewwqcqcf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/50mtl6024zpbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/50mtl6024zpbf" + +Node: dcid:dc/8wz27egqm3n58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32222 +dcid: "dc/8wz27egqm3n58" + +Node: dcid:dc/vzvxcex52fzkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/vzvxcex52fzkb" + +Node: dcid:dc/tbslrqg0b7gzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/tbslrqg0b7gzb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9xgnsy2wtlyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332321 +dcid: "dc/w9xgnsy2wtlyh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bw5ybksk922qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/bw5ybksk922qc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zy6kegvt95fc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311311 +dcid: "dc/zy6kegvt95fc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w5mdjhbxy51z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32223 +dcid: "dc/w5mdjhbxy51z" + +Node: dcid:dc/4lrjsmnn1pyq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42481 +dcid: "dc/4lrjsmnn1pyq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qcq80h7x0yqq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/qcq80h7x0yqq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jc5zqw6ntrzp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/jc5zqw6ntrzp" + +Node: dcid:dc/jy7thrfw5e0j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/jy7thrfw5e0j" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nn6ewq1xjlmx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/nn6ewq1xjlmx5" + +Node: dcid:dc/n52mkm2n84lv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/n52mkm2n84lv3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3c2xpkk6n1785 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/3c2xpkk6n1785" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s6p1hjj27lvp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/s6p1hjj27lvp6" + +Node: dcid:dc/stf63gnrhkhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541191 +dcid: "dc/stf63gnrhkhh" + +Node: dcid:dc/8c9cwe4tt6gj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238132 +dcid: "dc/8c9cwe4tt6gj6" + +Node: dcid:dc/nkfm0v9v916p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51224 +dcid: "dc/nkfm0v9v916p4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bfcn5993tssl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/bfcn5993tssl7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z3pq10wchtt5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/z3pq10wchtt5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hl49hzqxf65k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/hl49hzqxf65k3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gpf5fwfgz4rw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33512 +dcid: "dc/gpf5fwfgz4rw8" + +Node: dcid:dc/8erxv0h389vy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/8erxv0h389vy4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bb4hq3xv5z2l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/bb4hq3xv5z2l1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qj745jfvgzmd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238312 +dcid: "dc/qj745jfvgzmd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ljkxyr0nvw351 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/ljkxyr0nvw351" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k7wz6eel4k4td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334112 +dcid: "dc/k7wz6eel4k4td" + +Node: dcid:dc/s8b037ekle28b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486910 +dcid: "dc/s8b037ekle28b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/74fl2hhstf16d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/74fl2hhstf16d" + +Node: dcid:dc/4mpn8hwz1nzn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325311 +dcid: "dc/4mpn8hwz1nzn" + +Node: dcid:dc/f72vswe7vrp5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/f72vswe7vrp5c" + +Node: dcid:dc/l186tbf4whzc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/l186tbf4whzc3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/28829056f6en7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/28829056f6en7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yv1fv31dqezhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/yv1fv31dqezhc" + +Node: dcid:dc/smehsjjkmjm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/smehsjjkmjm" + +Node: dcid:dc/8fdw5l0c1rdb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/8fdw5l0c1rdb2" + +Node: dcid:dc/jy7pe3bqf0kt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/jy7pe3bqf0kt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/28rzmrfz8q6f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11231 +dcid: "dc/28rzmrfz8q6f6" + +Node: dcid:dc/gmd1x3jvvgjx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/gmd1x3jvvgjx7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/00zg2xqdvp8m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33992 +dcid: "dc/00zg2xqdvp8m5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/80chjkznp82v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212312 +dcid: "dc/80chjkznp82v7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0z6zckev2t9n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451130 +dcid: "dc/0z6zckev2t9n7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/je696rd308pd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/je696rd308pd6" + +Node: dcid:dc/eyr4tcy8pzqtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/eyr4tcy8pzqtc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ptyd7qyq8789d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111335 +dcid: "dc/ptyd7qyq8789d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bbbm6er5d5heh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23833 +dcid: "dc/bbbm6er5d5heh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h5gcmxb9kgtvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33592 +dcid: "dc/h5gcmxb9kgtvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mc736q38kqr81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/mc736q38kqr81" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8s7kfj7p6czy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/8s7kfj7p6czy1" + +Node: dcid:dc/64dlm977rye7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/64dlm977rye7d" + +Node: dcid:dc/7th9h0l3sf9r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23831 +dcid: "dc/7th9h0l3sf9r9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tnqc7knhthv28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33711 +dcid: "dc/tnqc7knhthv28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ffmkh73r2hrcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/ffmkh73r2hrcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jdcpk1lxmj6tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/jdcpk1lxmj6tg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/36hm9s8n628d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/36hm9s8n628d5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bg2l9yrfn5k27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/bg2l9yrfn5k27" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4qfq150vnxmk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/4qfq150vnxmk1" + +Node: dcid:dc/g503khrrlfmjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/g503khrrlfmjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n2d16hmw3e7g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/n2d16hmw3e7g6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lt2trlxwt70jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/lt2trlxwt70jh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jff4rmhl74s93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3133 +dcid: "dc/jff4rmhl74s93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zfg3g7hbs4k88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/814 +dcid: "dc/zfg3g7hbs4k88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbpe4sls017s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/rbpe4sls017s2" + +Node: dcid:dc/z7bv0992xnbh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/z7bv0992xnbh8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9exjdhwtfh3h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334510 +dcid: "dc/9exjdhwtfh3h2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wn887s394rwj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33131 +dcid: "dc/wn887s394rwj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7qtjtykrshv3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/7qtjtykrshv3d" + +Node: dcid:dc/sm0rz6eznvyzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/sm0rz6eznvyzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gw155wx0w1cz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45113 +dcid: "dc/gw155wx0w1cz2" + +Node: dcid:dc/58kerj0tyt2q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315228 +dcid: "dc/58kerj0tyt2q" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5q7kn254xrveh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/5q7kn254xrveh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ysjn2rwjjby8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/ysjn2rwjjby8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/75g7h9ks9p25b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/75g7h9ks9p25b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vh0m9p6zydr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424410 +dcid: "dc/vh0m9p6zydr4" + +Node: dcid:dc/sjtvwn51p880h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/sjtvwn51p880h" + +Node: dcid:dc/34nfbxndfxm6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/34nfbxndfxm6c" + +Node: dcid:dc/f0xh2dwe3v3m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325612 +dcid: "dc/f0xh2dwe3v3m3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ytyjvz5blfhk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/ytyjvz5blfhk8" + +Node: dcid:dc/r7r2y8ewffrj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33221 +dcid: "dc/r7r2y8ewffrj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7hb9dzx678bpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3274 +dcid: "dc/7hb9dzx678bpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s1y4xfjvfgqmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2131 +dcid: "dc/s1y4xfjvfgqmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4wbpz6qkh7pg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33637 +dcid: "dc/4wbpz6qkh7pg1" + +Node: dcid:dc/xpp76esdsx9fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112310 +dcid: "dc/xpp76esdsx9fg" + +Node: dcid:dc/ny8pjf4bv1bg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31213 +dcid: "dc/ny8pjf4bv1bg1" + +Node: dcid:dc/23jb7567pb132 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424420 +dcid: "dc/23jb7567pb132" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sfhwhdgcqn653 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54134 +dcid: "dc/sfhwhdgcqn653" + +Node: dcid:dc/6f1yy7447h117 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/6f1yy7447h117" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xt7jrx13ydc29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/xt7jrx13ydc29" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8xtyntmv3f5s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/8xtyntmv3f5s2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cp4x0c6s0pe31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/cp4x0c6s0pe31" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1z2mh7fhvq7mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/1z2mh7fhvq7mh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4e2ry74txtjv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/4e2ry74txtjv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8wlf7xnrvrfnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/8wlf7xnrvrfnc" + +Node: dcid:dc/jbr08q3zvsfcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326113 +dcid: "dc/jbr08q3zvsfcg" + +Node: dcid:dc/4cs9tztk9gkc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42313 +dcid: "dc/4cs9tztk9gkc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bzpl8g3cmyp81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/bzpl8g3cmyp81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e1zn56t0er4sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/e1zn56t0er4sg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qvhcz3t4z1t9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/qvhcz3t4z1t9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/clsj5mb1lks61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424410 +dcid: "dc/clsj5mb1lks61" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x9w266fm0kyec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/x9w266fm0kyec" + +Node: dcid:dc/9gljk885zw5z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31152 +dcid: "dc/9gljk885zw5z3" + +Node: dcid:dc/gevjfnbdpczkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/gevjfnbdpczkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9y5reyj28xp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/q9y5reyj28xp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/njk153cyh4q24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/njk153cyh4q24" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wcskgx0kj4qpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/wcskgx0kj4qpd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jhd8gcchpnygb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424440 +dcid: "dc/jhd8gcchpnygb" + +Node: dcid:dc/w2b3dx7drgkg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/w2b3dx7drgkg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1tg6gcwcbxvc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42385 +dcid: "dc/1tg6gcwcbxvc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b72cew1e4smqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51114 +dcid: "dc/b72cew1e4smqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3gkkqy31yhl9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/3gkkqy31yhl9b" + +Node: dcid:dc/cbqs7f2ddbmd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/cbqs7f2ddbmd6" + +Node: dcid:dc/wt75v3evtq7p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42346 +dcid: "dc/wt75v3evtq7p7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xsk1kv8syr7yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33461 +dcid: "dc/xsk1kv8syr7yg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8sw7mfhr5c0c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333111 +dcid: "dc/8sw7mfhr5c0c4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e1stv8k9q3rcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/e1stv8k9q3rcc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/663glgke7b52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3333 +dcid: "dc/663glgke7b52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/js77y6jg91pff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32799 +dcid: "dc/js77y6jg91pff" + +Node: dcid:dc/ze5kpsrbsbj68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4243 +dcid: "dc/ze5kpsrbsbj68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7nqj9lly7lhf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/7nqj9lly7lhf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2mws44jswvl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/2mws44jswvl4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j9ey3w5ft9txb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/j9ey3w5ft9txb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3vjwg0rbm2nkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238111 +dcid: "dc/3vjwg0rbm2nkh" + +Node: dcid:dc/9qwh0pnlce6b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/9qwh0pnlce6b4" + +Node: dcid:dc/nj4d0fgsk0drd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/nj4d0fgsk0drd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/81x3xp3cfsv61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/81x3xp3cfsv61" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5lcdqpskmsmwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/5lcdqpskmsmwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n2lfbfrds3eeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/n2lfbfrds3eeg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gt0wg1qmjmz81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/gt0wg1qmjmz81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1xjpblhc66ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/w1xjpblhc66ph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tpclk8dwxykr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/tpclk8dwxykr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/491y1fb1lrz91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/491y1fb1lrz91" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vqmvkwy8mh9kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/vqmvkwy8mh9kf" + +Node: dcid:dc/v1ylfhk8l6p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/v1ylfhk8l6p8" + +Node: dcid:dc/ch9j82e4byez6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/ch9j82e4byez6" + +Node: dcid:dc/74n59b1ftnpxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/74n59b1ftnpxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ky640csv99zd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/ky640csv99zd3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qeg3h5tfcjne1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/qeg3h5tfcjne1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h84z4r301z1rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323122 +dcid: "dc/h84z4r301z1rf" + +Node: dcid:dc/lcw6d9ddyjvm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/lcw6d9ddyjvm7" + +Node: dcid:dc/2c8pfjln3zre6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/2c8pfjln3zre6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zzqjc6hxjl5f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/zzqjc6hxjl5f4" + +Node: dcid:dc/jjr8l1d16w3y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/jjr8l1d16w3y4" + +Node: dcid:dc/6rb9ldzggl0wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/6rb9ldzggl0wg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8xc6hm7h3bf09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/8xc6hm7h3bf09" + +Node: dcid:dc/np4378zx83n5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/np4378zx83n5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wynel6ycenb84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/wynel6ycenb84" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k9lej45411209 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/k9lej45411209" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/461r7b6tx9sf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/461r7b6tx9sf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdx2nlm74se6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/kdx2nlm74se6d" + +Node: dcid:dc/we6rf5k0rgd7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/we6rf5k0rgd7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7bytssysmlch4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812113 +dcid: "dc/7bytssysmlch4" + +Node: dcid:dc/112w1s6rk37h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42442 +dcid: "dc/112w1s6rk37h8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ty5ft7rnhe805 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311830 +dcid: "dc/ty5ft7rnhe805" + +Node: dcid:dc/1hq9j3vtep4mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115116 +dcid: "dc/1hq9j3vtep4mg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4lwdykn02421f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331422 +dcid: "dc/4lwdykn02421f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gfzjrgt49c5fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561450 +dcid: "dc/gfzjrgt49c5fd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3fb6yrmge0j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/f3fb6yrmge0j9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/61f4ypkry24zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/61f4ypkry24zd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fw7bz3s8qp40c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/fw7bz3s8qp40c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n0ekh549ew1d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/n0ekh549ew1d6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l4ezljc4q05c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/l4ezljc4q05c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ws5z65wvnjf79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/ws5z65wvnjf79" + +Node: dcid:dc/rm6gmj94fx2b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/rm6gmj94fx2b8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q569esbz5ddr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/q569esbz5ddr9" + +Node: dcid:dc/pyyn186m2gcvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/pyyn186m2gcvh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3xczkjhhbztnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/3xczkjhhbztnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rzet3r1w9c07d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/rzet3r1w9c07d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bfzxl6tdyb4ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325131 +dcid: "dc/bfzxl6tdyb4ld" + +Node: dcid:dc/zdvp9x6fwlvt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/zdvp9x6fwlvt7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5bqrbynhnp8h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/5bqrbynhnp8h6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lp43gt7v8j5rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/lp43gt7v8j5rd" + +Node: dcid:dc/q1fv5mx0h4lpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/q1fv5mx0h4lpd" + +Node: dcid:dc/8n93ktcmph9h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/8n93ktcmph9h1" + +Node: dcid:dc/0gs7z6nl6wsb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/0gs7z6nl6wsb2" + +Node: dcid:dc/jydr0q97ztrr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/jydr0q97ztrr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bbqbqr7hsrkwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/bbqbqr7hsrkwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/djv09s6422cg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541191 +dcid: "dc/djv09s6422cg7" + +Node: dcid:dc/esf9x930k1h5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/esf9x930k1h5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0jv7d71bep8w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/0jv7d71bep8w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t33hf1ccqltl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31599 +dcid: "dc/t33hf1ccqltl4" + +Node: dcid:dc/d3qdzwwljkhjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/d3qdzwwljkhjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3zxwbbm1twkq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/3zxwbbm1twkq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmvygywe659h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33421 +dcid: "dc/hmvygywe659h1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r3sxslsm990z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/r3sxslsm990z5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xkkbf0rvxl7h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42441 +dcid: "dc/xkkbf0rvxl7h8" + +Node: dcid:dc/wdzvtgthltdmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/wdzvtgthltdmc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kngxfqe5mrr16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/kngxfqe5mrr16" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tzxqpq48zqsh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448110 +dcid: "dc/tzxqpq48zqsh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ggqgfmmqh2wv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332439 +dcid: "dc/ggqgfmmqh2wv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/66h9zfk7grzt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/66h9zfk7grzt" + +Node: dcid:dc/t1xpvjmzk61yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/t1xpvjmzk61yb" + +Node: dcid:dc/9e45ehjb6txp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/9e45ehjb6txp9" + +Node: dcid:dc/1zvj57pjnqz6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312111 +dcid: "dc/1zvj57pjnqz6b" + +Node: dcid:dc/t7n9xg25lqpt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321992 +dcid: "dc/t7n9xg25lqpt8" + +Node: dcid:dc/d28m5z4f0f4q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/d28m5z4f0f4q2" + +Node: dcid:dc/8jmp2n2sl54ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333911 +dcid: "dc/8jmp2n2sl54ld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/02grdfxq5mcyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/02grdfxq5mcyh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nhy8q6tc5cp1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/nhy8q6tc5cp1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4f3l90s0penw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/4f3l90s0penw2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lmf6q0mrtx4x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339994 +dcid: "dc/lmf6q0mrtx4x2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e8vp2zfrm3b7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4246 +dcid: "dc/e8vp2zfrm3b7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m4rgz7l6m1l5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11292 +dcid: "dc/m4rgz7l6m1l5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z4b60ynv971h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/z4b60ynv971h3" + +Node: dcid:dc/sr7s28b5zv8sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/sr7s28b5zv8sc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mzhxxxgwf37bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52312 +dcid: "dc/mzhxxxgwf37bh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v0hckpnn3s8z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327390 +dcid: "dc/v0hckpnn3s8z" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/65tnf5dgczd81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/65tnf5dgczd81" + +Node: dcid:dc/hpcj9j0kbzq87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42442 +dcid: "dc/hpcj9j0kbzq87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ngyvy8pzp6hg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/ngyvy8pzp6hg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9pp5rlxfd7f16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/9pp5rlxfd7f16" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1g869scpswq4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/1g869scpswq4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zmpek5bgkf58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423830 +dcid: "dc/1zmpek5bgkf58" + +Node: dcid:dc/ydgm9qmbz8px1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333315 +dcid: "dc/ydgm9qmbz8px1" + +Node: dcid:dc/xsn65kj6kvmz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/xsn65kj6kvmz8" + +Node: dcid:dc/9nvsrmvmvzyg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/9nvsrmvmvzyg1" + +Node: dcid:dc/dh9z1xqjpy6c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3336 +dcid: "dc/dh9z1xqjpy6c2" + +Node: dcid:dc/v8c4g8h7rbq07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/v8c4g8h7rbq07" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xjl7j0es1lqn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/xjl7j0es1lqn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hj33zbphxek11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/hj33zbphxek11" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bw08bcp6qh4s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/bw08bcp6qh4s3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9yvt8krtzr7s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333999 +dcid: "dc/9yvt8krtzr7s8" + +Node: dcid:dc/nh2ghtqpbcppb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334514 +dcid: "dc/nh2ghtqpbcppb" + +Node: dcid:dc/fxx3v49m0xl0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423430 +dcid: "dc/fxx3v49m0xl0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v0hrsqwc5t6bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/v0hrsqwc5t6bg" + +Node: dcid:dc/kdlhfe13lpj93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/kdlhfe13lpj93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zsferssx1ghe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561450 +dcid: "dc/zsferssx1ghe2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cg2m3bbt20114 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423820 +dcid: "dc/cg2m3bbt20114" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sc4jlexzrq55g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/sc4jlexzrq55g" + +Node: dcid:dc/75sgknn2ff5z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/75sgknn2ff5z" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6gh4gslb11m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/m6gh4gslb11m6" + +Node: dcid:dc/20f2458blen62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23829 +dcid: "dc/20f2458blen62" + +Node: dcid:dc/blne7584md3dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/blne7584md3dc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zx8wcvtgnmhj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/zx8wcvtgnmhj3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ny8z33704544c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/ny8z33704544c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hfs6trccw7g31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/hfs6trccw7g31" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9rtkcre4114v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/9rtkcre4114v7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0bm0n0vvrhgk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/0bm0n0vvrhgk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5288hlfpl3w97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42443 +dcid: "dc/5288hlfpl3w97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vt9pen7972dc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31133 +dcid: "dc/vt9pen7972dc8" + +Node: dcid:dc/sz95yrj0g09md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/sz95yrj0g09md" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z08klfs36zgj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3256 +dcid: "dc/z08klfs36zgj6" + +Node: dcid:dc/mdjv7p8z1psq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45392 +dcid: "dc/mdjv7p8z1psq2" + +Node: dcid:dc/e1yrsd16n7ky8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238152 +dcid: "dc/e1yrsd16n7ky8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jjnjvgstfjb5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/jjnjvgstfjb5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tsp9h2b4nqw22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/tsp9h2b4nqw22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g0sgr0ppg10mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/g0sgr0ppg10mf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d43mrf9bl95c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238162 +dcid: "dc/d43mrf9bl95c8" + +Node: dcid:dc/tm3je9nhcrezc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312130 +dcid: "dc/tm3je9nhcrezc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x8qpw3hgz79wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/x8qpw3hgz79wh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gnsbcg3jjgyh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/gnsbcg3jjgyh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/26vy3g26f1vv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/26vy3g26f1vv4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j0q1q8zts4h21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/j0q1q8zts4h21" + +Node: dcid:dc/2mkh84kgmct08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112120 +dcid: "dc/2mkh84kgmct08" + +Node: dcid:dc/b68pwnd1pd0l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31194 +dcid: "dc/b68pwnd1pd0l4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jg1h12zk29r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/2jg1h12zk29r2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nykkrqrf2bv18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/nykkrqrf2bv18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ht61ner2n8g04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/ht61ner2n8g04" + +Node: dcid:dc/17lm5f55kvtzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56145 +dcid: "dc/17lm5f55kvtzg" + +Node: dcid:dc/keshylx7q5zc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/keshylx7q5zc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l0sq29pfdmtk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/l0sq29pfdmtk4" + +Node: dcid:dc/kw9j5lnmyfh02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/kw9j5lnmyfh02" + +Node: dcid:dc/ldfbl3k8w3egb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327991 +dcid: "dc/ldfbl3k8w3egb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bp9lgvfs6vm81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/bp9lgvfs6vm81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v4dbz2g01syb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/v4dbz2g01syb5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2b401tsxerb6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31161 +dcid: "dc/2b401tsxerb6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6rcdtd3ypevl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327993 +dcid: "dc/6rcdtd3ypevl3" + +Node: dcid:dc/6b0bsm46llc2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/6b0bsm46llc2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e8r1fmh30jbk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32551 +dcid: "dc/e8r1fmh30jbk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/phxt76z9ht2yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/phxt76z9ht2yh" + +Node: dcid:dc/zgf6gh7he551 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/zgf6gh7he551" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2mkj9mb55rq4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42431 +dcid: "dc/2mkj9mb55rq4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/804mjdcpb4fl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/804mjdcpb4fl4" + +Node: dcid:dc/eqq77xnyxjsk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/eqq77xnyxjsk9" + +Node: dcid:dc/hvs987b2brcf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/hvs987b2brcf6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/erpns5bbjzcd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331 +dcid: "dc/erpns5bbjzcd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18qml6kfm43ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/18qml6kfm43ff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jx66h108fk5jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/jx66h108fk5jf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mky02vyeclppc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/mky02vyeclppc" + +Node: dcid:dc/ypnn7e8xb3rk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/ypnn7e8xb3rk" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k3v4nj6qtndqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/k3v4nj6qtndqc" + +Node: dcid:dc/pp1z16ee7wkp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/pp1z16ee7wkp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2vy54b6qtbr68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/2vy54b6qtbr68" + +Node: dcid:dc/5eww3gkq2eh38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/5eww3gkq2eh38" + +Node: dcid:dc/r8gms9fmj0941 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/r8gms9fmj0941" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pcjkt7pl3epd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423220 +dcid: "dc/pcjkt7pl3epd9" + +Node: dcid:dc/dhmj7qb227rvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/dhmj7qb227rvb" + +Node: dcid:dc/73rqf9wbr5qb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3312 +dcid: "dc/73rqf9wbr5qb1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kjnz1w48szt9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332323 +dcid: "dc/kjnz1w48szt9g" + +Node: dcid:dc/bpv2q5561hcm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42313 +dcid: "dc/bpv2q5561hcm4" + +Node: dcid:dc/bfyk2mbdlkpyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312112 +dcid: "dc/bfyk2mbdlkpyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fse968wzkww35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333992 +dcid: "dc/fse968wzkww35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lexpgk5dngqd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311119 +dcid: "dc/lexpgk5dngqd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0wl7qrmzyc385 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/0wl7qrmzyc385" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4yextg3b4r8v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/4yextg3b4r8v3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y2hx3k8dlhe19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42314 +dcid: "dc/y2hx3k8dlhe19" + +Node: dcid:dc/ltcpgdyj9w121 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/ltcpgdyj9w121" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v1pmgqjmtzzp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523999 +dcid: "dc/v1pmgqjmtzzp1" + +Node: dcid:dc/bwflmm185gqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/bwflmm185gqf" + +Node: dcid:dc/d733w2ntv7ex7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325520 +dcid: "dc/d733w2ntv7ex7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dywew27m3e23c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339112 +dcid: "dc/dywew27m3e23c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m7d4z397pjq0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/m7d4z397pjq0f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hec19czw39524 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324191 +dcid: "dc/hec19czw39524" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1lcnzhq339l4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/1lcnzhq339l4g" + +Node: dcid:dc/3l5yvt090s96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111199 +dcid: "dc/3l5yvt090s96" + +Node: dcid:dc/rr35b23dsglcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/rr35b23dsglcc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mxzfcbrm9p813 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/mxzfcbrm9p813" + +Node: dcid:dc/x9rpbkez341j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333923 +dcid: "dc/x9rpbkez341j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8lyhdzg4e4nqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42333 +dcid: "dc/8lyhdzg4e4nqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p3ywz59sy5cyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312113 +dcid: "dc/p3ywz59sy5cyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qen7krfvh2sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/8qen7krfvh2sg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9dws2wt234n0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/9dws2wt234n0g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4m35r8fk7prs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42361 +dcid: "dc/4m35r8fk7prs4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/stfcy8dtve3m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/stfcy8dtve3m9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d7gkrsxeymz8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484230 +dcid: "dc/d7gkrsxeymz8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n1krlqct1ecnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/n1krlqct1ecnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n1kg1x4zgtpe3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/n1kg1x4zgtpe3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s1z8hewwdx019 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/s1z8hewwdx019" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w41sv3ct1lgq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/w41sv3ct1lgq1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c9w4j5s7llgb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/c9w4j5s7llgb2" + +Node: dcid:dc/02h2efw7h1rd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/02h2efw7h1rd5" + +Node: dcid:dc/nredc4eljp2kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/814 +dcid: "dc/nredc4eljp2kh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvn80bx08xg93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/mvn80bx08xg93" + +Node: dcid:dc/hmxzy0pbbyd54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332919 +dcid: "dc/hmxzy0pbbyd54" + +Node: dcid:dc/h4qk0k99lhfn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/h4qk0k99lhfn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s2sy2q2cr1kt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/s2sy2q2cr1kt5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8gz9ecfxxlfz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313221 +dcid: "dc/8gz9ecfxxlfz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t4j5qdqpc2t8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/t4j5qdqpc2t8c" + +Node: dcid:dc/phl4el66r83jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322 +dcid: "dc/phl4el66r83jh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1w88shhh98kvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/1w88shhh98kvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s6qqfxqnej874 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/s6qqfxqnej874" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5n12bkml7x4z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3314 +dcid: "dc/5n12bkml7x4z9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/whw6743w8w6t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321114 +dcid: "dc/whw6743w8w6t1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vxngb1emnpfcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33633 +dcid: "dc/vxngb1emnpfcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5w5f00zdep484 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315211 +dcid: "dc/5w5f00zdep484" + +Node: dcid:dc/0ttw21ncrx9hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53242 +dcid: "dc/0ttw21ncrx9hh" + +Node: dcid:dc/k0l32c3sw8dl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/k0l32c3sw8dl8" + +Node: dcid:dc/m80vxkvdfx1jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45331 +dcid: "dc/m80vxkvdfx1jg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f1tm4fqk501b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333415 +dcid: "dc/f1tm4fqk501b4" + +Node: dcid:dc/240761gvxr1y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423130 +dcid: "dc/240761gvxr1y6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tervylrb1xk3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/tervylrb1xk3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n5s314hcre731 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541420 +dcid: "dc/n5s314hcre731" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2sz4bwxdrxbxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/2sz4bwxdrxbxg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/652dkp8vsxg6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335314 +dcid: "dc/652dkp8vsxg6g" + +Node: dcid:dc/pe7lqgb083re5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561613 +dcid: "dc/pe7lqgb083re5" + +Node: dcid:dc/v25rhbtkj7q5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/v25rhbtkj7q5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wx4pyp9zy5w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332313 +dcid: "dc/wx4pyp9zy5w" + +Node: dcid:dc/jxln2tytyjwk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/jxln2tytyjwk1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fzvh56gxmklrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444190 +dcid: "dc/fzvh56gxmklrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mcqqbenqm0te8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/mcqqbenqm0te8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xbnld9m0092ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/xbnld9m0092ph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3sdv6x2s1k02g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/3sdv6x2s1k02g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nplyjyt7hyjdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/nplyjyt7hyjdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5xc7m8cnqy7y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/5xc7m8cnqy7y6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/btg0ktntymblc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/btg0ktntymblc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qdh8q88c06bzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441320 +dcid: "dc/qdh8q88c06bzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/23n2zfqxgld99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327125 +dcid: "dc/23n2zfqxgld99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hnstm7rn11jsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/hnstm7rn11jsg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8kp7w92gd95b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333511 +dcid: "dc/8kp7w92gd95b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cxzkz63yh0f29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1122 +dcid: "dc/cxzkz63yh0f29" + +Node: dcid:dc/cfhv7vf401w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327390 +dcid: "dc/cfhv7vf401w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rzk1gxkdleq57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/rzk1gxkdleq57" + +Node: dcid:dc/ket9c3kqv9js1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238121 +dcid: "dc/ket9c3kqv9js1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bfs880m3bcsq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/bfs880m3bcsq8" + +Node: dcid:dc/ebv8pq3cs2htg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325132 +dcid: "dc/ebv8pq3cs2htg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qtwq5bhbt5924 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/qtwq5bhbt5924" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5qj5dclfmf1t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/5qj5dclfmf1t8" + +Node: dcid:dc/92kykfgenyyq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/92kykfgenyyq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l03nct2zcbkgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31134 +dcid: "dc/l03nct2zcbkgh" + +Node: dcid:dc/ms4edc6bmcj46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52313 +dcid: "dc/ms4edc6bmcj46" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c2xxw5jxe55k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/c2xxw5jxe55k1" + +Node: dcid:dc/q24gnzcef6pv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/q24gnzcef6pv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rlwdf4ttmzey8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/rlwdf4ttmzey8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g73qb12t6lz3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/g73qb12t6lz3d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/02vheked8mtvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33271 +dcid: "dc/02vheked8mtvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xf0qpj0y3vck5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/486110 +dcid: "dc/xf0qpj0y3vck5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/73expwcxhmkh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3251 +dcid: "dc/73expwcxhmkh6" + +Node: dcid:dc/3b347ny5nksxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/3b347ny5nksxc" + +Node: dcid:dc/y1m9xv376xxz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/y1m9xv376xxz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8n6c5ks2h6361 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335122 +dcid: "dc/8n6c5ks2h6361" + +Node: dcid:dc/4re78s4vee263 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/4re78s4vee263" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zpd2gblw4s2sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/zpd2gblw4s2sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z5d40xwfm9zb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/z5d40xwfm9zb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/emcz2t9clxz14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44529 +dcid: "dc/emcz2t9clxz14" + +Node: dcid:dc/r3e14x1r4nhtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42447 +dcid: "dc/r3e14x1r4nhtb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x6r4dvkq3wx37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/x6r4dvkq3wx37" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hj6ze1v2f3q5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333997 +dcid: "dc/hj6ze1v2f3q5d" + +Node: dcid:dc/4mm2p1rxr5wz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/4mm2p1rxr5wz4" + +Node: dcid:dc/6fqtxkcbx2zl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32711 +dcid: "dc/6fqtxkcbx2zl9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fsdn4rnbq08q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/fsdn4rnbq08q3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e930hsgqsmz2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/e930hsgqsmz2g" + +Node: dcid:dc/49vrrd47jpq27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32521 +dcid: "dc/49vrrd47jpq27" + +Node: dcid:dc/mwn34vcryqf43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541922 +dcid: "dc/mwn34vcryqf43" + +Node: dcid:dc/blnsk74ql2xg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/blnsk74ql2xg9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q8v1dgrqky5n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/q8v1dgrqky5n4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t81qqz4elbhmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/t81qqz4elbhmd" + +Node: dcid:dc/0gsv40xlffwhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/0gsv40xlffwhd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0mn8q5e9l86d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/0mn8q5e9l86d8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lcfz8smb7l8lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/lcfz8smb7l8lg" + +Node: dcid:dc/dk4ws4h0b3v2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/dk4ws4h0b3v2h" + +Node: dcid:dc/lper3mw4f70yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333315 +dcid: "dc/lper3mw4f70yc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wk66pqq6xw26c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/wk66pqq6xw26c" + +Node: dcid:dc/g8wefnj6cgjh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/g8wefnj6cgjh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k1tc7kl5nd21h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448110 +dcid: "dc/k1tc7kl5nd21h" + +Node: dcid:dc/y04peszrrpb36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3262 +dcid: "dc/y04peszrrpb36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wvllrqf30cht +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3332 +dcid: "dc/wvllrqf30cht" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6zgyncnnv75f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/l6zgyncnnv75f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/evsb7r5sshsff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/evsb7r5sshsff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c9zs29e7qbrr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/c9zs29e7qbrr5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j12z94tfpt7j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/j12z94tfpt7j3" + +Node: dcid:dc/1p6svv3dg8m28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/1p6svv3dg8m28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0mh6jw5wkbb0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/0mh6jw5wkbb0d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/92qp270fq7yl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/92qp270fq7yl7" + +Node: dcid:dc/g4n4km00fftv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/g4n4km00fftv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qw9zj9xk6rye2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332812 +dcid: "dc/qw9zj9xk6rye2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hdlc41mk5ryf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/hdlc41mk5ryf" + +Node: dcid:dc/56g4k9flfstdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4861 +dcid: "dc/56g4k9flfstdc" + +Node: dcid:dc/32ells05xz0t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323116 +dcid: "dc/32ells05xz0t8" + +Node: dcid:dc/p5jzsh411yegb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311812 +dcid: "dc/p5jzsh411yegb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4q062q3904y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/4q062q3904y1" + +Node: dcid:dc/lvxrt2ssnyje2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/lvxrt2ssnyje2" + +Node: dcid:dc/496pkj4jnwdxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/496pkj4jnwdxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mywvhn675qwz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23812 +dcid: "dc/mywvhn675qwz3" + +Node: dcid:dc/m3e4527zxkq3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/m3e4527zxkq3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/44264edc9dxe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512191 +dcid: "dc/44264edc9dxe4" + +Node: dcid:dc/k1lt53504e871 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323122 +dcid: "dc/k1lt53504e871" + +Node: dcid:dc/sfmrh2jc1384 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/sfmrh2jc1384" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/04v4q08f07j98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/04v4q08f07j98" + +Node: dcid:dc/jz76lvt0nc6dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/jz76lvt0nc6dd" + +Node: dcid:dc/h00jkctvrslkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423110 +dcid: "dc/h00jkctvrslkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jd1pcsvtd83q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238192 +dcid: "dc/jd1pcsvtd83q2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xv9j6h4ybl296 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/xv9j6h4ybl296" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d8901g8ctk8wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/d8901g8ctk8wg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jhkjf75rljp42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/jhkjf75rljp42" + +Node: dcid:dc/0fqllff29bq67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238331 +dcid: "dc/0fqllff29bq67" + +Node: dcid:dc/hl1tv6n9yhf59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/hl1tv6n9yhf59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/emb5v890hkr2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/emb5v890hkr2h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/52z47gre02736 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31152 +dcid: "dc/52z47gre02736" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wdydbwfx8b4l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327212 +dcid: "dc/wdydbwfx8b4l6" + +Node: dcid:dc/z8jnyhn9ewfcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/z8jnyhn9ewfcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gbd8lg8tl66sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112330 +dcid: "dc/gbd8lg8tl66sg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ldv2tt06vc85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/1ldv2tt06vc85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tjg4pc3jvzhs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/tjg4pc3jvzhs1" + +Node: dcid:dc/7lmjh0d6eqgp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3362 +dcid: "dc/7lmjh0d6eqgp9" + +Node: dcid:dc/hqwqwgpl6gcg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327215 +dcid: "dc/hqwqwgpl6gcg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fxbyxj8edfmgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/fxbyxj8edfmgd" + +Node: dcid:dc/s21qx6xwh183b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/s21qx6xwh183b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9m798jl565lk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/9m798jl565lk2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bymrq91yscjj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42311 +dcid: "dc/bymrq91yscjj7" + +Node: dcid:dc/rljw3j160tkzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/rljw3j160tkzg" + +Node: dcid:dc/v96l1fv3x8lhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/v96l1fv3x8lhh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3crdnk5jy6849 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/3crdnk5jy6849" + +Node: dcid:dc/xqdb4lcmp1e8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21231 +dcid: "dc/xqdb4lcmp1e8b" + +Node: dcid:dc/65snwqgx0zmt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/65snwqgx0zmt5" + +Node: dcid:dc/krq832kkhhhd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311822 +dcid: "dc/krq832kkhhhd2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2w44q6j5k4qg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/2w44q6j5k4qg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kz6ne2g29ew19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322 +dcid: "dc/kz6ne2g29ew19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nh7rgl6gwm3r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/nh7rgl6gwm3r9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/166lfzstw46bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/166lfzstw46bg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/04ebs3ves5h21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42392 +dcid: "dc/04ebs3ves5h21" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k28e8qlcyd9p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/k28e8qlcyd9p9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/63gkdt13bmsv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/63gkdt13bmsv8" + +Node: dcid:dc/mfdqj541lnmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332212 +dcid: "dc/mfdqj541lnmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ttn2g302t2225 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/ttn2g302t2225" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2p6yn4zysc518 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42472 +dcid: "dc/2p6yn4zysc518" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qsert7d1n7qmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/qsert7d1n7qmh" + +Node: dcid:dc/4wej0twmsw7f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316 +dcid: "dc/4wej0twmsw7f2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xx3py9n0q8vsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/xx3py9n0q8vsf" + +Node: dcid:dc/rf3fvqmtdqxt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44419 +dcid: "dc/rf3fvqmtdqxt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h0kgtdrskte8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/h0kgtdrskte8c" + +Node: dcid:dc/gx6sx6x17wjyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/gx6sx6x17wjyf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/105sgq5mxcze3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111334 +dcid: "dc/105sgq5mxcze3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wjn6ky1rbpwqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33329 +dcid: "dc/wjn6ky1rbpwqf" + +Node: dcid:dc/x8tcl7crv7g54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/x8tcl7crv7g54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55wm9kzm75lbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453920 +dcid: "dc/55wm9kzm75lbf" + +Node: dcid:dc/4wvnmwbcfm0l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311711 +dcid: "dc/4wvnmwbcfm0l6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d19dcr85sf493 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322231 +dcid: "dc/d19dcr85sf493" + +Node: dcid:dc/8rysxpx4gbjt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/8rysxpx4gbjt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ssxdcxzj8zwg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/ssxdcxzj8zwg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/257sb7xklmls3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812331 +dcid: "dc/257sb7xklmls3" + +Node: dcid:dc/7x301cve86pj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/7x301cve86pj7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dxvpslt2s3dy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/dxvpslt2s3dy3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9g3l28ybnb9cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/9g3l28ybnb9cf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tc6vd8r46vhr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3311 +dcid: "dc/tc6vd8r46vhr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c72925d4j6zd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325611 +dcid: "dc/c72925d4j6zd6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/77rt6req0m7s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/77rt6req0m7s" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xrcxf57by2k2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/xrcxf57by2k2d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gzv5xg7hjg63c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424920 +dcid: "dc/gzv5xg7hjg63c" + +Node: dcid:dc/n0vbpyhcg7vmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23815 +dcid: "dc/n0vbpyhcg7vmg" + +Node: dcid:dc/8g752fjnn9lg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238161 +dcid: "dc/8g752fjnn9lg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zds20w45wt132 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/zds20w45wt132" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svlg479qz5jj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/svlg479qz5jj3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cl7jbjged04f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/cl7jbjged04f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t85z31f1eyf29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331513 +dcid: "dc/t85z31f1eyf29" + +Node: dcid:dc/c7tt1f4bdfnq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/c7tt1f4bdfnq9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/75g8l3mh4p7g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/75g8l3mh4p7g2" + +Node: dcid:dc/zbnl97ylmj8d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312130 +dcid: "dc/zbnl97ylmj8d4" + +Node: dcid:dc/mvlhsjsm781x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238312 +dcid: "dc/mvlhsjsm781x9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/khk3y1sr146zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333613 +dcid: "dc/khk3y1sr146zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwekz6ggznzyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/kwekz6ggznzyc" + +Node: dcid:dc/q5kg7l2qj9zwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/q5kg7l2qj9zwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lv18pllys0592 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238291 +dcid: "dc/lv18pllys0592" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8xzrb1z0bpzbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322222 +dcid: "dc/8xzrb1z0bpzbc" + +Node: dcid:dc/pwqc4j65hjcxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/pwqc4j65hjcxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dhhmh8rtx2kx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/dhhmh8rtx2kx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/79wxq5yvvcrt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/79wxq5yvvcrt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/70ljs2pqwh469 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/70ljs2pqwh469" + +Node: dcid:dc/ndf1m14hwv3w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326160 +dcid: "dc/ndf1m14hwv3w8" + +Node: dcid:dc/xy6zk8mytby8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481112 +dcid: "dc/xy6zk8mytby8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9jflppgbys2b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/9jflppgbys2b6" + +Node: dcid:dc/98cgbzj6mpwjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/98cgbzj6mpwjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xnvypcp1x1ms4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/xnvypcp1x1ms4" + +Node: dcid:dc/1xh7zqt00vh45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/1xh7zqt00vh45" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwt0m5f7kbhv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/kwt0m5f7kbhv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/12x520gwqpq98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/12x520gwqpq98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3rt4clkpyv6z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/3rt4clkpyv6z2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/60wjhpml0zge1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/60wjhpml0zge1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/350emf0htm6s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/350emf0htm6s2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wk6688t8d9ty7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/wk6688t8d9ty7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l9n53eqwqyll7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/l9n53eqwqyll7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p46n40l02j0y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/p46n40l02j0y5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vx1m60sdevyrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/vx1m60sdevyrd" + +Node: dcid:dc/93gzxqyszchjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339994 +dcid: "dc/93gzxqyszchjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6mynlf99kbn6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/6mynlf99kbn6g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d8gjde06q2sc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/d8gjde06q2sc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntpwcslsbjfc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/ntpwcslsbjfc8" + +Node: dcid:dc/jdeqt6wrxhsl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/jdeqt6wrxhsl7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z7c96rtdb407b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45311 +dcid: "dc/z7c96rtdb407b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sem6tvg6dz308 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/sem6tvg6dz308" + +Node: dcid:dc/w4by2jmjc1p86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339991 +dcid: "dc/w4by2jmjc1p86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ef9qz8pr9fzq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44419 +dcid: "dc/ef9qz8pr9fzq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ne9xvtdbl5zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/3ne9xvtdbl5zg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hl3zxqdfbs2ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/hl3zxqdfbs2ng" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4bgfvlrjx264 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/c4bgfvlrjx264" + +Node: dcid:dc/vcm9f8r598e22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339993 +dcid: "dc/vcm9f8r598e22" + +Node: dcid:dc/vnmcw3xs699j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/vnmcw3xs699j1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e8eytz6qe28y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/e8eytz6qe28y5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k7qv63hkdc4d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/k7qv63hkdc4d9" + +Node: dcid:dc/wm8149y0h59jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/wm8149y0h59jg" + +Node: dcid:dc/9myh8esedcy11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/9myh8esedcy11" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/491hlj6tzs4gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/491hlj6tzs4gh" + +Node: dcid:dc/x51gl756rwsbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/x51gl756rwsbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/66jj7jvqgql86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523120 +dcid: "dc/66jj7jvqgql86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x9hf1ewl2scdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/x9hf1ewl2scdh" + +Node: dcid:dc/pkpnfk1p36dzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/pkpnfk1p36dzh" + +Node: dcid:dc/hf4pkrmbtkh1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/hf4pkrmbtkh1b" + +Node: dcid:dc/y1klpm1qwzm67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/y1klpm1qwzm67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ndw9b158ded9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42469 +dcid: "dc/1ndw9b158ded9" + +Node: dcid:dc/lvrcw38cvencg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336612 +dcid: "dc/lvrcw38cvencg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/39znf0xvryyxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/39znf0xvryyxh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c7v3445jqlzl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454113 +dcid: "dc/c7v3445jqlzl9" + +Node: dcid:dc/4ql5p7qhe5w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/4ql5p7qhe5w5" + +Node: dcid:dc/fe51lp4vqn7t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/fe51lp4vqn7t9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xtfrh175mf9n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3335 +dcid: "dc/xtfrh175mf9n7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/386041trdrgw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/386041trdrgw1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kt3rzd7rrkn16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/kt3rzd7rrkn16" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/66wwe8vysewb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/66wwe8vysewb3" + +Node: dcid:dc/h52bwnh3w7vhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/h52bwnh3w7vhf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vyv9kl07yxcq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/vyv9kl07yxcq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hb7gkbbkxqg99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/hb7gkbbkxqg99" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mjks58xzw2sk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/mjks58xzw2sk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vhm6v0rhdecp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/vhm6v0rhdecp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zgl95gy6vz01h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42371 +dcid: "dc/zgl95gy6vz01h" + +Node: dcid:dc/4xz23p3vd4r2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33152 +dcid: "dc/4xz23p3vd4r2d" + +Node: dcid:dc/4by7xfxmvbzrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523999 +dcid: "dc/4by7xfxmvbzrd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/840nlzlx5gt59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443120 +dcid: "dc/840nlzlx5gt59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/82bertbzcxst1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/82bertbzcxst1" + +Node: dcid:dc/3nyfsf7qn2by3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31213 +dcid: "dc/3nyfsf7qn2by3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1be0k4756ks79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/1be0k4756ks79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jyhprd3j6fme5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/jyhprd3j6fme5" + +Node: dcid:dc/9zj99q41dfh92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/9zj99q41dfh92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zm46je9nn3n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/1zm46je9nn3n6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/erwflvf9fyy9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/erwflvf9fyy9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t0nj1kwr1ezx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/t0nj1kwr1ezx1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h7v6b3egrp738 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/h7v6b3egrp738" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmc0sq9q458l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/lmc0sq9q458l5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8k4g3ytgs9x12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/8k4g3ytgs9x12" + +Node: dcid:dc/cs55r0p88e1jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333120 +dcid: "dc/cs55r0p88e1jg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/670r4fglse5z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/670r4fglse5z5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9ffq41ns3kzs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/9ffq41ns3kzs6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3zqjnhmjrfb25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/3zqjnhmjrfb25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rqvm105qcpq67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/rqvm105qcpq67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tl5tjtvk8jp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/tl5tjtvk8jp9" + +Node: dcid:dc/z4ll4wvd122n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/z4ll4wvd122n" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pyr10fmz16ywf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/pyr10fmz16ywf" + +Node: dcid:dc/3ygmwt6nrr48f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/3ygmwt6nrr48f" + +Node: dcid:dc/rwtfvzb05egw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/rwtfvzb05egw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/71hrct8kpwrv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311221 +dcid: "dc/71hrct8kpwrv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lr2bs84l1sdkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423840 +dcid: "dc/lr2bs84l1sdkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbbwezww428q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/kbbwezww428q8" + +Node: dcid:dc/sck2lrgklrtn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/sck2lrgklrtn2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wz9t5f60bm4z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/wz9t5f60bm4z" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/90gltztm3nf48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/90gltztm3nf48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtltwkr7hkrt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327 +dcid: "dc/jtltwkr7hkrt3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmx56ysedyzq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/lmx56ysedyzq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hctxk6y53b0z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/hctxk6y53b0z9" + +Node: dcid:dc/9y9t6967ftvb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532120 +dcid: "dc/9y9t6967ftvb9" + +Node: dcid:dc/f5701hkfcnngc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/f5701hkfcnngc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dscrd4bwnekkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336612 +dcid: "dc/dscrd4bwnekkd" + +Node: dcid:dc/1m7nm88j5mn07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33422 +dcid: "dc/1m7nm88j5mn07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s6cns0xfrcd72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/s6cns0xfrcd72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h0trpjce9qmqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/h0trpjce9qmqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6pprj8fj93033 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/6pprj8fj93033" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e2eep63ee5b84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/e2eep63ee5b84" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/snsy6fcm5cy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424690 +dcid: "dc/snsy6fcm5cy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kkyjvrr984394 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/kkyjvrr984394" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7mj4fpkqj8znb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/7mj4fpkqj8znb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9y1nt6wcytms2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621391 +dcid: "dc/9y1nt6wcytms2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y2wssdfq90794 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/y2wssdfq90794" + +Node: dcid:dc/x4wglxtf5bkr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/x4wglxtf5bkr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zkbh3g7j82fef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331 +dcid: "dc/zkbh3g7j82fef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l9pqd345b7001 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111336 +dcid: "dc/l9pqd345b7001" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cv81t5v1gph24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/cv81t5v1gph24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrdkpk2dp0l39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238171 +dcid: "dc/nrdkpk2dp0l39" + +Node: dcid:dc/m6e72xmgfdk3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/m6e72xmgfdk3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5q9zze9xl2ee2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31213 +dcid: "dc/5q9zze9xl2ee2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2m7bxj6x3b9n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335121 +dcid: "dc/2m7bxj6x3b9n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h6v67fs8w45q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/h6v67fs8w45q7" + +Node: dcid:dc/qtwjg126d3k5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53311 +dcid: "dc/qtwjg126d3k5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbtedttlbxkr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/hbtedttlbxkr3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tes41zd8d8e29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311513 +dcid: "dc/tes41zd8d8e29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vv4gg2983wbnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339994 +dcid: "dc/vv4gg2983wbnf" + +Node: dcid:dc/y79b2r13yprc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/y79b2r13yprc1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yjd3s9zlm0eth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/yjd3s9zlm0eth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mhgp786h1wws7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/mhgp786h1wws7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jkkycresqwh5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/jkkycresqwh5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0x1qnk1qneqqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337920 +dcid: "dc/0x1qnk1qneqqf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2h92vr2yzdb1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/2h92vr2yzdb1f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d6btp9ejl0vn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213113 +dcid: "dc/d6btp9ejl0vn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8d9zt96rscsh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/8d9zt96rscsh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bzkpq9nd4jvjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53211 +dcid: "dc/bzkpq9nd4jvjg" + +Node: dcid:dc/nr2k1z41hgh69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/nr2k1z41hgh69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qsm7r1nj3ltd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1113 +dcid: "dc/8qsm7r1nj3ltd" + +Node: dcid:dc/lrwh6fvyw23gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/lrwh6fvyw23gb" + +Node: dcid:dc/2h5tl915z65r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/2h5tl915z65r9" + +Node: dcid:dc/6937bz1wgnqrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51114 +dcid: "dc/6937bz1wgnqrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zq02991bwe941 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336330 +dcid: "dc/zq02991bwe941" + +Node: dcid:dc/hptxemgbt86jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311711 +dcid: "dc/hptxemgbt86jc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r30143mem3qkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444110 +dcid: "dc/r30143mem3qkh" + +Node: dcid:dc/ps5605sfhysf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42339 +dcid: "dc/ps5605sfhysf5" + +Node: dcid:dc/v9cgd3d12cqe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42411 +dcid: "dc/v9cgd3d12cqe7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8m2lvlwlfjk99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11233 +dcid: "dc/8m2lvlwlfjk99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t2rm0b5gzwjk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/t2rm0b5gzwjk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zj7tdpeex6k93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31211 +dcid: "dc/zj7tdpeex6k93" + +Node: dcid:dc/4xpblw2wkncd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/4xpblw2wkncd5" + +Node: dcid:dc/tdezwg5td31z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/tdezwg5td31z7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6bkb32mtv6p35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/6bkb32mtv6p35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svlt50j1kq1b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32613 +dcid: "dc/svlt50j1kq1b2" + +Node: dcid:dc/18hdpymk96l82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/18hdpymk96l82" + +Node: dcid:dc/xvpyet712k6g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/xvpyet712k6g3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d9p2xqjk2cw69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/d9p2xqjk2cw69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tlk7hpdyy2hsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/tlk7hpdyy2hsg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ken770hnmyf48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/ken770hnmyf48" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bhd34vc7k9jn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53223 +dcid: "dc/bhd34vc7k9jn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ggjyryntjrvw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32621 +dcid: "dc/ggjyryntjrvw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2rhn81xcsw4v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3379 +dcid: "dc/2rhn81xcsw4v1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y2pfyylzyzsw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/y2pfyylzyzsw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvqlxpvb6lkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/mvqlxpvb6lkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jkyde8cmz6t07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332913 +dcid: "dc/jkyde8cmz6t07" + +Node: dcid:dc/p0zehf7e44kr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/p0zehf7e44kr1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6j2d01vs62lx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/6j2d01vs62lx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f6exqettdky6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/f6exqettdky6c" + +Node: dcid:dc/0w2nk39exhxhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/0w2nk39exhxhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/btb3cdw4zzmm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/btb3cdw4zzmm5" + +Node: dcid:dc/9pz1cse6yndtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/55 +dcid: "dc/9pz1cse6yndtg" + +Node: dcid:dc/h3wt0tsfrp17h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3251 +dcid: "dc/h3wt0tsfrp17h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0z3b021z9qer +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/0z3b021z9qer" + +Node: dcid:dc/9vt7rlj82lcz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/9vt7rlj82lcz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rqjhtzwbzbp8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3315 +dcid: "dc/rqjhtzwbzbp8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hq2x3ew3fyx08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23816 +dcid: "dc/hq2x3ew3fyx08" + +Node: dcid:dc/1mmrgj1g1s6s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/1mmrgj1g1s6s7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fkvs4jxt7693g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311311 +dcid: "dc/fkvs4jxt7693g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ebye78sg0lc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423460 +dcid: "dc/7ebye78sg0lc3" + +Node: dcid:dc/7xr1p0q810j69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238341 +dcid: "dc/7xr1p0q810j69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rs74vdh725pth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3221 +dcid: "dc/rs74vdh725pth" + +Node: dcid:dc/jq5006174qec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/jq5006174qec" + +Node: dcid:dc/5rhm4kx7mdrbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332721 +dcid: "dc/5rhm4kx7mdrbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nm4mzyz25jh81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/nm4mzyz25jh81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/37yv1n4phk0f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/37yv1n4phk0f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3eyp6qt7gvpw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/3eyp6qt7gvpw3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gnkt5z58jgf87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/gnkt5z58jgf87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9fh1pt5cb8sl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518111 +dcid: "dc/9fh1pt5cb8sl2" + +Node: dcid:dc/bhpjbsx6lzw35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44821 +dcid: "dc/bhpjbsx6lzw35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r749kn0rd4xw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/r749kn0rd4xw7" + +Node: dcid:dc/sfx7r79lqdzsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/sfx7r79lqdzsf" + +Node: dcid:dc/kfr02wdw6p9xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/kfr02wdw6p9xg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yy6mrngme7tmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/yy6mrngme7tmf" + +Node: dcid:dc/xz9qxp07tqjl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423850 +dcid: "dc/xz9qxp07tqjl6" + +Node: dcid:dc/wxb7bbsh496j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/wxb7bbsh496j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/djf57948slvw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339943 +dcid: "dc/djf57948slvw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yts2mkl1crj01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/yts2mkl1crj01" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1c0s2ph6gvckd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/1c0s2ph6gvckd" + +Node: dcid:dc/762gcdv5s47bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111320 +dcid: "dc/762gcdv5s47bg" + +Node: dcid:dc/7rfjt8zkev77d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445292 +dcid: "dc/7rfjt8zkev77d" + +Node: dcid:dc/d8x3tyxk1gjqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/d8x3tyxk1gjqg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/70cd7hj1d08w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/70cd7hj1d08w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vz6rlf3zfz6x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31411 +dcid: "dc/vz6rlf3zfz6x9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s254kzzcdy2c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/s254kzzcdy2c1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9rw0s9p9yp1kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/9rw0s9p9yp1kd" + +Node: dcid:dc/9f4v8btzxw2f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/9f4v8btzxw2f9" + +Node: dcid:dc/qgppgr948kkm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339115 +dcid: "dc/qgppgr948kkm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6thn253mrzlt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/6thn253mrzlt5" + +Node: dcid:dc/rp7drtrjcd0v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/rp7drtrjcd0v4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5femzzre28vd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/5femzzre28vd2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lxjf3efqvnzw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/lxjf3efqvnzw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ec2fwwnsmnq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/4ec2fwwnsmnq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l9epdmlbyn4x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/l9epdmlbyn4x" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3bplbn09ms1wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/3bplbn09ms1wf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fkjhgf0gdx6s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/fkjhgf0gdx6s5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kjqf6meges2hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311920 +dcid: "dc/kjqf6meges2hd" + +Node: dcid:dc/mtgk2ekw8qsm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/mtgk2ekw8qsm4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2bmqkcg81jd47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/2bmqkcg81jd47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kzz8lx4nb8038 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33341 +dcid: "dc/kzz8lx4nb8038" + +Node: dcid:dc/1lxefsqbqkssg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/1lxefsqbqkssg" + +Node: dcid:dc/2yxd0z7kemdkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/2yxd0z7kemdkh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zejsd2j44plw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/zejsd2j44plw6" + +Node: dcid:dc/7pl9qln7zyg32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/7pl9qln7zyg32" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/065bdlsbsnbl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/065bdlsbsnbl9" + +Node: dcid:dc/6rjh0656q0f2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/6rjh0656q0f2c" + +Node: dcid:dc/zzk9k07w5h6kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/zzk9k07w5h6kh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k860v6rnh9513 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/k860v6rnh9513" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jtzdb8webnknc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/jtzdb8webnknc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18mhkp0jqdnl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/18mhkp0jqdnl1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1zl00gj4jdye4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/1zl00gj4jdye4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvgrvcmms72fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/bvgrvcmms72fc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fcnpwkkrwk671 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332811 +dcid: "dc/fcnpwkkrwk671" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dymzzm7gz4scb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333995 +dcid: "dc/dymzzm7gz4scb" + +Node: dcid:dc/e70ebmqkej1kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/e70ebmqkej1kf" + +Node: dcid:dc/102cwf7l97bq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/102cwf7l97bq5" + +Node: dcid:dc/bz5hstq2ex0ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/bz5hstq2ex0ph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fw4bcvhgngvtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/fw4bcvhgngvtd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/15djj4t0esm1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33272 +dcid: "dc/15djj4t0esm1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rvnse8b31t7t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/rvnse8b31t7t4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hm995nd458t65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/hm995nd458t65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdls4fqxjetv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52591 +dcid: "dc/kdls4fqxjetv3" + +Node: dcid:dc/vqq8cczhb2fkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/vqq8cczhb2fkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/21m0jx5nw3ry2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33281 +dcid: "dc/21m0jx5nw3ry2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0bsxw41e1m5c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31183 +dcid: "dc/0bsxw41e1m5c2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sv386w5mvz34c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/sv386w5mvz34c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bet8n84cxvwv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/bet8n84cxvwv6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mk52j76yqyyyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31122 +dcid: "dc/mk52j76yqyyyb" + +Node: dcid:dc/s16egwlrbb9sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/s16egwlrbb9sc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/efyznl7wv6mjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/efyznl7wv6mjb" + +Node: dcid:dc/4xk88vwpw46r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561740 +dcid: "dc/4xk88vwpw46r5" + +Node: dcid:dc/q2ndwff9jtt1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/q2ndwff9jtt1b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zmxzpwe5crqnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/zmxzpwe5crqnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x373xqpcghxf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541420 +dcid: "dc/x373xqpcghxf9" + +Node: dcid:dc/c52xxt8b45fzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/c52xxt8b45fzc" + +Node: dcid:dc/mtb9frldt5cm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81142 +dcid: "dc/mtb9frldt5cm6" + +Node: dcid:dc/18mhxmtjnvek8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/18mhxmtjnvek8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h4v110mx3wx13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/h4v110mx3wx13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fx3c8jh5sqhn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/fx3c8jh5sqhn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kz6m9czhh83p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/kz6m9czhh83p5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gmp2xyl4lf819 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/gmp2xyl4lf819" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jsyb1e37k5lnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/jsyb1e37k5lnh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rxv8s8yq4e279 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11115 +dcid: "dc/rxv8s8yq4e279" + +Node: dcid:dc/e3krmhmcsk6j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/e3krmhmcsk6j9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l9h16y6kyczh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/l9h16y6kyczh4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ehbwvgwp6p1k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/ehbwvgwp6p1k9" + +Node: dcid:dc/4l5q2j9btwbnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333313 +dcid: "dc/4l5q2j9btwbnh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qqb243rc0xkcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/qqb243rc0xkcc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hef01zdq9mbgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532291 +dcid: "dc/hef01zdq9mbgb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hn7kh4skryhq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442210 +dcid: "dc/hn7kh4skryhq2" + +Node: dcid:dc/2etwgx6vecreh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/2etwgx6vecreh" + +Node: dcid:dc/1y6z7n7pd9df6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339912 +dcid: "dc/1y6z7n7pd9df6" + +Node: dcid:dc/hpvk1bcq92th1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11131 +dcid: "dc/hpvk1bcq92th1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/13xdqxxs72v6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33131 +dcid: "dc/13xdqxxs72v6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1gvqfv76e7r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44112 +dcid: "dc/w1gvqfv76e7r" + +Node: dcid:dc/y4s41tffvyyzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/y4s41tffvyyzc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/157qbqxf7qh2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/157qbqxf7qh2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3w37j9hmvflrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/3w37j9hmvflrb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pgw45p5l51j5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/pgw45p5l51j5b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ek8vspdl715z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238331 +dcid: "dc/ek8vspdl715z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ltyg1fbvmsnq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/ltyg1fbvmsnq5" + +Node: dcid:dc/nnj6tp5mtz1l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/nnj6tp5mtz1l7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1q8bqr747dcz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/1q8bqr747dcz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6d2fpqt54hm09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3327 +dcid: "dc/6d2fpqt54hm09" + +Node: dcid:dc/vcnz8hzjj569d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33329 +dcid: "dc/vcnz8hzjj569d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3l4mpf8k08teb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339113 +dcid: "dc/3l4mpf8k08teb" + +Node: dcid:dc/4h3lmx3rh8tcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/4h3lmx3rh8tcc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3z1k95tc6vh39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/3z1k95tc6vh39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nv58rt4x1gyb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/nv58rt4x1gyb3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lp6e17m005ttg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551111 +dcid: "dc/lp6e17m005ttg" + +Node: dcid:dc/2v3xwfr1jzms7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/2v3xwfr1jzms7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ght5r08087ze6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/ght5r08087ze6" + +Node: dcid:dc/d4c1h5lqqlrwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/d4c1h5lqqlrwg" + +Node: dcid:dc/ngmnpzzvr6y75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/ngmnpzzvr6y75" + +Node: dcid:dc/jdk8h46j51q16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33341 +dcid: "dc/jdk8h46j51q16" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fnrkyvmhf9zrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/fnrkyvmhf9zrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/238j6hd9qpqy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/238j6hd9qpqy8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h5zs38e41ztq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/h5zs38e41ztq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l64b679pgm479 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333996 +dcid: "dc/l64b679pgm479" + +Node: dcid:dc/8svymbdk1x12f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/8svymbdk1x12f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f5b84xeylgfth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/f5b84xeylgfth" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zfkq5y2b13plb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541410 +dcid: "dc/zfkq5y2b13plb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wdpg7p9bqm1xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/wdpg7p9bqm1xb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zfmxddwfc4cv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/zfmxddwfc4cv5" + +Node: dcid:dc/h6kv1s12v31j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/h6kv1s12v31j6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gr59k1n8m5pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/5gr59k1n8m5pf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wq2w0yp2sq8s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238911 +dcid: "dc/wq2w0yp2sq8s8" + +Node: dcid:dc/qy7pv7rhdqkv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31324 +dcid: "dc/qy7pv7rhdqkv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9h2kxs7bzfrlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323122 +dcid: "dc/9h2kxs7bzfrlh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sw01y0frne5wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/sw01y0frne5wg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qspnyz0ht5rx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33142 +dcid: "dc/qspnyz0ht5rx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rfz6z1kmv5tj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213113 +dcid: "dc/rfz6z1kmv5tj2" + +Node: dcid:dc/8j36704820kd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/8j36704820kd2" + +Node: dcid:dc/w8kqr6mblv7e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4921 +dcid: "dc/w8kqr6mblv7e3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3g7rtw4yxlne1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339914 +dcid: "dc/3g7rtw4yxlne1" + +Node: dcid:dc/myejrd3ly5pb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325411 +dcid: "dc/myejrd3ly5pb1" + +Node: dcid:dc/7kc5cx95jmz55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52314 +dcid: "dc/7kc5cx95jmz55" + +Node: dcid:dc/tq3m449vzmlr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336413 +dcid: "dc/tq3m449vzmlr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqk5hvtlfrcmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332911 +dcid: "dc/sqk5hvtlfrcmd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ep5b987r9fqjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/ep5b987r9fqjf" + +Node: dcid:dc/hzhecqhz2x4lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/hzhecqhz2x4lg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9z2lf52y5l5y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212393 +dcid: "dc/9z2lf52y5l5y9" + +Node: dcid:dc/kszs3x6jxx9r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/kszs3x6jxx9r3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/skqbgcbs3yp6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511140 +dcid: "dc/skqbgcbs3yp6g" + +Node: dcid:dc/jdxlyd5lmkjc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311311 +dcid: "dc/jdxlyd5lmkjc7" + +Node: dcid:dc/27htf4x77mnxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/27htf4x77mnxd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w7pzgx7ph90b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/w7pzgx7ph90b3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ftf4f5yyve9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/4ftf4f5yyve9c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fs086mj8zyrtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/fs086mj8zyrtb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h4fyr2w01rdeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/h4fyr2w01rdeh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d9yhvvbj8fyrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238292 +dcid: "dc/d9yhvvbj8fyrf" + +Node: dcid:dc/g85xbck40rc22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334119 +dcid: "dc/g85xbck40rc22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sq8mey2smdzp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339116 +dcid: "dc/sq8mey2smdzp6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ges75jndrfcp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812113 +dcid: "dc/ges75jndrfcp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbx5f3l6924w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/rbx5f3l6924w" + +Node: dcid:dc/hq31efbhjb04g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/hq31efbhjb04g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jhxzzr6vk654 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31332 +dcid: "dc/jhxzzr6vk654" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27x5rq68xv89h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/27x5rq68xv89h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hk43935nmhdth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/hk43935nmhdth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zg3gr14qz6662 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/zg3gr14qz6662" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4f0jnbbleh51f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334515 +dcid: "dc/4f0jnbbleh51f" + +Node: dcid:dc/qgd8zh5vsme15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/qgd8zh5vsme15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0b17qnv93hl27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3253 +dcid: "dc/0b17qnv93hl27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/db3bvm4lxzygh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423220 +dcid: "dc/db3bvm4lxzygh" + +Node: dcid:dc/z00x274cpzf1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/z00x274cpzf1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lsdglmzxbrlq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/lsdglmzxbrlq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5wvmdvh8dbg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/k5wvmdvh8dbg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9s2lxqk3ejg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532220 +dcid: "dc/q9s2lxqk3ejg3" + +Node: dcid:dc/mx52whqzz2sdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334514 +dcid: "dc/mx52whqzz2sdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z6prcvbt6evv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/z6prcvbt6evv2" + +Node: dcid:dc/2t52e2cbvy3z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/2t52e2cbvy3z3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k9bweqgm0zwy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/k9bweqgm0zwy3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/58pfm0k456hb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321920 +dcid: "dc/58pfm0k456hb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v8l7by2xrfq82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52313 +dcid: "dc/v8l7by2xrfq82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7mqyvqwegtr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32519 +dcid: "dc/p7mqyvqwegtr5" + +Node: dcid:dc/z4z7jbxp66pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/z4z7jbxp66pg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7w7hmnkbgrb6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3273 +dcid: "dc/7w7hmnkbgrb6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1rkfv3fvf4mgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312113 +dcid: "dc/1rkfv3fvf4mgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sy11v0hemmlkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/sy11v0hemmlkb" + +Node: dcid:dc/ldvc8bkwtbrz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333315 +dcid: "dc/ldvc8bkwtbrz4" + +Node: dcid:dc/k4p33qj9m7drd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/k4p33qj9m7drd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/36543epwv0mk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337920 +dcid: "dc/36543epwv0mk3" + +Node: dcid:dc/g8mfxs8zzv229 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/g8mfxs8zzv229" + +Node: dcid:dc/2c4q1ketp57w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/2c4q1ketp57w9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jew83h8y902t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/jew83h8y902t4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1y9dh0rqkmxj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/1y9dh0rqkmxj4" + +Node: dcid:dc/34h0ssgmbzv1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/34h0ssgmbzv1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sflnery176nk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/sflnery176nk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c9lv614x86p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/c9lv614x86p4" + +Node: dcid:dc/krlrgpv60h8y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/krlrgpv60h8y8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9xxnq0700hql9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/9xxnq0700hql9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pqpd29sfl7gx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31122 +dcid: "dc/pqpd29sfl7gx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9tkljwffwsw7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322222 +dcid: "dc/9tkljwffwsw7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y5g52e9z8fbc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334518 +dcid: "dc/y5g52e9z8fbc1" + +Node: dcid:dc/0nbpvhznxz5h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/0nbpvhznxz5h9" + +Node: dcid:dc/jgw05xym53gt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3219 +dcid: "dc/jgw05xym53gt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k04dn0f8989zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/k04dn0f8989zc" + +Node: dcid:dc/2n63fv9nl181 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32212 +dcid: "dc/2n63fv9nl181" + +Node: dcid:dc/n4vqr56bhj709 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/n4vqr56bhj709" + +Node: dcid:dc/40b08dr9wt5r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/40b08dr9wt5r6" + +Node: dcid:dc/3hlhbxd88fff4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/3hlhbxd88fff4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5cy8xcmekkn32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/5cy8xcmekkn32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e68gppje4j2v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45331 +dcid: "dc/e68gppje4j2v1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vwqbcdfx3z9lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/vwqbcdfx3z9lh" + +Node: dcid:dc/mlz85f2m7cyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/mlz85f2m7cyf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ted9wg56fjs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/2ted9wg56fjs4" + +Node: dcid:dc/9rcntr37vpx38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48691 +dcid: "dc/9rcntr37vpx38" + +Node: dcid:dc/mx41mncgfxsg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61141 +dcid: "dc/mx41mncgfxsg5" + +Node: dcid:dc/5x5zp33tg1vk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/5x5zp33tg1vk5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z9cgm7vgrl084 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/z9cgm7vgrl084" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xycppm92lm7e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311514 +dcid: "dc/xycppm92lm7e3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bl7cty2x30cs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321214 +dcid: "dc/bl7cty2x30cs4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhgfzgc44hrx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331513 +dcid: "dc/jhgfzgc44hrx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4zjlefk077kk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311711 +dcid: "dc/4zjlefk077kk8" + +Node: dcid:dc/8rzwq9264dbt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/8rzwq9264dbt2" + +Node: dcid:dc/p7rm7nmq6lgk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3252 +dcid: "dc/p7rm7nmq6lgk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h71pszng3x1b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/h71pszng3x1b3" + +Node: dcid:dc/vtxlhlwzx850c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3159 +dcid: "dc/vtxlhlwzx850c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nj1n57v7tsgs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3332 +dcid: "dc/nj1n57v7tsgs8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1xq42zfht20t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/1xq42zfht20t" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vftb2mrj8v4tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/vftb2mrj8v4tf" + +Node: dcid:dc/zt6bf5lfejs23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42322 +dcid: "dc/zt6bf5lfejs23" + +Node: dcid:dc/zn138m1glbkz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/zn138m1glbkz2" + +Node: dcid:dc/wl0y6ry8myef4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/wl0y6ry8myef4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c0jzgfs2ert3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323122 +dcid: "dc/c0jzgfs2ert3d" + +Node: dcid:dc/z4kztescxq7z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/z4kztescxq7z6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kkq26828jb27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/kkq26828jb27" + +Node: dcid:dc/2yk44hgp5e3qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212221 +dcid: "dc/2yk44hgp5e3qb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgwhy514q0sc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811412 +dcid: "dc/lgwhy514q0sc8" + +Node: dcid:dc/lsbkw315cf0d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31122 +dcid: "dc/lsbkw315cf0d8" + +Node: dcid:dc/xb5ptldz7m2x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/xb5ptldz7m2x8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rq3s236fsbhx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311999 +dcid: "dc/rq3s236fsbhx1" + +Node: dcid:dc/xssvqcgqksxz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/xssvqcgqksxz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rm03yvrjm74bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/rm03yvrjm74bc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ccew6t4ec9b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42432 +dcid: "dc/7ccew6t4ec9b4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tj5qx4be2z9d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/tj5qx4be2z9d3" + +Node: dcid:dc/1fvj5eksgp4f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/1fvj5eksgp4f1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/snenjr4shzmg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/snenjr4shzmg3" + +Node: dcid:dc/ww68blt5jp1t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/ww68blt5jp1t1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7dlbtd8vybxl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/7dlbtd8vybxl5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b7mnrw3qvnt8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/b7mnrw3qvnt8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gzq25eby238tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532120 +dcid: "dc/gzq25eby238tc" + +Node: dcid:dc/wkn0fmqw6ezxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/wkn0fmqw6ezxc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bs76f8sletfj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/bs76f8sletfj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x16jtsvyfz83b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424810 +dcid: "dc/x16jtsvyfz83b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wv0mr2t2f5rj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/wv0mr2t2f5rj9" + +Node: dcid:dc/jl7jx34fccy73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/jl7jx34fccy73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fhqtnnvdmpexh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/fhqtnnvdmpexh" + +Node: dcid:dc/yv51twlw56nbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/yv51twlw56nbg" + +Node: dcid:dc/n24en87qe9sx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339943 +dcid: "dc/n24en87qe9sx6" + +Node: dcid:dc/7nbs0bvrbeqk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/7nbs0bvrbeqk1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r300zpl03w5nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/r300zpl03w5nc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h2759r3tgcy53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32521 +dcid: "dc/h2759r3tgcy53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nhq2vwdrq26g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32229 +dcid: "dc/nhq2vwdrq26g7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gm5q8rjvvhxh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311340 +dcid: "dc/gm5q8rjvvhxh8" + +Node: dcid:dc/b552sc9mjd3q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/b552sc9mjd3q4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vs988n8evf9hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11115 +dcid: "dc/vs988n8evf9hb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t0zhxnyh232l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/t0zhxnyh232l9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6j9tx7cvg2htf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48691 +dcid: "dc/6j9tx7cvg2htf" + +Node: dcid:dc/61tjznh5n4qg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45391 +dcid: "dc/61tjznh5n4qg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5fmczm2sdv1tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/5fmczm2sdv1tg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hqvv1slyrzjkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/hqvv1slyrzjkg" + +Node: dcid:dc/tqek8wj9x74sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/tqek8wj9x74sc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1hbnd8l8cz9kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333922 +dcid: "dc/1hbnd8l8cz9kh" + +Node: dcid:dc/xh1xgbrdmt139 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/xh1xgbrdmt139" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d6hbmt02llsj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/533110 +dcid: "dc/d6hbmt02llsj1" + +Node: dcid:dc/7yezsmdf7nql3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/7yezsmdf7nql3" + +Node: dcid:dc/hrv88eryrdzjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32616 +dcid: "dc/hrv88eryrdzjg" + +Node: dcid:dc/17e4wk3cjwgfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/17e4wk3cjwgfd" + +Node: dcid:dc/nqf9dbc9ntzk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/nqf9dbc9ntzk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tbbdm2hdsbmn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/tbbdm2hdsbmn7" + +Node: dcid:dc/yd2mrl14lceyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/yd2mrl14lceyb" + +Node: dcid:dc/g0bzqwjb7h8mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/g0bzqwjb7h8mf" + +Node: dcid:dc/nd2v7hhcwzfyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/nd2v7hhcwzfyd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8490e87e0s4p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326160 +dcid: "dc/8490e87e0s4p" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t85hcn1k7cc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333293 +dcid: "dc/t85hcn1k7cc6" + +Node: dcid:dc/k7r53p3qh3mp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33242 +dcid: "dc/k7r53p3qh3mp6" + +Node: dcid:dc/vbflb9qvctcjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/vbflb9qvctcjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w44mtz519g9y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53231 +dcid: "dc/w44mtz519g9y9" + +Node: dcid:dc/1gm34346y3lq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/1gm34346y3lq8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/20zpssh6e5yb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/20zpssh6e5yb1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3rs0dyre3xl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519110 +dcid: "dc/3rs0dyre3xl4" + +Node: dcid:dc/231n2plg8nvz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334111 +dcid: "dc/231n2plg8nvz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8tcfe1jynlrd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/8tcfe1jynlrd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xkg45c0mzsvz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/xkg45c0mzsvz5" + +Node: dcid:dc/bfyxv54v5eszg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/bfyxv54v5eszg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c0hkf237t3z7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333293 +dcid: "dc/c0hkf237t3z7d" + +Node: dcid:dc/3ecc3yh3wt9sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/3ecc3yh3wt9sb" + +Node: dcid:dc/3s9hp3z601qz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23812 +dcid: "dc/3s9hp3z601qz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bf2gk2q53r7r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321911 +dcid: "dc/bf2gk2q53r7r7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4gshcer5sfc97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/4gshcer5sfc97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5jj39vjgdmps1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/5jj39vjgdmps1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2sfswvjy5heh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/551 +dcid: "dc/2sfswvjy5heh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8ehw374s099g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/k8ehw374s099g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lrltkm17tjx08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31122 +dcid: "dc/lrltkm17tjx08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/79fyhgesvm0l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333415 +dcid: "dc/79fyhgesvm0l4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zrpv5z8rvjnj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/zrpv5z8rvjnj7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ndndcjfgzj3r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322299 +dcid: "dc/ndndcjfgzj3r7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgm9x3bcjpefb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/lgm9x3bcjpefb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yegyyrssghkf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/yegyyrssghkf8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3y8kp7vvjdn7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325992 +dcid: "dc/3y8kp7vvjdn7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxhgwv1r7wbdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/bxhgwv1r7wbdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1mqpc9dmxrg86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315211 +dcid: "dc/1mqpc9dmxrg86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zwhqf6vex4y77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/zwhqf6vex4y77" + +Node: dcid:dc/68jbmhh80dgt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31182 +dcid: "dc/68jbmhh80dgt6" + +Node: dcid:dc/nf30rtg4zxbj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/nf30rtg4zxbj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cdhzn2glwbqmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/cdhzn2glwbqmb" + +Node: dcid:dc/f66gw74nskfpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486110 +dcid: "dc/f66gw74nskfpd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k42lwj031qqm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327320 +dcid: "dc/k42lwj031qqm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d1ze3dkvpw1c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/d1ze3dkvpw1c7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fqcx22tgy9e65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/fqcx22tgy9e65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t98423xjsl4v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/t98423xjsl4v2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b17rd11hergjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/b17rd11hergjb" + +Node: dcid:dc/08hlt7njeqvhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/08hlt7njeqvhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6hzzwmgqhp02c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/6hzzwmgqhp02c" + +Node: dcid:dc/2qz6t006hwejc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/2qz6t006hwejc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3hn8smqndxty3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/3hn8smqndxty3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/32g79wzk566r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/32g79wzk566r7" + +Node: dcid:dc/lxngdeqtn07kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/lxngdeqtn07kc" + +Node: dcid:dc/b22bv1dwp12pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/b22bv1dwp12pb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rrgg6xk9900x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/rrgg6xk9900x2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8g1kj7drzkr39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/8g1kj7drzkr39" + +Node: dcid:dc/h1wsxlqes90z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/h1wsxlqes90z8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ec4bb466j546 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/3ec4bb466j546" + +Node: dcid:dc/k041hsh0hdmb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23839 +dcid: "dc/k041hsh0hdmb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nd16ez1l4mkrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326199 +dcid: "dc/nd16ez1l4mkrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7zggc8nnfx2wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/7zggc8nnfx2wc" + +Node: dcid:dc/8f7yy6gst0w12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/8f7yy6gst0w12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n58pnx059s9sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/n58pnx059s9sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hlyjbgpq89bt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49313 +dcid: "dc/hlyjbgpq89bt7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3m9mdeel39gf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/3m9mdeel39gf1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/45xe9h8pywc53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336350 +dcid: "dc/45xe9h8pywc53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/drwpnztt29k7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/drwpnztt29k7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sb2nw4dy7m10f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441221 +dcid: "dc/sb2nw4dy7m10f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j5bggdpt9q067 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333924 +dcid: "dc/j5bggdpt9q067" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yjyrhpvtfy7cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4533 +dcid: "dc/yjyrhpvtfy7cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vf2931ygh4151 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541830 +dcid: "dc/vf2931ygh4151" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0xfyd82b49rb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/0xfyd82b49rb5" + +Node: dcid:dc/jjzv0cenb17e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/jjzv0cenb17e9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2bkjemcbbvg6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/2bkjemcbbvg6d" + +Node: dcid:dc/f9msrvvq99dz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/f9msrvvq99dz6" + +Node: dcid:dc/wceg9cbty70f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3219 +dcid: "dc/wceg9cbty70f2" + +Node: dcid:dc/4ntj1nv3pvm87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/4ntj1nv3pvm87" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fgx0v5vdc4mbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/fgx0v5vdc4mbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtewhk7rlet2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/jtewhk7rlet2g" + +Node: dcid:dc/ehnxs8ytnnqv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/ehnxs8ytnnqv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3x57qs1mzqt04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/3x57qs1mzqt04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2z00r86yc2r3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31324 +dcid: "dc/2z00r86yc2r3f" + +Node: dcid:dc/0cxgh3epjkt75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/0cxgh3epjkt75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hh3ye4snmvnd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442291 +dcid: "dc/hh3ye4snmvnd6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fnjht3pz3n5qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32739 +dcid: "dc/fnjht3pz3n5qb" + +Node: dcid:dc/gvmrg4yx3jxw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313312 +dcid: "dc/gvmrg4yx3jxw6" + +Node: dcid:dc/gjm1gg9zferch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326130 +dcid: "dc/gjm1gg9zferch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/77vhgvmvy24m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/77vhgvmvy24m2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nxs9wqcwpeq9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42411 +dcid: "dc/nxs9wqcwpeq9b" + +Node: dcid:dc/5lm15fv1xjcd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/5lm15fv1xjcd2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6s563kwc93ge1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/6s563kwc93ge1" + +Node: dcid:dc/v5p7c9v1lsce +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/v5p7c9v1lsce" + +Node: dcid:dc/1m2kyq0s7dk0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/1m2kyq0s7dk0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3je0npqn544b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238132 +dcid: "dc/3je0npqn544b" + +Node: dcid:dc/f7nzq4jscne78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/f7nzq4jscne78" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0v57nmfzyjpb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31522 +dcid: "dc/0v57nmfzyjpb6" + +Node: dcid:dc/5tpzd39dqk2gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/5tpzd39dqk2gc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/clsqxz8s5rm63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/clsqxz8s5rm63" + +Node: dcid:dc/tmmbb2nre9rb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332410 +dcid: "dc/tmmbb2nre9rb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/65rs9d9j0dpc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/65rs9d9j0dpc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c8vndvywypm97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313312 +dcid: "dc/c8vndvywypm97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n31e71ghq0gp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/n31e71ghq0gp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c5hxq0476yw7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532120 +dcid: "dc/c5hxq0476yw7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9fhwz545yce76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/9fhwz545yce76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z884c55cp9594 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/z884c55cp9594" + +Node: dcid:dc/2gmbt9c4y4088 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/2gmbt9c4y4088" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1nhxnkewbmm29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45331 +dcid: "dc/1nhxnkewbmm29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ydb3fcmlb4172 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/ydb3fcmlb4172" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xbrstqhv7tfe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541340 +dcid: "dc/xbrstqhv7tfe" + +Node: dcid:dc/1glb4bwtmrcpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424450 +dcid: "dc/1glb4bwtmrcpd" + +Node: dcid:dc/wn415rjzwz55b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/wn415rjzwz55b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hnyfe6se7qbr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/hnyfe6se7qbr3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x046fh4k5ljs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/x046fh4k5ljs2" + +Node: dcid:dc/dyflgcswn42l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611511 +dcid: "dc/dyflgcswn42l3" + +Node: dcid:dc/38evwx0evynrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33422 +dcid: "dc/38evwx0evynrc" + +Node: dcid:dc/m5n3s2fd9p16d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/m5n3s2fd9p16d" + +Node: dcid:dc/90wlcd5r7hge4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238342 +dcid: "dc/90wlcd5r7hge4" + +Node: dcid:dc/jc4901w9q1431 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238121 +dcid: "dc/jc4901w9q1431" + +Node: dcid:dc/kpexemvw5qv62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/kpexemvw5qv62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6ybcdkxp3vh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/y6ybcdkxp3vh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/197zkps60sjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/197zkps60sjf" + +Node: dcid:dc/kreqlzmh7gkj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/kreqlzmh7gkj" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vl2lgsjhh1f4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424940 +dcid: "dc/vl2lgsjhh1f4c" + +Node: dcid:dc/ls4hrqcfzcf27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114111 +dcid: "dc/ls4hrqcfzcf27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6njcbx0v2vb48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42447 +dcid: "dc/6njcbx0v2vb48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4n1chqxdkfph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311612 +dcid: "dc/c4n1chqxdkfph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mg86d3dknwklg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/mg86d3dknwklg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hkgvqs1tv4f19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333314 +dcid: "dc/hkgvqs1tv4f19" + +Node: dcid:dc/c8hz72lghprvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/c8hz72lghprvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lh875xgn5bgq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/lh875xgn5bgq9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1wl6k4l6vdgl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423920 +dcid: "dc/1wl6k4l6vdgl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h19ltd2pvlrc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333411 +dcid: "dc/h19ltd2pvlrc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qgt4stfd5c253 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/qgt4stfd5c253" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n5f0nmrhstscb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/n5f0nmrhstscb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v0vplpyg31xg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44312 +dcid: "dc/v0vplpyg31xg5" + +Node: dcid:dc/2ekcb5fq38fwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31122 +dcid: "dc/2ekcb5fq38fwh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qk2x2lnbz0p5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/qk2x2lnbz0p5h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/02bwe6c8mq6f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/02bwe6c8mq6f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sm263pk8yyes3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/sm263pk8yyes3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvh2pjhptx17g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525930 +dcid: "dc/mvh2pjhptx17g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gbymy92pflyg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/gbymy92pflyg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f177jlbcvyz81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/f177jlbcvyz81" + +Node: dcid:dc/4l6w98c0qmxf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551114 +dcid: "dc/4l6w98c0qmxf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q2gyk3cme7l41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/q2gyk3cme7l41" + +Node: dcid:dc/z6s4fmh9l2lc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/z6s4fmh9l2lc5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6l0jd1b82hgn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/6l0jd1b82hgn4" + +Node: dcid:dc/3wjp10j5zpd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/3wjp10j5zpd7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zb5l4bwfjwxj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/zb5l4bwfjwxj1" + +Node: dcid:dc/2kxyx5fxsww63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/2kxyx5fxsww63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cq66zq76gez2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/cq66zq76gez2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nzyt6bvc2lxr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/nzyt6bvc2lxr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2570ctxvqsgt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/2570ctxvqsgt" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2gpw4q620ctl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52219 +dcid: "dc/2gpw4q620ctl9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kegvbmgb00fm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/kegvbmgb00fm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f5pwm23p91r96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/f5pwm23p91r96" + +Node: dcid:dc/98rwp8hplyfy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325520 +dcid: "dc/98rwp8hplyfy2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55g9xnmrf56h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323116 +dcid: "dc/55g9xnmrf56h2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pptg5qqlmebc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326191 +dcid: "dc/pptg5qqlmebc2" + +Node: dcid:dc/zndc7cr7q93bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335313 +dcid: "dc/zndc7cr7q93bd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/249c7evz5x7k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/249c7evz5x7k8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0vmp1xrpd8xfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/0vmp1xrpd8xfh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pjcb77lzv0fw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11221 +dcid: "dc/pjcb77lzv0fw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zdlkzxwtw5p91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/zdlkzxwtw5p91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bn5tl4pfhffm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/bn5tl4pfhffm7" + +Node: dcid:dc/234mx22gmfnd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/234mx22gmfnd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rx43qhrjkpkj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/rx43qhrjkpkj1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r9zshfntqhdn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/r9zshfntqhdn8" + +Node: dcid:dc/b06gt3dccq8vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/b06gt3dccq8vh" + +Node: dcid:dc/4qkexkm60hc8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325612 +dcid: "dc/4qkexkm60hc8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nesnbmrncfjrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/nesnbmrncfjrb" + +Node: dcid:dc/vmmrrsng6qdqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/vmmrrsng6qdqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yqd7mjwzpg2sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/yqd7mjwzpg2sc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qht2l1hslp722 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331511 +dcid: "dc/qht2l1hslp722" + +Node: dcid:dc/pn8mkr2fy3zd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333120 +dcid: "dc/pn8mkr2fy3zd2" + +Node: dcid:dc/0dz5241lm3c32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42469 +dcid: "dc/0dz5241lm3c32" + +Node: dcid:dc/0epr21y36g8kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/0epr21y36g8kf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8mp7qxt4tpbe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/8mp7qxt4tpbe" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lceny650n9c57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/lceny650n9c57" + +Node: dcid:dc/xcdjmmx5y1tcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/xcdjmmx5y1tcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e23tb5x11j3nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/e23tb5x11j3nc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/92hc5kmgckxjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/92hc5kmgckxjg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/186eprrs7c5zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61141 +dcid: "dc/186eprrs7c5zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n11mn1fj5pmzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/n11mn1fj5pmzb" + +Node: dcid:dc/xelszwgm52tyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33391 +dcid: "dc/xelszwgm52tyg" + +Node: dcid:dc/xmycd5s17c25d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/xmycd5s17c25d" + +Node: dcid:dc/fe4mtfpzfjc3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314991 +dcid: "dc/fe4mtfpzfjc3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bcys60kxp7fg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/bcys60kxp7fg2" + +Node: dcid:dc/hl3l4qe5h9709 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/hl3l4qe5h9709" + +Node: dcid:dc/jpb7cy8bnpsq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/jpb7cy8bnpsq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3jjg8wcp7w02d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/3jjg8wcp7w02d" + +Node: dcid:dc/zgdpekhh9xg14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333923 +dcid: "dc/zgdpekhh9xg14" + +Node: dcid:dc/0h83jrz116svf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/0h83jrz116svf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ene1gb1bz7zl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/ene1gb1bz7zl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ssm2b41cd8yn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/ssm2b41cd8yn3" + +Node: dcid:dc/c6d777dspew56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/c6d777dspew56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fs0gtjqllt1bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/fs0gtjqllt1bc" + +Node: dcid:dc/drxkq79xd25q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/drxkq79xd25q3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pgc7pk3wxxz1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3341 +dcid: "dc/pgc7pk3wxxz1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/csybyqmzt8pzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/csybyqmzt8pzf" + +Node: dcid:dc/2h82vd5l06mkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/2h82vd5l06mkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dqmrspl4byvg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333414 +dcid: "dc/dqmrspl4byvg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/msd9g7nlwh6t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/msd9g7nlwh6t3" + +Node: dcid:dc/nnln83j1yfkhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541860 +dcid: "dc/nnln83j1yfkhf" + +Node: dcid:dc/95x05692ef0n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333922 +dcid: "dc/95x05692ef0n2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xm0t15565d596 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31199 +dcid: "dc/xm0t15565d596" + +Node: dcid:dc/nw8wvbt4f9ysd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/nw8wvbt4f9ysd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ps3wsmrgp6h3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/ps3wsmrgp6h3f" + +Node: dcid:dc/mrqr6h1y09we1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/mrqr6h1y09we1" + +Node: dcid:dc/2cbxfy4w69jlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/2cbxfy4w69jlb" + +Node: dcid:dc/pn828v0hs8qbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444210 +dcid: "dc/pn828v0hs8qbg" + +Node: dcid:dc/y3nxlsldnqb8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44111 +dcid: "dc/y3nxlsldnqb8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q1hs194m3vt56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/q1hs194m3vt56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t19fx5n00xnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31599 +dcid: "dc/t19fx5n00xnh" + +Node: dcid:dc/1k484yr1hh0h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/1k484yr1hh0h7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y9sgpsqc4s4ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/y9sgpsqc4s4ph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6x3w9s1vq95fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/6x3w9s1vq95fg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n8y2p65wm0m89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/n8y2p65wm0m89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ekmdz8gs3ze8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/8ekmdz8gs3ze8" + +Node: dcid:dc/tvgdj7tms6e0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424950 +dcid: "dc/tvgdj7tms6e0g" + +Node: dcid:dc/vktzff96szpt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/vktzff96szpt2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/588wbyrsc14p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326113 +dcid: "dc/588wbyrsc14p" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rymtef40e0h5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321918 +dcid: "dc/rymtef40e0h5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nn65c2dcy5w09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/nn65c2dcy5w09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6pqf5lt8rm4h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812922 +dcid: "dc/6pqf5lt8rm4h9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fld7htc9qpqr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424310 +dcid: "dc/fld7htc9qpqr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hnvw9yq9crt64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42492 +dcid: "dc/hnvw9yq9crt64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qw6qqzhmgt4c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/qw6qqzhmgt4c1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nmhtndg5td3sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339932 +dcid: "dc/nmhtndg5td3sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0vsp59hfngfl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424320 +dcid: "dc/0vsp59hfngfl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3mcqh2x1pgtnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313320 +dcid: "dc/3mcqh2x1pgtnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/km6jdqxmm0df2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/km6jdqxmm0df2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w4l8fw9yxl0b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/w4l8fw9yxl0b1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/89zmtnw1gyf6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/89zmtnw1gyf6h" + +Node: dcid:dc/mnpmqrczj0288 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/mnpmqrczj0288" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgbyvc9r49ep4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/lgbyvc9r49ep4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m1ddys8kjcp65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/m1ddys8kjcp65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pqr1zc45sfepf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322213 +dcid: "dc/pqr1zc45sfepf" + +Node: dcid:dc/4l8qr6jpnnpy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423860 +dcid: "dc/4l8qr6jpnnpy8" + +Node: dcid:dc/28kdt29yv5j93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/28kdt29yv5j93" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m599gg876fcm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238312 +dcid: "dc/m599gg876fcm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55qdby6e5w8hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/55qdby6e5w8hd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gf0kbzzw31v82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/gf0kbzzw31v82" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/28r4kt1qs3r29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/28r4kt1qs3r29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g1y7n4gvd8lsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/g1y7n4gvd8lsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kxe0wgglme6s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/kxe0wgglme6s6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3jbmy3fcfzdbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44529 +dcid: "dc/3jbmy3fcfzdbg" + +Node: dcid:dc/nfqf75bxjf6b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327212 +dcid: "dc/nfqf75bxjf6b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ld2gdwp3hrecd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53211 +dcid: "dc/ld2gdwp3hrecd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nk6vty7869g8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333415 +dcid: "dc/nk6vty7869g8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5tqcfb5v6xdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/k5tqcfb5v6xdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7hphl2emwchm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/7hphl2emwchm9" + +Node: dcid:dc/dpt1d7v6x9ev6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/dpt1d7v6x9ev6" + +Node: dcid:dc/hh8mp8lvn9pkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31322 +dcid: "dc/hh8mp8lvn9pkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cts48ng00bcfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/cts48ng00bcfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sxntrf4jb4k78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/sxntrf4jb4k78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tqsccvkcw2kxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325199 +dcid: "dc/tqsccvkcw2kxh" + +Node: dcid:dc/m9xxkt5x6pw47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/m9xxkt5x6pw47" + +Node: dcid:dc/5j8fsycvqkls5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/5j8fsycvqkls5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k3mjr7tnj3pz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/k3mjr7tnj3pz9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kvfrck0crqh73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/kvfrck0crqh73" + +Node: dcid:dc/f0k128m1w3n93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/f0k128m1w3n93" + +Node: dcid:dc/sb6vr8dspwt18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/sb6vr8dspwt18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5p2tcwe01c6bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/5p2tcwe01c6bg" + +Node: dcid:dc/q7nb2c2yydgb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327215 +dcid: "dc/q7nb2c2yydgb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5s6t900xmp1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/5s6t900xmp1h" + +Node: dcid:dc/zpcx3y2bkbn7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481211 +dcid: "dc/zpcx3y2bkbn7b" + +Node: dcid:dc/8khbxz9yve837 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/8khbxz9yve837" + +Node: dcid:dc/y13tyxkeck281 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/y13tyxkeck281" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ls5gyx3y2kvw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/ls5gyx3y2kvw4" + +Node: dcid:dc/9bmcj4rf24yf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/9bmcj4rf24yf9" + +Node: dcid:dc/b5lr8zf0vp01f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/b5lr8zf0vp01f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l8c2j40j3g696 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4483 +dcid: "dc/l8c2j40j3g696" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rdw9vjzl9dex +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/rdw9vjzl9dex" + +Node: dcid:dc/6zm16jm85whz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/6zm16jm85whz1" + +Node: dcid:dc/3qzdkhwtdtp4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333120 +dcid: "dc/3qzdkhwtdtp4f" + +Node: dcid:dc/qgl2qmp8bd58h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238192 +dcid: "dc/qgl2qmp8bd58h" + +Node: dcid:dc/nme452y05wqy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336214 +dcid: "dc/nme452y05wqy" + +Node: dcid:dc/fls0js1hgq9j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/fls0js1hgq9j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/et87fnglz83bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/et87fnglz83bh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8je87hdsfv48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/r8je87hdsfv48" + +Node: dcid:dc/zp6p0scfbmem3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213 +dcid: "dc/zp6p0scfbmem3" + +Node: dcid:dc/rnwqmzbrh498b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314911 +dcid: "dc/rnwqmzbrh498b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kyr4tl1c3qp59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/kyr4tl1c3qp59" + +Node: dcid:dc/r7etkplj767kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/r7etkplj767kb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5127tbw77j283 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/5127tbw77j283" + +Node: dcid:dc/bpcxwpg5qkjz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/bpcxwpg5qkjz5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ht2yggkc35q18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/ht2yggkc35q18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m8ex1f3g5qnn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/m8ex1f3g5qnn4" + +Node: dcid:dc/t75hbq15fvcsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/t75hbq15fvcsf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ygj0x13sem4pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112512 +dcid: "dc/ygj0x13sem4pd" + +Node: dcid:dc/z6705d83hn9e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/z6705d83hn9e6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n7852h90qbr15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33621 +dcid: "dc/n7852h90qbr15" + +Node: dcid:dc/k3m9h2etbb4z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/k3m9h2etbb4z5" + +Node: dcid:dc/8kfrpf379n143 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/8kfrpf379n143" + +Node: dcid:dc/fz67mffe46g89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111332 +dcid: "dc/fz67mffe46g89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7jncv7txv0g0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44411 +dcid: "dc/7jncv7txv0g0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zev4q7yw06mbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/zev4q7yw06mbf" + +Node: dcid:dc/3b3jly8tct74c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/3b3jly8tct74c" + +Node: dcid:dc/hwwm1dhrqezb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333294 +dcid: "dc/hwwm1dhrqezb8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ngy2h3exz9q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/2ngy2h3exz9q" + +Node: dcid:dc/ts46tm05gczwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333516 +dcid: "dc/ts46tm05gczwh" + +Node: dcid:dc/l1l32x5cff1hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33232 +dcid: "dc/l1l32x5cff1hd" + +Node: dcid:dc/g5v0d0f655nnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32532 +dcid: "dc/g5v0d0f655nnh" + +Node: dcid:dc/0jkjmlj4g7hth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483211 +dcid: "dc/0jkjmlj4g7hth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2v9n4r02qy6b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/2v9n4r02qy6b3" + +Node: dcid:dc/yvwe9vgtqk4h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/yvwe9vgtqk4h4" + +Node: dcid:dc/hfj429qwkff71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/hfj429qwkff71" + +Node: dcid:dc/m3y5q0vh24tl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5181 +dcid: "dc/m3y5q0vh24tl6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8779s26mx7562 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/8779s26mx7562" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7y6ygw9ke63q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/7y6ygw9ke63q7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/10tqj7myyz0yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/10tqj7myyz0yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7l3905dck0ntd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811430 +dcid: "dc/7l3905dck0ntd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/edsxjj5pr0kef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/edsxjj5pr0kef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9ken0hpcs9ez7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/9ken0hpcs9ez7" + +Node: dcid:dc/n7rczkhhrzryb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/n7rczkhhrzryb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ek4zexltpkg02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/ek4zexltpkg02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cl5qqzqgsv44g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3256 +dcid: "dc/cl5qqzqgsv44g" + +Node: dcid:dc/rlgrybrmblkz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51229 +dcid: "dc/rlgrybrmblkz9" + +Node: dcid:dc/853wkkj25f2lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327112 +dcid: "dc/853wkkj25f2lc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwr0eym5k8sfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51224 +dcid: "dc/mwr0eym5k8sfh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fb7r7eksccv38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/fb7r7eksccv38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/79czkx8fmfxlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336312 +dcid: "dc/79czkx8fmfxlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/veh7xng2mr3m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/veh7xng2mr3m" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yskzcqzt9gqw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/yskzcqzt9gqw" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4p44r0kyhfkm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/4p44r0kyhfkm" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n47g44whmxe0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/n47g44whmxe0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6pw2m0s2jlw78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/6pw2m0s2jlw78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/whz9n9h4j8emb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337122 +dcid: "dc/whz9n9h4j8emb" + +Node: dcid:dc/9jkyf4e90sqg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332710 +dcid: "dc/9jkyf4e90sqg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8xqxj9xs8p84f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/8xqxj9xs8p84f" + +Node: dcid:dc/zdzpbzfz2b7k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/zdzpbzfz2b7k2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/90nswpkp8wlw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327 +dcid: "dc/90nswpkp8wlw5" + +Node: dcid:dc/kxt6t29ntwp73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/kxt6t29ntwp73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4r46qskdr16q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/4r46qskdr16q6" + +Node: dcid:dc/kref4kggs5m8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/kref4kggs5m8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wrl8fxkn0p7l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51114 +dcid: "dc/wrl8fxkn0p7l4" + +Node: dcid:dc/r6gmy442qlh14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32721 +dcid: "dc/r6gmy442qlh14" + +Node: dcid:dc/6g3hy77d78vz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/6g3hy77d78vz3" + +Node: dcid:dc/96vj26bgmzz49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/96vj26bgmzz49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5998slpkcfkt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/5998slpkcfkt8" + +Node: dcid:dc/l993qn4wtcqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/l993qn4wtcqh" + +Node: dcid:dc/rpkkk42cl2dj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327320 +dcid: "dc/rpkkk42cl2dj3" + +Node: dcid:dc/gfhdkdw49cknh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/gfhdkdw49cknh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9zxcskb1k0ltb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/9zxcskb1k0ltb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dzjw4f07rfe9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/dzjw4f07rfe9g" + +Node: dcid:dc/7nqfcxv7qd8w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/7nqfcxv7qd8w4" + +Node: dcid:dc/z1w71j3njcc47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/z1w71j3njcc47" + +Node: dcid:dc/n260nszpwr791 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/n260nszpwr791" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dfnte1pjqeh4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/dfnte1pjqeh4b" + +Node: dcid:dc/e1fsskcgmysxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/e1fsskcgmysxc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/78n2cmh0lwm8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/78n2cmh0lwm8f" + +Node: dcid:dc/4p9tg8jzt3lpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/4p9tg8jzt3lpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yl4b8zrel3xn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/yl4b8zrel3xn" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s34hm8n0trnm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/s34hm8n0trnm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vrhst487kel97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/vrhst487kel97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jctvtv9v59j9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311119 +dcid: "dc/jctvtv9v59j9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lx9ecz5yds5tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238331 +dcid: "dc/lx9ecz5yds5tc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/he90h84tmxxq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/he90h84tmxxq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ccmqjdkw6kkv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611410 +dcid: "dc/ccmqjdkw6kkv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6smdptbv3wvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/m6smdptbv3wvg" + +Node: dcid:dc/fqh8xc963mkeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333995 +dcid: "dc/fqh8xc963mkeg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jbb2lcjnqxgv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/jbb2lcjnqxgv8" + +Node: dcid:dc/xezh59gslge67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33421 +dcid: "dc/xezh59gslge67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jj4d5f7x1y3fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/jj4d5f7x1y3fh" + +Node: dcid:dc/7q05p54c8zyk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/7q05p54c8zyk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/exj813yt7zjlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/exj813yt7zjlg" + +Node: dcid:dc/s6d45bk8seh9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/s6d45bk8seh9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rmmztm9hjjwn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/rmmztm9hjjwn4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hp82fzk3b93qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333412 +dcid: "dc/hp82fzk3b93qf" + +Node: dcid:dc/slln4kqq5ztx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/slln4kqq5ztx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xtn1f6wrt0392 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/xtn1f6wrt0392" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cwp9vz6v6n4v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/cwp9vz6v6n4v3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t9dtjxmg28f24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21211 +dcid: "dc/t9dtjxmg28f24" + +Node: dcid:dc/0k4163103zvkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/0k4163103zvkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t8w3c5gxt46db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/t8w3c5gxt46db" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6xek0y5n0eks9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/6xek0y5n0eks9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0bvjvfxe70ll7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339994 +dcid: "dc/0bvjvfxe70ll7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d33eb2ykg71b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/d33eb2ykg71b4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bl1jyzn8xtb5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/bl1jyzn8xtb5h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7gyhmyyw0st26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42446 +dcid: "dc/7gyhmyyw0st26" + +Node: dcid:dc/8nmrr4d02r2x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/8nmrr4d02r2x2" + +Node: dcid:dc/k436ebn6vbcw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111331 +dcid: "dc/k436ebn6vbcw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jdr164rvqvpz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/jdr164rvqvpz6" + +Node: dcid:dc/fdzx6257v3rmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/fdzx6257v3rmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kvv14r1lsp6c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532210 +dcid: "dc/kvv14r1lsp6c7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fej5wbqb7x37c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/fej5wbqb7x37c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6pf8lq7f2plch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/6pf8lq7f2plch" + +Node: dcid:dc/m3nn2p2f9x2h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/m3nn2p2f9x2h9" + +Node: dcid:dc/1pnwk57qp3gec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/1pnwk57qp3gec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s81xj6223zyf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333514 +dcid: "dc/s81xj6223zyf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2xh6rhx1fe38g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/2xh6rhx1fe38g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1lz7errw2fk7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/1lz7errw2fk7b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/khmmwpchgpnv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/khmmwpchgpnv" + +Node: dcid:dc/h1xv6kjbrc9p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511199 +dcid: "dc/h1xv6kjbrc9p4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ffttk2ds6c52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336330 +dcid: "dc/1ffttk2ds6c52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eb77k84r0sfw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/eb77k84r0sfw7" + +Node: dcid:dc/5f24df7mxhx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333314 +dcid: "dc/5f24df7mxhx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/804cbwy4wqfjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/804cbwy4wqfjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j8f533nfxxnn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424450 +dcid: "dc/j8f533nfxxnn5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ml2xl85j9z8r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/ml2xl85j9z8r5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jddehv67h99cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/jddehv67h99cb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c31zgez2rr7jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/c31zgez2rr7jg" + +Node: dcid:dc/hz5zlxlv8b414 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/hz5zlxlv8b414" + +Node: dcid:dc/d7swm8cxhvjng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541860 +dcid: "dc/d7swm8cxhvjng" + +Node: dcid:dc/f2qzm4tw71wv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8141 +dcid: "dc/f2qzm4tw71wv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w532egbbywmn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322213 +dcid: "dc/w532egbbywmn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vzfdjkvvkrhjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331 +dcid: "dc/vzfdjkvvkrhjh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zsnxhmk5yx8k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/zsnxhmk5yx8k5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s8qtz8ksh3en +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33994 +dcid: "dc/s8qtz8ksh3en" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hjgngl7essy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/hjgngl7essy2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yx581wphqdt75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/yx581wphqdt75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ycsk7r4s62crf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311611 +dcid: "dc/ycsk7r4s62crf" + +Node: dcid:dc/v5432zf1sh12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32419 +dcid: "dc/v5432zf1sh12" + +Node: dcid:dc/p4v8grevm9fhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/p4v8grevm9fhc" + +Node: dcid:dc/vlxjt2ncf2nf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/vlxjt2ncf2nf5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yqsn9lnctcvwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/yqsn9lnctcvwh" + +Node: dcid:dc/kljj1795s18vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/kljj1795s18vb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmnz004tlqmcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/qmnz004tlqmcb" + +Node: dcid:dc/36ver9tnyhv52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/36ver9tnyhv52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/860htzqz47f18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334416 +dcid: "dc/860htzqz47f18" + +Node: dcid:dc/etgkh7qsjgd81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336312 +dcid: "dc/etgkh7qsjgd81" + +Node: dcid:dc/fxx60jc6k9b9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3335 +dcid: "dc/fxx60jc6k9b9g" + +Node: dcid:dc/x1p1tvf212tf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/x1p1tvf212tf8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6l608tcpe76xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424930 +dcid: "dc/6l608tcpe76xd" + +Node: dcid:dc/tpmtr4gjj3w5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/tpmtr4gjj3w5g" + +Node: dcid:dc/1vqh9plnnxj65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212312 +dcid: "dc/1vqh9plnnxj65" + +Node: dcid:dc/e4gc57pkpg9bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/e4gc57pkpg9bb" + +Node: dcid:dc/c86xx2t4708h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/c86xx2t4708h5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b0x5w6ch5g9cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/b0x5w6ch5g9cg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vd1770vkxg7k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/vd1770vkxg7k6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tk9wh51jb2x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/tk9wh51jb2x7" + +Node: dcid:dc/bmsq4xll3wqpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/bmsq4xll3wqpd" + +Node: dcid:dc/npgcr0hlbf9l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/npgcr0hlbf9l7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0f3zf7vjd64j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/0f3zf7vjd64j4" + +Node: dcid:dc/xg89896zpely5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32712 +dcid: "dc/xg89896zpely5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/srx5e8jggkfdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323118 +dcid: "dc/srx5e8jggkfdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xvmzbzm1dxvz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/xvmzbzm1dxvz" + +Node: dcid:dc/twy87v7ve1q68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512240 +dcid: "dc/twy87v7ve1q68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f6r14kfbkzg35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5181 +dcid: "dc/f6r14kfbkzg35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d4j1yfzlc8yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/d4j1yfzlc8yh" + +Node: dcid:dc/l2c61psqkr5b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8141 +dcid: "dc/l2c61psqkr5b4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbr9t96ppdj1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532220 +dcid: "dc/kbr9t96ppdj1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bcgtctbkeb7h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/bcgtctbkeb7h9" + +Node: dcid:dc/96ny22wpsr8c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/96ny22wpsr8c2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tsqxnbfqk16md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/tsqxnbfqk16md" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/28etlpvhcjerd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33995 +dcid: "dc/28etlpvhcjerd" + +Node: dcid:dc/k7hc03th55b9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/k7hc03th55b9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gfl6x98452093 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/gfl6x98452093" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2y97xwrerhz23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/2y97xwrerhz23" + +Node: dcid:dc/nylswtz6j84t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324191 +dcid: "dc/nylswtz6j84t1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k3t1gjqf0scx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/k3t1gjqf0scx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/09th2fpcwzwn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/09th2fpcwzwn2" + +Node: dcid:dc/ekngdfy4ke1dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424470 +dcid: "dc/ekngdfy4ke1dc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ld6zljyd579rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423110 +dcid: "dc/ld6zljyd579rd" + +Node: dcid:dc/274dmzplq01qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/274dmzplq01qg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7d9teyp4f03b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423210 +dcid: "dc/7d9teyp4f03b3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15lpqk6efz1qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321912 +dcid: "dc/15lpqk6efz1qb" + +Node: dcid:dc/2nvhwpelsrzz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332111 +dcid: "dc/2nvhwpelsrzz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/syj8spzsgjgz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/syj8spzsgjgz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvb7rhp3y8ln8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/cvb7rhp3y8ln8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rjrph3t7g88d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311340 +dcid: "dc/rjrph3t7g88d8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rz7ezl1wv5bw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3221 +dcid: "dc/rz7ezl1wv5bw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eegqnvqn530gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/eegqnvqn530gd" + +Node: dcid:dc/gbrbbvs9hrp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322221 +dcid: "dc/gbrbbvs9hrp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fg15f9t2g4yeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/fg15f9t2g4yeg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zwmx0zx9htczd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3351 +dcid: "dc/zwmx0zx9htczd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/emr0w2zpw6yc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/emr0w2zpw6yc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m3xfz20cftqjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3274 +dcid: "dc/m3xfz20cftqjd" + +Node: dcid:dc/rkev181cdt8df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523130 +dcid: "dc/rkev181cdt8df" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tglfymm2qe116 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/tglfymm2qe116" + +Node: dcid:dc/c2h7ppscekh48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54193 +dcid: "dc/c2h7ppscekh48" + +Node: dcid:dc/mv32mvttwbe64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/mv32mvttwbe64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t803em41hqdwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/t803em41hqdwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k0jx3n1lzn4n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/k0jx3n1lzn4n2" + +Node: dcid:dc/e447867yc0xld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424450 +dcid: "dc/e447867yc0xld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1rgnysln9r25f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42472 +dcid: "dc/1rgnysln9r25f" + +Node: dcid:dc/xmhtbwm0dqpm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/xmhtbwm0dqpm3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f2sbdx6nd1dn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/f2sbdx6nd1dn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mfekhfxjhxl06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/mfekhfxjhxl06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h6p9shx9rl0hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448310 +dcid: "dc/h6p9shx9rl0hc" + +Node: dcid:dc/3dn6kxsz8vk52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/3dn6kxsz8vk52" + +Node: dcid:dc/jrje3ch5wfdw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327112 +dcid: "dc/jrje3ch5wfdw4" + +Node: dcid:dc/6yf8wyy7jxfgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/6yf8wyy7jxfgd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tz93rmxm9zx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/tz93rmxm9zx1" + +Node: dcid:dc/jqwmbxw4xkflf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/jqwmbxw4xkflf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zez33nfgnlzv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339115 +dcid: "dc/zez33nfgnlzv3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gqj6g0219wwh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81292 +dcid: "dc/gqj6g0219wwh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mb92cdnkw6cnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339932 +dcid: "dc/mb92cdnkw6cnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpj399n7yxzcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423920 +dcid: "dc/fpj399n7yxzcg" + +Node: dcid:dc/fne19p6crwmh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/fne19p6crwmh4" + +Node: dcid:dc/40t36crjvm7hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/40t36crjvm7hg" + +Node: dcid:dc/106q2y6qrx4db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448320 +dcid: "dc/106q2y6qrx4db" + +Node: dcid:dc/n5b2yeqg2nq31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/n5b2yeqg2nq31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m7kmq63j91nc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541410 +dcid: "dc/m7kmq63j91nc3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gx27d68vyydvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/gx27d68vyydvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5yp3vegtsz7t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44813 +dcid: "dc/5yp3vegtsz7t5" + +Node: dcid:dc/8pv3bzxmbnmr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/8pv3bzxmbnmr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/el3gwvzr2jd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/el3gwvzr2jd8" + +Node: dcid:dc/p69tpsldf99h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/p69tpsldf99h7" + +Node: dcid:dc/7kwsyht9wp6y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333995 +dcid: "dc/7kwsyht9wp6y4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/plp1vdpx9c231 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/plp1vdpx9c231" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8pyb8p5hqrv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/8pyb8p5hqrv4" + +Node: dcid:dc/9n0mv86y2pp3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/9n0mv86y2pp3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s8szrvsn5jlnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/s8szrvsn5jlnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rzcylw3deedzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23834 +dcid: "dc/rzcylw3deedzb" + +Node: dcid:dc/z3xtvgdkghls7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/z3xtvgdkghls7" + +Node: dcid:dc/pc4p3nkxt9cs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/pc4p3nkxt9cs8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gh1ny5gysnb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212210 +dcid: "dc/gh1ny5gysnb7" + +Node: dcid:dc/lh691gq944w71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42343 +dcid: "dc/lh691gq944w71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gs5v8r5qhfl9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/gs5v8r5qhfl9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7gf55sedmjpkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/7gf55sedmjpkh" + +Node: dcid:dc/dhkcm6x2r1b06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/dhkcm6x2r1b06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dpf6fc0cx0bzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/dpf6fc0cx0bzf" + +Node: dcid:dc/s7cvr7d0x62g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48839 +dcid: "dc/s7cvr7d0x62g2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1m9je1tlgrnnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/1m9je1tlgrnnf" + +Node: dcid:dc/cmm5g455xfkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313311 +dcid: "dc/cmm5g455xfkb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8zbsdgknysr0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3271 +dcid: "dc/8zbsdgknysr0b" + +Node: dcid:dc/qxc09xv77bq69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/qxc09xv77bq69" + +Node: dcid:dc/5qkprhtgvpk15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/5qkprhtgvpk15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/edmg8ptnh4e5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/edmg8ptnh4e5b" + +Node: dcid:dc/zq1w5052974y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/zq1w5052974y4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6gx4w0wdzhdk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/6gx4w0wdzhdk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3f0ed0ww12zsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/3f0ed0ww12zsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xtwtgjpw4whrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32612 +dcid: "dc/xtwtgjpw4whrb" + +Node: dcid:dc/d81hv3bm0qc41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/d81hv3bm0qc41" + +Node: dcid:dc/66zkefce48vr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3141 +dcid: "dc/66zkefce48vr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmhjekf4z1wr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/dmhjekf4z1wr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b85jxvmcndw68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/b85jxvmcndw68" + +Node: dcid:dc/8dcyvljexwqe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811113 +dcid: "dc/8dcyvljexwqe2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wbxy5333xmshc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/wbxy5333xmshc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nqyl6h2shfksd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/nqyl6h2shfksd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y1dl9fcf58k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/y1dl9fcf58k5" + +Node: dcid:dc/2skfymlh39m0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44521 +dcid: "dc/2skfymlh39m0d" + +Node: dcid:dc/7b2gp8lq9p9y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111332 +dcid: "dc/7b2gp8lq9p9y3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sxzrb0hw7f9z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32629 +dcid: "dc/sxzrb0hw7f9z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ltzlvd5c68xz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/ltzlvd5c68xz7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9xv85fkxngd4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32552 +dcid: "dc/9xv85fkxngd4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xp9xb0kq78pnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/xp9xb0kq78pnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qdkwlhhne9td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/8qdkwlhhne9td" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1yyrzwxyww5g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/1yyrzwxyww5g7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5rlspttthkt1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238341 +dcid: "dc/5rlspttthkt1f" + +Node: dcid:dc/s804g1f4nmd6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42349 +dcid: "dc/s804g1f4nmd6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qx9zhjte5fg5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/qx9zhjte5fg5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4l45kbq49ckg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33631 +dcid: "dc/f4l45kbq49ckg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/04vb7259fs3n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/04vb7259fs3n6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4tfdl672mg5w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334612 +dcid: "dc/4tfdl672mg5w7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qv4k1lvt8g623 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/qv4k1lvt8g623" + +Node: dcid:dc/v7s00wc0pwq6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/v7s00wc0pwq6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/epwr4c8wdxgch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42362 +dcid: "dc/epwr4c8wdxgch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mtv8020t2991d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48423 +dcid: "dc/mtv8020t2991d" + +Node: dcid:dc/1wy7930n9zez5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/1wy7930n9zez5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fdlvercsr805 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/fdlvercsr805" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7knngx377y1b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/7knngx377y1b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llmgww22459c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11234 +dcid: "dc/llmgww22459c3" + +Node: dcid:dc/zg168591y99hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443120 +dcid: "dc/zg168591y99hb" + +Node: dcid:dc/5sqzqtr7m20p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336412 +dcid: "dc/5sqzqtr7m20p" + +Node: dcid:dc/drggql3q6ccd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/drggql3q6ccd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/engwjnytzwhs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42372 +dcid: "dc/engwjnytzwhs4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y0w89yl903hsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/y0w89yl903hsg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fgcqnhftdr628 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31211 +dcid: "dc/fgcqnhftdr628" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ke1mkl1srpj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811122 +dcid: "dc/8ke1mkl1srpj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3nyqp6nll9d2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/3nyqp6nll9d2b" + +Node: dcid:dc/6ct90ylnp0rdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/6ct90ylnp0rdf" + +Node: dcid:dc/tlhhdd00l9yd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32512 +dcid: "dc/tlhhdd00l9yd4" + +Node: dcid:dc/bg81n4gh2jrx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/bg81n4gh2jrx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cjjt9vsmxwl72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44831 +dcid: "dc/cjjt9vsmxwl72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2mz7fy8127mv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/2mz7fy8127mv6" + +Node: dcid:dc/s35h5vl0rzw49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532120 +dcid: "dc/s35h5vl0rzw49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1xb2j5lt2b9f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4483 +dcid: "dc/1xb2j5lt2b9f3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tt0nfzgbtbml9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33281 +dcid: "dc/tt0nfzgbtbml9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yx5rfcrnqw5cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31134 +dcid: "dc/yx5rfcrnqw5cg" + +Node: dcid:dc/zse4nmfqr45r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/zse4nmfqr45r1" + +Node: dcid:dc/yhdjn1kkcpby3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/yhdjn1kkcpby3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jgfglsxyh92ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/jgfglsxyh92ld" + +Node: dcid:dc/8tynzqpznd6n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423820 +dcid: "dc/8tynzqpznd6n3" + +Node: dcid:dc/sshzhx4p9e4lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453310 +dcid: "dc/sshzhx4p9e4lf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xeqcezr4med08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53221 +dcid: "dc/xeqcezr4med08" + +Node: dcid:dc/3v2p0q5tx9lb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316999 +dcid: "dc/3v2p0q5tx9lb8" + +Node: dcid:dc/dtnswd7w6ns8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/dtnswd7w6ns8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q7m553e0n3rbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3313 +dcid: "dc/q7m553e0n3rbc" + +Node: dcid:dc/mehql2jnvxzq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/mehql2jnvxzq3" + +Node: dcid:dc/w2e96lc8yfmt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/w2e96lc8yfmt" + +Node: dcid:dc/4hnjwypvphykc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424470 +dcid: "dc/4hnjwypvphykc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3jbh6m1mdwsb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/3jbh6m1mdwsb8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z8k03qb9wp53c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541930 +dcid: "dc/z8k03qb9wp53c" + +Node: dcid:dc/x9kbx8fv14j78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/x9kbx8fv14j78" + +Node: dcid:dc/8lqwvg8m9x7z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/8lqwvg8m9x7z8" + +Node: dcid:dc/5cr42eew28n28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/5cr42eew28n28" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nx15qjdbqgb1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/nx15qjdbqgb1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qld2m1lfft191 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/qld2m1lfft191" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ffvk46q2k2995 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/ffvk46q2k2995" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4e3g5ng7eg98h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423720 +dcid: "dc/4e3g5ng7eg98h" + +Node: dcid:dc/cp7vvdn2db41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311919 +dcid: "dc/cp7vvdn2db41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p6y52e4qrk343 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/p6y52e4qrk343" + +Node: dcid:dc/ehez2n99yn8df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334515 +dcid: "dc/ehez2n99yn8df" + +Node: dcid:dc/ry7cmbnxc2e83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/ry7cmbnxc2e83" + +Node: dcid:dc/kbd4kxjs8gg8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4483 +dcid: "dc/kbd4kxjs8gg8h" + +Node: dcid:dc/fth56t5ps2v2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/fth56t5ps2v2f" + +Node: dcid:dc/krdgqcvvb1mc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311920 +dcid: "dc/krdgqcvvb1mc9" + +Node: dcid:dc/yld1pxnx90v36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424430 +dcid: "dc/yld1pxnx90v36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ln401r233w1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312113 +dcid: "dc/6ln401r233w1c" + +Node: dcid:dc/66gg7kzs2p3sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/66gg7kzs2p3sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/32kpwmv7zm5v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/32kpwmv7zm5v7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3z8dt9mkm04td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53221 +dcid: "dc/3z8dt9mkm04td" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rpg606lwvmrxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/rpg606lwvmrxh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4560h443lr66c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451220 +dcid: "dc/4560h443lr66c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dyn85lj8c5724 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/dyn85lj8c5724" + +Node: dcid:dc/s9e9q6q1tlw81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/s9e9q6q1tlw81" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xkth87lfzknj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424420 +dcid: "dc/xkth87lfzknj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vc3w0bygvpf78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/vc3w0bygvpf78" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dfxm5jn6211vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/dfxm5jn6211vb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bw9e61rxsxsr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/bw9e61rxsxsr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g55bsnjwx2l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/g55bsnjwx2l2" + +Node: dcid:dc/8fgp483vtd9n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53211 +dcid: "dc/8fgp483vtd9n" + +Node: dcid:dc/dsw1vsmc248m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424110 +dcid: "dc/dsw1vsmc248m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ge85jwq8xdsd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/ge85jwq8xdsd3" + +Node: dcid:dc/0j53n0pd85jw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/0j53n0pd85jw8" + +Node: dcid:dc/xrvb198qnp7j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81142 +dcid: "dc/xrvb198qnp7j5" + +Node: dcid:dc/5zsxt9geg6zcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/5zsxt9geg6zcb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tv268cdj8t1pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/tv268cdj8t1pf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/03qk7wbzz6jz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/03qk7wbzz6jz1" + +Node: dcid:dc/vmqc4xsn9glvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32629 +dcid: "dc/vmqc4xsn9glvd" + +Node: dcid:dc/rm6rj15d1vrr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111310 +dcid: "dc/rm6rj15d1vrr4" + +Node: dcid:dc/xy4ps4hnv1w5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42382 +dcid: "dc/xy4ps4hnv1w5g" + +Node: dcid:dc/g9dz1vf26tnr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/g9dz1vf26tnr9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pvl6t8lz86n81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/pvl6t8lz86n81" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kn6rmzs5g1g5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/kn6rmzs5g1g5d" + +Node: dcid:dc/t45l1z2bljm59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/t45l1z2bljm59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1nkwb76m2vf7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238151 +dcid: "dc/1nkwb76m2vf7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7e5p1lcrhwej4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/7e5p1lcrhwej4" + +Node: dcid:dc/r3g7j8pj04134 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/r3g7j8pj04134" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0773jwpn44glh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/0773jwpn44glh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k2cm2yfk5q6g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/k2cm2yfk5q6g4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g0gpr5lgyslng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/g0gpr5lgyslng" + +Node: dcid:dc/42d6zx2e47c49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/42d6zx2e47c49" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lg9qz457wp1n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/lg9qz457wp1n4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/22efd33p36w76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3262 +dcid: "dc/22efd33p36w76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7bz9pzl3mpjs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/7bz9pzl3mpjs9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j62sf79kr6f99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/j62sf79kr6f99" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t01czdfxmn046 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31192 +dcid: "dc/t01czdfxmn046" + +Node: dcid:dc/kew43sj4ygrw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/kew43sj4ygrw9" + +Node: dcid:dc/85ptety39ldl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32561 +dcid: "dc/85ptety39ldl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/chp85vvgp7h46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/chp85vvgp7h46" + +Node: dcid:dc/kq2j6q0vkj24b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/kq2j6q0vkj24b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/eqgftpnmb6kgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/eqgftpnmb6kgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mc9jmpznftbd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336370 +dcid: "dc/mc9jmpznftbd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bz8gscy0b8f58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32732 +dcid: "dc/bz8gscy0b8f58" + +Node: dcid:dc/sp5ew3bn07dz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/sp5ew3bn07dz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7se6n1byczqs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32223 +dcid: "dc/7se6n1byczqs5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l2qheenr69b4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/l2qheenr69b4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s4w7qzz7y774g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322121 +dcid: "dc/s4w7qzz7y774g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e8wqy6ptj7cv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/e8wqy6ptj7cv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c6kt62m3dr0nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32619 +dcid: "dc/c6kt62m3dr0nh" + +Node: dcid:dc/mqrtqcflvcp9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32221 +dcid: "dc/mqrtqcflvcp9b" + +Node: dcid:dc/ckb9ccs58g0sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/ckb9ccs58g0sh" + +Node: dcid:dc/l5fnxbdygdn65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/l5fnxbdygdn65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9e6qs3fmk51r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45393 +dcid: "dc/9e6qs3fmk51r7" + +Node: dcid:dc/tjlf05wdyngh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3115 +dcid: "dc/tjlf05wdyngh3" + +Node: dcid:dc/3hbezb2knwws8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/3hbezb2knwws8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fc1gj3rjj8ye8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/fc1gj3rjj8ye8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v7zz4tzvs1p78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/v7zz4tzvs1p78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dcst1gtcsqh74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/dcst1gtcsqh74" + +Node: dcid:dc/2b7fljtmyv9j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/2b7fljtmyv9j7" + +Node: dcid:dc/115eq48q5s142 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11132 +dcid: "dc/115eq48q5s142" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6eflvv7e3epgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42385 +dcid: "dc/6eflvv7e3epgg" + +Node: dcid:dc/sntdxr930yxt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42452 +dcid: "dc/sntdxr930yxt4" + +Node: dcid:dc/vvby6xj3pn993 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/vvby6xj3pn993" + +Node: dcid:dc/9zwf17my4d4dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/9zwf17my4d4dd" + +Node: dcid:dc/11z5t4znwqgkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32721 +dcid: "dc/11z5t4znwqgkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/61gg4dxk313b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/61gg4dxk313b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kztnbf0hc6qf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/kztnbf0hc6qf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vygj3mpwrsn8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/vygj3mpwrsn8b" + +Node: dcid:dc/jhs6fgbhxckbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424610 +dcid: "dc/jhs6fgbhxckbf" + +Node: dcid:dc/6m9p53cqdzp53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44132 +dcid: "dc/6m9p53cqdzp53" + +Node: dcid:dc/cx2b4wdn1ysz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/cx2b4wdn1ysz" + +Node: dcid:dc/xw2128qlpwq39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238142 +dcid: "dc/xw2128qlpwq39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gsqyec6jvjqqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481211 +dcid: "dc/gsqyec6jvjqqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7d73jqjvnyqe6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/7d73jqjvnyqe6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qyjf49qm7c2zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322221 +dcid: "dc/qyjf49qm7c2zd" + +Node: dcid:dc/wk8blrccxr084 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42445 +dcid: "dc/wk8blrccxr084" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c91jz60mb37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4232 +dcid: "dc/c91jz60mb37" + +Node: dcid:dc/y88dp13scg6tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/y88dp13scg6tf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4wzxkt6ryyq27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/4wzxkt6ryyq27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sp8cqnk8nn787 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312111 +dcid: "dc/sp8cqnk8nn787" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l63s5hdmmzpf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3379 +dcid: "dc/l63s5hdmmzpf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pbl3nmed1x8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326140 +dcid: "dc/pbl3nmed1x8f" + +Node: dcid:dc/dxpd5pyfmymbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33291 +dcid: "dc/dxpd5pyfmymbc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wmkrr5jh8bxtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4483 +dcid: "dc/wmkrr5jh8bxtg" + +Node: dcid:dc/87ptt5e9pzbmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/87ptt5e9pzbmg" + +Node: dcid:dc/f69nxmttkje18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541930 +dcid: "dc/f69nxmttkje18" + +Node: dcid:dc/x0vv6cs6mt591 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/x0vv6cs6mt591" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4rr5pebfjwl9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327331 +dcid: "dc/4rr5pebfjwl9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mbkjm06hr6l2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331111 +dcid: "dc/mbkjm06hr6l2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xthfsn56kz598 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213111 +dcid: "dc/xthfsn56kz598" + +Node: dcid:dc/25p56bhm9jry4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/25p56bhm9jry4" + +Node: dcid:dc/1tg321c9fqlth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/1tg321c9fqlth" + +Node: dcid:dc/dcvnbkqjlx51f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/dcvnbkqjlx51f" + +Node: dcid:dc/j0wmmd7nf0q06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42333 +dcid: "dc/j0wmmd7nf0q06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55qmyfl1950sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/55qmyfl1950sg" + +Node: dcid:dc/9lx2p5fxwnkv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334517 +dcid: "dc/9lx2p5fxwnkv" + +Node: dcid:dc/emz8k9hffzfn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/emz8k9hffzfn5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mv7qe503dhvhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316110 +dcid: "dc/mv7qe503dhvhd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nsq3p9m99n6b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311212 +dcid: "dc/nsq3p9m99n6b6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j58hjwvvntc47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561613 +dcid: "dc/j58hjwvvntc47" + +Node: dcid:dc/kplnwd05f30rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44221 +dcid: "dc/kplnwd05f30rd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgh3x9lnmlfs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31332 +dcid: "dc/lgh3x9lnmlfs" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x52hrl5w11r5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/x52hrl5w11r5f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tldxrtqymmys5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/tldxrtqymmys5" + +Node: dcid:dc/0wgtmxkftls71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333295 +dcid: "dc/0wgtmxkftls71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/61tq0k0qs5hsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/61tq0k0qs5hsg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zeen3dmyw8y0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32613 +dcid: "dc/zeen3dmyw8y0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yvvv06p9x5jq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/yvvv06p9x5jq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xwhj6rxsxt25b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/xwhj6rxsxt25b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/39xzp15zcscjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/39xzp15zcscjd" + +Node: dcid:dc/ecbm6djhwdjdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448320 +dcid: "dc/ecbm6djhwdjdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vezvjzw8fxxvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/vezvjzw8fxxvh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fnhgxbyhqvh95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/fnhgxbyhqvh95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3ky0zxhrjh8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/j3ky0zxhrjh8b" + +Node: dcid:dc/l02z1sd9dtlxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/l02z1sd9dtlxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b6gb98gl48qv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/b6gb98gl48qv9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/262780tzkhev4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/262780tzkhev4" + +Node: dcid:dc/txr50g2ekcdrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532230 +dcid: "dc/txr50g2ekcdrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbrt1nv8kyjc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337122 +dcid: "dc/hbrt1nv8kyjc2" + +Node: dcid:dc/551wbcchv41n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/551wbcchv41n8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jewyx1yn5dwzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/jewyx1yn5dwzc" + +Node: dcid:dc/ykvvkwqrj569h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/ykvvkwqrj569h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/10njd57c57x5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/10njd57c57x5f" + +Node: dcid:dc/4q0gmgfljljl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/4q0gmgfljljl5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/862yhdv4kr7bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/862yhdv4kr7bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/my42npzt2n4l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238331 +dcid: "dc/my42npzt2n4l5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0c2r64d9yer0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/0c2r64d9yer0d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/98jn1rrlx743g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524127 +dcid: "dc/98jn1rrlx743g" + +Node: dcid:dc/1ht5k3nf0pp78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/1ht5k3nf0pp78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/91fsnmzhhgtw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327910 +dcid: "dc/91fsnmzhhgtw5" + +Node: dcid:dc/mlecghh81xtl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/mlecghh81xtl4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5rwmbj7znfljc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/5rwmbj7znfljc" + +Node: dcid:dc/49t75hzb36v9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/49t75hzb36v9c" + +Node: dcid:dc/pfqjkdr46pyjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/pfqjkdr46pyjd" + +Node: dcid:dc/byr07bv35srhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/byr07bv35srhg" + +Node: dcid:dc/9cbf6hsw8b47c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/9cbf6hsw8b47c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cse0jp2pqd8x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/cse0jp2pqd8x4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jz24bcdkxfwjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/jz24bcdkxfwjh" + +Node: dcid:dc/45647febbq6ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/45647febbq6ng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ll0p8vrjc3fef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/ll0p8vrjc3fef" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zq9szlr0xfvnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/zq9szlr0xfvnh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mpdz19m6c3bbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322222 +dcid: "dc/mpdz19m6c3bbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ljs4xyqxkecx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/ljs4xyqxkecx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d7jmcel2nv9vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/d7jmcel2nv9vh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/50hv8hchms0n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/50hv8hchms0n1" + +Node: dcid:dc/d93tbk84w1dq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443130 +dcid: "dc/d93tbk84w1dq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4q7rc7n8790h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/4q7rc7n8790h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tz4gcdlqdw7h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/tz4gcdlqdw7h1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6e4ghjefe8lfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/6e4ghjefe8lfd" + +Node: dcid:dc/3b6ylthgl6nyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/3b6ylthgl6nyf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/meyh6s56q3ylf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3151 +dcid: "dc/meyh6s56q3ylf" + +Node: dcid:dc/1y635prj2cnsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3111 +dcid: "dc/1y635prj2cnsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dk95nzkxlk7e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3327 +dcid: "dc/dk95nzkxlk7e6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6xs0e6y60gg42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/6xs0e6y60gg42" + +Node: dcid:dc/e7qjz1874l4nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33994 +dcid: "dc/e7qjz1874l4nd" + +Node: dcid:dc/qnz3rlypmfvw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326 +dcid: "dc/qnz3rlypmfvw6" + +Node: dcid:dc/vece2f0z4ykdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/vece2f0z4ykdc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f5vh5ve1cjq7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/f5vh5ve1cjq7h" + +Node: dcid:dc/t83y6q4b9mb66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/t83y6q4b9mb66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8cssekvykhys5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/8cssekvykhys5" + +Node: dcid:dc/8kksq92h7d00f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/8kksq92h7d00f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/63yqtnxk22z44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525930 +dcid: "dc/63yqtnxk22z44" + +Node: dcid:dc/nb6sf213kelfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532310 +dcid: "dc/nb6sf213kelfb" + +Node: dcid:dc/fzdpet7exhmv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/fzdpet7exhmv9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hleyz06rrcxyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45311 +dcid: "dc/hleyz06rrcxyb" + +Node: dcid:dc/eczb6ejd6wjdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335931 +dcid: "dc/eczb6ejd6wjdc" + +Node: dcid:dc/wgn08w6hbcvxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/wgn08w6hbcvxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9psszhdndcsd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3272 +dcid: "dc/9psszhdndcsd9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fljn00rvl1h6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/fljn00rvl1h6g" + +Node: dcid:dc/k5e9t1sj7g5mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/k5e9t1sj7g5mf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nw7y1nspm7dqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/nw7y1nspm7dqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/90cqcdff562m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/90cqcdff562m" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3h6x0mjmw9cm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/3h6x0mjmw9cm9" + +Node: dcid:dc/xg8slhrly1ggb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42322 +dcid: "dc/xg8slhrly1ggb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7t56gr67f0n8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/7t56gr67f0n8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/89tqq7pkgnf44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/89tqq7pkgnf44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/44ewjdwgjwqqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/44ewjdwgjwqqh" + +Node: dcid:dc/06wnx345nndyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333411 +dcid: "dc/06wnx345nndyf" + +Node: dcid:dc/q7hp6qsrtvwe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/q7hp6qsrtvwe4" + +Node: dcid:dc/frbbrxzze82w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/frbbrxzze82w9" + +Node: dcid:dc/jdl20kpwqn7x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/jdl20kpwqn7x7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zgz8djqmx7wq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454311 +dcid: "dc/zgz8djqmx7wq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ygcdewkfyzhmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/ygcdewkfyzhmh" + +Node: dcid:dc/s072w970159b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/s072w970159b6" + +Node: dcid:dc/w3vxvb40ezv7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/w3vxvb40ezv7b" + +Node: dcid:dc/5p3y4s505fcx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/5p3y4s505fcx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/el58cg9bdw54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448120 +dcid: "dc/el58cg9bdw54" + +Node: dcid:dc/3sj59z7jc6pe8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/3sj59z7jc6pe8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1rbw3ebmnvn18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33221 +dcid: "dc/1rbw3ebmnvn18" + +Node: dcid:dc/pvr08w5t0n977 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/pvr08w5t0n977" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4bb14btm908h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/4bb14btm908h4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dy5cdf0t11g51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/dy5cdf0t11g51" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/20h3j2njdtc8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/20h3j2njdtc8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6jdrcqghk4d36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/6jdrcqghk4d36" + +Node: dcid:dc/jh1np0dnzdy36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/jh1np0dnzdy36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nj2v0zqhfz1hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/nj2v0zqhfz1hb" + +Node: dcid:dc/03bkmx02eghh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21221 +dcid: "dc/03bkmx02eghh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5pv0577fq05pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/5pv0577fq05pb" + +Node: dcid:dc/z3ewhwtt07lc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3272 +dcid: "dc/z3ewhwtt07lc6" + +Node: dcid:dc/cf4bq7ejdwc15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/cf4bq7ejdwc15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fjsd5qdp2th24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/fjsd5qdp2th24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ldl1mfspxb1d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/ldl1mfspxb1d7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w60p9k0hm89wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238132 +dcid: "dc/w60p9k0hm89wg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2n4gg2tcttwgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/2n4gg2tcttwgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rqlpc999cwkc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/rqlpc999cwkc2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/351p94349wfff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314912 +dcid: "dc/351p94349wfff" + +Node: dcid:dc/c2nb1p8nv20zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325411 +dcid: "dc/c2nb1p8nv20zh" + +Node: dcid:dc/946ec3zq0570c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512240 +dcid: "dc/946ec3zq0570c" + +Node: dcid:dc/qn40yqk55ybdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32799 +dcid: "dc/qn40yqk55ybdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/14c7ghvscr225 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/14c7ghvscr225" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2m2lrtltnq5w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/2m2lrtltnq5w9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cwgn5hqccfk6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/cwgn5hqccfk6f" + +Node: dcid:dc/1fwwmcytkzx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/1fwwmcytkzx2" + +Node: dcid:dc/qvbhcwswhvmr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423330 +dcid: "dc/qvbhcwswhvmr1" + +Node: dcid:dc/yddtwtkmh4r49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238332 +dcid: "dc/yddtwtkmh4r49" + +Node: dcid:dc/mr9g1g9hz5tfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/mr9g1g9hz5tfc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wmrtkkn2y59b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321212 +dcid: "dc/wmrtkkn2y59b3" + +Node: dcid:dc/ypec51ppy1g1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/ypec51ppy1g1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/243s1crpywfc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/243s1crpywfc5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z3wf4t5wv4lp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/z3wf4t5wv4lp7" + +Node: dcid:dc/f18891k98hcnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/f18891k98hcnh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rhkyj4wch1kj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/rhkyj4wch1kj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7fkyb4dj24gc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/7fkyb4dj24gc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dzkq06e4pbtq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/dzkq06e4pbtq" + +Node: dcid:dc/cbdmj0mwlm30c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/cbdmj0mwlm30c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nk60bj2y58f0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333994 +dcid: "dc/nk60bj2y58f0f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c678wyxfg3g62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/c678wyxfg3g62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pv512m8kw7hq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/pv512m8kw7hq7" + +Node: dcid:dc/nre9cbcqqdrrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/nre9cbcqqdrrc" + +Node: dcid:dc/g18mhhlzm42t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/g18mhhlzm42t1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ejmbqqy4zmwk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/ejmbqqy4zmwk" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hjpe5smvktmpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/hjpe5smvktmpd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5k2feteqcmy15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337212 +dcid: "dc/5k2feteqcmy15" + +Node: dcid:dc/1zbdqm4teh9sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/1zbdqm4teh9sd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ffh3wp619h467 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53242 +dcid: "dc/ffh3wp619h467" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ej098be8ps9m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/ej098be8ps9m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c0b498h6x7jmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33361 +dcid: "dc/c0b498h6x7jmd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lbd5b3hdpdxdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339920 +dcid: "dc/lbd5b3hdpdxdd" + +Node: dcid:dc/c91n3mf8zv26d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/c91n3mf8zv26d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nrc592vc14yj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/nrc592vc14yj" + +Node: dcid:dc/6hend6s69pek2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/6hend6s69pek2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7flezvlfeknsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/7flezvlfeknsd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mffdlrrpwk672 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32733 +dcid: "dc/mffdlrrpwk672" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ttjxldk3pdt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/8ttjxldk3pdt1" + +Node: dcid:dc/jdscr1p245lh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/jdscr1p245lh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z1qd3c0bw73mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33122 +dcid: "dc/z1qd3c0bw73mc" + +Node: dcid:dc/5td8s580mdkz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/5td8s580mdkz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3bp9rg0h77jn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/3bp9rg0h77jn7" + +Node: dcid:dc/qyzdmh21tbq68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/qyzdmh21tbq68" + +Node: dcid:dc/kpg7hc23fzn85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/kpg7hc23fzn85" + +Node: dcid:dc/n9ff25xz0h4df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331421 +dcid: "dc/n9ff25xz0h4df" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1gjxscwnz00f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23812 +dcid: "dc/1gjxscwnz00f4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c9e7m384n02l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/c9e7m384n02l2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ff3rerl5dzxlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3212 +dcid: "dc/ff3rerl5dzxlf" + +Node: dcid:dc/v22h21rxd9656 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331525 +dcid: "dc/v22h21rxd9656" + +Node: dcid:dc/35rpy7jp8jt9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334111 +dcid: "dc/35rpy7jp8jt9f" + +Node: dcid:dc/kms3x4rb2c2l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/kms3x4rb2c2l5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ckh3bc3c86g86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5331 +dcid: "dc/ckh3bc3c86g86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7wj50tc71h6bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/7wj50tc71h6bc" + +Node: dcid:dc/mtees6mcxvhw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/mtees6mcxvhw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nsqhh89px6nvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/nsqhh89px6nvg" + +Node: dcid:dc/sfq6hmn02t7wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/sfq6hmn02t7wf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tt12qdpsx67k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/tt12qdpsx67k4" + +Node: dcid:dc/3kx8z7er7m1z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/3kx8z7er7m1z7" + +Node: dcid:dc/41wexnnh4pev7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/41wexnnh4pev7" + +Node: dcid:dc/knysgc3etdkpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/knysgc3etdkpc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zwqve6w3wb6gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3149 +dcid: "dc/zwqve6w3wb6gh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8flkdj6ktf607 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111150 +dcid: "dc/8flkdj6ktf607" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l25fwm5xxt3dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/l25fwm5xxt3dh" + +Node: dcid:dc/frcxptpsvfhz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/frcxptpsvfhz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/054f0httwp69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/054f0httwp69" + +Node: dcid:dc/52pyfxwlq9bq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/52pyfxwlq9bq9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vb6rrq7g6tfc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/vb6rrq7g6tfc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4hcnz2w3ebz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/c4hcnz2w3ebz9" + +Node: dcid:dc/5z2qn9h94ybkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/5z2qn9h94ybkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/flcfbtj6lm6p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322211 +dcid: "dc/flcfbtj6lm6p2" + +Node: dcid:dc/dhfp442wt1ng7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525910 +dcid: "dc/dhfp442wt1ng7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xdz80cly4dsj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/xdz80cly4dsj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ff828rgxn5lm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/ff828rgxn5lm2" + +Node: dcid:dc/xljc4ergy62c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/xljc4ergy62c7" + +Node: dcid:dc/6y36m0x04t20b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/6y36m0x04t20b" + +Node: dcid:dc/dvlffc2yngvjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/dvlffc2yngvjb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1f6wfzjn35gpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33633 +dcid: "dc/1f6wfzjn35gpc" + +Node: dcid:dc/3jcdt7crp5mk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311330 +dcid: "dc/3jcdt7crp5mk7" + +Node: dcid:dc/g4kwfrq9vbf62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311511 +dcid: "dc/g4kwfrq9vbf62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q977fdwct2kj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/q977fdwct2kj8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kph50l5qpvr8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/kph50l5qpvr8h" + +Node: dcid:dc/0zhrxl0xw8xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44811 +dcid: "dc/0zhrxl0xw8xh" + +Node: dcid:dc/5dtfdfypk538d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333994 +dcid: "dc/5dtfdfypk538d" + +Node: dcid:dc/gt3v51llhdcjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/gt3v51llhdcjg" + +Node: dcid:dc/rl4w3kqw5rlm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/rl4w3kqw5rlm5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tyfs58g3hrgr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333618 +dcid: "dc/tyfs58g3hrgr5" + +Node: dcid:dc/547l436191xkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/547l436191xkc" + +Node: dcid:dc/p6fvfw9xxqtjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/p6fvfw9xxqtjd" + +Node: dcid:dc/zdt1pmv5q5dgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/zdt1pmv5q5dgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbbk6vh31p34f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/kbbk6vh31p34f" + +Node: dcid:dc/x4stee9fpggn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/x4stee9fpggn3" + +Node: dcid:dc/yfwdsz86rjw97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42441 +dcid: "dc/yfwdsz86rjw97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ydnq6s7qsj52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/0ydnq6s7qsj52" + +Node: dcid:dc/xyq0e8wnr9yl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/xyq0e8wnr9yl4" + +Node: dcid:dc/yjvwkmec8jj79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44411 +dcid: "dc/yjvwkmec8jj79" + +Node: dcid:dc/21kqe7mj2cx86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44821 +dcid: "dc/21kqe7mj2cx86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q7brymkr6jd5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/q7brymkr6jd5f" + +Node: dcid:dc/wp3q8phtl1vw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322299 +dcid: "dc/wp3q8phtl1vw9" + +Node: dcid:dc/bpxx7yx15jd6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335122 +dcid: "dc/bpxx7yx15jd6f" + +Node: dcid:dc/qkfv2prw55jqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/qkfv2prw55jqb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n73zzeehhk5x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/n73zzeehhk5x2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fm436qxd8lycf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/fm436qxd8lycf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/syym5y4re6ck3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/syym5y4re6ck3" + +Node: dcid:dc/1v9g75jseqpqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3334 +dcid: "dc/1v9g75jseqpqc" + +Node: dcid:dc/4qj5c78ecy8b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51911 +dcid: "dc/4qj5c78ecy8b7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eh7s78v8s14l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/eh7s78v8s14l9" + +Node: dcid:dc/eef65w12s5srf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/eef65w12s5srf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmv4wdwtjfkcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/lmv4wdwtjfkcc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/djnwkbc2sbnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/djnwkbc2sbnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/edjpbh6c6fddd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32612 +dcid: "dc/edjpbh6c6fddd" + +Node: dcid:dc/8yemeqy161m6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112310 +dcid: "dc/8yemeqy161m6b" + +Node: dcid:dc/0ehkm8y7fych3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/0ehkm8y7fych3" + +Node: dcid:dc/5fbh89dhxtrn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/5fbh89dhxtrn2" + +Node: dcid:dc/xc034f86p1v8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/xc034f86p1v8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k2dwg11tp58wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/k2dwg11tp58wc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2fnr9t85jf9s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4482 +dcid: "dc/2fnr9t85jf9s8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nsng4sfl39h5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512120 +dcid: "dc/nsng4sfl39h5g" + +Node: dcid:dc/3zc73fhs9j7sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111160 +dcid: "dc/3zc73fhs9j7sg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8krqt3ybc7y6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238311 +dcid: "dc/8krqt3ybc7y6g" + +Node: dcid:dc/t14n8ryf8wlcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3169 +dcid: "dc/t14n8ryf8wlcg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ykjx62t19htw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/ykjx62t19htw3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjhh3kf4sn869 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/xjhh3kf4sn869" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fzyb1tryfgzt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/fzyb1tryfgzt5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xjn7yyevctfk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/xjn7yyevctfk" + +Node: dcid:dc/1qd36qrpljv0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/1qd36qrpljv0g" + +Node: dcid:dc/6c78x8we1hp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33313 +dcid: "dc/6c78x8we1hp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3gqv970bz9pmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31191 +dcid: "dc/3gqv970bz9pmf" + +Node: dcid:dc/t20mvsf7n2cbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334517 +dcid: "dc/t20mvsf7n2cbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/elew9qmv2tp5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444190 +dcid: "dc/elew9qmv2tp5d" + +Node: dcid:dc/gekjw171hv5r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33313 +dcid: "dc/gekjw171hv5r3" + +Node: dcid:dc/6z2qwbq9zv709 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/6z2qwbq9zv709" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fb3ljx3dkemv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/fb3ljx3dkemv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1mzj1f5670hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315239 +dcid: "dc/1mzj1f5670hc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kn8786fsxpwj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11131 +dcid: "dc/kn8786fsxpwj" + +Node: dcid:dc/580y4vgdn4x6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512120 +dcid: "dc/580y4vgdn4x6g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2wchzhmj1fvq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/2wchzhmj1fvq4" + +Node: dcid:dc/8m9tlvlkd10wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/8m9tlvlkd10wc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3xg1hrwy4fcj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/3xg1hrwy4fcj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r9mh9y38z33x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/r9mh9y38z33x3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/99bdbzr8q07jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/99bdbzr8q07jb" + +Node: dcid:dc/8pd57vde8k5wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111320 +dcid: "dc/8pd57vde8k5wd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/thg6m0dld1z31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/thg6m0dld1z31" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3zjt2j6brgx9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335110 +dcid: "dc/3zjt2j6brgx9c" + +Node: dcid:dc/772rbs31z09v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/772rbs31z09v9" + +Node: dcid:dc/kmyh85g5l4gy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339114 +dcid: "dc/kmyh85g5l4gy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1j3emgsrzk4e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32412 +dcid: "dc/1j3emgsrzk4e1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tf31l2l5fzx6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/tf31l2l5fzx6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xmj1hfgq1xq49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/xmj1hfgq1xq49" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/thqqkjp5xbgn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/thqqkjp5xbgn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftlxfqhnb36j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321991 +dcid: "dc/ftlxfqhnb36j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jxejs66fskvv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/jxejs66fskvv3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/szpm8wltfqtn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/szpm8wltfqtn5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hpj6rrn5wtvxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/hpj6rrn5wtvxf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6fbe0y04t2xkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/6fbe0y04t2xkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kr78xrnhjmpsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/kr78xrnhjmpsb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6wzh3qb0p8hth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/6wzh3qb0p8hth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/263y3mvx6t5fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/263y3mvx6t5fg" + +Node: dcid:dc/8x3mwk6jdw983 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/8x3mwk6jdw983" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5t02zt74402x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334512 +dcid: "dc/5t02zt74402x" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1dwq7qkt7rc72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442210 +dcid: "dc/1dwq7qkt7rc72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9bn6x6zrdzq59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/9bn6x6zrdzq59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r159lnnm9r4xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31521 +dcid: "dc/r159lnnm9r4xh" + +Node: dcid:dc/grw5qy4m59ny2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522190 +dcid: "dc/grw5qy4m59ny2" + +Node: dcid:dc/c5lgbqwxyss52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/c5lgbqwxyss52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2g7y6w8jqdcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/r2g7y6w8jqdcd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bq7z9m49d8d15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333516 +dcid: "dc/bq7z9m49d8d15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4bg9zd8mkhvk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/4bg9zd8mkhvk4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/feh7hggmb0bw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/feh7hggmb0bw7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbj31vjgckvp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/hbj31vjgckvp3" + +Node: dcid:dc/g5pt05tdvylzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/g5pt05tdvylzh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/25s2zypvh8c25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/25s2zypvh8c25" + +Node: dcid:dc/sk8ve3h2c3ldd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/sk8ve3h2c3ldd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ejvbpptwjd2lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/ejvbpptwjd2lf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4qj5mxqgyrrx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/4qj5mxqgyrrx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llxbzgvhy9rsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551111 +dcid: "dc/llxbzgvhy9rsd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gxn040b0t9k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/gxn040b0t9k9" + +Node: dcid:dc/cbszdztlw6m2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/cbszdztlw6m2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qm4l4j1jftkbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424330 +dcid: "dc/qm4l4j1jftkbf" + +Node: dcid:dc/7dgpb5x9t9ph9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/7dgpb5x9t9ph9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fm43ljc9tepf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/fm43ljc9tepf7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v5661g7q00936 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33121 +dcid: "dc/v5661g7q00936" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7274m3pg23ebd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/7274m3pg23ebd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x2pswgkq5nnld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/814110 +dcid: "dc/x2pswgkq5nnld" + +Node: dcid:dc/kxhhh668l1b77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/kxhhh668l1b77" + +Node: dcid:dc/ynbpq1jpftm24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/ynbpq1jpftm24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3hv6dge11c2r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/3hv6dge11c2r1" + +Node: dcid:dc/8f2hqy7yygrl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323112 +dcid: "dc/8f2hqy7yygrl4" + +Node: dcid:dc/emr52qcs2v9t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/emr52qcs2v9t5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dqgpntgrlw858 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/dqgpntgrlw858" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/88ef3smdfrk04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331528 +dcid: "dc/88ef3smdfrk04" + +Node: dcid:dc/vhkhnk0t2f4m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424310 +dcid: "dc/vhkhnk0t2f4m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pzgw68l5jefy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/pzgw68l5jefy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6xey9lhv30pxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/6xey9lhv30pxh" + +Node: dcid:dc/stpm0t83nlp0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11191 +dcid: "dc/stpm0t83nlp0g" + +Node: dcid:dc/z4775swn1hwy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334518 +dcid: "dc/z4775swn1hwy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tm6e49rl4s1hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/tm6e49rl4s1hg" + +Node: dcid:dc/85l3fqcrkyldg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44831 +dcid: "dc/85l3fqcrkyldg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zw048w3b7qy74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444120 +dcid: "dc/zw048w3b7qy74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmspcqw9e9rgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32192 +dcid: "dc/cmspcqw9e9rgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cd1q9m6sl63b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/cd1q9m6sl63b6" + +Node: dcid:dc/gyjlhs068h345 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/gyjlhs068h345" + +Node: dcid:dc/1s8rjdxb1j0b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/1s8rjdxb1j0b7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g3mgdl7ce8gf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/g3mgdl7ce8gf5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9lbxwcw43e7hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/9lbxwcw43e7hh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0jpcy02nd531 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/0jpcy02nd531" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t3p0nvmjxe7h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/t3p0nvmjxe7h3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6j1r45gj8fl7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/6j1r45gj8fl7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ej8c1nj9hkzq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/ej8c1nj9hkzq7" + +Node: dcid:dc/hgcn2n0nwjyt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/hgcn2n0nwjyt3" + +Node: dcid:dc/wexqtevp8et8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/wexqtevp8et8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xvvwj5fb1dw5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42383 +dcid: "dc/xvvwj5fb1dw5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9phmexfv7rks +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238321 +dcid: "dc/9phmexfv7rks" + +Node: dcid:dc/m6sv31f55x0k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/m6sv31f55x0k9" + +Node: dcid:dc/jsccrhy67fdzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561491 +dcid: "dc/jsccrhy67fdzf" + +Node: dcid:dc/b6vecg9h1sq1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443112 +dcid: "dc/b6vecg9h1sq1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wb2w686kn7j3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/wb2w686kn7j3g" + +Node: dcid:dc/1fwx4ger7k7e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332710 +dcid: "dc/1fwx4ger7k7e3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d4zgxzp61nkc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/d4zgxzp61nkc6" + +Node: dcid:dc/q5f72fq4syxtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23831 +dcid: "dc/q5f72fq4syxtd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nywkpj4f2x7r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424480 +dcid: "dc/nywkpj4f2x7r5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w55x1xsflpg8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/w55x1xsflpg8c" + +Node: dcid:dc/mj9159eh80pl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/mj9159eh80pl9" + +Node: dcid:dc/wgtxv8yz4e6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/wgtxv8yz4e6g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbredc7f8e715 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/dbredc7f8e715" + +Node: dcid:dc/eejq5vzcz3251 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/eejq5vzcz3251" + +Node: dcid:dc/m4wh4d5mcsrh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315233 +dcid: "dc/m4wh4d5mcsrh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sdp9ydrnzlzb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339994 +dcid: "dc/sdp9ydrnzlzb5" + +Node: dcid:dc/whhb9g8rn52wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/whhb9g8rn52wc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1806dqlnl59wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/1806dqlnl59wd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dqyb5fhjvs428 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/dqyb5fhjvs428" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nd3ww7vm35w91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/nd3ww7vm35w91" + +Node: dcid:dc/gf3mvg8ywxgv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238991 +dcid: "dc/gf3mvg8ywxgv5" + +Node: dcid:dc/b0p12f8t9lcgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424810 +dcid: "dc/b0p12f8t9lcgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0lvm8vrfwfxq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/0lvm8vrfwfxq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wk12nfdrpmfvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/wk12nfdrpmfvf" + +Node: dcid:dc/eqb8txe5xjlyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/eqb8txe5xjlyb" + +Node: dcid:dc/el28xy2jlhjgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42434 +dcid: "dc/el28xy2jlhjgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t2wepmhyxdvw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/t2wepmhyxdvw" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/491sf1nrhpvmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337910 +dcid: "dc/491sf1nrhpvmf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zbb2vedevmb06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53212 +dcid: "dc/zbb2vedevmb06" + +Node: dcid:dc/hw7epr7bestyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/hw7epr7bestyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ndkx4bd2xw43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11131 +dcid: "dc/7ndkx4bd2xw43" + +Node: dcid:dc/d066z98nyew02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/d066z98nyew02" + +Node: dcid:dc/bbd711hsghxq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3161 +dcid: "dc/bbd711hsghxq6" + +Node: dcid:dc/882n5pr6cnmg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334612 +dcid: "dc/882n5pr6cnmg9" + +Node: dcid:dc/d7n7pf6y47nx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/d7n7pf6y47nx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/elpqvll3gs0l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/elpqvll3gs0l4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ww69sdwbjj6e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3161 +dcid: "dc/ww69sdwbjj6e3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h6l5sddr9kmjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/h6l5sddr9kmjg" + +Node: dcid:dc/sdfvcqe4ezgx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/sdfvcqe4ezgx8" + +Node: dcid:dc/p446exgkn5fl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333512 +dcid: "dc/p446exgkn5fl6" + +Node: dcid:dc/04smv47bm69gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/04smv47bm69gh" + +Node: dcid:dc/th9907s7n96p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/th9907s7n96p" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bl5teq8yl2lwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/bl5teq8yl2lwg" + +Node: dcid:dc/vffv7jhcm6pg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/vffv7jhcm6pg3" + +Node: dcid:dc/hxkb14rcvjk92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32551 +dcid: "dc/hxkb14rcvjk92" + +Node: dcid:dc/n2x0rjgfy6wn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336214 +dcid: "dc/n2x0rjgfy6wn8" + +Node: dcid:dc/n6newh9xhjdmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/n6newh9xhjdmb" + +Node: dcid:dc/fqh2gbdtm7kzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/fqh2gbdtm7kzf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7emh06v2v2wj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32512 +dcid: "dc/7emh06v2v2wj2" + +Node: dcid:dc/m5mzx2659sej6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/m5mzx2659sej6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0ev4ngq4dvl25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/0ev4ngq4dvl25" + +Node: dcid:dc/yv96bxj9td7y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/yv96bxj9td7y5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tcrb8m5ec5jb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523130 +dcid: "dc/tcrb8m5ec5jb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nmeews7fw8v92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/nmeews7fw8v92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ct8njj5ht32qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44221 +dcid: "dc/ct8njj5ht32qf" + +Node: dcid:dc/6t9gjvlxjfvp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/6t9gjvlxjfvp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/37g62m2prp5fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/37g62m2prp5fd" + +Node: dcid:dc/7517sd0m7vgk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/7517sd0m7vgk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d7e9pfrqs508b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/d7e9pfrqs508b" + +Node: dcid:dc/6g8n0wpzpkjb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/6g8n0wpzpkjb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zj3t3zplbmn6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/zj3t3zplbmn6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bw4538qmz1gx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/bw4538qmz1gx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6r6es4wpk1nx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/6r6es4wpk1nx9" + +Node: dcid:dc/e3xlbfzqmwrx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31134 +dcid: "dc/e3xlbfzqmwrx9" + +Node: dcid:dc/qgwpc9ptk30p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54142 +dcid: "dc/qgwpc9ptk30p4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cze9pymwz8fr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/cze9pymwz8fr3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vgg31x70b1zv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/vgg31x70b1zv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ne8wzdfty29g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/ne8wzdfty29g9" + +Node: dcid:dc/k8ye73phgn8f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/k8ye73phgn8f8" + +Node: dcid:dc/pr4y86nl2zndg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/pr4y86nl2zndg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cmm2f51y7mmyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/cmm2f51y7mmyd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l69grkgxjs2r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/l69grkgxjs2r6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y5e7pvt6005kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/y5e7pvt6005kf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hh0fdfwz811l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/hh0fdfwz811l1" + +Node: dcid:dc/1kf1sp1lmrpfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/1kf1sp1lmrpfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmhe1wc89hlg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3311 +dcid: "dc/hmhe1wc89hlg9" + +Node: dcid:dc/k2f2tr23yf1s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/k2f2tr23yf1s2" + +Node: dcid:dc/56gtjx4c6d597 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/56gtjx4c6d597" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wtg2q09b004pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/wtg2q09b004pf" + +Node: dcid:dc/xp4nppvhprgs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/xp4nppvhprgs4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvw64gmxyje84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31332 +dcid: "dc/bvw64gmxyje84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5mjz7e3tngqbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321911 +dcid: "dc/5mjz7e3tngqbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k9362b24qnsj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313312 +dcid: "dc/k9362b24qnsj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4t7e3jw3jqt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/4t7e3jw3jqt8" + +Node: dcid:dc/hnm8s946frd37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/hnm8s946frd37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftsqncdfm084d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/ftsqncdfm084d" + +Node: dcid:dc/7t6gjxg3cjlqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32733 +dcid: "dc/7t6gjxg3cjlqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f108h29cr4bz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/f108h29cr4bz4" + +Node: dcid:dc/7p63zfz21n7dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42383 +dcid: "dc/7p63zfz21n7dg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h9zryvbtmpx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3334 +dcid: "dc/h9zryvbtmpx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jdethfbbwg5cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114112 +dcid: "dc/jdethfbbwg5cb" + +Node: dcid:dc/tbvtlkf88j5h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/tbvtlkf88j5h3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8b49f84lkssl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32531 +dcid: "dc/8b49f84lkssl4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3q1hw2d3gv4x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334516 +dcid: "dc/3q1hw2d3gv4x7" + +Node: dcid:dc/6rzlyhe8rr5vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446120 +dcid: "dc/6rzlyhe8rr5vb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jjmcjedgz1t48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/jjmcjedgz1t48" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4x3z4zx9z6zdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52591 +dcid: "dc/4x3z4zx9z6zdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1kcfz00f86em6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/1kcfz00f86em6" + +Node: dcid:dc/9e3lm4s58ed93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4232 +dcid: "dc/9e3lm4s58ed93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xkv5wp93teq4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/xkv5wp93teq4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ksd9rbjznhz6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4861 +dcid: "dc/ksd9rbjznhz6g" + +Node: dcid:dc/pyt1pmr75183 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/pyt1pmr75183" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pl5xhk0pwgnd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311514 +dcid: "dc/pl5xhk0pwgnd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w7z30rljdf2w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424480 +dcid: "dc/w7z30rljdf2w8" + +Node: dcid:dc/w8jkv4j3mjjcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/w8jkv4j3mjjcc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n7c0zy2j52s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/n7c0zy2j52s3" + +Node: dcid:dc/e26bvnelwy55h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326299 +dcid: "dc/e26bvnelwy55h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55f7l0c7k19z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42383 +dcid: "dc/55f7l0c7k19z5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ee5kjg5bbd9tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/ee5kjg5bbd9tc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lp3f5fxv02e0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/lp3f5fxv02e0d" + +Node: dcid:dc/34r8kqy7fjld6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/34r8kqy7fjld6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j98sxfd8l5twb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/j98sxfd8l5twb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zqqr1106h7gwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31523 +dcid: "dc/zqqr1106h7gwg" + +Node: dcid:dc/df51zg508p703 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/df51zg508p703" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wpbwg613jkx5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33993 +dcid: "dc/wpbwg613jkx5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/snx6f2cv2hlf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327390 +dcid: "dc/snx6f2cv2hlf7" + +Node: dcid:dc/6vnk07dpzeh8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/6vnk07dpzeh8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g87x3wjk2rjm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339992 +dcid: "dc/g87x3wjk2rjm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p9lycr2k1vjf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/p9lycr2k1vjf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/14klwqyyx49s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326191 +dcid: "dc/14klwqyyx49s3" + +Node: dcid:dc/d1tcwbzes46y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333 +dcid: "dc/d1tcwbzes46y3" + +Node: dcid:dc/c0ttjm542cz75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/c0ttjm542cz75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ry8qtefqrx6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483111 +dcid: "dc/ry8qtefqrx6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c6swsds6ngfs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/c6swsds6ngfs3" + +Node: dcid:dc/mm8jslhq2e529 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/mm8jslhq2e529" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p68m3b8pdec56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/p68m3b8pdec56" + +Node: dcid:dc/xdm3g87zlc9kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314129 +dcid: "dc/xdm3g87zlc9kf" + +Node: dcid:dc/vlnz55e3lq7gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/vlnz55e3lq7gc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0lrk56v57t01d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/0lrk56v57t01d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x1vsx115nhcz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488991 +dcid: "dc/x1vsx115nhcz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pxsnd7rs7qk86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/pxsnd7rs7qk86" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vbs3fbpwz49b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/vbs3fbpwz49b4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w2t155zgzx051 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/w2t155zgzx051" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8tg07lxkj8t25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424470 +dcid: "dc/8tg07lxkj8t25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vcjk548d469bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/vcjk548d469bd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b3z5s2qz8ex99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532291 +dcid: "dc/b3z5s2qz8ex99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6v1lp7756zy15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52593 +dcid: "dc/6v1lp7756zy15" + +Node: dcid:dc/l2wk2fkb6btj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/l2wk2fkb6btj8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4s7x9q57mty62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54193 +dcid: "dc/4s7x9q57mty62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ms1zfdp90wr17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81411 +dcid: "dc/ms1zfdp90wr17" + +Node: dcid:dc/m0sc0pl72l3qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/m0sc0pl72l3qc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/621g8nnkyg07b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/621g8nnkyg07b" + +Node: dcid:dc/r7l3def716r33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/r7l3def716r33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bj69t5k8fs7gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33242 +dcid: "dc/bj69t5k8fs7gb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8lwhv63s7hvzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/8lwhv63s7hvzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/shb38l5tvdcg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812331 +dcid: "dc/shb38l5tvdcg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6mfwzrgh7pg7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/6mfwzrgh7pg7c" + +Node: dcid:dc/jb3v6scxp28kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/jb3v6scxp28kd" + +Node: dcid:dc/nzqtc93de4sc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/nzqtc93de4sc7" + +Node: dcid:dc/ljj7vplrjc5bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327112 +dcid: "dc/ljj7vplrjc5bb" + +Node: dcid:dc/kdcwg48yzvjdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3212 +dcid: "dc/kdcwg48yzvjdf" + +Node: dcid:dc/4rqtpbmh50b52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/4rqtpbmh50b52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbxr4sxp8gvf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3343 +dcid: "dc/dbxr4sxp8gvf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bb8583wyex21b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/bb8583wyex21b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3gk7m42vdc5v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322211 +dcid: "dc/3gk7m42vdc5v8" + +Node: dcid:dc/g866v028h728g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/g866v028h728g" + +Node: dcid:dc/4kxp4bvmewz01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/4kxp4bvmewz01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wz9ft14hdvhxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453930 +dcid: "dc/wz9ft14hdvhxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zs6wnff672lf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/zs6wnff672lf9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eylyvez935twc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/eylyvez935twc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v2c74zz9yqykb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/v2c74zz9yqykb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mn8v380y4y0h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/mn8v380y4y0h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m8vcfjy81mjy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21221 +dcid: "dc/m8vcfjy81mjy7" + +Node: dcid:dc/1m90g4dd38c77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448130 +dcid: "dc/1m90g4dd38c77" + +Node: dcid:dc/hxfst8kl5zq7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/hxfst8kl5zq7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmnqt4xjd7ye1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213111 +dcid: "dc/dmnqt4xjd7ye1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qxxfpbhfd4hj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314121 +dcid: "dc/qxxfpbhfd4hj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2g03sbbfqdpy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/2g03sbbfqdpy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6myscwjs22626 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31192 +dcid: "dc/6myscwjs22626" + +Node: dcid:dc/se5twcgrw6f6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/se5twcgrw6f6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l1tb03xt8jmm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/l1tb03xt8jmm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ys4xp8vt94yl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32615 +dcid: "dc/ys4xp8vt94yl1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dcrxjfys697g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339114 +dcid: "dc/dcrxjfys697g" + +Node: dcid:dc/c2ptwz9gddv79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42459 +dcid: "dc/c2ptwz9gddv79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wf0nfrer57mld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445220 +dcid: "dc/wf0nfrer57mld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0m7ey7enld2vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337920 +dcid: "dc/0m7ey7enld2vb" + +Node: dcid:dc/mp2pt9g5zjb45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/mp2pt9g5zjb45" + +Node: dcid:dc/k9wjdq6gnxnc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/k9wjdq6gnxnc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19c9h0pbnnm32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/19c9h0pbnnm32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2n58xt20sv8fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/2n58xt20sv8fb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7dtr5z0221me3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/7dtr5z0221me3" + +Node: dcid:dc/94j086vbl0g98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/94j086vbl0g98" + +Node: dcid:dc/vcktl9kwrtysb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32619 +dcid: "dc/vcktl9kwrtysb" + +Node: dcid:dc/mhnk99hwk9kk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/mhnk99hwk9kk8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/86y56mslf6s09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/86y56mslf6s09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4sxe4xrxxcyzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/4sxe4xrxxcyzf" + +Node: dcid:dc/l129e8241st29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/l129e8241st29" + +Node: dcid:dc/t72bz97jc6ysh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/t72bz97jc6ysh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tg3j2gewb1gqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424590 +dcid: "dc/tg3j2gewb1gqf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8jr08469pjbsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/8jr08469pjbsh" + +Node: dcid:dc/n55qr1d8e72c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/n55qr1d8e72c6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/48zxee7b25me9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/48zxee7b25me9" + +Node: dcid:dc/gkh5qtq9k787g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/gkh5qtq9k787g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2cm3kjd1y0sg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33429 +dcid: "dc/2cm3kjd1y0sg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tvh571fjyx21f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/tvh571fjyx21f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3k6jbgtpyz7ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44613 +dcid: "dc/3k6jbgtpyz7ld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jv8myhnhc2vg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/jv8myhnhc2vg7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rz5jkz8cnd978 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/rz5jkz8cnd978" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/erjk2j21s6he9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316999 +dcid: "dc/erjk2j21s6he9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f0qvnte6hlj3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/f0qvnte6hlj3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9dlkr8b9rnme5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/9dlkr8b9rnme5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/43kfest205r64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/43kfest205r64" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5qe082408083 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/5qe082408083" + +Node: dcid:dc/yqjthptj7bc0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522210 +dcid: "dc/yqjthptj7bc0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d9m0pdty5h4g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/d9m0pdty5h4g5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5bq0r662dltf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32711 +dcid: "dc/5bq0r662dltf2" + +Node: dcid:dc/wppd8jzfxkelb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518111 +dcid: "dc/wppd8jzfxkelb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8dk0ny57t24q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238152 +dcid: "dc/8dk0ny57t24q" + +Node: dcid:dc/y2pxp34k2trt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/y2pxp34k2trt7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/758q26ht300d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/758q26ht300d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zmmzdn1n3vksd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/zmmzdn1n3vksd" + +Node: dcid:dc/c7ys4kg96kgnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33911 +dcid: "dc/c7ys4kg96kgnf" + +Node: dcid:dc/gpmxgstzmv7w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/gpmxgstzmv7w" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9k94g6cf8mt87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336211 +dcid: "dc/9k94g6cf8mt87" + +Node: dcid:dc/wr9q4g0d2fnsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424410 +dcid: "dc/wr9q4g0d2fnsh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5pmenfdjjzl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337122 +dcid: "dc/p5pmenfdjjzl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4903lgrvfyfn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/4903lgrvfyfn6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x9xxv3ws02y7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/x9xxv3ws02y7g" + +Node: dcid:dc/6h0crkh4s4qh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/6h0crkh4s4qh5" + +Node: dcid:dc/9z43ekhs2wdl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44313 +dcid: "dc/9z43ekhs2wdl3" + +Node: dcid:dc/1kz1d24gmbhjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/1kz1d24gmbhjb" + +Node: dcid:dc/qz7wztmfcfn96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/qz7wztmfcfn96" + +Node: dcid:dc/ypy4sjpls43y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/ypy4sjpls43y8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t3c9nshye1qb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/t3c9nshye1qb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3jtn2rxzb7v56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/3jtn2rxzb7v56" + +Node: dcid:dc/kzbb6090rgthc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3342 +dcid: "dc/kzbb6090rgthc" + +Node: dcid:dc/xyxrnqk9s1ps4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/xyxrnqk9s1ps4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xqbflqmrrkby3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/xqbflqmrrkby3" + +Node: dcid:dc/ypvn78qnb2jpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/ypvn78qnb2jpb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/85e58gz3c83w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32192 +dcid: "dc/85e58gz3c83w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p4h5yfnwyl3tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/p4h5yfnwyl3tf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ly882pndpcxnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3116 +dcid: "dc/ly882pndpcxnh" + +Node: dcid:dc/b1x0dwk0bm339 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/b1x0dwk0bm339" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/br13pg407ld1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337212 +dcid: "dc/br13pg407ld1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cp1fc3t0m8mq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/cp1fc3t0m8mq7" + +Node: dcid:dc/r4shw7z1jennf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424110 +dcid: "dc/r4shw7z1jennf" + +Node: dcid:dc/3c5wdtw1wpxb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/3c5wdtw1wpxb5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j3jtexs4czt21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/j3jtexs4czt21" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jpgbtvbtn1mvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44412 +dcid: "dc/jpgbtvbtn1mvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h8f1f3hxr94g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/h8f1f3hxr94g5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zjl2xmed13wn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3279 +dcid: "dc/zjl2xmed13wn6" + +Node: dcid:dc/h4ylm7f66hrx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/h4ylm7f66hrx2" + +Node: dcid:dc/4k81fwhsd70s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423820 +dcid: "dc/4k81fwhsd70s3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7zcwbk8d7js22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3327 +dcid: "dc/7zcwbk8d7js22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7svmnf9r32p7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/7svmnf9r32p7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/edg5jr75r8t85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483211 +dcid: "dc/edg5jr75r8t85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r5m3gfp3xnqj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/r5m3gfp3xnqj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c7nhm6t4qgxc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/c7nhm6t4qgxc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/62edjprc9ckd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/62edjprc9ckd4" + +Node: dcid:dc/npq90yr042v1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/npq90yr042v1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dy214yz8lbk2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32518 +dcid: "dc/dy214yz8lbk2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mm8xxcq28zkn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32615 +dcid: "dc/mm8xxcq28zkn9" + +Node: dcid:dc/ycv95jl52k762 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/ycv95jl52k762" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nep04gts64hhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/nep04gts64hhf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ebh5209mmp2pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424950 +dcid: "dc/ebh5209mmp2pg" + +Node: dcid:dc/nwhzd86dewj1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/nwhzd86dewj1h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/br2fgsyt7xfp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333993 +dcid: "dc/br2fgsyt7xfp1" + +Node: dcid:dc/5vtmer7dhmq9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/5vtmer7dhmq9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8b0pclmksh3m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423220 +dcid: "dc/8b0pclmksh3m7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fek6yw5sjn3f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325414 +dcid: "dc/fek6yw5sjn3f7" + +Node: dcid:dc/k0d68syyyl6jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3314 +dcid: "dc/k0d68syyyl6jc" + +Node: dcid:dc/89hvzpk48w3sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336330 +dcid: "dc/89hvzpk48w3sg" + +Node: dcid:dc/em1p7rzb103dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42371 +dcid: "dc/em1p7rzb103dh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/712f6nls32lv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/712f6nls32lv2" + +Node: dcid:dc/nmfhrn65eh88g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/nmfhrn65eh88g" + +Node: dcid:dc/xxpf5tqd78y01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448130 +dcid: "dc/xxpf5tqd78y01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kl9mg0jrfe3n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/kl9mg0jrfe3n4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vgwc0lm9wem11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315228 +dcid: "dc/vgwc0lm9wem11" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ndg1xk1e9frc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/ndg1xk1e9frc2" + +Node: dcid:dc/jc2668ty8qjr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/jc2668ty8qjr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s3ldv06r4z09g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/s3ldv06r4z09g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c2t1mtdcc5kbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326111 +dcid: "dc/c2t1mtdcc5kbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yzqyctk47ngc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/yzqyctk47ngc8" + +Node: dcid:dc/1wf1h5esex2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/1wf1h5esex2d" + +Node: dcid:dc/g23vhmbsvdet3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/g23vhmbsvdet3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1wl048jdkckv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492110 +dcid: "dc/1wl048jdkckv" + +Node: dcid:dc/k0t0z110f2yq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/k0t0z110f2yq9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/35cf44besxcfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/35cf44besxcfd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nkkshvw6m3ls6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/nkkshvw6m3ls6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h6e9603rsh0jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337920 +dcid: "dc/h6e9603rsh0jc" + +Node: dcid:dc/bwsq7pxldy381 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32519 +dcid: "dc/bwsq7pxldy381" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbcbz20rt4173 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/rbcbz20rt4173" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqfwd5h4ezz35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/sqfwd5h4ezz35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bfqnxmc18vhe8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332710 +dcid: "dc/bfqnxmc18vhe8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ybhlcbpkm3bv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423420 +dcid: "dc/ybhlcbpkm3bv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3bmp3wj5vbbg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/3bmp3wj5vbbg7" + +Node: dcid:dc/mz2pv4qk1wnk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321912 +dcid: "dc/mz2pv4qk1wnk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v7ddpyh78rtk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3362 +dcid: "dc/v7ddpyh78rtk1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g79533q2mnfn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/g79533q2mnfn5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n2ksebem8cbfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/n2ksebem8cbfc" + +Node: dcid:dc/exgjd9s8tbzw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/exgjd9s8tbzw" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qb1xzzpt5wj49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/qb1xzzpt5wj49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/krkfsbg8tvb7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/krkfsbg8tvb7f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1kj4hm36fv68b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/1kj4hm36fv68b" + +Node: dcid:dc/6xdg1wrwe88m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812331 +dcid: "dc/6xdg1wrwe88m" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5e961l2v0s596 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424480 +dcid: "dc/5e961l2v0s596" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k1n72kn2cmygd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/k1n72kn2cmygd" + +Node: dcid:dc/ntnqdjnbybydg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31322 +dcid: "dc/ntnqdjnbybydg" + +Node: dcid:dc/z9mn4l2988gv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111150 +dcid: "dc/z9mn4l2988gv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ssgscmlpdgj8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/ssgscmlpdgj8g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mf72kv6nse6c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/mf72kv6nse6c4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6pk1c7s2xhw57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/6pk1c7s2xhw57" + +Node: dcid:dc/ybylly2hpjz85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451130 +dcid: "dc/ybylly2hpjz85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gg2tjt78m9qb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/gg2tjt78m9qb6" + +Node: dcid:dc/h92z2jpg39e1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/h92z2jpg39e1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nn8l0lwll2kw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/nn8l0lwll2kw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgpwmm04kps76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/lgpwmm04kps76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7l8x53kl67md4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/7l8x53kl67md4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/98lfd9wm5k368 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/98lfd9wm5k368" + +Node: dcid:dc/v68dst8gpqtz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52313 +dcid: "dc/v68dst8gpqtz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mh8yhpszen896 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/mh8yhpszen896" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hgv51zw1detf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/hgv51zw1detf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tbmbpx7y5tl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488390 +dcid: "dc/tbmbpx7y5tl8" + +Node: dcid:dc/eykxw40spvb64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322214 +dcid: "dc/eykxw40spvb64" + +Node: dcid:dc/34w3n4sh03d54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/34w3n4sh03d54" + +Node: dcid:dc/2clt9tlpye72b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/2clt9tlpye72b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jd3c1n7y2w1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/jd3c1n7y2w1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6kczdct9n59l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/6kczdct9n59l8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5q87f77m7nsx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33291 +dcid: "dc/5q87f77m7nsx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kgmr82wpvjeh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/kgmr82wpvjeh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3rthyyf74xd37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339111 +dcid: "dc/3rthyyf74xd37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6s115fbqmyn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/l6s115fbqmyn5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8b6em9kydfg92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332710 +dcid: "dc/8b6em9kydfg92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ft559x09x6ks5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423390 +dcid: "dc/ft559x09x6ks5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j81klqpt8v94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32223 +dcid: "dc/j81klqpt8v94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4g23fh751rn3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/4g23fh751rn3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t0x29gnlryv44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551112 +dcid: "dc/t0x29gnlryv44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y49lz9p3rg4e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/y49lz9p3rg4e" + +Node: dcid:dc/x4mmxtp3hn29h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/x4mmxtp3hn29h" + +Node: dcid:dc/7xlkg9bkmlzr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/7xlkg9bkmlzr2" + +Node: dcid:dc/64pqfy2kddd21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/64pqfy2kddd21" + +Node: dcid:dc/3t5tjntq6k3n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/3t5tjntq6k3n1" + +Node: dcid:dc/7gseqw8n68gjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/7gseqw8n68gjg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9e5zkfh2xxvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321114 +dcid: "dc/9e5zkfh2xxvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w10j9f9xl7v49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/w10j9f9xl7v49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vl3s3llxgwm69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339991 +dcid: "dc/vl3s3llxgwm69" + +Node: dcid:dc/931g0d0n35s8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/931g0d0n35s8d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qn22qs2xc51z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53231 +dcid: "dc/qn22qs2xc51z2" + +Node: dcid:dc/rd778l9k1szj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/rd778l9k1szj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3tlcvs0479k83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3119 +dcid: "dc/3tlcvs0479k83" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gblzdkdgnfrf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/gblzdkdgnfrf8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l1hbvblz6b7v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/l1hbvblz6b7v2" + +Node: dcid:dc/33vy9jq70xnr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31151 +dcid: "dc/33vy9jq70xnr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f53twchht0wv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/f53twchht0wv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/77kmz00e679zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/77kmz00e679zb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h7rj1txx76zq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/h7rj1txx76zq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qr3rz7yfhmrw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33593 +dcid: "dc/qr3rz7yfhmrw1" + +Node: dcid:dc/w5m7e59zwfxw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/w5m7e59zwfxw3" + +Node: dcid:dc/hk5qk0lt2vbvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/hk5qk0lt2vbvh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/62pn1d2cks7c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445210 +dcid: "dc/62pn1d2cks7c7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fl5q5x5802ze2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/fl5q5x5802ze2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pr9zqbmztqfd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/pr9zqbmztqfd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5e8vreql27hb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/5e8vreql27hb6" + +Node: dcid:dc/hb42tbwy5rm3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322232 +dcid: "dc/hb42tbwy5rm3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ln34ktvtp4p88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/ln34ktvtp4p88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qvjs4ejg3j4sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/qvjs4ejg3j4sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rtth3c3qzfyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51911 +dcid: "dc/8rtth3c3qzfyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/frefy14ke2nzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/frefy14ke2nzh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d4jvs5fc4gdv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42495 +dcid: "dc/d4jvs5fc4gdv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rb6l9k42r2yk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/rb6l9k42r2yk1" + +Node: dcid:dc/nj4bg0mnj9fff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3121 +dcid: "dc/nj4bg0mnj9fff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gmen1s3r8vtcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/gmen1s3r8vtcd" + +Node: dcid:dc/y154z5k452gcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/y154z5k452gcd" + +Node: dcid:dc/t7c18tyn99gp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/t7c18tyn99gp5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xh18s3zn6gh82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/xh18s3zn6gh82" + +Node: dcid:dc/l55plzl3cn9ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/l55plzl3cn9ph" + +Node: dcid:dc/ywyyt1s6b8vk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33331 +dcid: "dc/ywyyt1s6b8vk3" + +Node: dcid:dc/4f0cyl021kyx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/4f0cyl021kyx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8n008l5vpf92f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23829 +dcid: "dc/8n008l5vpf92f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1hpzhr6l5sym9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/1hpzhr6l5sym9" + +Node: dcid:dc/es1q25s49jyv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/es1q25s49jyv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bpw4z05x5fbjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/bpw4z05x5fbjh" + +Node: dcid:dc/eeg3ge5vxyk4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32229 +dcid: "dc/eeg3ge5vxyk4g" + +Node: dcid:dc/d3vfdg383mqe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42434 +dcid: "dc/d3vfdg383mqe1" + +Node: dcid:dc/9msg9bmwk6k14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/9msg9bmwk6k14" + +Node: dcid:dc/g4tgr4mvhbd94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54186 +dcid: "dc/g4tgr4mvhbd94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h953dtmn7x9w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/h953dtmn7x9w" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k0yf8c1z00x23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/k0yf8c1z00x23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9lmtcv4vswp12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325910 +dcid: "dc/9lmtcv4vswp12" + +Node: dcid:dc/gn83hd0gkb001 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/gn83hd0gkb001" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/skrz355m166b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/skrz355m166b8" + +Node: dcid:dc/10rtdh3835rzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/10rtdh3835rzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bdgz6yy0kzjp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112512 +dcid: "dc/bdgz6yy0kzjp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/339v93x4vxhjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/339v93x4vxhjh" + +Node: dcid:dc/xmc3vzyd41eq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/xmc3vzyd41eq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4zpt2m7zd79nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/4zpt2m7zd79nf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n3rblh840nxsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444110 +dcid: "dc/n3rblh840nxsh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86m0j6db75rw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334119 +dcid: "dc/86m0j6db75rw6" + +Node: dcid:dc/dchdrg93spxkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/dchdrg93spxkf" + +Node: dcid:dc/btbzrs5hken95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/btbzrs5hken95" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/53g863hs8xjq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/551 +dcid: "dc/53g863hs8xjq1" + +Node: dcid:dc/x51w32ehhwveb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/x51w32ehhwveb" + +Node: dcid:dc/ers1nbd862c32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331 +dcid: "dc/ers1nbd862c32" + +Node: dcid:dc/v3qgyhwx13m44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/v3qgyhwx13m44" + +Node: dcid:dc/p884qxs6h5pzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/p884qxs6h5pzc" + +Node: dcid:dc/e59s7jzp8chbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3343 +dcid: "dc/e59s7jzp8chbd" + +Node: dcid:dc/m6sv6tpb9cy53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/m6sv6tpb9cy53" + +Node: dcid:dc/y861lfwcwd9d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/y861lfwcwd9d3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tnllfx6ydgqy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/tnllfx6ydgqy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v8zbmcykcq4c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/v8zbmcykcq4c5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27b830fl7s8k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/27b830fl7s8k6" + +Node: dcid:dc/0z1cqpydrdx69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/0z1cqpydrdx69" + +Node: dcid:dc/ftzdnlylvk7r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3141 +dcid: "dc/ftzdnlylvk7r" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nq04wv1ywy812 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441229 +dcid: "dc/nq04wv1ywy812" + +Node: dcid:dc/9sbk8xzn5m14b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/9sbk8xzn5m14b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fgmwls6epe7nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311520 +dcid: "dc/fgmwls6epe7nc" + +Node: dcid:dc/hc3wzxrpf3cwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/hc3wzxrpf3cwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c5lylz73bpr4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44812 +dcid: "dc/c5lylz73bpr4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwgh2k713mbz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/jwgh2k713mbz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hzgjj2bqp7fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/0hzgjj2bqp7fg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qwp3dk4g2lpr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/qwp3dk4g2lpr9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2my3s4l615f19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/2my3s4l615f19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q42t45z3snvk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/q42t45z3snvk1" + +Node: dcid:dc/3tf22w9z89m2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23829 +dcid: "dc/3tf22w9z89m2g" + +Node: dcid:dc/dmp2gqpdxtz52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3119 +dcid: "dc/dmp2gqpdxtz52" + +Node: dcid:dc/zjppzrqpekmjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/zjppzrqpekmjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l7erw15gy8qlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334513 +dcid: "dc/l7erw15gy8qlc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5dsp6d34q9xb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/5dsp6d34q9xb5" + +Node: dcid:dc/1srkvksw7hzkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/1srkvksw7hzkf" + +Node: dcid:dc/r12bl89xxxe5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/r12bl89xxxe5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3xlygce0xx07g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/3xlygce0xx07g" + +Node: dcid:dc/6gb611f9y52cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/6gb611f9y52cf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/487wr8fqss5z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321911 +dcid: "dc/487wr8fqss5z2" + +Node: dcid:dc/9sxxpe12j10w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/9sxxpe12j10w" + +Node: dcid:dc/94q0207gvpw91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/94q0207gvpw91" + +Node: dcid:dc/nkcmzvdhy7m41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/nkcmzvdhy7m41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ke7h6p078fpt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/ke7h6p078fpt9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tnrvb3wdge5jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/tnrvb3wdge5jh" + +Node: dcid:dc/9ck7tp73v7l71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/9ck7tp73v7l71" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v4fv625yl2k7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/v4fv625yl2k7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3eztgzwym45d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/3eztgzwym45d4" + +Node: dcid:dc/jdnb93wn8pgz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32799 +dcid: "dc/jdnb93wn8pgz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/59q9c9yw7pjp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/59q9c9yw7pjp7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2l5627m3vjydc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327212 +dcid: "dc/2l5627m3vjydc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zy6bme50qrd0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/zy6bme50qrd0c" + +Node: dcid:dc/vxdyc20r8vl51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/vxdyc20r8vl51" + +Node: dcid:dc/yygdendwknwn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/yygdendwknwn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mq71n4bv610k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333612 +dcid: "dc/mq71n4bv610k8" + +Node: dcid:dc/3l2yepp1q7s7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311830 +dcid: "dc/3l2yepp1q7s7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f2zkgv3k1l1d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424610 +dcid: "dc/f2zkgv3k1l1d8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4dj1lf8d1eez5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/4dj1lf8d1eez5" + +Node: dcid:dc/33eyzc0tl72bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/33eyzc0tl72bc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1w4e9dm3ttq41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/1w4e9dm3ttq41" + +Node: dcid:dc/jjg74tbpnq2s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111211 +dcid: "dc/jjg74tbpnq2s8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qxcl4nx58cb7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/qxcl4nx58cb7g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kcns4cvt14zx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61 +dcid: "dc/kcns4cvt14zx2" + +Node: dcid:dc/svtj2rvk3yzc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81143 +dcid: "dc/svtj2rvk3yzc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v7nze6dzj3vq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/v7nze6dzj3vq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bv7xz0tcsgwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333220 +dcid: "dc/1bv7xz0tcsgwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8leq1ksjrdt39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334611 +dcid: "dc/8leq1ksjrdt39" + +Node: dcid:dc/16qsm85cmxg83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42469 +dcid: "dc/16qsm85cmxg83" + +Node: dcid:dc/6ljlnpl828k4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/6ljlnpl828k4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wx15dcvvwx5eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/wx15dcvvwx5eb" + +Node: dcid:dc/fd658dqhx08sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323112 +dcid: "dc/fd658dqhx08sg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l1ecbmyjm011f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33995 +dcid: "dc/l1ecbmyjm011f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdrtk26g8esg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44522 +dcid: "dc/kdrtk26g8esg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f7kgzr38sp3vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/f7kgzr38sp3vh" + +Node: dcid:dc/2c0tfhwf9chlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/2c0tfhwf9chlh" + +Node: dcid:dc/7cyxpq21hhrcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423830 +dcid: "dc/7cyxpq21hhrcc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7v7527hwsqqph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32511 +dcid: "dc/7v7527hwsqqph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rm29fv1qv8rc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322221 +dcid: "dc/rm29fv1qv8rc5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/553cptttcse4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445299 +dcid: "dc/553cptttcse4f" + +Node: dcid:dc/tsec991bbf8m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/tsec991bbf8m6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y0qfql6l21477 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/y0qfql6l21477" + +Node: dcid:dc/ybg1kw4fl40f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333618 +dcid: "dc/ybg1kw4fl40f6" + +Node: dcid:dc/pxnexsy6720h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/pxnexsy6720h2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s9sxj86383j26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/s9sxj86383j26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k75jt8z86tlx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/k75jt8z86tlx9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d1lsh0lmwkf1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33429 +dcid: "dc/d1lsh0lmwkf1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0y3trw5g046xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/0y3trw5g046xf" + +Node: dcid:dc/8l4pz5ngk6tn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/8l4pz5ngk6tn2" + +Node: dcid:dc/0k5w91rym8nm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/0k5w91rym8nm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/54xkg42dtlc2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21239 +dcid: "dc/54xkg42dtlc2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/crccwrf6733gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335313 +dcid: "dc/crccwrf6733gd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d2wmdzf4sepyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/d2wmdzf4sepyb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6thhebzktnxq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/6thhebzktnxq" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6rj2gk3wq1c18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/6rj2gk3wq1c18" + +Node: dcid:dc/wyntp1n4575l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321114 +dcid: "dc/wyntp1n4575l3" + +Node: dcid:dc/hzkt9r0tgbkv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/hzkt9r0tgbkv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8tbqxmlhq64pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61141 +dcid: "dc/8tbqxmlhq64pf" + +Node: dcid:dc/fprh88s9mh7n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332999 +dcid: "dc/fprh88s9mh7n3" + +Node: dcid:dc/5bxy36c2zdkeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/5bxy36c2zdkeg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/047914zvj4wd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453930 +dcid: "dc/047914zvj4wd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lb5lbtqlrsh46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/lb5lbtqlrsh46" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vhrpqc40dh7q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42382 +dcid: "dc/vhrpqc40dh7q2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/km725qmnk8ys5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/km725qmnk8ys5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/71j1rze27f7c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/71j1rze27f7c2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b63s2s27fe294 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/b63s2s27fe294" + +Node: dcid:dc/7x02s70zfgkcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445299 +dcid: "dc/7x02s70zfgkcg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1p9nh6ldg6v58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/1p9nh6ldg6v58" + +Node: dcid:dc/4le84jk8cxjq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/4le84jk8cxjq3" + +Node: dcid:dc/j4v6keqwsl60h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/j4v6keqwsl60h" + +Node: dcid:dc/z3kjtfd6rdht3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32621 +dcid: "dc/z3kjtfd6rdht3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n5qfns4c5e82b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/n5qfns4c5e82b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zzlh04qy3h9y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32212 +dcid: "dc/zzlh04qy3h9y3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gp16ktfht0h4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/gp16ktfht0h4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/htb50pg44p6g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/htb50pg44p6g9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7dy61vx7bw0jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/7dy61vx7bw0jh" + +Node: dcid:dc/4sed4eyc8dnxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/4sed4eyc8dnxc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0qzhhp6pkmcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/s0qzhhp6pkmcd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pnyzf9czrtkyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/pnyzf9czrtkyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/412gc8sxhp3y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/412gc8sxhp3y1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8lwmn5d08rpd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/8lwmn5d08rpd2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/26rfwxspv4wlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42362 +dcid: "dc/26rfwxspv4wlc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mcsz0tw0brjfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/mcsz0tw0brjfg" + +Node: dcid:dc/q4xq50pgsg4s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/q4xq50pgsg4s" + +Node: dcid:dc/8w8jct0ydctjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/8w8jct0ydctjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvvqz4s5j206b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/cvvqz4s5j206b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ngqdt71fgezg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42311 +dcid: "dc/2ngqdt71fgezg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kkyjnn9c4qbt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325311 +dcid: "dc/kkyjnn9c4qbt4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sfpc14kx76ct6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32612 +dcid: "dc/sfpc14kx76ct6" + +Node: dcid:dc/47ddg369ldr4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339991 +dcid: "dc/47ddg369ldr4f" + +Node: dcid:dc/05mfrc6czzbk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/05mfrc6czzbk7" + +Node: dcid:dc/srrjdjqnjprvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/srrjdjqnjprvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6yb43n38ep8t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/6yb43n38ep8t6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rxn4g6tj5rqx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3274 +dcid: "dc/rxn4g6tj5rqx2" + +Node: dcid:dc/xrklcervsw7vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/xrklcervsw7vd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wyvz6rly4kkvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/wyvz6rly4kkvc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hzf3h8p6pb2c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/hzf3h8p6pb2c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tcmn3t6zxcg03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/tcmn3t6zxcg03" + +Node: dcid:dc/zgt0yfk6v70h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32513 +dcid: "dc/zgt0yfk6v70h9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t0024wlqhdeh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/t0024wlqhdeh2" + +Node: dcid:dc/4ky4sj05bw4nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/4ky4sj05bw4nd" + +Node: dcid:dc/2vsbp7d075xs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/2vsbp7d075xs9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eyj18xd5m75t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51229 +dcid: "dc/eyj18xd5m75t1" + +Node: dcid:dc/y9ttc695y93g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/y9ttc695y93g5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wwsx6r49dnqg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/wwsx6r49dnqg4" + +Node: dcid:dc/yvcdn0kgm5zy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/yvcdn0kgm5zy2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tl2ezd7f3pn97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/tl2ezd7f3pn97" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/plsb20k0zqy02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334310 +dcid: "dc/plsb20k0zqy02" + +Node: dcid:dc/8whqbqxmm3nwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/8whqbqxmm3nwf" + +Node: dcid:dc/12p3y49bv1373 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/12p3y49bv1373" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rvp2px9276r8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42372 +dcid: "dc/rvp2px9276r8h" + +Node: dcid:dc/qdg43y9bd0729 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/qdg43y9bd0729" + +Node: dcid:dc/3zx31br7je4t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23839 +dcid: "dc/3zx31br7je4t3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yt59nexp9rqe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/yt59nexp9rqe4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1407vft80y9d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/1407vft80y9d7" + +Node: dcid:dc/gn4rnmtmvfhy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/gn4rnmtmvfhy3" + +Node: dcid:dc/ejmzbp8ytzmth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/ejmzbp8ytzmth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g6xzbbk08etfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334517 +dcid: "dc/g6xzbbk08etfb" + +Node: dcid:dc/qjmwskm22jlz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/qjmwskm22jlz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nvf7ljc4y7c6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/nvf7ljc4y7c6c" + +Node: dcid:dc/ve6732hdc22y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/ve6732hdc22y" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y7htm4vsmpbt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446120 +dcid: "dc/y7htm4vsmpbt" + +Node: dcid:dc/y1q7jzdlhzl3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/y1q7jzdlhzl3b" + +Node: dcid:dc/pyd64pwsz2nd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512191 +dcid: "dc/pyd64pwsz2nd9" + +Node: dcid:dc/5vh3skwk79jsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541830 +dcid: "dc/5vh3skwk79jsb" + +Node: dcid:dc/xpdbjg8jzenv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/xpdbjg8jzenv1" + +Node: dcid:dc/8f0y6x4snx175 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33711 +dcid: "dc/8f0y6x4snx175" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h04jvzc9c3jx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/h04jvzc9c3jx" + +Node: dcid:dc/mzfe5z4ts8eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/mzfe5z4ts8eb" + +Node: dcid:dc/nwq0jykfgkwd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3328 +dcid: "dc/nwq0jykfgkwd4" + +Node: dcid:dc/r8vcg9wffjzv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511140 +dcid: "dc/r8vcg9wffjzv4" + +Node: dcid:dc/f9blwpjpmnte6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326113 +dcid: "dc/f9blwpjpmnte6" + +Node: dcid:dc/vs3sqx4d1n8xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/vs3sqx4d1n8xf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wqxc925d04h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1113 +dcid: "dc/wqxc925d04h9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lk909y66kqqy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315228 +dcid: "dc/lk909y66kqqy7" + +Node: dcid:dc/jdwc0yezd9gxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31134 +dcid: "dc/jdwc0yezd9gxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmtnbbr0q80c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/qmtnbbr0q80c8" + +Node: dcid:dc/n4yrwyerq55x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/n4yrwyerq55x7" + +Node: dcid:dc/vdmvz508kccxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/vdmvz508kccxh" + +Node: dcid:dc/0jng5qz5pey68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424610 +dcid: "dc/0jng5qz5pey68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9zsqh1f9pc7v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/9zsqh1f9pc7v6" + +Node: dcid:dc/8s7xprvf4tzm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326122 +dcid: "dc/8s7xprvf4tzm9" + +Node: dcid:dc/5zrbqhh3yt5rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/5zrbqhh3yt5rb" + +Node: dcid:dc/tm4lk3rvgznz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44832 +dcid: "dc/tm4lk3rvgznz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/78xjs8nzpsx77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454113 +dcid: "dc/78xjs8nzpsx77" + +Node: dcid:dc/l6sd5jbp4tyz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/l6sd5jbp4tyz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1tfjz3h6138 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/w1tfjz3h6138" + +Node: dcid:dc/k0m9w3wnrcpr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/814110 +dcid: "dc/k0m9w3wnrcpr8" + +Node: dcid:dc/87ns5xc224579 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42472 +dcid: "dc/87ns5xc224579" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nqr23qgv2hff7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336322 +dcid: "dc/nqr23qgv2hff7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jkvkkqn1v28pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/jkvkkqn1v28pb" + +Node: dcid:dc/thm3tmzgdnr12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448120 +dcid: "dc/thm3tmzgdnr12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g94z391c22hf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335122 +dcid: "dc/g94z391c22hf7" + +Node: dcid:dc/v36yc9l604bp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334512 +dcid: "dc/v36yc9l604bp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wvgg7jdyhtjw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/wvgg7jdyhtjw9" + +Node: dcid:dc/5w7xzbx8km1pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561491 +dcid: "dc/5w7xzbx8km1pf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvjgr4sjn0kb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21221 +dcid: "dc/bvjgr4sjn0kb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wtvqxn8htdlyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/wtvqxn8htdlyh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k23ws47345t19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/k23ws47345t19" + +Node: dcid:dc/jzdnhbfdr0ct3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44221 +dcid: "dc/jzdnhbfdr0ct3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v2s90bd1qyx8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/v2s90bd1qyx8c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gp44g8pr4j3s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/gp44g8pr4j3s7" + +Node: dcid:dc/0whx46mztmek5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44522 +dcid: "dc/0whx46mztmek5" + +Node: dcid:dc/nw7eq9mjfn4zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/nw7eq9mjfn4zh" + +Node: dcid:dc/gfm4exn5kxt3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/gfm4exn5kxt3g" + +Node: dcid:dc/mee5vve9q7vxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/mee5vve9q7vxg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/splerbdeqwwpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/splerbdeqwwpg" + +Node: dcid:dc/c5hq08fxb62t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32611 +dcid: "dc/c5hq08fxb62t6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/527h2vd1t0vl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/527h2vd1t0vl2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0hes5edfvx8hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811113 +dcid: "dc/0hes5edfvx8hf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1nb6kvmybmgrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/1nb6kvmybmgrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m23znqqrwp5m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/m23znqqrwp5m7" + +Node: dcid:dc/4knt9107zq7y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/4knt9107zq7y7" + +Node: dcid:dc/x7v2wxp6x5n97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/x7v2wxp6x5n97" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cxhbzhrf8j5x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/cxhbzhrf8j5x9" + +Node: dcid:dc/8wp1khk1rpne +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/8wp1khk1rpne" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r44t6ry2p9lt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/r44t6ry2p9lt4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1cg3nn0qlyq8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/1cg3nn0qlyq8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwspz1z6g8z95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/kwspz1z6g8z95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7c4589qjh50q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332997 +dcid: "dc/7c4589qjh50q2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jjj5tyfx7pgx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1123 +dcid: "dc/jjj5tyfx7pgx4" + +Node: dcid:dc/7e7d4xz2f60c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/7e7d4xz2f60c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n868f3dpdfp14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/n868f3dpdfp14" + +Node: dcid:dc/8sf2h5vmz4gc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486110 +dcid: "dc/8sf2h5vmz4gc1" + +Node: dcid:dc/rljl7d5b6xngg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/rljl7d5b6xngg" + +Node: dcid:dc/s5fskbqc7dlsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/s5fskbqc7dlsd" + +Node: dcid:dc/yy6nnctb5z0s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541340 +dcid: "dc/yy6nnctb5z0s2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t8yg77pzv1knh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/t8yg77pzv1knh" + +Node: dcid:dc/48zbze8kdc0hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/48zbze8kdc0hb" + +Node: dcid:dc/14fl45j7yz3v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/14fl45j7yz3v5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m8eftbm41fe5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311212 +dcid: "dc/m8eftbm41fe5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1jw3q649k0b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/m1jw3q649k0b4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/by1jcpcmfvel2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/by1jcpcmfvel2" + +Node: dcid:dc/d1bqv6f83v02f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/d1bqv6f83v02f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vnes373nmbtpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/vnes373nmbtpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qgg5vy32x631g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/qgg5vy32x631g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ym9kc2ryjeg31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321991 +dcid: "dc/ym9kc2ryjeg31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g146s5bvd7yqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/g146s5bvd7yqf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z6404ym6vcwr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/z6404ym6vcwr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v0nmyl9xt5hf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112120 +dcid: "dc/v0nmyl9xt5hf6" + +Node: dcid:dc/kbpxb7znsh4gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/kbpxb7znsh4gb" + +Node: dcid:dc/wdg27l63d279 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33392 +dcid: "dc/wdg27l63d279" + +Node: dcid:dc/9bb41m4vv1f98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/9bb41m4vv1f98" + +Node: dcid:dc/2s25gt9rshwh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/2s25gt9rshwh6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/58jgmj6cxmzlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/58jgmj6cxmzlb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3xjp381j135q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33391 +dcid: "dc/3xjp381j135q1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/esjl2zfz1vwq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32518 +dcid: "dc/esjl2zfz1vwq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9rn9q0gz23jxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/9rn9q0gz23jxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/84dr0g9z0tb23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327910 +dcid: "dc/84dr0g9z0tb23" + +Node: dcid:dc/2wwmvgslpv9gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/2wwmvgslpv9gg" + +Node: dcid:dc/0t2chk5mkhjeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44612 +dcid: "dc/0t2chk5mkhjeg" + +Node: dcid:dc/f68682w3g7p94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333515 +dcid: "dc/f68682w3g7p94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tjb6dmv95fph4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/tjb6dmv95fph4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gpe0fzt9qb1n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/gpe0fzt9qb1n4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gpv9zhmh18d3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311821 +dcid: "dc/gpv9zhmh18d3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y7bl8jpl4x43c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3342 +dcid: "dc/y7bl8jpl4x43c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qgc0tszpre926 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/qgc0tszpre926" + +Node: dcid:dc/cqp3g5nrwgd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/cqp3g5nrwgd7" + +Node: dcid:dc/26cwcp13z5ph1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42322 +dcid: "dc/26cwcp13z5ph1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/43jl3gp45edqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/43jl3gp45edqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ljpm1wfhz7ldd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/ljpm1wfhz7ldd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cm23d3gsgpjr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32733 +dcid: "dc/cm23d3gsgpjr9" + +Node: dcid:dc/0elt7dvxdzk58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/0elt7dvxdzk58" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qjzcmmpy5d8l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/qjzcmmpy5d8l1" + +Node: dcid:dc/5e8jgcfsgh4xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/5e8jgcfsgh4xd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fflxl1j34ycb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/fflxl1j34ycb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1nvhk7x322bk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32419 +dcid: "dc/1nvhk7x322bk9" + +Node: dcid:dc/7y4m34tv90q21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/7y4m34tv90q21" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7pv137fs9ypg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/7pv137fs9ypg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1qt7rsl9gpf01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/1qt7rsl9gpf01" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/df290dk2svr0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/df290dk2svr0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7pz3gl9kfdgs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33711 +dcid: "dc/7pz3gl9kfdgs" + +Node: dcid:dc/z9h3sbjzt6v48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/z9h3sbjzt6v48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5lyp6qbz19yq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/5lyp6qbz19yq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/51j2k554crhn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335312 +dcid: "dc/51j2k554crhn1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3psjq1w183vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/f3psjq1w183vb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qq1n1nde5ne7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/qq1n1nde5ne7h" + +Node: dcid:dc/xcvrmc8w39247 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/xcvrmc8w39247" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s3108b30s6d8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/s3108b30s6d8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dejhmwskstky1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/dejhmwskstky1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yn0h4nw4k23f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/yn0h4nw4k23f1" + +Node: dcid:dc/pmxcy8l9lgb97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/pmxcy8l9lgb97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jvfm4yhbke9wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/jvfm4yhbke9wb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7543rgtng6m59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541410 +dcid: "dc/7543rgtng6m59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c99f5dn2vft92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/c99f5dn2vft92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qvpyev8xg4f1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31412 +dcid: "dc/qvpyev8xg4f1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mbldmp6p29fmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316999 +dcid: "dc/mbldmp6p29fmf" + +Node: dcid:dc/cdv30sm9sxdq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423830 +dcid: "dc/cdv30sm9sxdq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/el0qlq9q9peyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/el0qlq9q9peyc" + +Node: dcid:dc/hk5n1lr65xdvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/hk5n1lr65xdvh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/41hen9s68qgk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331521 +dcid: "dc/41hen9s68qgk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9mjxpvxncl6j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111991 +dcid: "dc/9mjxpvxncl6j9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1beqvrv3hcnjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/1beqvrv3hcnjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rrs68ex69c1f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315223 +dcid: "dc/rrs68ex69c1f9" + +Node: dcid:dc/l4zktmd3hpcn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/l4zktmd3hpcn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0pygz7tdnx2y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/0pygz7tdnx2y8" + +Node: dcid:dc/w37s8yzglwrt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238291 +dcid: "dc/w37s8yzglwrt5" + +Node: dcid:dc/2l3cnbqzp2bmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52593 +dcid: "dc/2l3cnbqzp2bmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7g4slx4p4wz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/p7g4slx4p4wz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zdzc1hgjh17qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/zdzc1hgjh17qb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/seknjphdg25b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33242 +dcid: "dc/seknjphdg25b3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xwztr27zgkj1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44132 +dcid: "dc/xwztr27zgkj1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rzfy70z3nbds1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/rzfy70z3nbds1" + +Node: dcid:dc/ye1t9k82jf4l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/ye1t9k82jf4l7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mcbngn130bl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33592 +dcid: "dc/mcbngn130bl6" + +Node: dcid:dc/gexn18h5fvyh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/gexn18h5fvyh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cyg9dn8tdne8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/cyg9dn8tdne8d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gts126471cf9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/gts126471cf9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qbf1t5sddylcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/qbf1t5sddylcg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ke70hlthbkbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/6ke70hlthbkbc" + +Node: dcid:dc/vhv49whe4dr79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/vhv49whe4dr79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ec317c21h855 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/5ec317c21h855" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/460fjmk7yr9c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44813 +dcid: "dc/460fjmk7yr9c5" + +Node: dcid:dc/4ykkls3wl3jt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45113 +dcid: "dc/4ykkls3wl3jt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmdrsh3r6wn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44419 +dcid: "dc/hmdrsh3r6wn4" + +Node: dcid:dc/jjv7dsc52q123 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/jjv7dsc52q123" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hcrs9mmge3flh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/hcrs9mmge3flh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g44r162cslnf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/g44r162cslnf3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pjh4wrl0l3p79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443112 +dcid: "dc/pjh4wrl0l3p79" + +Node: dcid:dc/5cmqdjndlcrk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332919 +dcid: "dc/5cmqdjndlcrk3" + +Node: dcid:dc/rnncljdk46fq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445299 +dcid: "dc/rnncljdk46fq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/605sg28tgm6k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/605sg28tgm6k4" + +Node: dcid:dc/0pyk5gf3tbgvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238151 +dcid: "dc/0pyk5gf3tbgvd" + +Node: dcid:dc/qz1zf8t9hhsy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333319 +dcid: "dc/qz1zf8t9hhsy2" + +Node: dcid:dc/27bv3rkycxr07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42459 +dcid: "dc/27bv3rkycxr07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ed64q6e8pfjtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/ed64q6e8pfjtb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h5nc2qkrwly5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/h5nc2qkrwly5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nm7jrmqg2r0l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/nm7jrmqg2r0l9" + +Node: dcid:dc/wfw43m7rdekeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/wfw43m7rdekeb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dfjvhzx4lgb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/551114 +dcid: "dc/dfjvhzx4lgb6" + +Node: dcid:dc/9td3tgnmk5pk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/9td3tgnmk5pk4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nwtyq2kmrj5ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424430 +dcid: "dc/nwtyq2kmrj5ef" + +Node: dcid:dc/p94kb44hhn0e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33331 +dcid: "dc/p94kb44hhn0e3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ct0fpxr08p8dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/ct0fpxr08p8dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zkjxbtx8vd9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/1zkjxbtx8vd9f" + +Node: dcid:dc/rd6nk60hmjwdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/rd6nk60hmjwdd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wgq8rgm6x07tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/wgq8rgm6x07tc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2m8w2p8e9te7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111199 +dcid: "dc/2m8w2p8e9te7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/20lprp4vrjy39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/20lprp4vrjy39" + +Node: dcid:dc/eqm4m57jmkmnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/eqm4m57jmkmnf" + +Node: dcid:dc/77m6fwwkq97ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/77m6fwwkq97ch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jrrxgxwhrh9dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325520 +dcid: "dc/jrrxgxwhrh9dh" + +Node: dcid:dc/s7mqer5nd15z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/s7mqer5nd15z1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8djqt1zpl9js3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/8djqt1zpl9js3" + +Node: dcid:dc/b1qnqse63bmtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/b1qnqse63bmtb" + +Node: dcid:dc/wl3d0tggz8l4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53311 +dcid: "dc/wl3d0tggz8l4g" + +Node: dcid:dc/nn1tv8vmb2431 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33421 +dcid: "dc/nn1tv8vmb2431" + +Node: dcid:dc/ferswn5zy3f69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23831 +dcid: "dc/ferswn5zy3f69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ynhynbqmqt1yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326130 +dcid: "dc/ynhynbqmqt1yc" + +Node: dcid:dc/4bck26fdmlsnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/4bck26fdmlsnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g2w4ewwwt6725 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/g2w4ewwwt6725" + +Node: dcid:dc/7knvhsbj8f973 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/7knvhsbj8f973" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9j0r6cmljecyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/9j0r6cmljecyd" + +Node: dcid:dc/ez4hsz78yj9w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/ez4hsz78yj9w6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/755tf54y47zh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325910 +dcid: "dc/755tf54y47zh6" + +Node: dcid:dc/f5ph9n4jk18e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/f5ph9n4jk18e" + +Node: dcid:dc/m50ggt8vr3qyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/m50ggt8vr3qyh" + +Node: dcid:dc/gsfxl9tvdvs59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/gsfxl9tvdvs59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ys0vdhhj7wzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/ys0vdhhj7wzd" + +Node: dcid:dc/wgsqy3sydfes3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325320 +dcid: "dc/wgsqy3sydfes3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/24l0kmrw66cpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512290 +dcid: "dc/24l0kmrw66cpc" + +Node: dcid:dc/se4jrvl5261c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327991 +dcid: "dc/se4jrvl5261c8" + +Node: dcid:dc/0vr5jxx7er5qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/0vr5jxx7er5qf" + +Node: dcid:dc/cqzkbtr2fcx9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/cqzkbtr2fcx9f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d6zjye7cbhmy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/d6zjye7cbhmy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dev3e65cvvj0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/dev3e65cvvj0f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tdcgpm81jzpnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339992 +dcid: "dc/tdcgpm81jzpnh" + +Node: dcid:dc/cb5356y6dth4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/cb5356y6dth4g" + +Node: dcid:dc/4gnrbpx6s5dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/4gnrbpx6s5dh" + +Node: dcid:dc/q8scc7cesh19h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/q8scc7cesh19h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j7396jtpewrv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/j7396jtpewrv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d7rw2zym573s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/d7rw2zym573s7" + +Node: dcid:dc/4tj9wjtglm54f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/4tj9wjtglm54f" + +Node: dcid:dc/8xqtzvnnmszc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/8xqtzvnnmszc7" + +Node: dcid:dc/01f3vxxz16p52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314991 +dcid: "dc/01f3vxxz16p52" + +Node: dcid:dc/d1dl50mezb868 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/d1dl50mezb868" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zm3hr0jssty03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332913 +dcid: "dc/zm3hr0jssty03" + +Node: dcid:dc/h0yw4rv0cnp83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336612 +dcid: "dc/h0yw4rv0cnp83" + +Node: dcid:dc/b0nm4t366r28h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/b0nm4t366r28h" + +Node: dcid:dc/4824jmgezbh43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/4824jmgezbh43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qg6272k0v1lh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/qg6272k0v1lh7" + +Node: dcid:dc/0flj6m5v42vxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/0flj6m5v42vxg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4ks1cxmb4qs96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/4ks1cxmb4qs96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xe8ewsccd1809 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5511 +dcid: "dc/xe8ewsccd1809" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kfydywxwqkn2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424420 +dcid: "dc/kfydywxwqkn2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xdzezr79y2vk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32732 +dcid: "dc/xdzezr79y2vk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rdb11jk8m5e0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/55111 +dcid: "dc/rdb11jk8m5e0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5p1n1e8f4n0nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/5p1n1e8f4n0nc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/004yc5lphvr7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/004yc5lphvr7g" + +Node: dcid:dc/eb1xx193ztfq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/eb1xx193ztfq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mt8hqyg5jdcsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/mt8hqyg5jdcsh" + +Node: dcid:dc/xvcd8c5ygwmbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/xvcd8c5ygwmbc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z5lj49nfxsseh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5181 +dcid: "dc/z5lj49nfxsseh" + +Node: dcid:dc/5fdvvvtskd5v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/5fdvvvtskd5v5" + +Node: dcid:dc/jcm7nh64zypfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/jcm7nh64zypfd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5evl7srn08wf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/5evl7srn08wf8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdjzyp61gjx68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339999 +dcid: "dc/kdjzyp61gjx68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/959ymwqcym46f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/959ymwqcym46f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wzwcf13fylxe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/wzwcf13fylxe1" + +Node: dcid:dc/le7493gms4k87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/le7493gms4k87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/08by37qhmvhmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53212 +dcid: "dc/08by37qhmvhmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hjkjy9yc5ftlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/hjkjy9yc5ftlh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tq1t6b7nscq55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/tq1t6b7nscq55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zqrbe0xz6fkp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326199 +dcid: "dc/zqrbe0xz6fkp5" + +Node: dcid:dc/89wm1nkzmvnq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335314 +dcid: "dc/89wm1nkzmvnq6" + +Node: dcid:dc/dt64s4yj9e4z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/dt64s4yj9e4z1" + +Node: dcid:dc/ml4j5dkb07fk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/ml4j5dkb07fk6" + +Node: dcid:dc/bej784g07bd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448320 +dcid: "dc/bej784g07bd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mp1yzzj0hjvj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111160 +dcid: "dc/mp1yzzj0hjvj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3d6mqxvhtxj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42392 +dcid: "dc/f3d6mqxvhtxj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tdbxr4ghsexr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/tdbxr4ghsexr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4j7n4jcxw1w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/g4j7n4jcxw1w8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8fl76ff57er43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323122 +dcid: "dc/8fl76ff57er43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b41d1lx4wgbp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/b41d1lx4wgbp2" + +Node: dcid:dc/8h92h1werxd9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333911 +dcid: "dc/8h92h1werxd9b" + +Node: dcid:dc/nkqk796209gy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/nkqk796209gy5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5wccjkdfwj631 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/5wccjkdfwj631" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5bsj0cbej0ds8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/5bsj0cbej0ds8" + +Node: dcid:dc/wfqt1me4kds4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/wfqt1me4kds4" + +Node: dcid:dc/x4jzf3jkjcer1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/x4jzf3jkjcer1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z7ctzxccvvk4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/z7ctzxccvvk4f" + +Node: dcid:dc/03whp6svzvg63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/03whp6svzvg63" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k9lcwr42qs4t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/k9lcwr42qs4t5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yd0236bj3fykf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/yd0236bj3fykf" + +Node: dcid:dc/1k9b1dh1fjny9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33131 +dcid: "dc/1k9b1dh1fjny9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7efzg4gcldwn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44312 +dcid: "dc/7efzg4gcldwn" + +Node: dcid:dc/m6zydmfj7f2x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3322 +dcid: "dc/m6zydmfj7f2x3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qmn560k7fgf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/8qmn560k7fgf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l5bdymhc1z9h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/l5bdymhc1z9h7" + +Node: dcid:dc/lp3jnwwy4d7ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/lp3jnwwy4d7ef" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/edegr5bmwtt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/edegr5bmwtt7" + +Node: dcid:dc/9vdpjt09yv3nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/9vdpjt09yv3nh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gg88hycev6mf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/gg88hycev6mf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xpfnf1jfpjp6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/xpfnf1jfpjp6d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ppw4rxtct3e39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/ppw4rxtct3e39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v7fxb2qtqh2q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31699 +dcid: "dc/v7fxb2qtqh2q2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mpj9v09zgq116 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/mpj9v09zgq116" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/344tkj89b2jdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/344tkj89b2jdc" + +Node: dcid:dc/1z08czh9wrtz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512191 +dcid: "dc/1z08czh9wrtz4" + +Node: dcid:dc/5nfdpb85dpjc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/5nfdpb85dpjc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fp9k9vghc8t2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31134 +dcid: "dc/fp9k9vghc8t2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jjnpxp4nvzbw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/jjnpxp4nvzbw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ytgpxxgjx6xsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339113 +dcid: "dc/ytgpxxgjx6xsf" + +Node: dcid:dc/etv3v8870e0n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/etv3v8870e0n" + +Node: dcid:dc/q6h3qwlrj2qpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31322 +dcid: "dc/q6h3qwlrj2qpd" + +Node: dcid:dc/wwpc0zh49jf33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/wwpc0zh49jf33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xhclps1zklvf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32199 +dcid: "dc/xhclps1zklvf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jcm6x4px0cws1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/jcm6x4px0cws1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n9568wf1b23t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/n9568wf1b23t6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fh71t3yxqjqxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/fh71t3yxqjqxb" + +Node: dcid:dc/qycefz5x8dt5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/qycefz5x8dt5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwtsdy8s3x451 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424930 +dcid: "dc/mwtsdy8s3x451" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tnbm6gnw27m33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561431 +dcid: "dc/tnbm6gnw27m33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8pxklrk2q6453 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/8pxklrk2q6453" + +Node: dcid:dc/gr4bxhh93shp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/gr4bxhh93shp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbyd0kskqbwp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32191 +dcid: "dc/kbyd0kskqbwp5" + +Node: dcid:dc/mkjr9nk1r3lmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313320 +dcid: "dc/mkjr9nk1r3lmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mrynw34eg42j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/mrynw34eg42j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k724zdj9wq5hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3313 +dcid: "dc/k724zdj9wq5hd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/16jng0dyd3mzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333992 +dcid: "dc/16jng0dyd3mzf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0kw9k3yr7ehj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/0kw9k3yr7ehj9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kd7fvv9hcss87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311821 +dcid: "dc/kd7fvv9hcss87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5nmcmprbjkv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42432 +dcid: "dc/d5nmcmprbjkv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7my68tby9jdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/p7my68tby9jdc" + +Node: dcid:dc/bk0z6tvx85gk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336312 +dcid: "dc/bk0z6tvx85gk5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fz2s0f2y773j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/fz2s0f2y773j4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8shswd0scv57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311511 +dcid: "dc/8shswd0scv57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pnbeyk94ehbg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448210 +dcid: "dc/pnbeyk94ehbg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l7972cl9qetzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/l7972cl9qetzh" + +Node: dcid:dc/r3kq16jyeex75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21239 +dcid: "dc/r3kq16jyeex75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rmesqsd9hgvw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334417 +dcid: "dc/rmesqsd9hgvw8" + +Node: dcid:dc/4tg0p0jey2heb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11234 +dcid: "dc/4tg0p0jey2heb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9jkck4zhbchh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/9jkck4zhbchh4" + +Node: dcid:dc/06n86vwchm1xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/06n86vwchm1xg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c4qkq9hb23bkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45331 +dcid: "dc/c4qkq9hb23bkf" + +Node: dcid:dc/cy7t9vp9w7d4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311920 +dcid: "dc/cy7t9vp9w7d4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/512q8zf55vk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321912 +dcid: "dc/512q8zf55vk" + +Node: dcid:dc/dezf29cfhbvzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/dezf29cfhbvzf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qvjmw994dv4cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/qvjmw994dv4cc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0lgnq0w9v02m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4232 +dcid: "dc/0lgnq0w9v02m5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gb5q7lwg9sex4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/gb5q7lwg9sex4" + +Node: dcid:dc/fydcf2j70ykff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/fydcf2j70ykff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tp43tt8fxyszc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333923 +dcid: "dc/tp43tt8fxyszc" + +Node: dcid:dc/ge9fcxcef9952 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/ge9fcxcef9952" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d0dj6vl4ss647 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/d0dj6vl4ss647" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rvfkw8p5jm746 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31529 +dcid: "dc/rvfkw8p5jm746" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v898zczcwgv34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3391 +dcid: "dc/v898zczcwgv34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/47rhlh3e2s8r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/47rhlh3e2s8r1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/047brm2qb1t1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3256 +dcid: "dc/047brm2qb1t1d" + +Node: dcid:dc/xvz4xlen1hgnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1122 +dcid: "dc/xvz4xlen1hgnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pvzlhgln9qnm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/pvzlhgln9qnm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ryzqjrg0ngcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/2ryzqjrg0ngcd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nkt81bxt84x3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326121 +dcid: "dc/nkt81bxt84x3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rylv0zt47vr43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/rylv0zt47vr43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2d7wvyh1sqwzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321999 +dcid: "dc/2d7wvyh1sqwzd" + +Node: dcid:dc/x5wnhm0kz8cgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/x5wnhm0kz8cgf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2dxzj9myr15zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/2dxzj9myr15zb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mty48ngyyyb84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/mty48ngyyyb84" + +Node: dcid:dc/dszby6vjjf7r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/dszby6vjjf7r7" + +Node: dcid:dc/2btgflb0v25h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/2btgflb0v25h5" + +Node: dcid:dc/gzlkkl76fcqkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/gzlkkl76fcqkh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6ns565xmkwysh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/6ns565xmkwysh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sx5zc0v6qefed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/sx5zc0v6qefed" + +Node: dcid:dc/fb64v7wb3h1t2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42384 +dcid: "dc/fb64v7wb3h1t2" + +Node: dcid:dc/pvkdgzwsrzrwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3342 +dcid: "dc/pvkdgzwsrzrwb" + +Node: dcid:dc/3pj0m9v7q51x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/3pj0m9v7q51x" + +Node: dcid:dc/qcqvqvxb9d6yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/qcqvqvxb9d6yb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/snn405xvf3ef6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48611 +dcid: "dc/snn405xvf3ef6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4k4ljgjej81fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32512 +dcid: "dc/4k4ljgjej81fb" + +Node: dcid:dc/e2zdnwjjhyj36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/e2zdnwjjhyj36" + +Node: dcid:dc/lcz5sspgegfn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/lcz5sspgegfn7" + +Node: dcid:dc/1c7762d8vsexh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/1c7762d8vsexh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bnzjlveerr9x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/bnzjlveerr9x1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dz744kcjd9gn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326121 +dcid: "dc/dz744kcjd9gn7" + +Node: dcid:dc/x1sfvzyqjysth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238152 +dcid: "dc/x1sfvzyqjysth" + +Node: dcid:dc/n4fh7l4nbvxz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/n4fh7l4nbvxz4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g5b3c90cnbe78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441221 +dcid: "dc/g5b3c90cnbe78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kp64vp2mmm78d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/kp64vp2mmm78d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hl19z8w9dsw69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112330 +dcid: "dc/hl19z8w9dsw69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5qbb32tqx4bd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/5qbb32tqx4bd9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ty50mhgw9g6l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/ty50mhgw9g6l3" + +Node: dcid:dc/xk42wqy7v6xzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23829 +dcid: "dc/xk42wqy7v6xzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rhpgnd2bf57v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/rhpgnd2bf57v7" + +Node: dcid:dc/p6dh0bq2e9nn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488991 +dcid: "dc/p6dh0bq2e9nn3" + +Node: dcid:dc/bjfcd2nvnt788 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/bjfcd2nvnt788" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19ze1zjvcsnm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/19ze1zjvcsnm4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wdgtcmvmcdc45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/wdgtcmvmcdc45" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hmkkdw3s5n843 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335121 +dcid: "dc/hmkkdw3s5n843" + +Node: dcid:dc/11681d7ebjnzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/11681d7ebjnzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0v3rkym44j47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/s0v3rkym44j47" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/26b860b38tyx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/26b860b38tyx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/64dr8cd05cy71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325910 +dcid: "dc/64dr8cd05cy71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5mgpqxz4qcy4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334513 +dcid: "dc/5mgpqxz4qcy4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9s2tc31tgx0k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/9s2tc31tgx0k8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0eqtkf36t3dw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3115 +dcid: "dc/0eqtkf36t3dw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8py931z2m27b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/8py931z2m27b3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k2jrb4hzdkcn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/k2jrb4hzdkcn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2y4jmgcbee532 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/2y4jmgcbee532" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tkp4fg0z7rw18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/tkp4fg0z7rw18" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bgnr7yx5c8jv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54186 +dcid: "dc/bgnr7yx5c8jv6" + +Node: dcid:dc/08mwkjtbr1tyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3335 +dcid: "dc/08mwkjtbr1tyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/09gk1qbck32n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32511 +dcid: "dc/09gk1qbck32n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8cys65fh6mzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/r8cys65fh6mzf" + +Node: dcid:dc/gkqw52m0eklp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81411 +dcid: "dc/gkqw52m0eklp6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftsbzkn7w5t37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/ftsbzkn7w5t37" + +Node: dcid:dc/py5tzsnmwb553 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/py5tzsnmwb553" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/htf198r3yftj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/htf198r3yftj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pnkbvd48qth73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325414 +dcid: "dc/pnkbvd48qth73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8cqkb7qq2q9r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/8cqkb7qq2q9r4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m1kd881qlb3s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/m1kd881qlb3s1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v4n0yjnj9v8v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/v4n0yjnj9v8v9" + +Node: dcid:dc/2ccsledz0ppq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326160 +dcid: "dc/2ccsledz0ppq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0zz20kx7xzm55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/0zz20kx7xzm55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8nrfgymtcvrg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312130 +dcid: "dc/8nrfgymtcvrg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mjry857ss3qhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541930 +dcid: "dc/mjry857ss3qhd" + +Node: dcid:dc/p88jlm6j6jtk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/p88jlm6j6jtk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qdrk5e245lpv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/qdrk5e245lpv1" + +Node: dcid:dc/tz59wt1hkl4y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62 +dcid: "dc/tz59wt1hkl4y" + +Node: dcid:dc/fzh1m0sdtc0d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/fzh1m0sdtc0d5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p3zqhlnk7ck67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/p3zqhlnk7ck67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q5m20zheb941g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/q5m20zheb941g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fp67p5fb90gb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/fp67p5fb90gb2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ghbkfdsdx0826 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/ghbkfdsdx0826" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ggerh4lc956cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/ggerh4lc956cg" + +Node: dcid:dc/7n09jk78zt42f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/7n09jk78zt42f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ezh49j190jk5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325314 +dcid: "dc/ezh49j190jk5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bzw9hdwed0fwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/bzw9hdwed0fwd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ptj7757r525g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/ptj7757r525g9" + +Node: dcid:dc/3kwvbxemxmrxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/3kwvbxemxmrxg" + +Node: dcid:dc/ts3sd0mg3g2m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42372 +dcid: "dc/ts3sd0mg3g2m1" + +Node: dcid:dc/3tcwq0r6dky94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/3tcwq0r6dky94" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hqscygrxpne0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/hqscygrxpne0d" + +Node: dcid:dc/dfgdmkvc2eq18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423840 +dcid: "dc/dfgdmkvc2eq18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjbgf4kf5wg89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/vjbgf4kf5wg89" + +Node: dcid:dc/tc0b91ej94xsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/tc0b91ej94xsg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qx98sy12mewn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33351 +dcid: "dc/qx98sy12mewn" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qb03scv93lmg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/qb03scv93lmg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vypqjh84h0c39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/vypqjh84h0c39" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p7z12mck90ny4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5323 +dcid: "dc/p7z12mck90ny4" + +Node: dcid:dc/jr4cgen0c0hg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/jr4cgen0c0hg7" + +Node: dcid:dc/g1r86gxenv1mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312112 +dcid: "dc/g1r86gxenv1mb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/78q6bltc1cre2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44111 +dcid: "dc/78q6bltc1cre2" + +Node: dcid:dc/dej4qfnswwyy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/dej4qfnswwyy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1k7bdf6eq6774 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/1k7bdf6eq6774" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f0fnb3nlqh5d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11116 +dcid: "dc/f0fnb3nlqh5d4" + +Node: dcid:dc/1r8jr8nfm24f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333415 +dcid: "dc/1r8jr8nfm24f" + +Node: dcid:dc/s0n9ywqvwnp93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444190 +dcid: "dc/s0n9ywqvwnp93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/35g0t1pvtxxz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/35g0t1pvtxxz5" + +Node: dcid:dc/nz1jmq9t5eh18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334515 +dcid: "dc/nz1jmq9t5eh18" + +Node: dcid:dc/2l0c0ncjzgr6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/2l0c0ncjzgr6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/39xel70syfdv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332812 +dcid: "dc/39xel70syfdv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vg6zdm6xt4x06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/vg6zdm6xt4x06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/npcwfe4lebg2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/npcwfe4lebg2g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m6tjdpjg9gmt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45391 +dcid: "dc/m6tjdpjg9gmt3" + +Node: dcid:dc/xgegycxws1vm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/xgegycxws1vm" + +Node: dcid:dc/2q5fc8kzsmr05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/2q5fc8kzsmr05" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7zyedsk8bfd3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311991 +dcid: "dc/7zyedsk8bfd3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l9djy44e5wvrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/l9djy44e5wvrc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z4j37kv8mfnlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/z4j37kv8mfnlh" + +Node: dcid:dc/glm9zxh8z1km2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/glm9zxh8z1km2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/egsf369778ysc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315212 +dcid: "dc/egsf369778ysc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j5qqr4myebyjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/j5qqr4myebyjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w8h5zpzpgbm56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/w8h5zpzpgbm56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xkjzyhm0689e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/xkjzyhm0689e2" + +Node: dcid:dc/g23x1qt6se4p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442291 +dcid: "dc/g23x1qt6se4p" + +Node: dcid:dc/lsg0brjvz4n6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334514 +dcid: "dc/lsg0brjvz4n6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j5m4vjbn5scz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3161 +dcid: "dc/j5m4vjbn5scz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j1q9jlr4xg61b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/j1q9jlr4xg61b" + +Node: dcid:dc/92dnr3pbvjml9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/92dnr3pbvjml9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zt4ere5gp9r35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3252 +dcid: "dc/zt4ere5gp9r35" + +Node: dcid:dc/49qthmkfl4vhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/49qthmkfl4vhb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6rkzybjg06zt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/6rkzybjg06zt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7z6lv97tt1nv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/7z6lv97tt1nv1" + +Node: dcid:dc/v43xgd0kjqd69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/v43xgd0kjqd69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4rnf1w12nd5r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32621 +dcid: "dc/4rnf1w12nd5r7" + +Node: dcid:dc/l4f06d6s04632 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/l4f06d6s04632" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hw4xzqxe94mpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/hw4xzqxe94mpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y5s8ybcxhdj48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/y5s8ybcxhdj48" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z61e2e2k1qq92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33361 +dcid: "dc/z61e2e2k1qq92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhlrm6pk8pbp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/jhlrm6pk8pbp8" + +Node: dcid:dc/6cpv3bhdvkplf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/6cpv3bhdvkplf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ewcdx3d9hl4y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/ewcdx3d9hl4y5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b24cf1tcnw1s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/b24cf1tcnw1s6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6t2pw809y3zr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/6t2pw809y3zr2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yr79t8rgsh17b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/yr79t8rgsh17b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3gjwh5s8ghr18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/3gjwh5s8ghr18" + +Node: dcid:dc/nbe0kbycjlh97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337212 +dcid: "dc/nbe0kbycjlh97" + +Node: dcid:dc/3zm3spdqvd547 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112120 +dcid: "dc/3zm3spdqvd547" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/65ej4rnevrlf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/65ej4rnevrlf4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s9q12b4cqs6td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/s9q12b4cqs6td" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e6jg504szgwv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45331 +dcid: "dc/e6jg504szgwv2" + +Node: dcid:dc/37dzk98qwxgp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/37dzk98qwxgp3" + +Node: dcid:dc/bwtqbb8g8mp9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/bwtqbb8g8mp9d" + +Node: dcid:dc/e6yfhxcxh6p89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/e6yfhxcxh6p89" + +Node: dcid:dc/87d13exj40998 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/87d13exj40998" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7q95mkmy3m198 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/7q95mkmy3m198" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xxten2cx71yt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/xxten2cx71yt1" + +Node: dcid:dc/r83w25tvrgrrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238132 +dcid: "dc/r83w25tvrgrrh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0sxvq8mw0ssk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316110 +dcid: "dc/0sxvq8mw0ssk2" + +Node: dcid:dc/f4pebpzjrgv48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32419 +dcid: "dc/f4pebpzjrgv48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zfx2dglhcdrx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/zfx2dglhcdrx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sysetnj2ey4z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/sysetnj2ey4z4" + +Node: dcid:dc/1k3pqx1l9e4yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/1k3pqx1l9e4yc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eyr9b62rdvkkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/eyr9b62rdvkkb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n5cezfsls0lmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522220 +dcid: "dc/n5cezfsls0lmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18pb91gk3pyp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/18pb91gk3pyp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/76cq45jqftr2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551 +dcid: "dc/76cq45jqftr2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g7qzlswgjf2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/g7qzlswgjf2d" + +Node: dcid:dc/mbxxrhskv5hz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/mbxxrhskv5hz" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6w5b2j1qh4n36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/6w5b2j1qh4n36" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/82he7zyfw2d81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325181 +dcid: "dc/82he7zyfw2d81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbpmvx3g53ge +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/rbpmvx3g53ge" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bb8ejc0wnq45h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/bb8ejc0wnq45h" + +Node: dcid:dc/xwvf13c7pvl49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/xwvf13c7pvl49" + +Node: dcid:dc/jkzwhq3seg063 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33122 +dcid: "dc/jkzwhq3seg063" + +Node: dcid:dc/3qhz0qy9f208d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334413 +dcid: "dc/3qhz0qy9f208d" + +Node: dcid:dc/xlqt1k88f2rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/xlqt1k88f2rg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gjythbfh4dt3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/gjythbfh4dt3g" + +Node: dcid:dc/71j6bk97f2e28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/71j6bk97f2e28" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rr9mtvklqeh4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/rr9mtvklqeh4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b1427k1t22yl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112210 +dcid: "dc/b1427k1t22yl1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hz8jsmrdpvtlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/hz8jsmrdpvtlb" + +Node: dcid:dc/4q01dtlzg6mj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/4q01dtlzg6mj3" + +Node: dcid:dc/c0l80pm8d0797 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48611 +dcid: "dc/c0l80pm8d0797" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/djcz64bqh8jj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/djcz64bqh8jj5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9lgd8dg84z572 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/9lgd8dg84z572" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k81hb07fjkrqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/k81hb07fjkrqf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cszjme76r6bec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331513 +dcid: "dc/cszjme76r6bec" + +Node: dcid:dc/errb4xj2kx3yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621320 +dcid: "dc/errb4xj2kx3yc" + +Node: dcid:dc/q7ykys76zk058 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336322 +dcid: "dc/q7ykys76zk058" + +Node: dcid:dc/pmc59cqdhjjtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/pmc59cqdhjjtg" + +Node: dcid:dc/pde55wpv6e6lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/pde55wpv6e6lb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yynyblpfzwg1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/yynyblpfzwg1h" + +Node: dcid:dc/zqls3v2kwxstg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/zqls3v2kwxstg" + +Node: dcid:dc/zk9dgr1nb64e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11131 +dcid: "dc/zk9dgr1nb64e2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pws3163tjgdh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/pws3163tjgdh4" + +Node: dcid:dc/pjlyptscqjyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/pjlyptscqjyh" + +Node: dcid:dc/rg0e5vn1g5xg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42313 +dcid: "dc/rg0e5vn1g5xg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5qcv0s10vc4xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/5qcv0s10vc4xd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q36z2qfznnzd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424690 +dcid: "dc/q36z2qfznnzd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/srftpztp97xe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/srftpztp97xe9" + +Node: dcid:dc/ttxb0edrty0l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/ttxb0edrty0l5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ppwffkffbx7th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/ppwffkffbx7th" + +Node: dcid:dc/sxdlnck8mpmr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/sxdlnck8mpmr9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ckspl4gd81gld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/ckspl4gd81gld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2gfyfd1nw7qv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31182 +dcid: "dc/2gfyfd1nw7qv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/decy74rgnbq03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/decy74rgnbq03" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ekw4rz732rjt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441320 +dcid: "dc/ekw4rz732rjt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qz8dks1hczyy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/qz8dks1hczyy" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d1n9bm902w3kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/d1n9bm902w3kd" + +Node: dcid:dc/884t7c4w9rpy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/884t7c4w9rpy6" + +Node: dcid:dc/46rjpj2nm0lh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/46rjpj2nm0lh8" + +Node: dcid:dc/jc2cels8cmked +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/jc2cels8cmked" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6x564lp2ebrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53211 +dcid: "dc/6x564lp2ebrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tvszs9mrzw3d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/tvszs9mrzw3d9" + +Node: dcid:dc/l7pzrqg0dzd34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/l7pzrqg0dzd34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qe3zbczd9hx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/qe3zbczd9hx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qe9kcw37fhl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33993 +dcid: "dc/qe9kcw37fhl8" + +Node: dcid:dc/2d69bfvkm0p67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32532 +dcid: "dc/2d69bfvkm0p67" + +Node: dcid:dc/2ww6zecm6pjk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/2ww6zecm6pjk5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ty2tzhqdvc1kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/ty2tzhqdvc1kf" + +Node: dcid:dc/bvqqt76hy8z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/bvqqt76hy8z3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3hwzv9572bss8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/3hwzv9572bss8" + +Node: dcid:dc/w3wrthv8q1cy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/w3wrthv8q1cy" + +Node: dcid:dc/jlcm42q6946gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/jlcm42q6946gd" + +Node: dcid:dc/5pfjkmpp7ld49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453910 +dcid: "dc/5pfjkmpp7ld49" + +Node: dcid:dc/dyq4d0k2lkx71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451220 +dcid: "dc/dyq4d0k2lkx71" + +Node: dcid:dc/sd5m0l555xv4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339999 +dcid: "dc/sd5m0l555xv4g" + +Node: dcid:dc/74fty3x294g05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/74fty3x294g05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/97jt0re50p158 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/97jt0re50p158" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1nncg7w0qqkxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/1nncg7w0qqkxf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g5ek0p8vce204 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/g5ek0p8vce204" + +Node: dcid:dc/y2y4h9ltb8pt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51229 +dcid: "dc/y2y4h9ltb8pt6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p3t0twte408sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/p3t0twte408sb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mqrxbj3fqb645 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/mqrxbj3fqb645" + +Node: dcid:dc/syy46bt6d8p02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/syy46bt6d8p02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fkb6chk80dy23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32712 +dcid: "dc/fkb6chk80dy23" + +Node: dcid:dc/qppzk9wv0w7x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/qppzk9wv0w7x" + +Node: dcid:dc/gshlptnm6wqyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/gshlptnm6wqyf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cgrnhnw11g5sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316991 +dcid: "dc/cgrnhnw11g5sd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zvygh88vllyw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4482 +dcid: "dc/zvygh88vllyw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l2ng4zt0dvbs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/l2ng4zt0dvbs3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1l8lsdcfp3thd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/1l8lsdcfp3thd" + +Node: dcid:dc/dsn3qjp1hhp2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212393 +dcid: "dc/dsn3qjp1hhp2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8md4p5zed4b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/r8md4p5zed4b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/59jt32n7n2gx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483211 +dcid: "dc/59jt32n7n2gx6" + +Node: dcid:dc/f4y6pftb4gyh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/f4y6pftb4gyh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nhrzphdcjzmxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/nhrzphdcjzmxh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kh4qhjbgwykh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326150 +dcid: "dc/kh4qhjbgwykh1" + +Node: dcid:dc/8kb0qqsryq77b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/8kb0qqsryq77b" + +Node: dcid:dc/wtb5qfg6hv5gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/wtb5qfg6hv5gf" + +Node: dcid:dc/l6wxh288t78b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/l6wxh288t78b8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0x8jwnxe5m7y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3362 +dcid: "dc/0x8jwnxe5m7y5" + +Node: dcid:dc/kc8wsyyw0bph5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/kc8wsyyw0bph5" + +Node: dcid:dc/lyzp3nc7855k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334412 +dcid: "dc/lyzp3nc7855k9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2xwfhg8x42j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/2xwfhg8x42j1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9ww8l52wb7x87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/9ww8l52wb7x87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/46drh8cmypf55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334111 +dcid: "dc/46drh8cmypf55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8q8sngrwx8dv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423110 +dcid: "dc/8q8sngrwx8dv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bj946t0k5efbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423610 +dcid: "dc/bj946t0k5efbg" + +Node: dcid:dc/m9cjw1vz1bkxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/m9cjw1vz1bkxg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ps4d0jgsvd603 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334111 +dcid: "dc/ps4d0jgsvd603" + +Node: dcid:dc/6s53slx5jxnf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33421 +dcid: "dc/6s53slx5jxnf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nbz3q3cn0xjv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/nbz3q3cn0xjv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/28ypw2st4fg6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/28ypw2st4fg6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qdj2tl1pq5w8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/qdj2tl1pq5w8b" + +Node: dcid:dc/crljpvnkhyqk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/crljpvnkhyqk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9bev186edek93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333414 +dcid: "dc/9bev186edek93" + +Node: dcid:dc/jl3wpryzn8klf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/jl3wpryzn8klf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r6hv0ydddy75b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53221 +dcid: "dc/r6hv0ydddy75b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/skepj2rpe0ys6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522190 +dcid: "dc/skepj2rpe0ys6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3gjf566yv8h12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/3gjf566yv8h12" + +Node: dcid:dc/ld6js2e8pe7kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331525 +dcid: "dc/ld6js2e8pe7kg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pzlszkjfg1mj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/pzlszkjfg1mj7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qw3y5y8rx79dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325611 +dcid: "dc/qw3y5y8rx79dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jv5g5znttqz94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/jv5g5znttqz94" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/491hln7n50hrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/491hln7n50hrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lf6eykf3wh59h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/lf6eykf3wh59h" + +Node: dcid:dc/1mhpv8ptlphy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/1mhpv8ptlphy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zdgvjrezw9b4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/zdgvjrezw9b4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m5fbqf5de9sh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/m5fbqf5de9sh2" + +Node: dcid:dc/jw1e3zjtfs6d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/jw1e3zjtfs6d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1kchlm55eng39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311919 +dcid: "dc/1kchlm55eng39" + +Node: dcid:dc/c8xzzkvhswnc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32121 +dcid: "dc/c8xzzkvhswnc8" + +Node: dcid:dc/wmkwf0wl1xzqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/wmkwf0wl1xzqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g1fhjrm94pv8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333997 +dcid: "dc/g1fhjrm94pv8g" + +Node: dcid:dc/tycw3r6cxz0gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/tycw3r6cxz0gd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n1bvmb1vgqdcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/n1bvmb1vgqdcd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/enrlp8q0fd7rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326199 +dcid: "dc/enrlp8q0fd7rb" + +Node: dcid:dc/327kke8ztb5d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/327kke8ztb5d6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gzpe6hgb8se23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/gzpe6hgb8se23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dp5bxljvhhyfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3327 +dcid: "dc/dp5bxljvhhyfc" + +Node: dcid:dc/jqm9qhvvv1fx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33241 +dcid: "dc/jqm9qhvvv1fx2" + +Node: dcid:dc/6jr74bn4l9rpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/6jr74bn4l9rpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l5p67hjsrkz07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/l5p67hjsrkz07" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y0rm68vwxp6e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56174 +dcid: "dc/y0rm68vwxp6e5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x2ddqdxk0p8r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/x2ddqdxk0p8r3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b2q39hyl1kpq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45311 +dcid: "dc/b2q39hyl1kpq3" + +Node: dcid:dc/x8vhz22xls5s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11292 +dcid: "dc/x8vhz22xls5s" + +Node: dcid:dc/5bt936nn0kdrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333415 +dcid: "dc/5bt936nn0kdrc" + +Node: dcid:dc/prldjw7r94m4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/prldjw7r94m4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cf802l4de8q2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/cf802l4de8q2f" + +Node: dcid:dc/1t4nw5ny2gbtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/1t4nw5ny2gbtc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wvnplz1y2fnhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/wvnplz1y2fnhf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t38q5ekqdjfe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/t38q5ekqdjfe9" + +Node: dcid:dc/eez2ppb4ekr22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4243 +dcid: "dc/eez2ppb4ekr22" + +Node: dcid:dc/fwebp95yk30r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334510 +dcid: "dc/fwebp95yk30r6" + +Node: dcid:dc/rev2jb6lp5qm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/rev2jb6lp5qm4" + +Node: dcid:dc/vl5d43lq6z39g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/vl5d43lq6z39g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f2qpfh3gwcgnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315239 +dcid: "dc/f2qpfh3gwcgnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7xbr9bzvm14hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423420 +dcid: "dc/7xbr9bzvm14hb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x103jlhm6kgs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/x103jlhm6kgs7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6s7qelk1mlklg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/6s7qelk1mlklg" + +Node: dcid:dc/myge3eymt7cfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3331 +dcid: "dc/myge3eymt7cfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8f3j781z8s23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/k8f3j781z8s23" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/29gmq6rwtw0f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331111 +dcid: "dc/29gmq6rwtw0f8" + +Node: dcid:dc/s0ffp9ypz2mec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/s0ffp9ypz2mec" + +Node: dcid:dc/hmm1n8xv2dm91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/hmm1n8xv2dm91" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j0skj2w183682 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/j0skj2w183682" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cnr5n6jwsqm38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3161 +dcid: "dc/cnr5n6jwsqm38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5wsdx9hpq767 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3261 +dcid: "dc/p5wsdx9hpq767" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t0mexfq8wm747 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/t0mexfq8wm747" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ynh6gf80r5xgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/ynh6gf80r5xgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1kcqs6ve5nfyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326 +dcid: "dc/1kcqs6ve5nfyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/193yb5359ms6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/193yb5359ms6b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/smllgferr9b05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/smllgferr9b05" + +Node: dcid:dc/jvvxex0gsqv28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/jvvxex0gsqv28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xr6vv8degh3g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532220 +dcid: "dc/xr6vv8degh3g5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6m22kqr908ll3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/6m22kqr908ll3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p854b3zl5bjl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481112 +dcid: "dc/p854b3zl5bjl" + +Node: dcid:dc/vvjv4be1g0g65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/vvjv4be1g0g65" + +Node: dcid:dc/lrfqbl4pp832f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33242 +dcid: "dc/lrfqbl4pp832f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vlws1vbyrk42b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/vlws1vbyrk42b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/61rfk97bp271g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/61rfk97bp271g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zn1t3r85r9pm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33411 +dcid: "dc/zn1t3r85r9pm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ckl1pyb1bnq86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/ckl1pyb1bnq86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2gyvnjrwrfpg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/2gyvnjrwrfpg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xwhj5qlvstwm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/xwhj5qlvstwm6" + +Node: dcid:dc/64tv9yl0bce9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/64tv9yl0bce9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/37t33xrqt3kqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/37t33xrqt3kqb" + +Node: dcid:dc/3wvqnrg5emj53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445291 +dcid: "dc/3wvqnrg5emj53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p34ngn4j3elx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/p34ngn4j3elx8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c6ygtny8g3kvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/c6ygtny8g3kvf" + +Node: dcid:dc/8e561p4t66ghb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453110 +dcid: "dc/8e561p4t66ghb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cyzcjljv2vvtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42441 +dcid: "dc/cyzcjljv2vvtf" + +Node: dcid:dc/yv3c5pnl4t82f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311991 +dcid: "dc/yv3c5pnl4t82f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qwcvy3wmd3e09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/qwcvy3wmd3e09" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/231gj9hpwkdsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32199 +dcid: "dc/231gj9hpwkdsd" + +Node: dcid:dc/8tstzk5shr9eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31529 +dcid: "dc/8tstzk5shr9eh" + +Node: dcid:dc/3v8znsxl7jvb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/3v8znsxl7jvb8" + +Node: dcid:dc/9bv6jv52k3vc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/9bv6jv52k3vc8" + +Node: dcid:dc/q135y81fsjzcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/q135y81fsjzcc" + +Node: dcid:dc/76v6vb63cq2h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/76v6vb63cq2h8" + +Node: dcid:dc/hrw10lfbc9kd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322231 +dcid: "dc/hrw10lfbc9kd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lw81705fn5rn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333513 +dcid: "dc/lw81705fn5rn1" + +Node: dcid:dc/db2xl4x4hftp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/db2xl4x4hftp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p4nnkh5tkl48d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/p4nnkh5tkl48d" + +Node: dcid:dc/102766ph0r8gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339913 +dcid: "dc/102766ph0r8gf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zk1kjvzz4eyg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/zk1kjvzz4eyg5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qne5xnpyh9kq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/qne5xnpyh9kq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/echmz4lgbl28c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/echmz4lgbl28c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/31dmkhvxvwqx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/31dmkhvxvwqx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5v61fh4cx0lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33431 +dcid: "dc/5v61fh4cx0lh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pfe7en66nzesc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532230 +dcid: "dc/pfe7en66nzesc" + +Node: dcid:dc/7ysv2dywwh244 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/7ysv2dywwh244" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bsrvysc3n5hgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334413 +dcid: "dc/bsrvysc3n5hgh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87721qq9pv5yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/87721qq9pv5yf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/br9jy6je3qmx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/br9jy6je3qmx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3jxrg6xgs73p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3332 +dcid: "dc/3jxrg6xgs73p8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lfeeqebqsh413 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/lfeeqebqsh413" + +Node: dcid:dc/3h4cpbj77kjc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/3h4cpbj77kjc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d05wtk6rmeqp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211112 +dcid: "dc/d05wtk6rmeqp5" + +Node: dcid:dc/n4fgqhvrjp6s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/n4fgqhvrjp6s7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gpyxrynbtnyv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/gpyxrynbtnyv4" + +Node: dcid:dc/njw5xqf7qqwk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/njw5xqf7qqwk6" + +Node: dcid:dc/738l03bjfzwl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/738l03bjfzwl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qmq6d5qsn1jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424410 +dcid: "dc/8qmq6d5qsn1jh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/psgn85th28781 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/psgn85th28781" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qv8reqpwj0es1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/qv8reqpwj0es1" + +Node: dcid:dc/jjm9f8lr1vt76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31194 +dcid: "dc/jjm9f8lr1vt76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j4nte0retekm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/j4nte0retekm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vz6n33pp7tdj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33311 +dcid: "dc/vz6n33pp7tdj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/98p0gx9g8ws3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484230 +dcid: "dc/98p0gx9g8ws3h" + +Node: dcid:dc/epbk035yjv7x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/epbk035yjv7x4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7mfxzp85cxwq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/7mfxzp85cxwq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nr7rvvb4wz5l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/nr7rvvb4wz5l6" + +Node: dcid:dc/y688j28bs5nw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483111 +dcid: "dc/y688j28bs5nw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7nl59bhms1nth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44821 +dcid: "dc/7nl59bhms1nth" + +Node: dcid:dc/y45ms4qrdp9t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/y45ms4qrdp9t4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/htx7sr78lehvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/htx7sr78lehvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m49vsl64mhkbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53211 +dcid: "dc/m49vsl64mhkbc" + +Node: dcid:dc/6k0x5nvp3hc36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/6k0x5nvp3hc36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qxeesjf73dpcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333120 +dcid: "dc/qxeesjf73dpcd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wbvcec6jv15v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311613 +dcid: "dc/wbvcec6jv15v8" + +Node: dcid:dc/6qjj89gqdrc27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339914 +dcid: "dc/6qjj89gqdrc27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nx5y3brs0kr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/nx5y3brs0kr" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0q457zztwp9r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/0q457zztwp9r5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qs7l8ddkqhz74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33111 +dcid: "dc/qs7l8ddkqhz74" + +Node: dcid:dc/dl23z7vyll3gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/dl23z7vyll3gd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m363vhzkcnnpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/m363vhzkcnnpc" + +Node: dcid:dc/yqlqp87mf6j65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/yqlqp87mf6j65" + +Node: dcid:dc/q7lby1qbftj9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/q7lby1qbftj9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/91vtkcnzgk864 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/91vtkcnzgk864" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgvpsnlhhyq99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32419 +dcid: "dc/lgvpsnlhhyq99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x53pt6ejeejsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42322 +dcid: "dc/x53pt6ejeejsd" + +Node: dcid:dc/vn3kwyhcxhcb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/vn3kwyhcxhcb6" + +Node: dcid:dc/ztb8m0ddb4q15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/ztb8m0ddb4q15" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zvnb7mg17znkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333993 +dcid: "dc/zvnb7mg17znkb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z0pp9v9p2kgr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33994 +dcid: "dc/z0pp9v9p2kgr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ye3x662twd465 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213111 +dcid: "dc/ye3x662twd465" + +Node: dcid:dc/gg18kdcbvhb73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33122 +dcid: "dc/gg18kdcbvhb73" + +Node: dcid:dc/d0s0328x1t302 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/d0s0328x1t302" + +Node: dcid:dc/fr919g1nk1vp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/fr919g1nk1vp" + +Node: dcid:dc/t86lnp8wq65s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/t86lnp8wq65s3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qbty43ybh60g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336211 +dcid: "dc/qbty43ybh60g1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0pqwzrb05h2s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322213 +dcid: "dc/0pqwzrb05h2s8" + +Node: dcid:dc/fddfcs6vpszlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112512 +dcid: "dc/fddfcs6vpszlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lrlhmn53c5vw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/lrlhmn53c5vw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/45hep6p105t87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442210 +dcid: "dc/45hep6p105t87" + +Node: dcid:dc/fjtysgzsezhdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/fjtysgzsezhdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6rvj653q6hfs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423850 +dcid: "dc/6rvj653q6hfs5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/45wg6jz9ctr6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/45wg6jz9ctr6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8zv9nzyewcpm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/8zv9nzyewcpm2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0f1mjdrx84xh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/0f1mjdrx84xh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dddc5k6m8wmc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321219 +dcid: "dc/dddc5k6m8wmc4" + +Node: dcid:dc/scfpsfhkl3051 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/scfpsfhkl3051" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k2f7tbxqs41t2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337122 +dcid: "dc/k2f7tbxqs41t2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vvxslfel8d5s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/vvxslfel8d5s4" + +Node: dcid:dc/zf9dysc1j8sr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/zf9dysc1j8sr4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qckd9hf8njd46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213 +dcid: "dc/qckd9hf8njd46" + +Node: dcid:dc/7f5r0f2tz7zfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/7f5r0f2tz7zfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sm275csj8hqhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/sm275csj8hqhd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18zrcyce5jvw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/18zrcyce5jvw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0f54vh1mwzy66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445291 +dcid: "dc/0f54vh1mwzy66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cm1x7lnxql9dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/cm1x7lnxql9dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b3sb8fj5k2gg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448130 +dcid: "dc/b3sb8fj5k2gg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ke32ex0q2vwkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/551112 +dcid: "dc/ke32ex0q2vwkc" + +Node: dcid:dc/zprmbb4d4r4bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/zprmbb4d4r4bd" + +Node: dcid:dc/tsczk5jx65q8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/tsczk5jx65q8g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0c89fhmd7grf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334220 +dcid: "dc/0c89fhmd7grf5" + +Node: dcid:dc/s4f6jc8trtnph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/s4f6jc8trtnph" + +Node: dcid:dc/pcfzv663g81sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311221 +dcid: "dc/pcfzv663g81sb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2dg18c3ms8jb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423330 +dcid: "dc/2dg18c3ms8jb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gvhxd8r3mxgy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/gvhxd8r3mxgy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mkmdz99pbnw17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/mkmdz99pbnw17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jpmwkqgbf2dy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/jpmwkqgbf2dy4" + +Node: dcid:dc/mp4m2mn0tsw9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/mp4m2mn0tsw9b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8yzet4mtcl7nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/8yzet4mtcl7nf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e0rdev2d7qq74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/e0rdev2d7qq74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kr7lkcm5byz3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/kr7lkcm5byz3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xq8j8tk9nwyn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31522 +dcid: "dc/xq8j8tk9nwyn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9hb9hx6lb6jr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/9hb9hx6lb6jr9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ryp7s82bc0dbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/ryp7s82bc0dbg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f5fwql98kfkkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/f5fwql98kfkkb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rq2xjmk0t4sjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/rq2xjmk0t4sjh" + +Node: dcid:dc/ev91llpwbqlw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/ev91llpwbqlw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lspz7lhzvmk85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/lspz7lhzvmk85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jff9t85ejhnk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/jff9t85ejhnk7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gtdr2hjbnwvw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339114 +dcid: "dc/gtdr2hjbnwvw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mgfytv9gmpkzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444120 +dcid: "dc/mgfytv9gmpkzf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t48h8nt28ser9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/t48h8nt28ser9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3zsb911rd4xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238111 +dcid: "dc/3zsb911rd4xd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wfqbnd4pv7lm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31323 +dcid: "dc/wfqbnd4pv7lm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/erb9y59txee8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423940 +dcid: "dc/erb9y59txee8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nc45xhrdq7gdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/nc45xhrdq7gdb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d3zky5vgsf2gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/d3zky5vgsf2gb" + +Node: dcid:dc/svgn81fe7s725 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/svgn81fe7s725" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3306d2lnqy5md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/3306d2lnqy5md" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fwx6jxp6n6vt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/fwx6jxp6n6vt8" + +Node: dcid:dc/jll76r66ykh17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/jll76r66ykh17" + +Node: dcid:dc/x2c310b3vkwn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331423 +dcid: "dc/x2c310b3vkwn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bx9fh5d6dwxq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/bx9fh5d6dwxq5" + +Node: dcid:dc/3572z7wswwcb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811412 +dcid: "dc/3572z7wswwcb5" + +Node: dcid:dc/m60c2tpwcz7t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/m60c2tpwcz7t7" + +Node: dcid:dc/chb4gs09k3rq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/chb4gs09k3rq6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8l0cl8vedhe61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/8l0cl8vedhe61" + +Node: dcid:dc/gcsm0c8fc1t7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/gcsm0c8fc1t7g" + +Node: dcid:dc/3qmnydehl8ld8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48423 +dcid: "dc/3qmnydehl8ld8" + +Node: dcid:dc/lfj5cwfmkye0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/lfj5cwfmkye0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/grmxjm72322g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/grmxjm72322g2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6g6e80hjq9ebc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/6g6e80hjq9ebc" + +Node: dcid:dc/kt574phxg5hn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32312 +dcid: "dc/kt574phxg5hn7" + +Node: dcid:dc/srg7fmgywjh55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423460 +dcid: "dc/srg7fmgywjh55" + +Node: dcid:dc/zwft5yd1zt5e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/zwft5yd1zt5e6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fv9s7be47s8p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/fv9s7be47s8p7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dh1vmxy09y72d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11193 +dcid: "dc/dh1vmxy09y72d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8k7mfdgd24tx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112340 +dcid: "dc/8k7mfdgd24tx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nb9k24nk1p9hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/nb9k24nk1p9hf" + +Node: dcid:dc/dmn6rgflsfe82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/dmn6rgflsfe82" + +Node: dcid:dc/zmrlcjrr5ef56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/zmrlcjrr5ef56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sdjnw0dhkg8f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/sdjnw0dhkg8f2" + +Node: dcid:dc/t2cvncj87ylbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11132 +dcid: "dc/t2cvncj87ylbc" + +Node: dcid:dc/8f85kzd2j4em8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/8f85kzd2j4em8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f66bvgxl3fcsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335110 +dcid: "dc/f66bvgxl3fcsh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6dlhxwz9vzk99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2131 +dcid: "dc/6dlhxwz9vzk99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gct6q3bwh2qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/gct6q3bwh2qc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/920lb9z9eef0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/920lb9z9eef0b" + +Node: dcid:dc/gj6ch917h05v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52314 +dcid: "dc/gj6ch917h05v4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbfyj7lxzzjb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/hbfyj7lxzzjb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5km1pbq98csl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312113 +dcid: "dc/5km1pbq98csl4" + +Node: dcid:dc/80ss0l5d4wnq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3279 +dcid: "dc/80ss0l5d4wnq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bpz6j4fgpved8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/bpz6j4fgpved8" + +Node: dcid:dc/ynq0k94cp0dxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/ynq0k94cp0dxb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5sj3e704j25y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331511 +dcid: "dc/5sj3e704j25y8" + +Node: dcid:dc/t7zhljk4h0xn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/t7zhljk4h0xn" + +Node: dcid:dc/rzkskv1ygx9m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326299 +dcid: "dc/rzkskv1ygx9m9" + +Node: dcid:dc/fns7lh3ck072c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/fns7lh3ck072c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s06r8vpl6svy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561613 +dcid: "dc/s06r8vpl6svy2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6gdpzqs8jvf0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332212 +dcid: "dc/6gdpzqs8jvf0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9sdew83444pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/q9sdew83444pg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/prnxvqcedt9j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/prnxvqcedt9j7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nwtyjpp6bc88d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332212 +dcid: "dc/nwtyjpp6bc88d" + +Node: dcid:dc/9k3m1svrt3bfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/9k3m1svrt3bfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xqe6zsqxvpjsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/xqe6zsqxvpjsb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rg35rpz733qg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333 +dcid: "dc/rg35rpz733qg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jbkvrss45fjwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/jbkvrss45fjwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wbhmeh9bkrr7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332410 +dcid: "dc/wbhmeh9bkrr7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/12dehgml9k8dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333294 +dcid: "dc/12dehgml9k8dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h18wrq92kmm11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/h18wrq92kmm11" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mvzb86j80r6l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/mvzb86j80r6l4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mt2cn6htvd34f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/mt2cn6htvd34f" + +Node: dcid:dc/gcm9w5xbqkxk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423310 +dcid: "dc/gcm9w5xbqkxk7" + +Node: dcid:dc/8ws84cmrxbnm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/8ws84cmrxbnm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5471ghl26c0xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/5471ghl26c0xh" + +Node: dcid:dc/09sp0n96yeqv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332919 +dcid: "dc/09sp0n96yeqv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xd31kstpwfkp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213113 +dcid: "dc/xd31kstpwfkp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2229zy2ry36y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31699 +dcid: "dc/2229zy2ry36y7" + +Node: dcid:dc/893s9vxnjzdfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/893s9vxnjzdfh" + +Node: dcid:dc/wmnjf78fy8tg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337910 +dcid: "dc/wmnjf78fy8tg9" + +Node: dcid:dc/x77rp36ll8swh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/x77rp36ll8swh" + +Node: dcid:dc/nw5lc76zdz3l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3331 +dcid: "dc/nw5lc76zdz3l6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4jw30hx21cd41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32615 +dcid: "dc/4jw30hx21cd41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0xpf2fy1jpfgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/0xpf2fy1jpfgf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27pkh3xw4g406 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/27pkh3xw4g406" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvy50f169pfv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/mvy50f169pfv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7jnynp281edk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33329 +dcid: "dc/7jnynp281edk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/82ttrqjybnqw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/82ttrqjybnqw7" + +Node: dcid:dc/8c8m8ljr2wyv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/8c8m8ljr2wyv8" + +Node: dcid:dc/gk2dp1sjfsxq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315299 +dcid: "dc/gk2dp1sjfsxq9" + +Node: dcid:dc/xbpqpsqj15qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3151 +dcid: "dc/xbpqpsqj15qc" + +Node: dcid:dc/9bn64tzvcbbw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/9bn64tzvcbbw6" + +Node: dcid:dc/kpnsbg46qkqx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424320 +dcid: "dc/kpnsbg46qkqx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m7tgd5mqq4k16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424310 +dcid: "dc/m7tgd5mqq4k16" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fmgyhn3s7hwc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31412 +dcid: "dc/fmgyhn3s7hwc4" + +Node: dcid:dc/qb7wm52j5cfqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/qb7wm52j5cfqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l10jnbs84dl1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/l10jnbs84dl1b" + +Node: dcid:dc/851p7r5fvfw4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525910 +dcid: "dc/851p7r5fvfw4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z3bfle1eb69bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325510 +dcid: "dc/z3bfle1eb69bd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vkn7z8s0g9emd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/vkn7z8s0g9emd" + +Node: dcid:dc/tb8x286pqmled +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/tb8x286pqmled" + +Node: dcid:dc/3ftjrgpdbz17d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42346 +dcid: "dc/3ftjrgpdbz17d" + +Node: dcid:dc/6vfr1ns39xxs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/6vfr1ns39xxs3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p7rycty46hwnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325132 +dcid: "dc/p7rycty46hwnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrzd92qzpveqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/nrzd92qzpveqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5nmtzdql3mlsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/5nmtzdql3mlsd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ench5w94mqbr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/ench5w94mqbr8" + +Node: dcid:dc/w4s08z362l9n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42469 +dcid: "dc/w4s08z362l9n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8y5x5b2yzle7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322121 +dcid: "dc/8y5x5b2yzle7" + +Node: dcid:dc/l3vv0hh4nyj81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314999 +dcid: "dc/l3vv0hh4nyj81" + +Node: dcid:dc/spfqtg21055fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/spfqtg21055fb" + +Node: dcid:dc/4wmenf78b4ej +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/4wmenf78b4ej" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5esl6k69cpcf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/5esl6k69cpcf3" + +Node: dcid:dc/w1gpy07mty255 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339932 +dcid: "dc/w1gpy07mty255" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/51h3g4mcgj3w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/51h3g4mcgj3w4" + +Node: dcid:dc/h5y7s5s3lv7yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313230 +dcid: "dc/h5y7s5s3lv7yg" + +Node: dcid:dc/e8mk2jt2tczzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/e8mk2jt2tczzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4l23s5xpqhf05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/4l23s5xpqhf05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xxxqcdpyebh82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/xxxqcdpyebh82" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/95n71zrn3ggf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/95n71zrn3ggf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/760zj4dw29vfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/760zj4dw29vfg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m0yjy2v6wpj44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339994 +dcid: "dc/m0yjy2v6wpj44" + +Node: dcid:dc/wp6we5kkdgzrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/wp6we5kkdgzrh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zxp67ttfdj1b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/zxp67ttfdj1b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h75t4rrk3t4mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42433 +dcid: "dc/h75t4rrk3t4mg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qqwl1f1rlne84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/qqwl1f1rlne84" + +Node: dcid:dc/e278se994hx5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31161 +dcid: "dc/e278se994hx5b" + +Node: dcid:dc/4ngr806hdnzp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/4ngr806hdnzp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xvqrs3jrj1ey1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52591 +dcid: "dc/xvqrs3jrj1ey1" + +Node: dcid:dc/j6md199cyvlyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/j6md199cyvlyb" + +Node: dcid:dc/d19fhf47gxxe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/d19fhf47gxxe1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pbpblvqtxlkc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42342 +dcid: "dc/pbpblvqtxlkc3" + +Node: dcid:dc/n6h8kn2vv133h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/n6h8kn2vv133h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y9m4fn53gybq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/y9m4fn53gybq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ckcbngeqhyvj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11133 +dcid: "dc/ckcbngeqhyvj3" + +Node: dcid:dc/t8xczjwtx30m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541410 +dcid: "dc/t8xczjwtx30m9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yw5rfm8kkg2c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/yw5rfm8kkg2c1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xf6qme0q2szy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42321 +dcid: "dc/xf6qme0q2szy4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6pdtvldh2kh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/y6pdtvldh2kh7" + +Node: dcid:dc/1b5jwdvglzrdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/1b5jwdvglzrdg" + +Node: dcid:dc/fqvn81bsvd5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334220 +dcid: "dc/fqvn81bsvd5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2p8qcld2g05g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23829 +dcid: "dc/2p8qcld2g05g8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmwqdw33bmnj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336991 +dcid: "dc/cmwqdw33bmnj" + +Node: dcid:dc/cpq7rj52cjbq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/cpq7rj52cjbq5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lpdsr1cnqyn62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/lpdsr1cnqyn62" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/edsfwcy6b9nc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332710 +dcid: "dc/edsfwcy6b9nc3" + +Node: dcid:dc/82hk3szdczq41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/82hk3szdczq41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vs9t5dw8g1nc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/vs9t5dw8g1nc5" + +Node: dcid:dc/ktbn03dzz0v85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/ktbn03dzz0v85" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jk4epc0s80mhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32562 +dcid: "dc/jk4epc0s80mhc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4nn7yh3340ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/f4nn7yh3340ld" + +Node: dcid:dc/nx8wc7pmrq37f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/nx8wc7pmrq37f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2rlgv49kd4pj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339993 +dcid: "dc/2rlgv49kd4pj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7j4z6zsv0e36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512120 +dcid: "dc/7j4z6zsv0e36" + +Node: dcid:dc/zyhrx9cxbhz68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337121 +dcid: "dc/zyhrx9cxbhz68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6p390nwl1ek55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32799 +dcid: "dc/6p390nwl1ek55" + +Node: dcid:dc/s60p0vp5swsk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3253 +dcid: "dc/s60p0vp5swsk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dwqbl7xfd9jp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/dwqbl7xfd9jp5" + +Node: dcid:dc/7sh8kgm8dt5j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44832 +dcid: "dc/7sh8kgm8dt5j6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v2lqq3zpdgmy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/v2lqq3zpdgmy7" + +Node: dcid:dc/tzvxv842kd9db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/tzvxv842kd9db" + +Node: dcid:dc/krknng84rp8yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/krknng84rp8yg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jzqex9tqw3zec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238292 +dcid: "dc/jzqex9tqw3zec" + +Node: dcid:dc/mdc6ngnkmgj95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/mdc6ngnkmgj95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qsg4f0ksxx62b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/qsg4f0ksxx62b" + +Node: dcid:dc/y8mpb0x6846n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512290 +dcid: "dc/y8mpb0x6846n3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1pymb239d13r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/1pymb239d13r8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cjgp59pvy73y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/cjgp59pvy73y9" + +Node: dcid:dc/nsc3rn9gzb9jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3312 +dcid: "dc/nsc3rn9gzb9jh" + +Node: dcid:dc/73bmqg7mcjc5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337121 +dcid: "dc/73bmqg7mcjc5g" + +Node: dcid:dc/zt89v56w8lkv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/zt89v56w8lkv2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6vtk3t2zwkrpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/6vtk3t2zwkrpd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nb9mr63j8812b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/nb9mr63j8812b" + +Node: dcid:dc/f735tk56lntdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/f735tk56lntdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wy627m2w5e5gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/wy627m2w5e5gf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y33nwttnr2pwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/y33nwttnr2pwd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6k1zj72zdv1t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423720 +dcid: "dc/6k1zj72zdv1t8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jdtky82gl6e8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321219 +dcid: "dc/jdtky82gl6e8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tb9ywwmnhr8hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/tb9ywwmnhr8hg" + +Node: dcid:dc/2vzt6npk1lwth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23839 +dcid: "dc/2vzt6npk1lwth" + +Node: dcid:dc/6dgw2dg5xh40b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5181 +dcid: "dc/6dgw2dg5xh40b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rdpxvqhym6j99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111320 +dcid: "dc/rdpxvqhym6j99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/64szz4v6q70q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62132 +dcid: "dc/64szz4v6q70q2" + +Node: dcid:dc/98llfjtqmgdec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/98llfjtqmgdec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/egjfh1lk7r14f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339116 +dcid: "dc/egjfh1lk7r14f" + +Node: dcid:dc/np26nl2n3sz2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11131 +dcid: "dc/np26nl2n3sz2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k3pllg1s5pkk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/k3pllg1s5pkk" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z8pwyl6grrzk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/z8pwyl6grrzk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/91f11tz930hc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/91f11tz930hc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k958degx1kzd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/k958degx1kzd7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qpkgs7312pq65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327910 +dcid: "dc/qpkgs7312pq65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5kf4wj1zrwzeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/5kf4wj1zrwzeb" + +Node: dcid:dc/78e4g0spmnec1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/78e4g0spmnec1" + +Node: dcid:dc/bn6kncq3g5t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/bn6kncq3g5t9" + +Node: dcid:dc/zlw2hb16rnwqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/zlw2hb16rnwqb" + +Node: dcid:dc/b8rs1qp0d7y6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/b8rs1qp0d7y6g" + +Node: dcid:dc/rrwkqk8wtmpb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/rrwkqk8wtmpb8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d6ckdft350lyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4531 +dcid: "dc/d6ckdft350lyd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kmtx733sxhqn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/kmtx733sxhqn4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cj2krvvtt3y94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/cj2krvvtt3y94" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/22db9v95fd0x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31523 +dcid: "dc/22db9v95fd0x7" + +Node: dcid:dc/z7p2nzfvfn9x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/z7p2nzfvfn9x2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ebkl4yfrlf42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/5ebkl4yfrlf42" + +Node: dcid:dc/6tr4e0pbkq0r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/6tr4e0pbkq0r8" + +Node: dcid:dc/ws7lg6qlq1gs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/ws7lg6qlq1gs4" + +Node: dcid:dc/y1pg4zk0ltyt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334417 +dcid: "dc/y1pg4zk0ltyt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zqbdjkhx7hy8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/zqbdjkhx7hy8h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vt8tmn3z7k2b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/vt8tmn3z7k2b9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y77bjy1m87xwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/y77bjy1m87xwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6zkxjsr5lsdhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332813 +dcid: "dc/6zkxjsr5lsdhb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d52thknnz8cq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448130 +dcid: "dc/d52thknnz8cq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mdh9ykkght7k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/mdh9ykkght7k3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tfbs0sbq8jm51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/tfbs0sbq8jm51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0gl8p8mfzqh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111336 +dcid: "dc/s0gl8p8mfzqh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddlr04zpps5tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/ddlr04zpps5tf" + +Node: dcid:dc/1t0j2t1wxgtdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/1t0j2t1wxgtdc" + +Node: dcid:dc/p8xprjbeb0138 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/p8xprjbeb0138" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/eccm49kkcg0d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/eccm49kkcg0d1" + +Node: dcid:dc/xre8r8zwbm837 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/xre8r8zwbm837" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mcxkj1py2r8hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3322 +dcid: "dc/mcxkj1py2r8hd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gwyy4fyw8g0hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/gwyy4fyw8g0hf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k91qzdrqt3r91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323116 +dcid: "dc/k91qzdrqt3r91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ekl7geh2mlp59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51811 +dcid: "dc/ekl7geh2mlp59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2m7jmc0n712j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/2m7jmc0n712j8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tw7qd6dl9lky6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/tw7qd6dl9lky6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2w70b1emwfs43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/2w70b1emwfs43" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4cb0mc7d8bfdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/4cb0mc7d8bfdd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ewtm85c0k7k27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/ewtm85c0k7k27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5vlcl95828ywf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/5vlcl95828ywf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ffqs02hzkrphh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/ffqs02hzkrphh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xtm7zywk92k6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31199 +dcid: "dc/xtm7zywk92k6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/km33y1839fr77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311119 +dcid: "dc/km33y1839fr77" + +Node: dcid:dc/w1ynx1t15s5qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238122 +dcid: "dc/w1ynx1t15s5qf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gk8nxs2rndnf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333 +dcid: "dc/gk8nxs2rndnf1" + +Node: dcid:dc/4wmxe6jxztk17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/4wmxe6jxztk17" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nf02qntrer3pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/nf02qntrer3pf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2nvgyxxzej2c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532420 +dcid: "dc/2nvgyxxzej2c1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j0ce2hzjehz97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311821 +dcid: "dc/j0ce2hzjehz97" + +Node: dcid:dc/wsvqyg9dmke35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/wsvqyg9dmke35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zv2gzlm7vp1d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33151 +dcid: "dc/zv2gzlm7vp1d8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/37drhlqd4crrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/37drhlqd4crrd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bdf5m076349h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/bdf5m076349h8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cb1qsf02gtlr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/cb1qsf02gtlr7" + +Node: dcid:dc/75tlxgbbcbt85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/75tlxgbbcbt85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rth6ds72t4n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/rth6ds72t4n4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vml6106ef5fm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/vml6106ef5fm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tnhejjtvgrsyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315228 +dcid: "dc/tnhejjtvgrsyh" + +Node: dcid:dc/eer5xb85bx8mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/eer5xb85bx8mc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sbhe596zjh0z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/sbhe596zjh0z6" + +Node: dcid:dc/ek7h43eled1t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/ek7h43eled1t7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n9xc63563gxmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/n9xc63563gxmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4fclekxvvhdcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33421 +dcid: "dc/4fclekxvvhdcd" + +Node: dcid:dc/t9wf1z94cjjhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/t9wf1z94cjjhb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m55jtqp2hemnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/m55jtqp2hemnc" + +Node: dcid:dc/j8gn0symr1g2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44613 +dcid: "dc/j8gn0symr1g2b" + +Node: dcid:dc/wjjfznlr1xqf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238991 +dcid: "dc/wjjfznlr1xqf5" + +Node: dcid:dc/g8lqwd96f2y87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/g8lqwd96f2y87" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6w72qp7drmf8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3273 +dcid: "dc/6w72qp7drmf8b" + +Node: dcid:dc/wkshc441ppkbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/wkshc441ppkbd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6hyy19tp5fe5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314 +dcid: "dc/6hyy19tp5fe5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fe5b736dlx26d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331511 +dcid: "dc/fe5b736dlx26d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbjme0z96kgc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/kbjme0z96kgc7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gkq9x3w6d3bcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/gkq9x3w6d3bcb" + +Node: dcid:dc/mztsgsnpbw5bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/mztsgsnpbw5bh" + +Node: dcid:dc/pch501vtyk4t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/pch501vtyk4t4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2ye960d7jzxmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33321 +dcid: "dc/2ye960d7jzxmc" + +Node: dcid:dc/9q8tdbkk84sy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314911 +dcid: "dc/9q8tdbkk84sy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hrd0q8vxj9k17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/hrd0q8vxj9k17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wn4wt9rdf4pkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/wn4wt9rdf4pkb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rr8m4njj7m1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32192 +dcid: "dc/8rr8m4njj7m1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t657nxg3lht01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561613 +dcid: "dc/t657nxg3lht01" + +Node: dcid:dc/2cg85sgw4qgb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/2cg85sgw4qgb7" + +Node: dcid:dc/7rssj4tg9ltc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/7rssj4tg9ltc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gp6s2zc9vtkc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/gp6s2zc9vtkc5" + +Node: dcid:dc/48y5bhx9rsfsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/48y5bhx9rsfsg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ts3gd2kphmhg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/ts3gd2kphmhg2" + +Node: dcid:dc/hl5vxzhh7ccj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/hl5vxzhh7ccj8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/98fxf7s20y3xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423220 +dcid: "dc/98fxf7s20y3xd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dt6bcmnnkve59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423740 +dcid: "dc/dt6bcmnnkve59" + +Node: dcid:dc/4ypqcjsdyeht2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/4ypqcjsdyeht2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4h17qb43tsjkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/4h17qb43tsjkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bnxbfcfz7c8v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/bnxbfcfz7c8v1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4c5hebx75j4hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/4c5hebx75j4hf" + +Node: dcid:dc/nm5xr0b72ps78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/nm5xr0b72ps78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/10fr73yysnk72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/10fr73yysnk72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wrtl2ljlenz1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/wrtl2ljlenz1c" + +Node: dcid:dc/c2jkkjcnmdlqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44521 +dcid: "dc/c2jkkjcnmdlqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v4pts2d4467m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486110 +dcid: "dc/v4pts2d4467m4" + +Node: dcid:dc/t1439zflxl3eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/t1439zflxl3eg" + +Node: dcid:dc/k2gy0gnx0r2k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/k2gy0gnx0r2k9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zjmd2lvnsys5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/zjmd2lvnsys5d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5j0yfmlwd2698 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327215 +dcid: "dc/5j0yfmlwd2698" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/088zlsfpblex9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/088zlsfpblex9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j6c7lrhmwen2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/j6c7lrhmwen2b" + +Node: dcid:dc/nnxmc3csx6yc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326122 +dcid: "dc/nnxmc3csx6yc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2539br8bj8q32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335929 +dcid: "dc/2539br8bj8q32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/32s95sbcgqqc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333997 +dcid: "dc/32s95sbcgqqc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/me1fc9s5jwwlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334112 +dcid: "dc/me1fc9s5jwwlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nzbmg0n45xe51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115111 +dcid: "dc/nzbmg0n45xe51" + +Node: dcid:dc/697nhjz98kgm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/697nhjz98kgm7" + +Node: dcid:dc/bst3bjnky9jgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/bst3bjnky9jgc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6mnq4qfyefg86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/6mnq4qfyefg86" + +Node: dcid:dc/xnprymyremfpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/xnprymyremfpf" + +Node: dcid:dc/jp0mskl0rnj71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811411 +dcid: "dc/jp0mskl0rnj71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vlzb39q4nzcef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/vlzb39q4nzcef" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zsx8e9nsqed98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/zsx8e9nsqed98" + +Node: dcid:dc/mbcl7srstmkt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/mbcl7srstmkt3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ndy4gzck0667 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/5ndy4gzck0667" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vplg4b22q9gz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/vplg4b22q9gz1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yrg55cskwv997 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31411 +dcid: "dc/yrg55cskwv997" + +Node: dcid:dc/l9gvlvz9v4pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/l9gvlvz9v4pd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ytq14evvv0kcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/ytq14evvv0kcd" + +Node: dcid:dc/zffrhepqmqcph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/zffrhepqmqcph" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n069hpkpf72cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331525 +dcid: "dc/n069hpkpf72cf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4znplktskkge6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/4znplktskkge6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x5lqj0shd0kkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331210 +dcid: "dc/x5lqj0shd0kkh" + +Node: dcid:dc/hjsckdkh95qqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/hjsckdkh95qqc" + +Node: dcid:dc/pxwctvrvcz1z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/pxwctvrvcz1z3" + +Node: dcid:dc/q60cy415lb2r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492110 +dcid: "dc/q60cy415lb2r4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ls84177wxrzfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424590 +dcid: "dc/ls84177wxrzfh" + +Node: dcid:dc/p56yvthb398yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333514 +dcid: "dc/p56yvthb398yb" + +Node: dcid:dc/cse5kz7gdhmqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/cse5kz7gdhmqg" + +Node: dcid:dc/6ee9zydd1t274 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812113 +dcid: "dc/6ee9zydd1t274" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6011t1pmbqh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/6011t1pmbqh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bfthkcwvsg68f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/bfthkcwvsg68f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jzzxr564qgqhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445291 +dcid: "dc/jzzxr564qgqhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qqky6rctwmds8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/qqky6rctwmds8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0qc3vk9pe8vnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/0qc3vk9pe8vnf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wlq1rgr94w5qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/wlq1rgr94w5qc" + +Node: dcid:dc/ytkmqkekkgwk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/ytkmqkekkgwk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r0yr10ylcy4gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322223 +dcid: "dc/r0yr10ylcy4gh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/780ves5gqpbqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/780ves5gqpbqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b97pwq5nx31mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325120 +dcid: "dc/b97pwq5nx31mf" + +Node: dcid:dc/v5p9ef3w7tb0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/v5p9ef3w7tb0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bqexhyvmzgy67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336370 +dcid: "dc/bqexhyvmzgy67" + +Node: dcid:dc/t6nyt95zv9t4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/t6nyt95zv9t4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bw8twebv6md2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337214 +dcid: "dc/1bw8twebv6md2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hwkp7zg1wdr45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/hwkp7zg1wdr45" + +Node: dcid:dc/3lx9wkz6t71cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/3lx9wkz6t71cg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wv9n2jwbn8g27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238991 +dcid: "dc/wv9n2jwbn8g27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x654nyg1tled7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/x654nyg1tled7" + +Node: dcid:dc/9yr0lljcdr41f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238142 +dcid: "dc/9yr0lljcdr41f" + +Node: dcid:dc/jkfrfbc357521 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/jkfrfbc357521" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/151zmzgjdmt85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423490 +dcid: "dc/151zmzgjdmt85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0rrc50zyft1jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339115 +dcid: "dc/0rrc50zyft1jh" + +Node: dcid:dc/186z7ercef8n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112210 +dcid: "dc/186z7ercef8n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmm5ql1qrxkt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/dmm5ql1qrxkt7" + +Node: dcid:dc/7jj5921znqzr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/7jj5921znqzr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5zffrynkl9tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333514 +dcid: "dc/k5zffrynkl9tf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6es67drbtepj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11233 +dcid: "dc/6es67drbtepj9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/25dxrvjx906y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/25dxrvjx906y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k653b9cqx80dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33511 +dcid: "dc/k653b9cqx80dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gjwjg51xs60y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314912 +dcid: "dc/gjwjg51xs60y" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5dqykrbwrdpe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/5dqykrbwrdpe2" + +Node: dcid:dc/e77hdjkh7err7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/e77hdjkh7err7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cxplhsv9vhe6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/cxplhsv9vhe6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jqhxj2tvxhvbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/jqhxj2tvxhvbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5s7jjkewfxydd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/5s7jjkewfxydd" + +Node: dcid:dc/qz97m6gdzs3q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327320 +dcid: "dc/qz97m6gdzs3q8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fgf4rht33q6rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33411 +dcid: "dc/fgf4rht33q6rf" + +Node: dcid:dc/4pyjdssjpyn88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/4pyjdssjpyn88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4yt5xtgqsgnr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11234 +dcid: "dc/4yt5xtgqsgnr" + +Node: dcid:dc/h3hnc5n1yhxrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336399 +dcid: "dc/h3hnc5n1yhxrd" + +Node: dcid:dc/5ww8mgcqyw5e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322213 +dcid: "dc/5ww8mgcqyw5e8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8n34md0sy92qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42383 +dcid: "dc/8n34md0sy92qh" + +Node: dcid:dc/rfhklq4y38lfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423210 +dcid: "dc/rfhklq4y38lfh" + +Node: dcid:dc/gevxhkl2q0zs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/gevxhkl2q0zs9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8bnl333t1zns +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/8bnl333t1zns" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/er4mfcbj7d6z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/er4mfcbj7d6z8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1b3kvxjgg767d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31411 +dcid: "dc/1b3kvxjgg767d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zcby2hc483r28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/zcby2hc483r28" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jjgxj4rgb0ke5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33331 +dcid: "dc/jjgxj4rgb0ke5" + +Node: dcid:dc/yqz4b8b6999q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/yqz4b8b6999q2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ltpvzh1brbd81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3343 +dcid: "dc/ltpvzh1brbd81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hqz1gencw5q0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/hqz1gencw5q0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1vhn7sp76jb53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/1vhn7sp76jb53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t6e70nfwt8s6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/t6e70nfwt8s6f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rpxhy66lb6tm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/rpxhy66lb6tm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s9yv27ej238k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/s9yv27ej238k5" + +Node: dcid:dc/gfbtp2wfellb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/gfbtp2wfellb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xzxm0c1nt0ndh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44522 +dcid: "dc/xzxm0c1nt0ndh" + +Node: dcid:dc/pc293mbmfbqwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/pc293mbmfbqwc" + +Node: dcid:dc/ftg5760xbvcjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/ftg5760xbvcjh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/25kk2v6b72g24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32412 +dcid: "dc/25kk2v6b72g24" + +Node: dcid:dc/r91wesh7q2nq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/r91wesh7q2nq7" + +Node: dcid:dc/4jn1fbfdt02kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31699 +dcid: "dc/4jn1fbfdt02kf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0x83mg3ntecb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/0x83mg3ntecb2" + +Node: dcid:dc/jkpetkhzqb2cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/jkpetkhzqb2cc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwrx8d83s6ch9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/jwrx8d83s6ch9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/37e2dq2qr29m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/37e2dq2qr29m9" + +Node: dcid:dc/rgygrt215k9e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332410 +dcid: "dc/rgygrt215k9e9" + +Node: dcid:dc/kr99w3dlvsd1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/kr99w3dlvsd1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/elq75fhb3brhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/elq75fhb3brhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9jnqz82dqql1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/q9jnqz82dqql1" + +Node: dcid:dc/37f8kg6wfsfh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/37f8kg6wfsfh9" + +Node: dcid:dc/c54sqpp6ny5fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/c54sqpp6ny5fg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5whzhdzredln2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/5whzhdzredln2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0vrb4he7yt2e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/0vrb4he7yt2e2" + +Node: dcid:dc/8blrsn2bndbfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33131 +dcid: "dc/8blrsn2bndbfh" + +Node: dcid:dc/dv3pkj9n4eye +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/dv3pkj9n4eye" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e2vkd0w0c8r88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/e2vkd0w0c8r88" + +Node: dcid:dc/xvfj0jffcb4k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/xvfj0jffcb4k6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w8j9y1zsv5phf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424950 +dcid: "dc/w8j9y1zsv5phf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dyqgtyck2742c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/dyqgtyck2742c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/seyrkhsny90gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/seyrkhsny90gg" + +Node: dcid:dc/9csneep2fzch3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23816 +dcid: "dc/9csneep2fzch3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4xk5z5jpvxr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/g4xk5z5jpvxr2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0fryg348sd6xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/0fryg348sd6xf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/remsfjr6ykq35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32732 +dcid: "dc/remsfjr6ykq35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4b16hsfdgex08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/4b16hsfdgex08" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ng2bqpz38dj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511199 +dcid: "dc/ng2bqpz38dj5" + +Node: dcid:dc/jcenzwxzczjqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/jcenzwxzczjqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fmyw0v8t5t9l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/fmyw0v8t5t9l4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vkcvwhenrhrd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/vkcvwhenrhrd9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nbt9q7ebh9jw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/nbt9q7ebh9jw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r9tst3prfzr9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/r9tst3prfzr9b" + +Node: dcid:dc/9jrrvmrp5dgm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441221 +dcid: "dc/9jrrvmrp5dgm1" + +Node: dcid:dc/s44db3v5m3lvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424330 +dcid: "dc/s44db3v5m3lvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9jllgpzendgrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333315 +dcid: "dc/9jllgpzendgrg" + +Node: dcid:dc/f1t0p7h4pr9e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/f1t0p7h4pr9e1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2v2ben20vhr7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42343 +dcid: "dc/2v2ben20vhr7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mrkqdqv78bkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334513 +dcid: "dc/mrkqdqv78bkh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3h2twsmywyrz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/3h2twsmywyrz" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eb1v73kfv5snc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/eb1v73kfv5snc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q7x546sghmpg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/q7x546sghmpg7" + +Node: dcid:dc/n1k6fml5y2p24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/n1k6fml5y2p24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6klhyd8yfmwmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42384 +dcid: "dc/6klhyd8yfmwmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/59qsrs0lmcfk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/59qsrs0lmcfk4" + +Node: dcid:dc/l7r2qwkz313h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/l7r2qwkz313h" + +Node: dcid:dc/0frj0yq66ktw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/0frj0yq66ktw3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x9mymc33s6h7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/x9mymc33s6h7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d1vg4bkd04yn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33329 +dcid: "dc/d1vg4bkd04yn9" + +Node: dcid:dc/bqqydb44ln9p3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/bqqydb44ln9p3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rtkmx8ebd7bdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423920 +dcid: "dc/rtkmx8ebd7bdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gn8wr08z8znj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/gn8wr08z8znj" + +Node: dcid:dc/b3lml0nwppkmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/b3lml0nwppkmf" + +Node: dcid:dc/6snc6ml299vz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/6snc6ml299vz5" + +Node: dcid:dc/9fddcn81e10h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/9fddcn81e10h6" + +Node: dcid:dc/p096e12l8l8j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/p096e12l8l8j5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2k8scvfttvrdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/2k8scvfttvrdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f8wyyjq08ktw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/f8wyyjq08ktw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mz04443xr01y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/mz04443xr01y8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mn0e0me72f2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/mn0e0me72f2g" + +Node: dcid:dc/24zr3j0be69s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/24zr3j0be69s3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/26kn5w28v0601 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/26kn5w28v0601" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ez511j4yw79zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/ez511j4yw79zf" + +Node: dcid:dc/kphd5w0g5dgj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/kphd5w0g5dgj5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ewkbcedfcedfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/ewkbcedfcedfd" + +Node: dcid:dc/c3cx723kmhcl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/c3cx723kmhcl5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9lysg7egzfcl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/9lysg7egzfcl6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5wr7t64hmek5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31411 +dcid: "dc/5wr7t64hmek5g" + +Node: dcid:dc/gh0f99zbdc9zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522210 +dcid: "dc/gh0f99zbdc9zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8mmdq811f3n9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523120 +dcid: "dc/8mmdq811f3n9f" + +Node: dcid:dc/zv3vhy1trypr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/zv3vhy1trypr8" + +Node: dcid:dc/2w6dbj2ktnyzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/2w6dbj2ktnyzg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/21mgpjy44fbd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/21mgpjy44fbd8" + +Node: dcid:dc/6k2fk0m1hnvxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/6k2fk0m1hnvxd" + +Node: dcid:dc/m04xgmzr2mqsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/m04xgmzr2mqsh" + +Node: dcid:dc/k9erxh7y8sv16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/k9erxh7y8sv16" + +Node: dcid:dc/m56rrd4fhrpv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/m56rrd4fhrpv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8sg3let5qfrn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/8sg3let5qfrn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/py3jpmtsbv4k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/py3jpmtsbv4k1" + +Node: dcid:dc/9esq6cqg9rc18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322121 +dcid: "dc/9esq6cqg9rc18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/44hdf0zzx3ks +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/44hdf0zzx3ks" + +Node: dcid:dc/v1q7ffwslwznh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/v1q7ffwslwznh" + +Node: dcid:dc/h143xkj99g2h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/h143xkj99g2h5" + +Node: dcid:dc/gs1fjzmxvjm93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3334 +dcid: "dc/gs1fjzmxvjm93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mtdre647bs2k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334611 +dcid: "dc/mtdre647bs2k1" + +Node: dcid:dc/dvmkf9ftjylz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424430 +dcid: "dc/dvmkf9ftjylz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4qwhc9vjlqz07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/4qwhc9vjlqz07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7zgqtmn9x0x53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/7zgqtmn9x0x53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbetvdg5m4d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/dbetvdg5m4d8" + +Node: dcid:dc/xy0hv9cjxvf2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322213 +dcid: "dc/xy0hv9cjxvf2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0el1y46fbj9k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315223 +dcid: "dc/0el1y46fbj9k4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e4qy4bs8nc4m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/e4qy4bs8nc4m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4kxst7xepgk92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238161 +dcid: "dc/4kxst7xepgk92" + +Node: dcid:dc/xwpk29xtbsjm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322214 +dcid: "dc/xwpk29xtbsjm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/znxq4rwxfjv93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/znxq4rwxfjv93" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/760ggtdblgd22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/760ggtdblgd22" + +Node: dcid:dc/8bkbrjbb0hgz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325199 +dcid: "dc/8bkbrjbb0hgz7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m63zbyewydvpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/m63zbyewydvpb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3wvfrp1178d6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/3wvfrp1178d6b" + +Node: dcid:dc/1kdxdlsb321x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/1kdxdlsb321x5" + +Node: dcid:dc/fzn09kq7mkcxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/fzn09kq7mkcxb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9834xw8kwfqe8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111930 +dcid: "dc/9834xw8kwfqe8" + +Node: dcid:dc/q1drhdfy2rxvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333314 +dcid: "dc/q1drhdfy2rxvh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vf5tg0h2dwzmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4411 +dcid: "dc/vf5tg0h2dwzmd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/93f2nllqldsc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/93f2nllqldsc7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sp57h9j3e6j4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/sp57h9j3e6j4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e3ds40w4nn2n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/e3ds40w4nn2n8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zmje5z9ck1c67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44411 +dcid: "dc/zmje5z9ck1c67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6x5q6d4tskmc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/6x5q6d4tskmc5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n4h991ms7nev3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/n4h991ms7nev3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/875egwhncxxx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/875egwhncxxx2" + +Node: dcid:dc/1mbghgjeb15s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/1mbghgjeb15s1" + +Node: dcid:dc/61yzz8hvfd6q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/61yzz8hvfd6q5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/09hrbxgsc6hq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/09hrbxgsc6hq3" + +Node: dcid:dc/ywcqhe8ddv7q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/ywcqhe8ddv7q" + +Node: dcid:dc/98cyvp4sddpcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334210 +dcid: "dc/98cyvp4sddpcc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lrjbvq7ddb8mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/lrjbvq7ddb8mc" + +Node: dcid:dc/nx4sp1fd8jgs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53212 +dcid: "dc/nx4sp1fd8jgs" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/75c3hlfcq3dyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/75c3hlfcq3dyc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nrc8ylskbbg0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/nrc8ylskbbg0g" + +Node: dcid:dc/4sr995jxx8pcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/4sr995jxx8pcc" + +Node: dcid:dc/rpj8vgdvrb593 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/rpj8vgdvrb593" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hx5m5yvfynj05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42311 +dcid: "dc/hx5m5yvfynj05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mq627xv1rd8z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/mq627xv1rd8z8" + +Node: dcid:dc/f2d1p03hkdrn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/f2d1p03hkdrn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r368y0bpq377d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32732 +dcid: "dc/r368y0bpq377d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8dkrzsfyg7b21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/8dkrzsfyg7b21" + +Node: dcid:dc/vdr9ml0js6sn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/vdr9ml0js6sn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8beykk0hqpl56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33635 +dcid: "dc/8beykk0hqpl56" + +Node: dcid:dc/d7pxb8j3h269g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311221 +dcid: "dc/d7pxb8j3h269g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6pq3zb8bqybbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3328 +dcid: "dc/6pq3zb8bqybbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w4wzcp1pysew9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42452 +dcid: "dc/w4wzcp1pysew9" + +Node: dcid:dc/1k82t3n4l6ck +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311615 +dcid: "dc/1k82t3n4l6ck" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jsx3q6she6jpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/jsx3q6she6jpd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1qg2bl4qf9hq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238311 +dcid: "dc/1qg2bl4qf9hq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4cvde5wh91beg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42346 +dcid: "dc/4cvde5wh91beg" + +Node: dcid:dc/5m1pgmllk81f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33331 +dcid: "dc/5m1pgmllk81f8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/frxqw110y2925 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/frxqw110y2925" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q1n5e3qvkkzq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/q1n5e3qvkkzq9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fex6p1qt4ybyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339114 +dcid: "dc/fex6p1qt4ybyc" + +Node: dcid:dc/bpgvbfcg3pg92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/bpgvbfcg3pg92" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wf5ks8zlf9kv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/wf5ks8zlf9kv" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rm143hmv07kh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/rm143hmv07kh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ch00ld602t2sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/ch00ld602t2sc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eklrqyqhljxvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/eklrqyqhljxvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/te44y438tn5nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4921 +dcid: "dc/te44y438tn5nd" + +Node: dcid:dc/t81s2g4c796ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441320 +dcid: "dc/t81s2g4c796ld" + +Node: dcid:dc/b9xgmp62jehv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/b9xgmp62jehv" + +Node: dcid:dc/p6pxb0jvbmcb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/p6pxb0jvbmcb7" + +Node: dcid:dc/rw6eqgl39e03d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33122 +dcid: "dc/rw6eqgl39e03d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7c1nsevsy2gd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/7c1nsevsy2gd1" + +Node: dcid:dc/07dglxwfgrqs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5323 +dcid: "dc/07dglxwfgrqs8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5sv5fvvydz66g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/5sv5fvvydz66g" + +Node: dcid:dc/4yg44xmr4lrr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/4yg44xmr4lrr5" + +Node: dcid:dc/nr6w5fs0frg3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/nr6w5fs0frg3c" + +Node: dcid:dc/6wccdynzjgr5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/6wccdynzjgr5c" + +Node: dcid:dc/d5hzrqs950ech +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33351 +dcid: "dc/d5hzrqs950ech" + +Node: dcid:dc/yd8dxqkb6gs23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/yd8dxqkb6gs23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhde8610t67h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/jhde8610t67h6" + +Node: dcid:dc/c6kpp7hwdj3gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/c6kpp7hwdj3gc" + +Node: dcid:dc/klfxgew39v8x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/klfxgew39v8x" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/52sj4dfvze7y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48839 +dcid: "dc/52sj4dfvze7y5" + +Node: dcid:dc/8sl9nkx1g6tq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/8sl9nkx1g6tq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wcl63p2e3t551 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337910 +dcid: "dc/wcl63p2e3t551" + +Node: dcid:dc/lv55yhljz7864 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/lv55yhljz7864" + +Node: dcid:dc/03ld1xe2rw984 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/03ld1xe2rw984" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xeqmx54137h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314991 +dcid: "dc/xeqmx54137h7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/303gyzf68n59h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311999 +dcid: "dc/303gyzf68n59h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vhl7jjj2dwdef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/vhl7jjj2dwdef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/plcky19lb1h64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33341 +dcid: "dc/plcky19lb1h64" + +Node: dcid:dc/3nnrl8ehe1ytb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/3nnrl8ehe1ytb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qvxs4v8vg3q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/qvxs4v8vg3q2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/769s8jbs9jstg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/769s8jbs9jstg" + +Node: dcid:dc/2flntezer7d03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42349 +dcid: "dc/2flntezer7d03" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nn2yx4t8bhb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/nn2yx4t8bhb2" + +Node: dcid:dc/r6rbrmbxl51w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/r6rbrmbxl51w4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/eyghb60rw3vvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42459 +dcid: "dc/eyghb60rw3vvf" + +Node: dcid:dc/ctfwfjjy4pez9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33792 +dcid: "dc/ctfwfjjy4pez9" + +Node: dcid:dc/nlzht8zb19gp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/nlzht8zb19gp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z88semfcpdb85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/55111 +dcid: "dc/z88semfcpdb85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/db5f1jxb8qd5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/db5f1jxb8qd5c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l94d3es89r653 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/l94d3es89r653" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ywwppxdgbsc9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/ywwppxdgbsc9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jk066775tj3v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/jk066775tj3v2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6p1j1tv1k2jm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/6p1j1tv1k2jm" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/thhcysp1ckqlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/thhcysp1ckqlc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0749cs14k9jr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238312 +dcid: "dc/0749cs14k9jr6" + +Node: dcid:dc/0vnm37hnn78d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/0vnm37hnn78d2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e3z74v727txqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31194 +dcid: "dc/e3z74v727txqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e84pmem43c2xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541922 +dcid: "dc/e84pmem43c2xc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ncdeq270hzc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/8ncdeq270hzc6" + +Node: dcid:dc/flf4w5qrwr6vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332312 +dcid: "dc/flf4w5qrwr6vf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5khtpmjhz0hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326212 +dcid: "dc/p5khtpmjhz0hb" + +Node: dcid:dc/m4dz37xlttbg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/m4dz37xlttbg6" + +Node: dcid:dc/qfhsd6qm8ng48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49313 +dcid: "dc/qfhsd6qm8ng48" + +Node: dcid:dc/rtelhw6yy2dv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/rtelhw6yy2dv7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/crfcxcgl8vh45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/crfcxcgl8vh45" + +Node: dcid:dc/6cezfs0hmsv45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334519 +dcid: "dc/6cezfs0hmsv45" + +Node: dcid:dc/8lgjcgwf56gz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/8lgjcgwf56gz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d13swljpwqn08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/d13swljpwqn08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lvmqhrn0jyejg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42452 +dcid: "dc/lvmqhrn0jyejg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6nr1ktv2e9bz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335122 +dcid: "dc/6nr1ktv2e9bz7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bp5m4n66d4mk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511199 +dcid: "dc/bp5m4n66d4mk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lhmj64qvqkftb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/lhmj64qvqkftb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3j0fhf75bsd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/j3j0fhf75bsd2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/crccg5fl96vt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453920 +dcid: "dc/crccg5fl96vt4" + +Node: dcid:dc/lrtmftjvzfh73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/lrtmftjvzfh73" + +Node: dcid:dc/twz50nksseg29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/twz50nksseg29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hsp4y8xlyyex7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51114 +dcid: "dc/hsp4y8xlyyex7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v9144jhycgwzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/v9144jhycgwzh" + +Node: dcid:dc/9yvq1j88f4w07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337212 +dcid: "dc/9yvq1j88f4w07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nd67zhk3682gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/nd67zhk3682gf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pjg7rp75jc238 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42362 +dcid: "dc/pjg7rp75jc238" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pwerc35zlggvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332312 +dcid: "dc/pwerc35zlggvb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eqny2c6l705lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/eqny2c6l705lh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gzxx507mwl976 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/gzxx507mwl976" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/efflpedvj0yv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484230 +dcid: "dc/efflpedvj0yv3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gtg6jllgb1t2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/gtg6jllgb1t2h" + +Node: dcid:dc/85x2txdcty9t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/85x2txdcty9t1" + +Node: dcid:dc/llwtmcqn4v1v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443130 +dcid: "dc/llwtmcqn4v1v6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kg22wd22zz5lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311919 +dcid: "dc/kg22wd22zz5lc" + +Node: dcid:dc/zf3hbvyb8hqrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/zf3hbvyb8hqrb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/blyghn22rvy27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33231 +dcid: "dc/blyghn22rvy27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1fyly2lmyfgk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33142 +dcid: "dc/1fyly2lmyfgk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vm9hhhvx1j6j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/vm9hhhvx1j6j3" + +Node: dcid:dc/l36mt6s9xb7mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331524 +dcid: "dc/l36mt6s9xb7mh" + +Node: dcid:dc/qdjellnhcv8bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/qdjellnhcv8bc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b0hx70g7qx70b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3116 +dcid: "dc/b0hx70g7qx70b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sfgnbryldrrs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/sfgnbryldrrs8" + +Node: dcid:dc/kn6qd19f87l71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325110 +dcid: "dc/kn6qd19f87l71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wtm8tywvt8xj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/wtm8tywvt8xj5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n0l5wb370985c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/n0l5wb370985c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kx0x3b8ev34k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/kx0x3b8ev34k6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1p88sxdc5m5v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/1p88sxdc5m5v1" + +Node: dcid:dc/g4g2h300r26tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/g4g2h300r26tb" + +Node: dcid:dc/561zeyghvydgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/561zeyghvydgc" + +Node: dcid:dc/rrd7p5wztc77h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/rrd7p5wztc77h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nvnprjhwhhl9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/nvnprjhwhhl9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7psbm0jltpvc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/7psbm0jltpvc8" + +Node: dcid:dc/dktyfn07d64cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325413 +dcid: "dc/dktyfn07d64cc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b0tl0l3cezb51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/b0tl0l3cezb51" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6z24w9b1y5by4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/6z24w9b1y5by4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cyh5zgstqfdt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339912 +dcid: "dc/cyh5zgstqfdt1" + +Node: dcid:dc/q85mtvhsfttl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32513 +dcid: "dc/q85mtvhsfttl3" + +Node: dcid:dc/dbr7jyndp0151 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44812 +dcid: "dc/dbr7jyndp0151" + +Node: dcid:dc/7fvrl9zy433n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445220 +dcid: "dc/7fvrl9zy433n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0zm5rcxnbb6yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/0zm5rcxnbb6yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sq0v97d7fxqld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112112 +dcid: "dc/sq0v97d7fxqld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/76mx68p94sj13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/76mx68p94sj13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fmngrv5xdqv2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/fmngrv5xdqv2d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/351fpvrbvxe91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/351fpvrbvxe91" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/44r7ffkbb5ln8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/44r7ffkbb5ln8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ged3jeentyqe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335312 +dcid: "dc/ged3jeentyqe9" + +Node: dcid:dc/sln7841h9hcf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33151 +dcid: "dc/sln7841h9hcf2" + +Node: dcid:dc/741xml918t0vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334290 +dcid: "dc/741xml918t0vb" + +Node: dcid:dc/8dh2mhcllx5q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/8dh2mhcllx5q9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h14ftx614lfd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/h14ftx614lfd8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/29fwcsq1hevr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21231 +dcid: "dc/29fwcsq1hevr1" + +Node: dcid:dc/em3t3wectvd15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/em3t3wectvd15" + +Node: dcid:dc/ptls5dd78h8x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/ptls5dd78h8x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ezb0154cgc603 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/ezb0154cgc603" + +Node: dcid:dc/51p9yxq9555k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/51p9yxq9555k5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d2m8qez5by5yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325181 +dcid: "dc/d2m8qez5by5yg" + +Node: dcid:dc/qfj85nxz3j23h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/qfj85nxz3j23h" + +Node: dcid:dc/lk8ngdwl19ex9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111910 +dcid: "dc/lk8ngdwl19ex9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ql6vg75f2p2cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42443 +dcid: "dc/ql6vg75f2p2cd" + +Node: dcid:dc/ehj1l9xf1ljkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/ehj1l9xf1ljkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jbk0b2qe18x5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/jbk0b2qe18x5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4hkgftel3s0lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332813 +dcid: "dc/4hkgftel3s0lb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/13hhgsqw6b32c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423920 +dcid: "dc/13hhgsqw6b32c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5qqrlmx5qnrh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/5qqrlmx5qnrh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvytc41v7q7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445291 +dcid: "dc/bvytc41v7q7c" + +Node: dcid:dc/brp89sd9r2t98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327332 +dcid: "dc/brp89sd9r2t98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2p4my6794wggh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/2p4my6794wggh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fmxd3xbfym9wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31491 +dcid: "dc/fmxd3xbfym9wc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xb7947pyfjxl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/xb7947pyfjxl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/krly4vny8ydeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/krly4vny8ydeg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ppf10h18l0yh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/ppf10h18l0yh4" + +Node: dcid:dc/7smrpx1hlg6w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811112 +dcid: "dc/7smrpx1hlg6w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m2gyg5bsmmvnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/m2gyg5bsmmvnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b1enkk6xk16lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561491 +dcid: "dc/b1enkk6xk16lg" + +Node: dcid:dc/9gfh9910p2td3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/9gfh9910p2td3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0qddf1tek6jpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811412 +dcid: "dc/0qddf1tek6jpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c670cvhq6e3j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/c670cvhq6e3j7" + +Node: dcid:dc/ebwknhsb4mvlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/ebwknhsb4mvlb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e5tb5ht9wgg17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238111 +dcid: "dc/e5tb5ht9wgg17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m60ejxwzxp0s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/m60ejxwzxp0s1" + +Node: dcid:dc/ld84qrnz01mm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325992 +dcid: "dc/ld84qrnz01mm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dq4nlqxxps3vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/dq4nlqxxps3vh" + +Node: dcid:dc/krxw6x5lr2sh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335314 +dcid: "dc/krxw6x5lr2sh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0knrz4lvm1qfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33421 +dcid: "dc/0knrz4lvm1qfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2fn97tsfzhv82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/2fn97tsfzhv82" + +Node: dcid:dc/1140g52eye4zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/1140g52eye4zd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5zsrgl20m0pbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/5zsrgl20m0pbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qcgv04mghdr0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31611 +dcid: "dc/qcgv04mghdr0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/51tynp4qphvw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/51tynp4qphvw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yqgcncw5pks1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44612 +dcid: "dc/yqgcncw5pks1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2ef4rjrp2kxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/r2ef4rjrp2kxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vn5gdp0rrn0f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/vn5gdp0rrn0f4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c883ntqt2mb31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443112 +dcid: "dc/c883ntqt2mb31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/peqy96mjz9ezh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/peqy96mjz9ezh" + +Node: dcid:dc/v30g337mvt9jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/v30g337mvt9jb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lq405c25wbfz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3339 +dcid: "dc/lq405c25wbfz8" + +Node: dcid:dc/vlb729wrl5s34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32223 +dcid: "dc/vlb729wrl5s34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/scy8lcd46elrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/scy8lcd46elrg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h28fcww3b4ym2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/h28fcww3b4ym2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zppyfzvf5snj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/zppyfzvf5snj8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4wymdvbl5136d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331525 +dcid: "dc/4wymdvbl5136d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x5b07dds8v2g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45393 +dcid: "dc/x5b07dds8v2g3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ceck1rdh9k3c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42311 +dcid: "dc/ceck1rdh9k3c3" + +Node: dcid:dc/cgqnpwjxgljt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/cgqnpwjxgljt3" + +Node: dcid:dc/4f8ebncewqe77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511140 +dcid: "dc/4f8ebncewqe77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2gm0tz8ngx99b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/2gm0tz8ngx99b" + +Node: dcid:dc/yhkzyt7ymgfyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31161 +dcid: "dc/yhkzyt7ymgfyb" + +Node: dcid:dc/pl9d0cevntm8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32611 +dcid: "dc/pl9d0cevntm8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4rvm4styz39yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32732 +dcid: "dc/4rvm4styz39yd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pyj8d0zwezlfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/pyj8d0zwezlfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g66y529g7jw99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/g66y529g7jw99" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kkv2gtts2rh11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44613 +dcid: "dc/kkv2gtts2rh11" + +Node: dcid:dc/117qmvs1qhwk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561622 +dcid: "dc/117qmvs1qhwk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2yt4fv516g5f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/2yt4fv516g5f2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5e6gyfg3jqkr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/5e6gyfg3jqkr" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lv4rrcmqbqse4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/lv4rrcmqbqse4" + +Node: dcid:dc/ps8etqyv362r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56191 +dcid: "dc/ps8etqyv362r2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/em6ek2zr63h2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/em6ek2zr63h2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f18sq8w498j4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/f18sq8w498j4f" + +Node: dcid:dc/hwdhs1fgbv9t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/hwdhs1fgbv9t7" + +Node: dcid:dc/8bp0x8y2l6bq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331524 +dcid: "dc/8bp0x8y2l6bq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nlsm3z32mbjy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4482 +dcid: "dc/nlsm3z32mbjy3" + +Node: dcid:dc/dgsfmr4spfkx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446130 +dcid: "dc/dgsfmr4spfkx5" + +Node: dcid:dc/tzzxpyls7f7y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/tzzxpyls7f7y" + +Node: dcid:dc/9ls6jd4dyq2yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325611 +dcid: "dc/9ls6jd4dyq2yd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z5mgl7w6jcc63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/z5mgl7w6jcc63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/znt9khxxmmkx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446120 +dcid: "dc/znt9khxxmmkx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zndx2qryrzx44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/zndx2qryrzx44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c1sgev4ex3hg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/c1sgev4ex3hg8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7w585f8587cdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/7w585f8587cdc" + +Node: dcid:dc/melgp08qr1vdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32519 +dcid: "dc/melgp08qr1vdb" + +Node: dcid:dc/jsexbg6cpgh8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238121 +dcid: "dc/jsexbg6cpgh8h" + +Node: dcid:dc/1ewfgsgme532c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/1ewfgsgme532c" + +Node: dcid:dc/b2phlfb9p9k7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/b2phlfb9p9k7c" + +Node: dcid:dc/88p7zzrs7l827 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/88p7zzrs7l827" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r1jts1k5bl6bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3315 +dcid: "dc/r1jts1k5bl6bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p0fjjznt26bng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/p0fjjznt26bng" + +Node: dcid:dc/syh2bkcmxhtp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/syh2bkcmxhtp6" + +Node: dcid:dc/t2ggsm9lqs3vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/t2ggsm9lqs3vd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3rk3efjl70sb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/3rk3efjl70sb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3hqcp7j0042w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33142 +dcid: "dc/3hqcp7j0042w9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7smezep1wgc2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/7smezep1wgc2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m5yh7sb7ygld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/m5yh7sb7ygld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j2wfbwj3bqkrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326199 +dcid: "dc/j2wfbwj3bqkrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/69f78ynxs9t65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/69f78ynxs9t65" + +Node: dcid:dc/l14pw94vtyqh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32733 +dcid: "dc/l14pw94vtyqh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kk9l5qvlqpfv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/kk9l5qvlqpfv5" + +Node: dcid:dc/mq8fpl2vj3c1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/mq8fpl2vj3c1h" + +Node: dcid:dc/jq8vty3zxl186 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312130 +dcid: "dc/jq8vty3zxl186" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1rpn78s39srb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/1rpn78s39srb2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e7yjer3m0p1d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/e7yjer3m0p1d9" + +Node: dcid:dc/0qznmf60d3c59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42442 +dcid: "dc/0qznmf60d3c59" + +Node: dcid:dc/hf0dse618ywtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/hf0dse618ywtc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r4h0yg32r69w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/r4h0yg32r69w" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/npn8fxvs04zb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11191 +dcid: "dc/npn8fxvs04zb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x3f5s81x6gz6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334310 +dcid: "dc/x3f5s81x6gz6h" + +Node: dcid:dc/ssh8pk9b7w4c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32611 +dcid: "dc/ssh8pk9b7w4c5" + +Node: dcid:dc/dhe27t2e3gd7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/551 +dcid: "dc/dhe27t2e3gd7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vwfxqpz3zncjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2121 +dcid: "dc/vwfxqpz3zncjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ve3fl0epe9wl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/ve3fl0epe9wl4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jyep3wk9e4tn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/jyep3wk9e4tn5" + +Node: dcid:dc/cjq3vhecc75l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238141 +dcid: "dc/cjq3vhecc75l3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ybdjclwpwy13f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424470 +dcid: "dc/ybdjclwpwy13f" + +Node: dcid:dc/2f8phfx7epnjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/2f8phfx7epnjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fy2c43vkfepe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11116 +dcid: "dc/fy2c43vkfepe9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k9zngzjh5crs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621320 +dcid: "dc/k9zngzjh5crs1" + +Node: dcid:dc/x2ejxz6kl5kvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/x2ejxz6kl5kvf" + +Node: dcid:dc/t9gcjhztlrxw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/t9gcjhztlrxw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ckztys0zqyfrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/ckztys0zqyfrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nkc9vpp7p08hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/nkc9vpp7p08hf" + +Node: dcid:dc/c9b8c2qm4rmd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/c9b8c2qm4rmd9" + +Node: dcid:dc/9ghhq2cq21nsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/9ghhq2cq21nsh" + +Node: dcid:dc/b3q22lkgt4c37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/b3q22lkgt4c37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9jk7q86z8e0t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/9jk7q86z8e0t8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hf6jgfhjf034h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32562 +dcid: "dc/hf6jgfhjf034h" + +Node: dcid:dc/29elttnkfn722 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424930 +dcid: "dc/29elttnkfn722" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/szbb255nwpkgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3314 +dcid: "dc/szbb255nwpkgb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h0s8f4jg12lz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/h0s8f4jg12lz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qq1kw8mybj5kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212393 +dcid: "dc/qq1kw8mybj5kd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dtjbw6czjh9w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32551 +dcid: "dc/dtjbw6czjh9w" + +Node: dcid:dc/bkpz0q9m7djy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/bkpz0q9m7djy6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zdzjfbykydzed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2121 +dcid: "dc/zdzjfbykydzed" + +Node: dcid:dc/842e6lkmqqj05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/842e6lkmqqj05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4mdm9vlqgs2k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333991 +dcid: "dc/4mdm9vlqgs2k6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5r9q4ghhhcr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/p5r9q4ghhhcr2" + +Node: dcid:dc/wt97tfmj4w3q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811122 +dcid: "dc/wt97tfmj4w3q1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/828tsyj863058 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51119 +dcid: "dc/828tsyj863058" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jjqlfdb6h2nsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/jjqlfdb6h2nsd" + +Node: dcid:dc/kwcn7zl6hnfp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23833 +dcid: "dc/kwcn7zl6hnfp7" + +Node: dcid:dc/9vcb6tfjxt8n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32551 +dcid: "dc/9vcb6tfjxt8n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3bm4wrrgm8yy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/3bm4wrrgm8yy2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tbwe8z7j1x1gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54142 +dcid: "dc/tbwe8z7j1x1gg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s09yz2c3zdwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238142 +dcid: "dc/s09yz2c3zdwd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dxcbt2knrsgg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/dxcbt2knrsgg9" + +Node: dcid:dc/h2g83npmkmzlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42346 +dcid: "dc/h2g83npmkmzlh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fhv3tbc9med02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/fhv3tbc9med02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fdhqtswcvsjy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/fdhqtswcvsjy" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l7v5l30ves984 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5331 +dcid: "dc/l7v5l30ves984" + +Node: dcid:dc/qbk6zhqxzy3w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/qbk6zhqxzy3w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fjfjdym8kv4d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518111 +dcid: "dc/fjfjdym8kv4d6" + +Node: dcid:dc/0lm3hwclkhn0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/0lm3hwclkhn0b" + +Node: dcid:dc/6rd9rbcx8trj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333 +dcid: "dc/6rd9rbcx8trj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2b1fm722h59s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/2b1fm722h59s7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rg6fwy0543s6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/rg6fwy0543s6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xlkj5mzb6ckqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/xlkj5mzb6ckqg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/82wvc6kr7je45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/82wvc6kr7je45" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qkzhft2170x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/qkzhft2170x8" + +Node: dcid:dc/9zeqzp8wr699d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/9zeqzp8wr699d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zze4nd8d8p4yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/zze4nd8d8p4yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/70s7pdrsevxzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333924 +dcid: "dc/70s7pdrsevxzb" + +Node: dcid:dc/sxx610b1nwvs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31491 +dcid: "dc/sxx610b1nwvs2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yjm54e221ftv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/yjm54e221ftv1" + +Node: dcid:dc/svk2gdyb1cph2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/svk2gdyb1cph2" + +Node: dcid:dc/lt8w70j85kqch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3261 +dcid: "dc/lt8w70j85kqch" + +Node: dcid:dc/2zdkv5nq4yt25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/2zdkv5nq4yt25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1l8kqbddj1762 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/1l8kqbddj1762" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l7phqmgp59bl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441229 +dcid: "dc/l7phqmgp59bl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x693c7p3y3hz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/x693c7p3y3hz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/73q5ytlzyymkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33792 +dcid: "dc/73q5ytlzyymkh" + +Node: dcid:dc/x3b630n2d1p91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/x3b630n2d1p91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/99f188f50g5dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/99f188f50g5dg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wrlyjsz097t62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/wrlyjsz097t62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1rrgz6e16j7q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/1rrgz6e16j7q3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/56dwcsq6ge76f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/56dwcsq6ge76f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ty8s5xhc640tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/ty8s5xhc640tc" + +Node: dcid:dc/fhybj7j4j5kx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/fhybj7j4j5kx4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/007xf558r1fz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/007xf558r1fz9" + +Node: dcid:dc/epnpxt100nvff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/epnpxt100nvff" + +Node: dcid:dc/fj377x1qgr213 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/fj377x1qgr213" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0b546fv6h1182 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/0b546fv6h1182" + +Node: dcid:dc/8czj4qxcmmle3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/8czj4qxcmmle3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/br4gs5hmqc839 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/br4gs5hmqc839" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rk6vybesphls5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337110 +dcid: "dc/rk6vybesphls5" + +Node: dcid:dc/6c7dz49n387sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/6c7dz49n387sg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwwgc5s9nj4b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/mwwgc5s9nj4b2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xrqfxherkf0ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23829 +dcid: "dc/xrqfxherkf0ld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nbc29cm5g0z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/nbc29cm5g0z3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4ed6p180nl3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/c4ed6p180nl3d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n29n7h8plgjx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/n29n7h8plgjx9" + +Node: dcid:dc/gz70zt6wwqg96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/gz70zt6wwqg96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/01098wqmtqs2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/01098wqmtqs2h" + +Node: dcid:dc/35j5m5v9qth36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/35j5m5v9qth36" + +Node: dcid:dc/mcd8tx7x8g649 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42472 +dcid: "dc/mcd8tx7x8g649" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/43m8te6k8fty9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/43m8te6k8fty9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6gc8gxpk5c02b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/6gc8gxpk5c02b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5wq3skslpl28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/d5wq3skslpl28" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1r3gjj17z3tc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/1r3gjj17z3tc4" + +Node: dcid:dc/124pezntjs7dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322214 +dcid: "dc/124pezntjs7dh" + +Node: dcid:dc/gev79w3xthb26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/gev79w3xthb26" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zh8bv3cgf2rvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/zh8bv3cgf2rvb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ydcs1bn3ms9y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/ydcs1bn3ms9y3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0k70mlmtx767 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335931 +dcid: "dc/0k70mlmtx767" + +Node: dcid:dc/sq831n1n4my05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44821 +dcid: "dc/sq831n1n4my05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bgmpxpezlsc3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/bgmpxpezlsc3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zl3ey4mskegqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/zl3ey4mskegqb" + +Node: dcid:dc/tlvgw1d5x3qk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112930 +dcid: "dc/tlvgw1d5x3qk5" + +Node: dcid:dc/jkpmrg9emdxx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2121 +dcid: "dc/jkpmrg9emdxx3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tw6x4r2pkyn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/tw6x4r2pkyn5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3j92b22cgd4yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31323 +dcid: "dc/3j92b22cgd4yb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5r4vstfy7pwh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/5r4vstfy7pwh4" + +Node: dcid:dc/j906xjp43d705 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/j906xjp43d705" + +Node: dcid:dc/kdqt0pzznkq1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/kdqt0pzznkq1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3r9l4gfw33bzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333111 +dcid: "dc/3r9l4gfw33bzd" + +Node: dcid:dc/q74zzp81p13h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3332 +dcid: "dc/q74zzp81p13h4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9gq5vgee0eqdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/9gq5vgee0eqdg" + +Node: dcid:dc/zchybnkb5w143 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81141 +dcid: "dc/zchybnkb5w143" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dzzz77qfvxmg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313221 +dcid: "dc/dzzz77qfvxmg5" + +Node: dcid:dc/f7d5qstdp7479 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/f7d5qstdp7479" + +Node: dcid:dc/b4ze660k60n16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/b4ze660k60n16" + +Node: dcid:dc/ek37e4y20tjmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/ek37e4y20tjmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gyvd96dyp8ym4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333313 +dcid: "dc/gyvd96dyp8ym4" + +Node: dcid:dc/ph3t120t7rez5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42349 +dcid: "dc/ph3t120t7rez5" + +Node: dcid:dc/yh969zg0l5seh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/yh969zg0l5seh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pe96q5hpkcp53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3326 +dcid: "dc/pe96q5hpkcp53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x3j9l7blzs37c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/x3j9l7blzs37c" + +Node: dcid:dc/9nds4e1qzxrnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/9nds4e1qzxrnf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rtgdfs3r6zdv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/rtgdfs3r6zdv2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y21r5k9tf2hj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/y21r5k9tf2hj7" + +Node: dcid:dc/pf2h65m7f3gef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3119 +dcid: "dc/pf2h65m7f3gef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s03l6512g62pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/s03l6512g62pc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h6cvb0x4wh6b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3261 +dcid: "dc/h6cvb0x4wh6b6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bjbv81s95rp48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/bjbv81s95rp48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v559ehrjy75n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/v559ehrjy75n" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9lypld9fe0x18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/9lypld9fe0x18" + +Node: dcid:dc/e5621w18d6bjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32712 +dcid: "dc/e5621w18d6bjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v5bmrv82cx9lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3212 +dcid: "dc/v5bmrv82cx9lf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/trmd1nqzbhnc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811420 +dcid: "dc/trmd1nqzbhnc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svzrzp2tkd839 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/svzrzp2tkd839" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vlbhcmpghdck2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/vlbhcmpghdck2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tbyjl616txqf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/tbyjl616txqf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lkb719pseqkk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/lkb719pseqkk" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2mt2xb7endtvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/2mt2xb7endtvc" + +Node: dcid:dc/4d8smgzmbh44g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/4d8smgzmbh44g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wjhrmlhp2lyj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/wjhrmlhp2lyj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xmyy9m63hg7v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33281 +dcid: "dc/xmyy9m63hg7v3" + +Node: dcid:dc/e283602t44j62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/e283602t44j62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5qnwt440pw1x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238331 +dcid: "dc/5qnwt440pw1x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hp80862b5dcf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/hp80862b5dcf3" + +Node: dcid:dc/wbq7e4xzhk3w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52313 +dcid: "dc/wbq7e4xzhk3w" + +Node: dcid:dc/ymvwhqcte4s05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311611 +dcid: "dc/ymvwhqcte4s05" + +Node: dcid:dc/4lfgpfvbe253g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/4lfgpfvbe253g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xg5dsx0c3w3yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11231 +dcid: "dc/xg5dsx0c3w3yd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f34r4bzbjprth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33221 +dcid: "dc/f34r4bzbjprth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s9sb86rs8p5v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453310 +dcid: "dc/s9sb86rs8p5v5" + +Node: dcid:dc/h8pqjqkxeeybg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621320 +dcid: "dc/h8pqjqkxeeybg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sel1p71e7gh94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/sel1p71e7gh94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0d26nhsyz75fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/0d26nhsyz75fc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rb426tn7fcwdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327125 +dcid: "dc/rb426tn7fcwdf" + +Node: dcid:dc/59wsnnhechj56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31411 +dcid: "dc/59wsnnhechj56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f1y46jkb4vbv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/f1y46jkb4vbv2" + +Node: dcid:dc/zwbgj5wf5z272 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/zwbgj5wf5z272" + +Node: dcid:dc/0xt76j6gs3bqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/0xt76j6gs3bqb" + +Node: dcid:dc/r021s929m8d07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/r021s929m8d07" + +Node: dcid:dc/e8tr8xe3nvtlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311340 +dcid: "dc/e8tr8xe3nvtlf" + +Node: dcid:dc/lx94qgx3wl9rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/lx94qgx3wl9rf" + +Node: dcid:dc/jjh4znpnezv2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/jjh4znpnezv2h" + +Node: dcid:dc/qj23hlgsp4863 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/qj23hlgsp4863" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/reeh2lsx9nxyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/reeh2lsx9nxyc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sy9wh7jetfgq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/sy9wh7jetfgq9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rpnm71e4tw5f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/rpnm71e4tw5f9" + +Node: dcid:dc/h4tbz5n3jxr84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53242 +dcid: "dc/h4tbz5n3jxr84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7q302pl9fk9d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/7q302pl9fk9d7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z18l9tcm1dv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3327 +dcid: "dc/z18l9tcm1dv4" + +Node: dcid:dc/ld2h6lk5bm642 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/ld2h6lk5bm642" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0m4xwznysecr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/0m4xwznysecr7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7ms6dq8ep5dbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/7ms6dq8ep5dbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9s3sn8x62mrp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/9s3sn8x62mrp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zr5bb718llyqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/zr5bb718llyqf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qs94eskcbwh83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/qs94eskcbwh83" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/39vhke8ypnee8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327112 +dcid: "dc/39vhke8ypnee8" + +Node: dcid:dc/fmcxebkswcnr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/fmcxebkswcnr" + +Node: dcid:dc/59jv7j516j3dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/59jv7j516j3dc" + +Node: dcid:dc/0mye7lvey5ry9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523140 +dcid: "dc/0mye7lvey5ry9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rc9g2k3th47h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23829 +dcid: "dc/8rc9g2k3th47h" + +Node: dcid:dc/etlvz1cenjh3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/etlvz1cenjh3h" + +Node: dcid:dc/psbkxy2xnf3h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/psbkxy2xnf3h2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cwymtyd2tm5r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/cwymtyd2tm5r9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3gz7vcs76ylbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33993 +dcid: "dc/3gz7vcs76ylbg" + +Node: dcid:dc/5w02l31xwvzq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322211 +dcid: "dc/5w02l31xwvzq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2tnmdqjfml6zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325181 +dcid: "dc/2tnmdqjfml6zd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f8pd2940bgyn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/f8pd2940bgyn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tlvz138sqy7j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/tlvz138sqy7j3" + +Node: dcid:dc/45qgv1tcl2zg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/45qgv1tcl2zg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3gx5wz7r3ysn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322121 +dcid: "dc/3gx5wz7r3ysn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7lrhst0sg0mm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/7lrhst0sg0mm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wkx4pw711f5j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/wkx4pw711f5j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nxg24cq51b259 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2122 +dcid: "dc/nxg24cq51b259" + +Node: dcid:dc/eesgm985jk29b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31151 +dcid: "dc/eesgm985jk29b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hrjzc2z7l9bp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314129 +dcid: "dc/hrjzc2z7l9bp4" + +Node: dcid:dc/vw2ekbwl360g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53222 +dcid: "dc/vw2ekbwl360g4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j37m3f1vsb357 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/j37m3f1vsb357" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7l91zybdlpq28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/7l91zybdlpq28" + +Node: dcid:dc/vfe13rnxddjs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/vfe13rnxddjs7" + +Node: dcid:dc/x65hrq2se7rr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/x65hrq2se7rr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eth4lgz7d4ns +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325120 +dcid: "dc/eth4lgz7d4ns" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/msfet5jmnbyn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/msfet5jmnbyn5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kjfftzhttcdjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/kjfftzhttcdjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8g7z1zsepbp31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332999 +dcid: "dc/8g7z1zsepbp31" + +Node: dcid:dc/dm78b4tp4e545 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/dm78b4tp4e545" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9hcty9v7s4d1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/9hcty9v7s4d1g" + +Node: dcid:dc/pf9f9sd4r4nw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/pf9f9sd4r4nw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g6j0mjvjs7mff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/g6j0mjvjs7mff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dsyzqkhk8wjmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441229 +dcid: "dc/dsyzqkhk8wjmb" + +Node: dcid:dc/vkcln50jm7txf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/vkcln50jm7txf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/72z6jftkvvef8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424690 +dcid: "dc/72z6jftkvvef8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1hvrcsf18k5m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/1hvrcsf18k5m8" + +Node: dcid:dc/rhylg7l7nhbtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/rhylg7l7nhbtc" + +Node: dcid:dc/d2gthg7r6k2k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/d2gthg7r6k2k8" + +Node: dcid:dc/emhr2cd9h9hf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/emhr2cd9h9hf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tmxlk48jgyt2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812922 +dcid: "dc/tmxlk48jgyt2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1yc9fddeh9hwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/1yc9fddeh9hwb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/75lqs27yxsx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111422 +dcid: "dc/75lqs27yxsx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p4v08cfht78l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/p4v08cfht78l" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/04ley4dgwyb89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/04ley4dgwyb89" + +Node: dcid:dc/8n1ys9kt7x0bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/8n1ys9kt7x0bg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mlf5e4m68h2k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54 +dcid: "dc/mlf5e4m68h2k7" + +Node: dcid:dc/0z3lkqvh8qq1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/0z3lkqvh8qq1b" + +Node: dcid:dc/zysrtcfn265e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/zysrtcfn265e6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5sepgyk617r8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/5sepgyk617r8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1hde6rmqkv7e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/1hde6rmqkv7e" + +Node: dcid:dc/6yv47t76xebfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/6yv47t76xebfc" + +Node: dcid:dc/8nzt0wl82s9e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/8nzt0wl82s9e5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2h58sll222m3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/2h58sll222m3d" + +Node: dcid:dc/cn805y4z3pf0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/cn805y4z3pf0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/snbp7hh6nd3ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/snbp7hh6nd3ef" + +Node: dcid:dc/tzrsvjl47tnp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3119 +dcid: "dc/tzrsvjl47tnp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jght7b5z2x674 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/jght7b5z2x674" + +Node: dcid:dc/d443wre6h8557 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/d443wre6h8557" + +Node: dcid:dc/c3gsv6ls9skkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/c3gsv6ls9skkf" + +Node: dcid:dc/gg87ym5l8lf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/gg87ym5l8lf4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e90ervg70kfp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31151 +dcid: "dc/e90ervg70kfp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5w8t4f541xxdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/5w8t4f541xxdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8d30m7p1t02z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/8d30m7p1t02z" + +Node: dcid:dc/1d7gdqvp4vff9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42452 +dcid: "dc/1d7gdqvp4vff9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/blexwz9zf0y13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327320 +dcid: "dc/blexwz9zf0y13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z2v8qprgwrmjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42321 +dcid: "dc/z2v8qprgwrmjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w250xlsx2zqgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238172 +dcid: "dc/w250xlsx2zqgg" + +Node: dcid:dc/91c77zwwx0wn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/91c77zwwx0wn" + +Node: dcid:dc/lrgb9wp7yjtkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/lrgb9wp7yjtkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j8dp79wps679 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3169 +dcid: "dc/j8dp79wps679" + +Node: dcid:dc/yhkkyqjsg4tc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11292 +dcid: "dc/yhkkyqjsg4tc9" + +Node: dcid:dc/z2ejn62vnz4nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/z2ejn62vnz4nh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cv7s032c6hyr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/cv7s032c6hyr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6x1rsevlgb491 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/6x1rsevlgb491" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fhd76hd2g8zx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/fhd76hd2g8zx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m75kylbht1kz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/m75kylbht1kz3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l7237vyznfbqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339913 +dcid: "dc/l7237vyznfbqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmmlt55tqptmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31491 +dcid: "dc/hmmlt55tqptmb" + +Node: dcid:dc/d2x7g3rzc8y07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/d2x7g3rzc8y07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gkw5k4bxnykn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/gkw5k4bxnykn6" + +Node: dcid:dc/50rpt0dg2xpjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423620 +dcid: "dc/50rpt0dg2xpjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tev6r2r15dy86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532310 +dcid: "dc/tev6r2r15dy86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q6ghxps19rrx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321912 +dcid: "dc/q6ghxps19rrx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fhfwzbgk1y6zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111991 +dcid: "dc/fhfwzbgk1y6zd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntky50xxsd0gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/ntky50xxsd0gf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3lr85w8l99208 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/3lr85w8l99208" + +Node: dcid:dc/n3v1qjykmnfyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/n3v1qjykmnfyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g2wpx963jleb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/g2wpx963jleb4" + +Node: dcid:dc/4j9lv4sgtjz02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423860 +dcid: "dc/4j9lv4sgtjz02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6zyzkmchhvbph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442291 +dcid: "dc/6zyzkmchhvbph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zx80xgkjn4cp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/zx80xgkjn4cp6" + +Node: dcid:dc/t74fxy1ze743h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453910 +dcid: "dc/t74fxy1ze743h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4chjydye3fmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/c4chjydye3fmg" + +Node: dcid:dc/djvz69p25yj98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/djvz69p25yj98" + +Node: dcid:dc/y6n6qs7e6vr6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112512 +dcid: "dc/y6n6qs7e6vr6g" + +Node: dcid:dc/0zb7gwdn587mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/0zb7gwdn587mb" + +Node: dcid:dc/fzvl50yng312h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3328 +dcid: "dc/fzvl50yng312h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vwws4tpz8lkhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/vwws4tpz8lkhd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5kepjg2jmy7j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/5kepjg2jmy7j5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y1pp3pc5gsje9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49313 +dcid: "dc/y1pp3pc5gsje9" + +Node: dcid:dc/b7gskgfsvd5e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/b7gskgfsvd5e5" + +Node: dcid:dc/xedc8zld5q802 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325414 +dcid: "dc/xedc8zld5q802" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6syys474d9np5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321992 +dcid: "dc/6syys474d9np5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7wqnwknfnsknd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327390 +dcid: "dc/7wqnwknfnsknd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6g1m5ceweqkcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/6g1m5ceweqkcf" + +Node: dcid:dc/d3reers8yxfff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333512 +dcid: "dc/d3reers8yxfff" + +Node: dcid:dc/77j3l6yrslx5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423390 +dcid: "dc/77j3l6yrslx5g" + +Node: dcid:dc/cxt2jt13m63d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/cxt2jt13m63d3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zz09kve3r9jq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/zz09kve3r9jq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/953tmh4lrfm77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/953tmh4lrfm77" + +Node: dcid:dc/5j31v0gt92cp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/5j31v0gt92cp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xk833eeflhld8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332911 +dcid: "dc/xk833eeflhld8" + +Node: dcid:dc/n280vhg4zkhv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/n280vhg4zkhv5" + +Node: dcid:dc/jl31x3p32pw83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/jl31x3p32pw83" + +Node: dcid:dc/y7df4f2gf5gy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31331 +dcid: "dc/y7df4f2gf5gy2" + +Node: dcid:dc/vrrr56tl20xg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/vrrr56tl20xg1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3stcrdjkcj439 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/3stcrdjkcj439" + +Node: dcid:dc/0yxs2q0kdbr4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811411 +dcid: "dc/0yxs2q0kdbr4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8vfmpk88t9686 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314912 +dcid: "dc/8vfmpk88t9686" + +Node: dcid:dc/ed8x1plq7y8bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/ed8x1plq7y8bg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g083yjgzntlq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/g083yjgzntlq4" + +Node: dcid:dc/xlw00s3vjcbt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/xlw00s3vjcbt6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ww285m7x4k9h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33993 +dcid: "dc/ww285m7x4k9h4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0xj4djvl5r4p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/0xj4djvl5r4p4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/909kk4zn0wd77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337212 +dcid: "dc/909kk4zn0wd77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j8fwvxep46mn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/j8fwvxep46mn2" + +Node: dcid:dc/v1gef0kt88k5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/v1gef0kt88k5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bphdmqkylync +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33994 +dcid: "dc/1bphdmqkylync" + +Node: dcid:dc/9w824q873pmw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424690 +dcid: "dc/9w824q873pmw4" + +Node: dcid:dc/nz8mrjwl0nb0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/nz8mrjwl0nb0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g9lflhf23n1e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333412 +dcid: "dc/g9lflhf23n1e8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3k3xsyd63lfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/j3k3xsyd63lfb" + +Node: dcid:dc/ve7r1p4xgbpeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561910 +dcid: "dc/ve7r1p4xgbpeh" + +Node: dcid:dc/ks3g8bghv56f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/ks3g8bghv56f5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/67rh13pxk0nq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/67rh13pxk0nq5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/45jb8phw4xkwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/45jb8phw4xkwd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bkdsk9dkdfs7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332321 +dcid: "dc/bkdsk9dkdfs7g" + +Node: dcid:dc/5tc4z5xvrcx42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238142 +dcid: "dc/5tc4z5xvrcx42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nr2t3bjsf58l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/nr2t3bjsf58l" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/shzspxsllrzbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/shzspxsllrzbc" + +Node: dcid:dc/9jyfg2r2d6yj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3222 +dcid: "dc/9jyfg2r2d6yj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v074z09ph9bn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/v074z09ph9bn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h51f379yvr7d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4533 +dcid: "dc/h51f379yvr7d1" + +Node: dcid:dc/zqqk06r1zx862 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327320 +dcid: "dc/zqqk06r1zx862" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8dr8nld3xt92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/8dr8nld3xt92" + +Node: dcid:dc/2j612hh0d1h1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/2j612hh0d1h1d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5fr45jr47ebeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/5fr45jr47ebeg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cng14yel99rz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/cng14yel99rz2" + +Node: dcid:dc/337tl8j9bgfrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/337tl8j9bgfrc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/63d7d4f2z1tld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/63d7d4f2z1tld" + +Node: dcid:dc/zxh84549mjrw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/zxh84549mjrw3" + +Node: dcid:dc/88yphejymk3s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/88yphejymk3s7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w53yl7e87gqjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322212 +dcid: "dc/w53yl7e87gqjh" + +Node: dcid:dc/wzetrwkvwnvm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/wzetrwkvwnvm5" + +Node: dcid:dc/8te0p9kjye7h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322299 +dcid: "dc/8te0p9kjye7h2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sgxk3pdzertd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/sgxk3pdzertd" + +Node: dcid:dc/52t4e6c75f0t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/52t4e6c75f0t9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b2xsv1x98f6yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/b2xsv1x98f6yc" + +Node: dcid:dc/0ntmc2t31zhd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/0ntmc2t31zhd6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1x7lee7yn69f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336211 +dcid: "dc/m1x7lee7yn69f" + +Node: dcid:dc/2n9z8rzz61xwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/2n9z8rzz61xwd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lpwzkxmdxb2gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325181 +dcid: "dc/lpwzkxmdxb2gc" + +Node: dcid:dc/r1tmr1gtkjmm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/r1tmr1gtkjmm9" + +Node: dcid:dc/9b89071t5wxc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/9b89071t5wxc8" + +Node: dcid:dc/6zeqjtd9db5g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/6zeqjtd9db5g6" + +Node: dcid:dc/q4403179eettb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/q4403179eettb" + +Node: dcid:dc/w5hsxzep2bz4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/w5hsxzep2bz4g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2jysht1qbg85g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/2jysht1qbg85g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/64l0v5cv3es9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532310 +dcid: "dc/64l0v5cv3es9g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zy9dq9gs5hdwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/zy9dq9gs5hdwh" + +Node: dcid:dc/cp7ymlwlvfbkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/cp7ymlwlvfbkc" + +Node: dcid:dc/1kh5rw05xyf97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/1kh5rw05xyf97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t80ypt0pxptr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/t80ypt0pxptr2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7wnlsrvmqn198 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/7wnlsrvmqn198" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e06j33edtrmff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51212 +dcid: "dc/e06j33edtrmff" + +Node: dcid:dc/cyf9m66mvwms2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23815 +dcid: "dc/cyf9m66mvwms2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ctvb6qjgjeg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/7ctvb6qjgjeg5" + +Node: dcid:dc/gb2knq6hml877 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/gb2knq6hml877" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tthmldze98005 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/tthmldze98005" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2vp5z2tsrhrj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/2vp5z2tsrhrj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rs9vl99e03p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/8rs9vl99e03p8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b24c8fd0cdl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423460 +dcid: "dc/b24c8fd0cdl1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yfbejkgk72zd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/yfbejkgk72zd3" + +Node: dcid:dc/k5jht8731e4s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/k5jht8731e4s3" + +Node: dcid:dc/eh1e6ttztcwz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/eh1e6ttztcwz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l5r2ys8rryjxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33271 +dcid: "dc/l5r2ys8rryjxd" + +Node: dcid:dc/8n9bejp0c3r84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/8n9bejp0c3r84" + +Node: dcid:dc/5wfnt4sx0y4t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42392 +dcid: "dc/5wfnt4sx0y4t5" + +Node: dcid:dc/hsfsr6h70m89b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54183 +dcid: "dc/hsfsr6h70m89b" + +Node: dcid:dc/fp5020ndj4vsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/fp5020ndj4vsf" + +Node: dcid:dc/h6p8p2bn8c6n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/h6p8p2bn8c6n6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ycf1d1m28heh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/5ycf1d1m28heh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7pn1bp5web8q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333292 +dcid: "dc/7pn1bp5web8q7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f6rq39pnwv2e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/f6rq39pnwv2e9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/khkm87wqwrwd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/khkm87wqwrwd8" + +Node: dcid:dc/nn25xlkedsky7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/nn25xlkedsky7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ch3jwch1wply +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/ch3jwch1wply" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kljkrznr6hbz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/kljkrznr6hbz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5pzdy7vsgtd85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/5pzdy7vsgtd85" + +Node: dcid:dc/z2tr6jhhzvr8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332313 +dcid: "dc/z2tr6jhhzvr8c" + +Node: dcid:dc/1szq5hh8f9d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/1szq5hh8f9d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zy9hbc2g0q5eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/zy9hbc2g0q5eg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hr8xe9l28qn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44522 +dcid: "dc/hr8xe9l28qn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pyykk8vnr4q4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/pyykk8vnr4q4b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pyx13m2h8vqw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454311 +dcid: "dc/pyx13m2h8vqw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7tz2zejm3d6q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/7tz2zejm3d6q" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y1vsw19lksqw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311514 +dcid: "dc/y1vsw19lksqw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tnz7z1t8b02s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532230 +dcid: "dc/tnz7z1t8b02s4" + +Node: dcid:dc/g05t3shfbcqe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/g05t3shfbcqe" + +Node: dcid:dc/5lfx1b628rds9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/5lfx1b628rds9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lcrfteqzex4eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333313 +dcid: "dc/lcrfteqzex4eh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8dwgddrw0h0l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334290 +dcid: "dc/8dwgddrw0h0l2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n6xtv075tsvr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42386 +dcid: "dc/n6xtv075tsvr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7ff5w1pjsp81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31182 +dcid: "dc/p7ff5w1pjsp81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/90xryt4l023d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238131 +dcid: "dc/90xryt4l023d5" + +Node: dcid:dc/r94tn322rt8w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/r94tn322rt8w4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0gls7eyl0lrq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/0gls7eyl0lrq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bjz9cgv06w9m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/bjz9cgv06w9m6" + +Node: dcid:dc/z917v35x7cz7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/z917v35x7cz7b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xl0w1k1eleprg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/xl0w1k1eleprg" + +Node: dcid:dc/942c5wzrnd1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/942c5wzrnd1d" + +Node: dcid:dc/hxbq6bcd9zz66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/hxbq6bcd9zz66" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b6k35z48127z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/b6k35z48127z4" + +Node: dcid:dc/p513njgml41rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/p513njgml41rc" + +Node: dcid:dc/8qh6zc958xjs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/8qh6zc958xjs6" + +Node: dcid:dc/v2q5s3xxlevp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/v2q5s3xxlevp9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m6g37hc4lh8lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42333 +dcid: "dc/m6g37hc4lh8lf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b2k6970dxtr88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/b2k6970dxtr88" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mmtynnlg6zmcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31182 +dcid: "dc/mmtynnlg6zmcb" + +Node: dcid:dc/4cxn1z1rl0kb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/4cxn1z1rl0kb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y1b6k5nqxde7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115113 +dcid: "dc/y1b6k5nqxde7h" + +Node: dcid:dc/4052fzjvn1256 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/4052fzjvn1256" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vkzpd2dk9t491 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/vkzpd2dk9t491" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/127v6c3slzhkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/127v6c3slzhkb" + +Node: dcid:dc/hfd6m8grv4ctc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/hfd6m8grv4ctc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qtq23ylt85frd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/qtq23ylt85frd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6b9x6q7278gs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42384 +dcid: "dc/6b9x6q7278gs6" + +Node: dcid:dc/qtsfqpbvvtlk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/qtsfqpbvvtlk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tn30h78cmsv65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32532 +dcid: "dc/tn30h78cmsv65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hlfdywbvrdkyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42371 +dcid: "dc/hlfdywbvrdkyf" + +Node: dcid:dc/teltrdvktm67d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/teltrdvktm67d" + +Node: dcid:dc/01r1n7ysnjsed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42433 +dcid: "dc/01r1n7ysnjsed" + +Node: dcid:dc/p378fnvn3f3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/p378fnvn3f3f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t8xqy0psn8nh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32711 +dcid: "dc/t8xqy0psn8nh8" + +Node: dcid:dc/zemjy5ct7f26f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/zemjy5ct7f26f" + +Node: dcid:dc/6p4xfedvkm2sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5321 +dcid: "dc/6p4xfedvkm2sb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s5nhckd2pvw4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/s5nhckd2pvw4b" + +Node: dcid:dc/hpynjyr2zlrn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/hpynjyr2zlrn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tqlpprfj94sb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/tqlpprfj94sb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvhqmjrdtddkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/cvhqmjrdtddkd" + +Node: dcid:dc/q0ykc951kgcs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/q0ykc951kgcs4" + +Node: dcid:dc/tsjb4lp21gl0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/tsjb4lp21gl0h" + +Node: dcid:dc/cvknbn22xxky +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532210 +dcid: "dc/cvknbn22xxky" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/et3mxswk9q5m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/et3mxswk9q5m5" + +Node: dcid:dc/2xh3qxpvyrd57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/2xh3qxpvyrd57" + +Node: dcid:dc/n0qlrymc735kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334510 +dcid: "dc/n0qlrymc735kh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e3d1vyk6kdc8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/e3d1vyk6kdc8c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f980ynp4jk5k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42441 +dcid: "dc/f980ynp4jk5k" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vs8qwbbz70s59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/vs8qwbbz70s59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n3j84dlypxh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/n3j84dlypxh3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zqbq5j6hrkq33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114111 +dcid: "dc/zqbq5j6hrkq33" + +Node: dcid:dc/0eqr76qywkg0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42382 +dcid: "dc/0eqr76qywkg0h" + +Node: dcid:dc/xnjc1gc6l35j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/xnjc1gc6l35j1" + +Node: dcid:dc/1xpkfbmzc4k44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33291 +dcid: "dc/1xpkfbmzc4k44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kjf4y29k5pnc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522220 +dcid: "dc/kjf4y29k5pnc9" + +Node: dcid:dc/eh65h8q0kzvsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423920 +dcid: "dc/eh65h8q0kzvsd" + +Node: dcid:dc/d9v4kg93tdwh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532112 +dcid: "dc/d9v4kg93tdwh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qje18dq7myy15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/qje18dq7myy15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b334btyx67kq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/b334btyx67kq4" + +Node: dcid:dc/23d2hn38wfhl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488390 +dcid: "dc/23d2hn38wfhl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yh0l4css7gzpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519110 +dcid: "dc/yh0l4css7gzpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dycqswtrgjhe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/dycqswtrgjhe" + +Node: dcid:dc/r6ezdyj7zt813 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42382 +dcid: "dc/r6ezdyj7zt813" + +Node: dcid:dc/8kmf6p7lhwjt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/8kmf6p7lhwjt7" + +Node: dcid:dc/w1wm16ymvjll9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326291 +dcid: "dc/w1wm16ymvjll9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gzeh51xd4msl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327991 +dcid: "dc/gzeh51xd4msl6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c8vk2g9w31893 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/c8vk2g9w31893" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/scdvtfv40k2nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/scdvtfv40k2nh" + +Node: dcid:dc/hgx4vpf9q65k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/hgx4vpf9q65k2" + +Node: dcid:dc/lewd36e2l28mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/lewd36e2l28mf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6drrd5hp6ly57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/6drrd5hp6ly57" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d6889bpd3l7pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42446 +dcid: "dc/d6889bpd3l7pf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1kq7j8ehq56g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/1kq7j8ehq56g8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c0n8ykr762b2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/c0n8ykr762b2g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9m4nncehgsqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/9m4nncehgsqd" + +Node: dcid:dc/n47c5blxxzfj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42322 +dcid: "dc/n47c5blxxzfj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d7xeg7t8nff55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/d7xeg7t8nff55" + +Node: dcid:dc/gewhmcvpbqmy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238292 +dcid: "dc/gewhmcvpbqmy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yeg1qet0s5k9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/yeg1qet0s5k9g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s62qdp1wbgkg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/s62qdp1wbgkg4" + +Node: dcid:dc/2zwmcvg0ngqc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/2zwmcvg0ngqc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c8bzzyke09mpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/c8bzzyke09mpg" + +Node: dcid:dc/k74flglset9hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/k74flglset9hd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bh78g0zwt9zf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/bh78g0zwt9zf9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2zk2n9fly4yx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54193 +dcid: "dc/2zk2n9fly4yx3" + +Node: dcid:dc/qtzqr8y3mtnz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/qtzqr8y3mtnz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sq0gxvcbhye06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/sq0gxvcbhye06" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1zxsdexnff8f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/1zxsdexnff8f2" + +Node: dcid:dc/vgn370s60bjv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/vgn370s60bjv4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qg6bqlmvdh86c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/qg6bqlmvdh86c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jed3trlh5htw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448110 +dcid: "dc/jed3trlh5htw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1vhpgd91jyw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31529 +dcid: "dc/w1vhpgd91jyw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mzmxpyjlxp6v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53222 +dcid: "dc/mzmxpyjlxp6v4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pxt7l6njvwbkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/pxt7l6njvwbkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fbfy808fjn848 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/fbfy808fjn848" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/geywdm5e40vt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23817 +dcid: "dc/geywdm5e40vt7" + +Node: dcid:dc/vrte6hfq8hp08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/vrte6hfq8hp08" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7tfrk7ct1l7k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31323 +dcid: "dc/7tfrk7ct1l7k4" + +Node: dcid:dc/6fwm0p3q057h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/6fwm0p3q057h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cjgy0vy678hl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/cjgy0vy678hl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tt4p96xp2bpsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/tt4p96xp2bpsg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dx8ngsplm5yp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/dx8ngsplm5yp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ze3672tdgtz59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/ze3672tdgtz59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6whnldffexe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/y6whnldffexe1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hdl7p8wsszchd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5331 +dcid: "dc/hdl7p8wsszchd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0wyygc5fdlh26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/0wyygc5fdlh26" + +Node: dcid:dc/db6ehm629v19h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325411 +dcid: "dc/db6ehm629v19h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmgmsn9nys8hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/dmgmsn9nys8hd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g1dbvh0jne5dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/g1dbvh0jne5dh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qtedb8yq04zj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/qtedb8yq04zj8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3gren9d30wsrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111930 +dcid: "dc/3gren9d30wsrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0zkkflyc0c943 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/0zkkflyc0c943" + +Node: dcid:dc/ctyf89qlz8f47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321918 +dcid: "dc/ctyf89qlz8f47" + +Node: dcid:dc/kzzjxb05y0eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/kzzjxb05y0eh" + +Node: dcid:dc/pjqlgp7vs2lnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/pjqlgp7vs2lnc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1p6nnk3f9rfw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33711 +dcid: "dc/1p6nnk3f9rfw7" + +Node: dcid:dc/bl991246bx9wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/bl991246bx9wb" + +Node: dcid:dc/qtnypgxyyptk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333997 +dcid: "dc/qtnypgxyyptk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2hpdm30q9z31g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327999 +dcid: "dc/2hpdm30q9z31g" + +Node: dcid:dc/qr9d40gh96beb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/qr9d40gh96beb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kz9ytvylf0544 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333997 +dcid: "dc/kz9ytvylf0544" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2hdvjgewxzwq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/2hdvjgewxzwq8" + +Node: dcid:dc/651g1556kvvq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424940 +dcid: "dc/651g1556kvvq6" + +Node: dcid:dc/6hg1p6sfs11fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/6hg1p6sfs11fb" + +Node: dcid:dc/zytrwtgq94p63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111150 +dcid: "dc/zytrwtgq94p63" + +Node: dcid:dc/3h8c50z1h0lp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3273 +dcid: "dc/3h8c50z1h0lp" + +Node: dcid:dc/rnnkbgd2ewtlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2121 +dcid: "dc/rnnkbgd2ewtlh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mp1257mxwxds2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/mp1257mxwxds2" + +Node: dcid:dc/dl9wlns8ywzqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/dl9wlns8ywzqb" + +Node: dcid:dc/ech4308zdkl76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/ech4308zdkl76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/41pzn20k8yx66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/41pzn20k8yx66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fft9pm236zw75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/fft9pm236zw75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fwqd2e2myrzm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/fwqd2e2myrzm3" + +Node: dcid:dc/cpzpct74m7ln1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31182 +dcid: "dc/cpzpct74m7ln1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lygznlxpkj318 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/lygznlxpkj318" + +Node: dcid:dc/lskkl62bwc2p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453920 +dcid: "dc/lskkl62bwc2p9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/06fq96wqz5n7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443120 +dcid: "dc/06fq96wqz5n7f" + +Node: dcid:dc/dswdfezfebc51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314121 +dcid: "dc/dswdfezfebc51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d6dw1xn98zw8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/d6dw1xn98zw8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/724pxn14jtxt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/724pxn14jtxt7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fvx94xbf4esjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/fvx94xbf4esjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q1lcrr04zpxcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/q1lcrr04zpxcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m0cv22r5zyelc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/m0cv22r5zyelc" + +Node: dcid:dc/gtrqv5ryr4kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/gtrqv5ryr4kf" + +Node: dcid:dc/fc4797jyng8z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/fc4797jyng8z2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r4vq4kzzzf59c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/r4vq4kzzzf59c" + +Node: dcid:dc/pstfmheve0vmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561622 +dcid: "dc/pstfmheve0vmb" + +Node: dcid:dc/tb074lmmq63q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/tb074lmmq63q" + +Node: dcid:dc/05195n6dthfn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1123 +dcid: "dc/05195n6dthfn9" + +Node: dcid:dc/y88m9s55qb1f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/y88m9s55qb1f9" + +Node: dcid:dc/xf23sb11dnpr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/xf23sb11dnpr9" + +Node: dcid:dc/3nnlkew6bexs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/3nnlkew6bexs6" + +Node: dcid:dc/zrwghdldc0w17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/zrwghdldc0w17" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wkqphnwlrrstb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/wkqphnwlrrstb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7mjdrjsmk9ef8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/7mjdrjsmk9ef8" + +Node: dcid:dc/pccb711s0txp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/pccb711s0txp5" + +Node: dcid:dc/xhmzj45jj6l1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238171 +dcid: "dc/xhmzj45jj6l1h" + +Node: dcid:dc/yhv165k5vjm84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/yhv165k5vjm84" + +Node: dcid:dc/pnzplmylkd43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541213 +dcid: "dc/pnzplmylkd43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2n7q39wmm08y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/2n7q39wmm08y2" + +Node: dcid:dc/dtf56k89qn125 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42448 +dcid: "dc/dtf56k89qn125" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddnejgwj10gqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/ddnejgwj10gqh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ew62h38tkv9q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238131 +dcid: "dc/ew62h38tkv9q8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zp1g8jh3sdkqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327999 +dcid: "dc/zp1g8jh3sdkqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n2e9jtfcdmt6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332812 +dcid: "dc/n2e9jtfcdmt6b" + +Node: dcid:dc/73cfgvr0c0327 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/73cfgvr0c0327" + +Node: dcid:dc/evp0mqls8ew53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311221 +dcid: "dc/evp0mqls8ew53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e6gmlbn5lh8d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/e6gmlbn5lh8d1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/85jk8ggx3hxt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/85jk8ggx3hxt3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7vkq1xprdrjj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/7vkq1xprdrjj8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bz265wr7856pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441120 +dcid: "dc/bz265wr7856pb" + +Node: dcid:dc/98kzv2gl92s27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/98kzv2gl92s27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/debgvvtebmhyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322231 +dcid: "dc/debgvvtebmhyg" + +Node: dcid:dc/m6t3bwc5ccbq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/m6t3bwc5ccbq8" + +Node: dcid:dc/54s162frq4tx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/54s162frq4tx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q7ygdlkschpyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/q7ygdlkschpyc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ptkwq3gqhx3l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334210 +dcid: "dc/ptkwq3gqhx3l2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kgz241sdj2q9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451140 +dcid: "dc/kgz241sdj2q9d" + +Node: dcid:dc/jqt8jd993lrn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238111 +dcid: "dc/jqt8jd993lrn1" + +Node: dcid:dc/wh1wp3jtqk7xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/wh1wp3jtqk7xf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2g6k9s1ncfdc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/2g6k9s1ncfdc5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ed73xn5rjg382 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/ed73xn5rjg382" + +Node: dcid:dc/tw9427wyy40zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423830 +dcid: "dc/tw9427wyy40zf" + +Node: dcid:dc/wgs4661nm2zkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/wgs4661nm2zkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fef8yh9lxs3r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424590 +dcid: "dc/fef8yh9lxs3r3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sj5e90wxj0z7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32212 +dcid: "dc/sj5e90wxj0z7d" + +Node: dcid:dc/bjj79k5z7qtr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238311 +dcid: "dc/bjj79k5z7qtr4" + +Node: dcid:dc/8qxrvvl54e4g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334416 +dcid: "dc/8qxrvvl54e4g6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0jrl7jbt7540g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/0jrl7jbt7540g" + +Node: dcid:dc/krvnb1p4npgkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/krvnb1p4npgkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x0fxl98q5c3p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333993 +dcid: "dc/x0fxl98q5c3p1" + +Node: dcid:dc/0d6wxhhhyzslb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/0d6wxhhhyzslb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ek05ebvj9n563 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3328 +dcid: "dc/ek05ebvj9n563" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x67x353ds7rh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/x67x353ds7rh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3qm6l5pwmpy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3151 +dcid: "dc/f3qm6l5pwmpy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0gy0jdncrb4th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/0gy0jdncrb4th" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xy31e8f3p58vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/xy31e8f3p58vd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/40cgstrhs0mn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/40cgstrhs0mn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhymt1q4119n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/jhymt1q4119n2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n87t9dkckzxc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/n87t9dkckzxc8" + +Node: dcid:dc/sgtp6ncngxpv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3116 +dcid: "dc/sgtp6ncngxpv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2e7bbhv3k51f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311611 +dcid: "dc/2e7bbhv3k51f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v9ef35tj6v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/v9ef35tj6v3" + +Node: dcid:dc/310sbez8rypn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/310sbez8rypn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3xdqw5jb8k0kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331423 +dcid: "dc/3xdqw5jb8k0kh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b704mpfl9vjx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/b704mpfl9vjx9" + +Node: dcid:dc/fny1zemxc4lpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238991 +dcid: "dc/fny1zemxc4lpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d3hqlwy65jf9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/d3hqlwy65jf9g" + +Node: dcid:dc/q1ppzqk99e896 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3272 +dcid: "dc/q1ppzqk99e896" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/njr3tfz887148 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/njr3tfz887148" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e537bt1tzsn1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/e537bt1tzsn1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sh2r42jv7ccef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/sh2r42jv7ccef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w355xwqh88qe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/w355xwqh88qe2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l4rrw097k9sqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/l4rrw097k9sqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kg4sv90m8lcgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/kg4sv90m8lcgf" + +Node: dcid:dc/120tx54mn9xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/120tx54mn9xd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4l3pvf2nhylrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311821 +dcid: "dc/4l3pvf2nhylrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vq6blw1567lz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446130 +dcid: "dc/vq6blw1567lz8" + +Node: dcid:dc/jdblyky5k8cf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/jdblyky5k8cf2" + +Node: dcid:dc/fetj39pqls2df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316 +dcid: "dc/fetj39pqls2df" + +Node: dcid:dc/dm1s1erfkl7z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/dm1s1erfkl7z8" + +Node: dcid:dc/ydylpvzkpfp5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/ydylpvzkpfp5c" + +Node: dcid:dc/qlw4xvnz468zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/qlw4xvnz468zb" + +Node: dcid:dc/5jw1rdqyjbtx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/5jw1rdqyjbtx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nmyrxgqwhfgr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/nmyrxgqwhfgr1" + +Node: dcid:dc/9sc05ebr0f2f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/9sc05ebr0f2f7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wz0z2zl55fk11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339113 +dcid: "dc/wz0z2zl55fk11" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l1kjnvkkwrj2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334417 +dcid: "dc/l1kjnvkkwrj2f" + +Node: dcid:dc/757dq2ce4mg66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336413 +dcid: "dc/757dq2ce4mg66" + +Node: dcid:dc/seebdnjweykw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/seebdnjweykw7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gp56nm2hr0mx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331421 +dcid: "dc/gp56nm2hr0mx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l3b6peqhp31j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115111 +dcid: "dc/l3b6peqhp31j8" + +Node: dcid:dc/ypw716l40tgx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/ypw716l40tgx4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ts8rkp7yqyktb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/ts8rkp7yqyktb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q8p7z2347jnv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52314 +dcid: "dc/q8p7z2347jnv4" + +Node: dcid:dc/e1x7y2de4k26b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/e1x7y2de4k26b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9t1y6vvq2jtm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/9t1y6vvq2jtm8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lz3y521hmqr77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311611 +dcid: "dc/lz3y521hmqr77" + +Node: dcid:dc/7hd9khsxfpzy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/7hd9khsxfpzy3" + +Node: dcid:dc/cpfx0ybqgz293 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/cpfx0ybqgz293" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4sdbfqk0pw279 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33241 +dcid: "dc/4sdbfqk0pw279" + +Node: dcid:dc/1wfhcw7cmthld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/1wfhcw7cmthld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7c5szkbetvfr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3271 +dcid: "dc/7c5szkbetvfr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dtxr1ekmr6kef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321114 +dcid: "dc/dtxr1ekmr6kef" + +Node: dcid:dc/w43f72t16m2d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/w43f72t16m2d5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdrmh96nd0t5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238391 +dcid: "dc/kdrmh96nd0t5b" + +Node: dcid:dc/s2ymnjjg4cy63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/s2ymnjjg4cy63" + +Node: dcid:dc/8nqlsrmgz8c88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/8nqlsrmgz8c88" + +Node: dcid:dc/kbn2582sgt2q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/kbn2582sgt2q4" + +Node: dcid:dc/tz934n63bw59c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/tz934n63bw59c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xr9v3rk74nys6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/xr9v3rk74nys6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/588vmff766xrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238111 +dcid: "dc/588vmff766xrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gnjk54mtqpsd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/gnjk54mtqpsd1" + +Node: dcid:dc/kxfnd1q9sqe8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453920 +dcid: "dc/kxfnd1q9sqe8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ne8mdr130ppb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42461 +dcid: "dc/ne8mdr130ppb9" + +Node: dcid:dc/02sl5s95gx9z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/02sl5s95gx9z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dq03lzeywme2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/dq03lzeywme2b" + +Node: dcid:dc/627vk4rv1ckdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334416 +dcid: "dc/627vk4rv1ckdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wscwl7rr36rv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/wscwl7rr36rv" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q42ydgrqsvrn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/q42ydgrqsvrn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/38emmtmkj2h68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44411 +dcid: "dc/38emmtmkj2h68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/744gmvldskh86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311514 +dcid: "dc/744gmvldskh86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1bb5ck7ygx2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512120 +dcid: "dc/m1bb5ck7ygx2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gem59tbry0vxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/gem59tbry0vxb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h6mey36zh7g9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332420 +dcid: "dc/h6mey36zh7g9c" + +Node: dcid:dc/nq9y0n5vzmqf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/nq9y0n5vzmqf9" + +Node: dcid:dc/3pr7m3jkfjzp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/3pr7m3jkfjzp8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2wfm6c930p2sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/2wfm6c930p2sc" + +Node: dcid:dc/w0see697tk133 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444110 +dcid: "dc/w0see697tk133" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5eh648xwemb16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/5eh648xwemb16" + +Node: dcid:dc/7f2b8y79lttx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/7f2b8y79lttx9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3wc3cqrm0cm3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111335 +dcid: "dc/3wc3cqrm0cm3d" + +Node: dcid:dc/s459zqtb5qrn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/s459zqtb5qrn5" + +Node: dcid:dc/gn1kthve56k3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/gn1kthve56k3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z8y3ne34z9q34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3273 +dcid: "dc/z8y3ne34z9q34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vgvejf34420e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/vgvejf34420e" + +Node: dcid:dc/k5lmhe39vnhx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/k5lmhe39vnhx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ee9k79878r1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5323 +dcid: "dc/0ee9k79878r1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e737m7lkml209 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/e737m7lkml209" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cphp3zkxde5zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44221 +dcid: "dc/cphp3zkxde5zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m24f357vjn3eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/m24f357vjn3eg" + +Node: dcid:dc/sezw6r28rw2zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/sezw6r28rw2zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbjwlwxn0cqvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331111 +dcid: "dc/rbjwlwxn0cqvg" + +Node: dcid:dc/gqy9qcn3kf2m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/gqy9qcn3kf2m5" + +Node: dcid:dc/3zpm8cp4l5wc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/3zpm8cp4l5wc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvcszqk0flsb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/bvcszqk0flsb3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nwf0qzdh77keg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/nwf0qzdh77keg" + +Node: dcid:dc/8we0xg4dpyx44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/8we0xg4dpyx44" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p4ss0g1sbm5rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325131 +dcid: "dc/p4ss0g1sbm5rc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4nvn1fkceh2hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52221 +dcid: "dc/4nvn1fkceh2hg" + +Node: dcid:dc/tffpk9ey0lbv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/tffpk9ey0lbv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kyz8c6zcg0z8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33272 +dcid: "dc/kyz8c6zcg0z8d" + +Node: dcid:dc/zhp8j1ddfp5h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32229 +dcid: "dc/zhp8j1ddfp5h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x2chlwxxknsvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443112 +dcid: "dc/x2chlwxxknsvf" + +Node: dcid:dc/q0w7qvxwb4061 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/q0w7qvxwb4061" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/152bbegtzf1nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3333 +dcid: "dc/152bbegtzf1nh" + +Node: dcid:dc/ft9p5tfvfqg51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/ft9p5tfvfqg51" + +Node: dcid:dc/z1mkhce447evf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333319 +dcid: "dc/z1mkhce447evf" + +Node: dcid:dc/d7chbgx845wf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/d7chbgx845wf7" + +Node: dcid:dc/8q4nd68jff5wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3339 +dcid: "dc/8q4nd68jff5wb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svxhpt3gpndv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/svxhpt3gpndv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2m6vcf1b53je9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/2m6vcf1b53je9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g2pjnz98sjl74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/g2pjnz98sjl74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e75t8gqpz9hxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/e75t8gqpz9hxg" + +Node: dcid:dc/j6d46cs4x8y24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/j6d46cs4x8y24" + +Node: dcid:dc/ntgzc0d1czzm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/ntgzc0d1czzm7" + +Node: dcid:dc/vq7tb0qpwwkr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54186 +dcid: "dc/vq7tb0qpwwkr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n5ggz9tdycwn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326191 +dcid: "dc/n5ggz9tdycwn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qptl6tjghsscf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339116 +dcid: "dc/qptl6tjghsscf" + +Node: dcid:dc/t86h53bt5sh9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/t86h53bt5sh9d" + +Node: dcid:dc/2mtjvbw68z3xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/2mtjvbw68z3xd" + +Node: dcid:dc/lzdnqwp1fdww4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442210 +dcid: "dc/lzdnqwp1fdww4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sq9dw8ss3sqy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/sq9dw8ss3sqy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m2vzx0dc8qhec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53211 +dcid: "dc/m2vzx0dc8qhec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d3kx2dhglpb5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111310 +dcid: "dc/d3kx2dhglpb5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fcdfqcs7echff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334412 +dcid: "dc/fcdfqcs7echff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fx3eztzfq71cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3222 +dcid: "dc/fx3eztzfq71cf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/szev6fhy61f15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311999 +dcid: "dc/szev6fhy61f15" + +Node: dcid:dc/w59g6zs2tymv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/w59g6zs2tymv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dc551vly0ryv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/dc551vly0ryv7" + +Node: dcid:dc/vr9f1r3bt31t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/vr9f1r3bt31t4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1qd7vs49gk4zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33122 +dcid: "dc/1qd7vs49gk4zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dyzst0f3y99td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/dyzst0f3y99td" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/feb4dws4vegs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/feb4dws4vegs" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4106bbnbe31s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/4106bbnbe31s6" + +Node: dcid:dc/drv1khbkcx46d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/drv1khbkcx46d" + +Node: dcid:dc/vmxtgz9pkf5m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/vmxtgz9pkf5m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4vh1l9zxtjlwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/4vh1l9zxtjlwf" + +Node: dcid:dc/nhexddt3hhxb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/nhexddt3hhxb7" + +Node: dcid:dc/rxxm6cryxjwnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/rxxm6cryxjwnf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h2m7lcl60j34b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/h2m7lcl60j34b" + +Node: dcid:dc/2jhp23rtwex17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52312 +dcid: "dc/2jhp23rtwex17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3d62kfhhqs64d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336350 +dcid: "dc/3d62kfhhqs64d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tpxdfmc09n1fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33241 +dcid: "dc/tpxdfmc09n1fc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/744sx10rclss9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/744sx10rclss9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4cqdnh49t0eec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311615 +dcid: "dc/4cqdnh49t0eec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y7h03qvsebnt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/y7h03qvsebnt3" + +Node: dcid:dc/qy0wzhc23qme +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/qy0wzhc23qme" + +Node: dcid:dc/wgh08e7z480l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33261 +dcid: "dc/wgh08e7z480l" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kycfxg1gfqx22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/kycfxg1gfqx22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19q5xth5rjfp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/19q5xth5rjfp" + +Node: dcid:dc/pdgdvm0c0g68c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/pdgdvm0c0g68c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3dr3bmk5w9kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/j3dr3bmk5w9kg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3y9yeh9qy9784 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/3y9yeh9qy9784" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zl70kvwjd5ge3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33322 +dcid: "dc/zl70kvwjd5ge3" + +Node: dcid:dc/340mxn8nj0l63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/340mxn8nj0l63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tqt6v8pmp0yy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311999 +dcid: "dc/tqt6v8pmp0yy5" + +Node: dcid:dc/b0dfpn8krjrlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/b0dfpn8krjrlh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ejgyz9vtgkk3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315233 +dcid: "dc/ejgyz9vtgkk3b" + +Node: dcid:dc/15yw81csz0nr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325132 +dcid: "dc/15yw81csz0nr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8fv41b2gfbvb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/8fv41b2gfbvb6" + +Node: dcid:dc/40n9z3n38k03f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/40n9z3n38k03f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9h33pmzjwfd38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/9h33pmzjwfd38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fj0r2k2nx9ft3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333511 +dcid: "dc/fj0r2k2nx9ft3" + +Node: dcid:dc/pc01nkrdwwq76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/pc01nkrdwwq76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d4mptfb05x3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/d4mptfb05x3d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gyzbxh09mmzh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/gyzbxh09mmzh2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rxmtl6c749ks7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/rxmtl6c749ks7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/19t8c6fbc0mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238121 +dcid: "dc/19t8c6fbc0mb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5wfjcj2fjv59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/p5wfjcj2fjv59" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s6z2j5hph1k65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/s6z2j5hph1k65" + +Node: dcid:dc/62slg3qmk0r89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238342 +dcid: "dc/62slg3qmk0r89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9ectlcmd2ghh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111930 +dcid: "dc/w9ectlcmd2ghh" + +Node: dcid:dc/1svwkphy6thh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325131 +dcid: "dc/1svwkphy6thh7" + +Node: dcid:dc/xxbpr7hf4fq7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/xxbpr7hf4fq7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19j8cgge12ypg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/19j8cgge12ypg" + +Node: dcid:dc/yezfgrrq3swzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/yezfgrrq3swzf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xbqmtxsclcwc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/xbqmtxsclcwc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/be7kebz3px7v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/be7kebz3px7v9" + +Node: dcid:dc/ykk9nt0j52lq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331111 +dcid: "dc/ykk9nt0j52lq" + +Node: dcid:dc/vhyk57gthebh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54186 +dcid: "dc/vhyk57gthebh5" + +Node: dcid:dc/e412qyxxwl22b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32739 +dcid: "dc/e412qyxxwl22b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrfk10n8k319g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/nrfk10n8k319g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2y138ztcd6p02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/2y138ztcd6p02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1dgxjdvjgb0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/m1dgxjdvjgb0f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2fl3c5dzg31h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443120 +dcid: "dc/r2fl3c5dzg31h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eyhc0gzwcjm71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/eyhc0gzwcjm71" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6xbypbk37kcd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/6xbypbk37kcd7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1v6n3dpqpc219 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/1v6n3dpqpc219" + +Node: dcid:dc/q4eznrjsfm872 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3331 +dcid: "dc/q4eznrjsfm872" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y9r31bkf2s251 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/y9r31bkf2s251" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s1vre4lpbzqdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3115 +dcid: "dc/s1vre4lpbzqdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e56h42wrwxphb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/e56h42wrwxphb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tc0822ssng3lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31194 +dcid: "dc/tc0822ssng3lh" + +Node: dcid:dc/lhdjjtgdkjes9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/lhdjjtgdkjes9" + +Node: dcid:dc/2xc7yr8ry0wjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332322 +dcid: "dc/2xc7yr8ry0wjf" + +Node: dcid:dc/ejvx06h5qgrdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/ejvx06h5qgrdc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5v10t5q8h5267 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315999 +dcid: "dc/5v10t5q8h5267" + +Node: dcid:dc/cgrg96bk4wm41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/cgrg96bk4wm41" + +Node: dcid:dc/yr0q3p13khv81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324191 +dcid: "dc/yr0q3p13khv81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s62z17d8q1mf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/s62z17d8q1mf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9zt2k2nmgdyq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/9zt2k2nmgdyq2" + +Node: dcid:dc/79nyhp3rdtzt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/79nyhp3rdtzt2" + +Node: dcid:dc/4zyk8lp58y0wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/4zyk8lp58y0wc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2s4jvwxehbjlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/2s4jvwxehbjlb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/njt1q242sz7kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311221 +dcid: "dc/njt1q242sz7kf" + +Node: dcid:dc/l3t3lnftt85e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314 +dcid: "dc/l3t3lnftt85e6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hrqmzmjcpmwj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/hrqmzmjcpmwj6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t1kkkdrhxkb0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/t1kkkdrhxkb0d" + +Node: dcid:dc/v9e5dpr4n5x14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/v9e5dpr4n5x14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0fny19b9j0hsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/0fny19b9j0hsh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4s6jxjyh7e5p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11233 +dcid: "dc/4s6jxjyh7e5p4" + +Node: dcid:dc/8fe8qjtnkwxp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453930 +dcid: "dc/8fe8qjtnkwxp6" + +Node: dcid:dc/e6p9fgd3wyhxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314911 +dcid: "dc/e6p9fgd3wyhxb" + +Node: dcid:dc/3q96plc55mms6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/3q96plc55mms6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p0183jwsne35f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311613 +dcid: "dc/p0183jwsne35f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5eexx6mp33rd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/5eexx6mp33rd7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7072r7d3l5xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/p7072r7d3l5xc" + +Node: dcid:dc/jp3cccq4vngl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/jp3cccq4vngl9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w7m9yj46849yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/w7m9yj46849yf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2sqkbyhxsdqxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336612 +dcid: "dc/2sqkbyhxsdqxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5kd3414169exd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/5kd3414169exd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lb00whzby98fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115116 +dcid: "dc/lb00whzby98fg" + +Node: dcid:dc/80611fwr23sp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48839 +dcid: "dc/80611fwr23sp7" + +Node: dcid:dc/0pk2d1lqt0mn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61141 +dcid: "dc/0pk2d1lqt0mn5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y3jfdj1t30cm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/y3jfdj1t30cm9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/78wrd1r37n8b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42394 +dcid: "dc/78wrd1r37n8b5" + +Node: dcid:dc/d6m9xll9pmzq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/d6m9xll9pmzq4" + +Node: dcid:dc/vfkblgt1w54qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/vfkblgt1w54qb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbqsq3wv028ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326122 +dcid: "dc/dbqsq3wv028ph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d2lg59qkpzmeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52312 +dcid: "dc/d2lg59qkpzmeg" + +Node: dcid:dc/gg4llpy1dxmy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/gg4llpy1dxmy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mk7gvcmsf4dn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/mk7gvcmsf4dn5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ph06jc2ydrspg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/ph06jc2ydrspg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4z7phg2s3j9c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/4z7phg2s3j9c9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9kzt4jenymw34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/9kzt4jenymw34" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fbmy9yhy6nn53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/fbmy9yhy6nn53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4qlkmzffpxzj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33149 +dcid: "dc/4qlkmzffpxzj7" + +Node: dcid:dc/g62h1env8m7e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/g62h1env8m7e8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l4b13r83506y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/l4b13r83506y7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mp2tsdehp0d19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541922 +dcid: "dc/mp2tsdehp0d19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xl8g1hs0q8myb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23817 +dcid: "dc/xl8g1hs0q8myb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/17zt2gxxh3mzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/17zt2gxxh3mzb" + +Node: dcid:dc/jjykh177b9j1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/jjykh177b9j1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jrrmn5jljseb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/jrrmn5jljseb1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x34qyyx8t3qb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/x34qyyx8t3qb3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nnh9r1bqt50d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325320 +dcid: "dc/nnh9r1bqt50d8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tdee20p6x6z23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/tdee20p6x6z23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9pvty0l3r5l54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/9pvty0l3r5l54" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vfrqny9lrwvjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333292 +dcid: "dc/vfrqny9lrwvjh" + +Node: dcid:dc/yhn3swz422fc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/yhn3swz422fc7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ds4vt7sf7mrl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/ds4vt7sf7mrl7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/edltgl4te8p59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/edltgl4te8p59" + +Node: dcid:dc/yxbdzc9bdnjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/yxbdzc9bdnjf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f1y86xby8j4n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42331 +dcid: "dc/f1y86xby8j4n5" + +Node: dcid:dc/967cg6ndqqfk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327212 +dcid: "dc/967cg6ndqqfk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zgfsv76cmfdb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/zgfsv76cmfdb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l7jtb09tdefh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/l7jtb09tdefh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwv5ytbvlrwc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/jwv5ytbvlrwc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/58gc3q2z5smh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325320 +dcid: "dc/58gc3q2z5smh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wm1z459zb6f6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/wm1z459zb6f6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b29k5460jpt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3351 +dcid: "dc/b29k5460jpt6" + +Node: dcid:dc/j9wtg5p7d313 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33142 +dcid: "dc/j9wtg5p7d313" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rcv0hep7pz0l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/rcv0hep7pz0l7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7r5t3tq0fjng3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315211 +dcid: "dc/7r5t3tq0fjng3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2nqe8n8jgbhx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/2nqe8n8jgbhx3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7983tst1j0c0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/7983tst1j0c0g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8tbwj8cbhd4kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/8tbwj8cbhd4kh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2zrgy6zvjpz5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/2zrgy6zvjpz5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/888dt2l24h5ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/888dt2l24h5ec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lq3ej8bflpc31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/lq3ej8bflpc31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e4hsv86m2s611 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31522 +dcid: "dc/e4hsv86m2s611" + +Node: dcid:dc/9wh70rk19c7j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/9wh70rk19c7j6" + +Node: dcid:dc/f3j91zje9dsd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/f3j91zje9dsd1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vql4rbyfdgjx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/vql4rbyfdgjx5" + +Node: dcid:dc/vs16t6e69s0j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/vs16t6e69s0j4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9ccfxnrb8yrj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/9ccfxnrb8yrj2" + +Node: dcid:dc/4w1vsw9ghzhyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/4w1vsw9ghzhyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ppz4xqbrvpz65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/ppz4xqbrvpz65" + +Node: dcid:dc/bdcwxpzvy3mtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238392 +dcid: "dc/bdcwxpzvy3mtc" + +Node: dcid:dc/jye7c9c6nzzd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/jye7c9c6nzzd8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gcgeq5b2l38hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/gcgeq5b2l38hb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2zexnj6fwlx08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/2zexnj6fwlx08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0dyds55fzlt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/s0dyds55fzlt9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tyq46y3hh96pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/tyq46y3hh96pf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/keh2gd6kjnlgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/keh2gd6kjnlgf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h7kgcgwqsgf41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/h7kgcgwqsgf41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z2vq03nxmxxh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445220 +dcid: "dc/z2vq03nxmxxh9" + +Node: dcid:dc/894pmvtl8hf31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/894pmvtl8hf31" + +Node: dcid:dc/00bg0bhw6twk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/00bg0bhw6twk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86vfnp51sn9l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326299 +dcid: "dc/86vfnp51sn9l4" + +Node: dcid:dc/rzmcrywfjpf4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/rzmcrywfjpf4f" + +Node: dcid:dc/ctgk0ls8c5v6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/ctgk0ls8c5v6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t90h4r4jpsdr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44111 +dcid: "dc/t90h4r4jpsdr5" + +Node: dcid:dc/rg4vtwbpsfp79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/rg4vtwbpsfp79" + +Node: dcid:dc/9p1lk0blbwphc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/9p1lk0blbwphc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fqh4k64hertxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/fqh4k64hertxc" + +Node: dcid:dc/en2tw10x5qfx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/en2tw10x5qfx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gg75w523m0ct2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/gg75w523m0ct2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w7f2tn0rkr35g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333996 +dcid: "dc/w7f2tn0rkr35g" + +Node: dcid:dc/ybwhc875k8f34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3121 +dcid: "dc/ybwhc875k8f34" + +Node: dcid:dc/ec0nzr58dr5hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/ec0nzr58dr5hf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k2ts6tcnbjn6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/k2ts6tcnbjn6g" + +Node: dcid:dc/19jnbe9y1jex9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/19jnbe9y1jex9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jzkldc86szpl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/jzkldc86szpl7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mf26wl6p8ql95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333210 +dcid: "dc/mf26wl6p8ql95" + +Node: dcid:dc/l1mbd2h1eevwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/l1mbd2h1eevwf" + +Node: dcid:dc/63pyp1pgc1yc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/63pyp1pgc1yc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/txr3ls3wg329d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/txr3ls3wg329d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sfnezp29xj9w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32733 +dcid: "dc/sfnezp29xj9w9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrnhrcep24p6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/nrnhrcep24p6d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0bxw98k07m932 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/0bxw98k07m932" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fwbygr33cd8tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/814 +dcid: "dc/fwbygr33cd8tg" + +Node: dcid:dc/q73y3vym5rch4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/q73y3vym5rch4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e70dydnkv1mn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/e70dydnkv1mn" + +Node: dcid:dc/t04kvymghsyn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238321 +dcid: "dc/t04kvymghsyn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4qb9lhzl514 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/c4qb9lhzl514" + +Node: dcid:dc/7qb087hm7v6r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/7qb087hm7v6r" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b09q5wkb9xxkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3121 +dcid: "dc/b09q5wkb9xxkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b4h7bm2eyjmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/b4h7bm2eyjmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7395yfz1q8tp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/7395yfz1q8tp7" + +Node: dcid:dc/e4fbfz98etg5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/e4fbfz98etg5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gdj4m97k8g3g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331521 +dcid: "dc/gdj4m97k8g3g8" + +Node: dcid:dc/x7rds86q65gy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/x7rds86q65gy2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/25k2esy4zzqj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23814 +dcid: "dc/25k2esy4zzqj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ryp0dehspghx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/ryp0dehspghx4" + +Node: dcid:dc/q5qbeqqzxlx89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/q5qbeqqzxlx89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hz42fc1ztmqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33321 +dcid: "dc/0hz42fc1ztmqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z2lnvetew99e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31611 +dcid: "dc/z2lnvetew99e1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gz6hchewcxbg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3333 +dcid: "dc/gz6hchewcxbg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2vb5zln114dnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/2vb5zln114dnh" + +Node: dcid:dc/pqyt1s96x8lg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/pqyt1s96x8lg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/snv4lgnv3bwf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/snv4lgnv3bwf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0gel7pz5c78lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/0gel7pz5c78lh" + +Node: dcid:dc/4xj936zm61cd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541830 +dcid: "dc/4xj936zm61cd8" + +Node: dcid:dc/ce10tdbn1x0k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/ce10tdbn1x0k2" + +Node: dcid:dc/mgve5vllnkl88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523999 +dcid: "dc/mgve5vllnkl88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/05s9kkll9tvsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44421 +dcid: "dc/05s9kkll9tvsc" + +Node: dcid:dc/dn558hmr0xyz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/dn558hmr0xyz1" + +Node: dcid:dc/05w24m0n6t758 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/05w24m0n6t758" + +Node: dcid:dc/662td976dj0ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/662td976dj0ec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s5ftjzd9hhbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/s5ftjzd9hhbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1hxq9qfvb5jjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/1hxq9qfvb5jjf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w17mg77f5yme +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2131 +dcid: "dc/w17mg77f5yme" + +Node: dcid:dc/zgsqkrg668vw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/zgsqkrg668vw5" + +Node: dcid:dc/gtw9t4xjdkm03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48691 +dcid: "dc/gtw9t4xjdkm03" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t6qgrpr6sxnyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238292 +dcid: "dc/t6qgrpr6sxnyg" + +Node: dcid:dc/jbkvrh616kxcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315999 +dcid: "dc/jbkvrh616kxcd" + +Node: dcid:dc/hs5fbjjg3bbd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/hs5fbjjg3bbd2" + +Node: dcid:dc/jzl6x671gfr49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31211 +dcid: "dc/jzl6x671gfr49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7xrcgs3pzyfjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4531 +dcid: "dc/7xrcgs3pzyfjf" + +Node: dcid:dc/fgpkbpygmb2e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424720 +dcid: "dc/fgpkbpygmb2e8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jr4hckk3b9mv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51114 +dcid: "dc/jr4hckk3b9mv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/phjs1pextkqh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/phjs1pextkqh9" + +Node: dcid:dc/df5rsv6n6exrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/df5rsv6n6exrc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7b8nee68g2476 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/7b8nee68g2476" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/05e4jwx23wjz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334519 +dcid: "dc/05e4jwx23wjz4" + +Node: dcid:dc/3kdycm6czm10d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33512 +dcid: "dc/3kdycm6czm10d" + +Node: dcid:dc/d15kqz3x8kpx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/d15kqz3x8kpx8" + +Node: dcid:dc/mvdc93rd53e87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/mvdc93rd53e87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mztmdk0hcfk5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333295 +dcid: "dc/mztmdk0hcfk5b" + +Node: dcid:dc/hh447jc4p14m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/hh447jc4p14m8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ks5bzf8ss2996 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/ks5bzf8ss2996" + +Node: dcid:dc/vfzn9bsy7q4t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33411 +dcid: "dc/vfzn9bsy7q4t6" + +Node: dcid:dc/bgdvjrpqz4wb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56174 +dcid: "dc/bgdvjrpqz4wb2" + +Node: dcid:dc/vpm9vcvrzzpr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333991 +dcid: "dc/vpm9vcvrzzpr9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hb468e10lxwpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325991 +dcid: "dc/hb468e10lxwpb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4b3g7fvbzdmf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/4b3g7fvbzdmf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5nycppdj9n4f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/5nycppdj9n4f9" + +Node: dcid:dc/734qtv0fwhkj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532112 +dcid: "dc/734qtv0fwhkj4" + +Node: dcid:dc/ct68lhcv0fcy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311520 +dcid: "dc/ct68lhcv0fcy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n1d3qbs05fcq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/n1d3qbs05fcq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5wk9j7slfrf1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/5wk9j7slfrf1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cdrthyj4wzc5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/cdrthyj4wzc5h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/csgxfgmvp73z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334412 +dcid: "dc/csgxfgmvp73z3" + +Node: dcid:dc/7b1n6efbez1d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1123 +dcid: "dc/7b1n6efbez1d1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/82k7r3yvk53c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326150 +dcid: "dc/82k7r3yvk53c6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhpdpzhetf348 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325612 +dcid: "dc/jhpdpzhetf348" + +Node: dcid:dc/l18rktsm4cxe5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44313 +dcid: "dc/l18rktsm4cxe5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0q7wl6hnjwgw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/0q7wl6hnjwgw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k2gt29420twvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339114 +dcid: "dc/k2gt29420twvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mq2x2pzme3yfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/mq2x2pzme3yfh" + +Node: dcid:dc/726szqznsf171 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424690 +dcid: "dc/726szqznsf171" + +Node: dcid:dc/l3syk2zv8mcl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336322 +dcid: "dc/l3syk2zv8mcl9" + +Node: dcid:dc/e6defvqzb0xw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/e6defvqzb0xw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zyrvjzkqbg0vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423140 +dcid: "dc/zyrvjzkqbg0vb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ydkj0jsgktxjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/ydkj0jsgktxjf" + +Node: dcid:dc/qcvbr8nvdh6b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/qcvbr8nvdh6b7" + +Node: dcid:dc/fdff8bs89wz28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48691 +dcid: "dc/fdff8bs89wz28" + +Node: dcid:dc/d6556jnqy42p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/d6556jnqy42p4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llc5w954mcfh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611511 +dcid: "dc/llc5w954mcfh9" + +Node: dcid:dc/fzbhgf1zrnvc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/fzbhgf1zrnvc6" + +Node: dcid:dc/8glyd6grhwc99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/8glyd6grhwc99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yxvy4471rby04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/yxvy4471rby04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r0s973slrx818 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321219 +dcid: "dc/r0s973slrx818" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jym6b4ngwkhc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333220 +dcid: "dc/jym6b4ngwkhc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n7r9vtyzmxffg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/n7r9vtyzmxffg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6bzq4thxj8875 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/6bzq4thxj8875" + +Node: dcid:dc/kfkxk4m62dyc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333996 +dcid: "dc/kfkxk4m62dyc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kc3rgt8x66v71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3279 +dcid: "dc/kc3rgt8x66v71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e6s5fs9dr1pvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/e6s5fs9dr1pvc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j94c0t0j9fh9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238911 +dcid: "dc/j94c0t0j9fh9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4nnfy0s5v971h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523120 +dcid: "dc/4nnfy0s5v971h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qzk0p8nqs6ym1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31412 +dcid: "dc/qzk0p8nqs6ym1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/52wdvn749ej2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/52wdvn749ej2f" + +Node: dcid:dc/qfj5rhjdgcbg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/qfj5rhjdgcbg4" + +Node: dcid:dc/rn1qgf4609hhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/rn1qgf4609hhd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zx7k3xpmmepe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/zx7k3xpmmepe1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3206qsbq4r912 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/3206qsbq4r912" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xzfp78bq5ekm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311221 +dcid: "dc/xzfp78bq5ekm2" + +Node: dcid:dc/mcjc7wkz1q19d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53242 +dcid: "dc/mcjc7wkz1q19d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b58vy6ymcvm98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/b58vy6ymcvm98" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fz1h5zpvyzjq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238122 +dcid: "dc/fz1h5zpvyzjq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x8j2dqcwc1mff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3255 +dcid: "dc/x8j2dqcwc1mff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nmncplhr93mxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315239 +dcid: "dc/nmncplhr93mxd" + +Node: dcid:dc/l2j8nvlg3e417 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/l2j8nvlg3e417" + +Node: dcid:dc/n8fkwlnyqesq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/n8fkwlnyqesq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gfn3y7cc6grz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336412 +dcid: "dc/gfn3y7cc6grz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n0n3rx67f9cj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332999 +dcid: "dc/n0n3rx67f9cj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wb1q48lj5b419 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/wb1q48lj5b419" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtzxzhk9g83fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31199 +dcid: "dc/jtzxzhk9g83fg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fmgz196pxpvl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33121 +dcid: "dc/fmgz196pxpvl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ff57tvrpnzrk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/ff57tvrpnzrk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s4wdj513fh4q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/s4wdj513fh4q4" + +Node: dcid:dc/zk0p6j3gexzv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/zk0p6j3gexzv" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r4ftx2dm2331c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/r4ftx2dm2331c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lfpw4dbhhg1tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448310 +dcid: "dc/lfpw4dbhhg1tf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yn4r7dt534ey8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/yn4r7dt534ey8" + +Node: dcid:dc/ydwhg26flmr1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/ydwhg26flmr1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t6e3gw9c24f7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323121 +dcid: "dc/t6e3gw9c24f7d" + +Node: dcid:dc/tfsbx214pr6wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541860 +dcid: "dc/tfsbx214pr6wd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27bed9ef719c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3336 +dcid: "dc/27bed9ef719c7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/etxxejhkdjn41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423430 +dcid: "dc/etxxejhkdjn41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgnq8hbwh2mf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/lgnq8hbwh2mf1" + +Node: dcid:dc/ew6twgegq371g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313320 +dcid: "dc/ew6twgegq371g" + +Node: dcid:dc/lbh98dq73j235 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/lbh98dq73j235" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwjnfkr1ln39b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21239 +dcid: "dc/mwjnfkr1ln39b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6l5dv34de4nv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551114 +dcid: "dc/6l5dv34de4nv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8zd29xyfp337d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/8zd29xyfp337d" + +Node: dcid:dc/sx3nsew3nfhx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/sx3nsew3nfhx5" + +Node: dcid:dc/240mqxbzq9gb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/240mqxbzq9gb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9z058c4cq0p61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334611 +dcid: "dc/9z058c4cq0p61" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8mdhesvd4grc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332321 +dcid: "dc/8mdhesvd4grc7" + +Node: dcid:dc/19xdel8z65bzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/19xdel8z65bzb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nsg9p9ny00379 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/nsg9p9ny00379" + +Node: dcid:dc/k17xrkk3185e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/k17xrkk3185e2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fs5qxdbzybf76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/fs5qxdbzybf76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p10jsdnfm2ng2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/p10jsdnfm2ng2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hllnywqdbe016 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/hllnywqdbe016" + +Node: dcid:dc/spef6z1cg6qy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/spef6z1cg6qy8" + +Node: dcid:dc/rkb0gc6781775 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541420 +dcid: "dc/rkb0gc6781775" + +Node: dcid:dc/t8nls4nrr6k4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/t8nls4nrr6k4c" + +Node: dcid:dc/1ym9cvk07xyt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/1ym9cvk07xyt3" + +Node: dcid:dc/53fzlb0bv54yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424950 +dcid: "dc/53fzlb0bv54yd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/111r4rqs34stb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334419 +dcid: "dc/111r4rqs34stb" + +Node: dcid:dc/vr6hwqdjy2ft7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/vr6hwqdjy2ft7" + +Node: dcid:dc/n3gz6kdrszr57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518111 +dcid: "dc/n3gz6kdrszr57" + +Node: dcid:dc/5kf6dg2xgtp4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/5kf6dg2xgtp4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/redllh43nqvd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/redllh43nqvd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t8rlh3bsqhrhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/t8rlh3bsqhrhd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ksgnjdl7fc39f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111160 +dcid: "dc/ksgnjdl7fc39f" + +Node: dcid:dc/qfylqvr964d26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812331 +dcid: "dc/qfylqvr964d26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wjjezs6d3nzk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/wjjezs6d3nzk7" + +Node: dcid:dc/z1p7zw55m68t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42433 +dcid: "dc/z1p7zw55m68t" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/57j5xs7msy9j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448110 +dcid: "dc/57j5xs7msy9j1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/84jntfxxg6r6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8141 +dcid: "dc/84jntfxxg6r6f" + +Node: dcid:dc/8v4j5gcn5td04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42384 +dcid: "dc/8v4j5gcn5td04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qbqs18l5721g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326113 +dcid: "dc/qbqs18l5721g6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/het9ygg94r771 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/het9ygg94r771" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lqrstm16c5ky1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81411 +dcid: "dc/lqrstm16c5ky1" + +Node: dcid:dc/vkkqt6ztx8d64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/vkkqt6ztx8d64" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/67zd9b0hly8cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/67zd9b0hly8cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3tlxx053vzdr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/3tlxx053vzdr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvwemj9bhd4z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/bvwemj9bhd4z" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xxwx9pnd9pt3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/xxwx9pnd9pt3c" + +Node: dcid:dc/8hb32x8rxhf44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316999 +dcid: "dc/8hb32x8rxhf44" + +Node: dcid:dc/bgkr1025t2n02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33392 +dcid: "dc/bgkr1025t2n02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8g5yfdep17p63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/8g5yfdep17p63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xh3dv2qwmt4r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/xh3dv2qwmt4r8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/drjkpht5m594b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519110 +dcid: "dc/drjkpht5m594b" + +Node: dcid:dc/pjqm7vm1k7eb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333613 +dcid: "dc/pjqm7vm1k7eb7" + +Node: dcid:dc/mq5gbbsnb60y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/mq5gbbsnb60y8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fzdtjgjx7nrt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/fzdtjgjx7nrt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5enheg90n0yh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/5enheg90n0yh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fvd44wbq4nw13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/fvd44wbq4nw13" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rfw7c3lm583c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/rfw7c3lm583c2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/efxntg1619tb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/efxntg1619tb8" + +Node: dcid:dc/qlsvbnedprd94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/qlsvbnedprd94" + +Node: dcid:dc/3qqqbrgdmkyjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334112 +dcid: "dc/3qqqbrgdmkyjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4m0kjexjq02k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111336 +dcid: "dc/4m0kjexjq02k9" + +Node: dcid:dc/66wqy6lhegm93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/66wqy6lhegm93" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b30w0evhb0yb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/b30w0evhb0yb5" + +Node: dcid:dc/pd4hnzw7s0x55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/pd4hnzw7s0x55" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t9l7l9nwtsbw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31521 +dcid: "dc/t9l7l9nwtsbw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8656j4qbc0b04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313312 +dcid: "dc/8656j4qbc0b04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m11pbdzyy9ywf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314110 +dcid: "dc/m11pbdzyy9ywf" + +Node: dcid:dc/vpfms9sb22nq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/vpfms9sb22nq8" + +Node: dcid:dc/tecmg5n3zvgt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333993 +dcid: "dc/tecmg5n3zvgt8" + +Node: dcid:dc/h51g28mhmnnm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/h51g28mhmnnm7" + +Node: dcid:dc/hzlqtt6e9nd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/hzlqtt6e9nd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q7xly7066mvm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313230 +dcid: "dc/q7xly7066mvm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pcs6ycnnp24b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334412 +dcid: "dc/pcs6ycnnp24b1" + +Node: dcid:dc/nqsyf108hvqf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/nqsyf108hvqf5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l2mnk7dzljyb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/l2mnk7dzljyb1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w8wbby6jpxbf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/w8wbby6jpxbf1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xt2gb1sfdln34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/xt2gb1sfdln34" + +Node: dcid:dc/s3c9ybebm4zk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/s3c9ybebm4zk1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27xhd2kc79kkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32222 +dcid: "dc/27xhd2kc79kkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/83qjy5y0h3kx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49211 +dcid: "dc/83qjy5y0h3kx3" + +Node: dcid:dc/zexf5l3k4n6p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523120 +dcid: "dc/zexf5l3k4n6p" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g21hphmv651p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/g21hphmv651p1" + +Node: dcid:dc/lcxkz1fpw8mq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/lcxkz1fpw8mq4" + +Node: dcid:dc/4t2tyb17e0w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56145 +dcid: "dc/4t2tyb17e0w9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5d0356np543p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111336 +dcid: "dc/5d0356np543p8" + +Node: dcid:dc/qwlr9bvphs6bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/qwlr9bvphs6bf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8r41sjge3tl71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/8r41sjge3tl71" + +Node: dcid:dc/0v7s5ftge1dp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/0v7s5ftge1dp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lchyg8q1r1y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321992 +dcid: "dc/lchyg8q1r1y2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j18x4hqtdk987 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/j18x4hqtdk987" + +Node: dcid:dc/jrr2te79gnsch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/jrr2te79gnsch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f2zvylj8795ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/f2zvylj8795ph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5c433yhp5l9tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44832 +dcid: "dc/5c433yhp5l9tc" + +Node: dcid:dc/yrphnps3k5he4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31521 +dcid: "dc/yrphnps3k5he4" + +Node: dcid:dc/ywsqg8r574p26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/ywsqg8r574p26" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/69hpz1rnv4wr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/69hpz1rnv4wr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hw10rrfnh4h48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/hw10rrfnh4h48" + +Node: dcid:dc/nf5mxxfxdzq64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325120 +dcid: "dc/nf5mxxfxdzq64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8chx94zp14kn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/8chx94zp14kn7" + +Node: dcid:dc/nn8nvbjq4qyy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332312 +dcid: "dc/nn8nvbjq4qyy" + +Node: dcid:dc/hhgqp425c9gf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31122 +dcid: "dc/hhgqp425c9gf5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xtgxnmjy0qjvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/xtgxnmjy0qjvg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kd4y4js8npccg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/kd4y4js8npccg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8vlt9ssdhp2tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/8vlt9ssdhp2tf" + +Node: dcid:dc/7evx5tsrfwdq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33151 +dcid: "dc/7evx5tsrfwdq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gdb7rm399296 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33791 +dcid: "dc/gdb7rm399296" + +Node: dcid:dc/c279rk3bbm7jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32561 +dcid: "dc/c279rk3bbm7jf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mnk5ndwr8j9k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448210 +dcid: "dc/mnk5ndwr8j9k1" + +Node: dcid:dc/154z28hh8kkp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/154z28hh8kkp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3py2w2vblybw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/3py2w2vblybw" + +Node: dcid:dc/byfkzc4txqhe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/byfkzc4txqhe" + +Node: dcid:dc/5phgdd3nw3pqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332321 +dcid: "dc/5phgdd3nw3pqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dxjhbjfz1ksjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52314 +dcid: "dc/dxjhbjfz1ksjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h0wm0mg9zre7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42333 +dcid: "dc/h0wm0mg9zre7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmy5z0gbtdppg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/hmy5z0gbtdppg" + +Node: dcid:dc/hnh9ldw5ph618 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3311 +dcid: "dc/hnh9ldw5ph618" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4db7ddgmlx421 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32192 +dcid: "dc/4db7ddgmlx421" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ze0x09cex0ej7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326291 +dcid: "dc/ze0x09cex0ej7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xgb4j40rxdmlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/xgb4j40rxdmlc" + +Node: dcid:dc/7svdqt4r4gh1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/7svdqt4r4gh1d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e9rvehgcbrh5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/e9rvehgcbrh5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6j6t245z7myl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/6j6t245z7myl8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/59ygkqk5qygq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/59ygkqk5qygq1" + +Node: dcid:dc/x50cyh244dxj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/x50cyh244dxj8" + +Node: dcid:dc/j2f2qbkg26w3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423720 +dcid: "dc/j2f2qbkg26w3h" + +Node: dcid:dc/pxccrm6swd9m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423860 +dcid: "dc/pxccrm6swd9m2" + +Node: dcid:dc/cbym1yjlw5rwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/cbym1yjlw5rwc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f6ehkj226hqxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/f6ehkj226hqxh" + +Node: dcid:dc/x142k9g563sc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32552 +dcid: "dc/x142k9g563sc9" + +Node: dcid:dc/ntbtwrk2c1902 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/ntbtwrk2c1902" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3ndbh5b1qqrsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/3ndbh5b1qqrsb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z5f33zgqnq4w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3391 +dcid: "dc/z5f33zgqnq4w" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6hz7q4xs4mt2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/6hz7q4xs4mt2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nmyxj7y978h7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/nmyxj7y978h7b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/czcngtz5qds6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/czcngtz5qds6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bnsmwr7q0dh74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/814 +dcid: "dc/bnsmwr7q0dh74" + +Node: dcid:dc/0vjbefh1y1bdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/0vjbefh1y1bdd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddv920ebc8m3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/ddv920ebc8m3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xcp5kyxjenr43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/xcp5kyxjenr43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjzzv3j2123jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/vjzzv3j2123jb" + +Node: dcid:dc/2p9e6ke3xx0cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326140 +dcid: "dc/2p9e6ke3xx0cb" + +Node: dcid:dc/6vt1131q1g6s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42411 +dcid: "dc/6vt1131q1g6s7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d0se7q8p3c6s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/d0se7q8p3c6s8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wjd102e0cptj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/wjd102e0cptj1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j156sqzr0sbh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44112 +dcid: "dc/j156sqzr0sbh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6erlvc7mhgcq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/6erlvc7mhgcq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qs3t6dqzkl658 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/qs3t6dqzkl658" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ve42hxrqtgx47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/ve42hxrqtgx47" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j3bgfgbz0x647 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/j3bgfgbz0x647" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/21demjzgb5bf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238192 +dcid: "dc/21demjzgb5bf4" + +Node: dcid:dc/b0j988cngxk4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/b0j988cngxk4b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9lg5c3406vrtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/9lg5c3406vrtc" + +Node: dcid:dc/fcc4xq5090pbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/fcc4xq5090pbc" + +Node: dcid:dc/k724f04lnfz95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4232 +dcid: "dc/k724f04lnfz95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s432by3dh5bg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/s432by3dh5bg1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e36plsswwnepg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3279 +dcid: "dc/e36plsswwnepg" + +Node: dcid:dc/m9qs7hpm05sqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/m9qs7hpm05sqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1yzznkk1vrm24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/1yzznkk1vrm24" + +Node: dcid:dc/wtdppjznqld65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/wtdppjznqld65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rrk8dxbcmns6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/rrk8dxbcmns6g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rdmdtf5hbjbyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/rdmdtf5hbjbyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/53gq3r0n3enw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332321 +dcid: "dc/53gq3r0n3enw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d2e8k875bznsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311919 +dcid: "dc/d2e8k875bznsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kpjtdqy35yepb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483211 +dcid: "dc/kpjtdqy35yepb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwwcwt73n1r99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523140 +dcid: "dc/kwwcwt73n1r99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rqyvxk5ff1ck +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/rqyvxk5ff1ck" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hrfyd52c9p3p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333613 +dcid: "dc/hrfyd52c9p3p4" + +Node: dcid:dc/5y3cp84rqsx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32199 +dcid: "dc/5y3cp84rqsx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5gc9ferj2pj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423310 +dcid: "dc/p5gc9ferj2pj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5v92yqcxepcf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/5v92yqcxepcf4" + +Node: dcid:dc/l6rhsmpy93sz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/l6rhsmpy93sz6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hjb1j4fx070z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621320 +dcid: "dc/hjb1j4fx070z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9tm7deqmh9fq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31111 +dcid: "dc/9tm7deqmh9fq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zfkcjwcw5ggm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/zfkcjwcw5ggm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7vn882r9newg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/p7vn882r9newg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qzebdsb63mzvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331423 +dcid: "dc/qzebdsb63mzvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dd453evh6hpvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523120 +dcid: "dc/dd453evh6hpvh" + +Node: dcid:dc/dy6tep9cp9cnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32791 +dcid: "dc/dy6tep9cp9cnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g9zp87h4pk1f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/g9zp87h4pk1f3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bsppvcs3xykf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/1bsppvcs3xykf" + +Node: dcid:dc/hrbhy6d2en446 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423850 +dcid: "dc/hrbhy6d2en446" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/djmgj8nx8pbq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/djmgj8nx8pbq9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k9gxkntch6mmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/k9gxkntch6mmf" + +Node: dcid:dc/8mrbv307cr6mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/8mrbv307cr6mf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q4bkhbsw5hc71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/q4bkhbsw5hc71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kppq1p9gp0m9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/kppq1p9gp0m9f" + +Node: dcid:dc/bzcf72yej71s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/bzcf72yej71s" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mqmr6zjmm0gc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33635 +dcid: "dc/mqmr6zjmm0gc7" + +Node: dcid:dc/3yyd7x1c4y3c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3255 +dcid: "dc/3yyd7x1c4y3c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ymkpdze5d5cy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551111 +dcid: "dc/ymkpdze5d5cy" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjhfn7zr3s2h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/xjhfn7zr3s2h2" + +Node: dcid:dc/m9kngshceh89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/m9kngshceh89" + +Node: dcid:dc/llfyjr12z8603 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/llfyjr12z8603" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zc0mzdfvcgsj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/zc0mzdfvcgsj2" + +Node: dcid:dc/3lgrczgmrepgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/3lgrczgmrepgc" + +Node: dcid:dc/tnyv8edhmflg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44812 +dcid: "dc/tnyv8edhmflg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19l0b9pb1vge5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4246 +dcid: "dc/19l0b9pb1vge5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sx9gcvex855p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/sx9gcvex855p9" + +Node: dcid:dc/1fy9mh75bmh6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325311 +dcid: "dc/1fy9mh75bmh6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ggps56k2rkyqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42311 +dcid: "dc/ggps56k2rkyqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8rekybjdtee9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/k8rekybjdtee9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7yt94zvd5fgpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/7yt94zvd5fgpb" + +Node: dcid:dc/0bwqw6sfvksh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/0bwqw6sfvksh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xyxely3vmqce2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/xyxely3vmqce2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4ymk105sftk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/f4ymk105sftk1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hcqvmjqegm6s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/hcqvmjqegm6s1" + +Node: dcid:dc/ylkgt1cxwq78b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/ylkgt1cxwq78b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j9ps5vkgepxec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424720 +dcid: "dc/j9ps5vkgepxec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z9bwnszy3w3db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/z9bwnszy3w3db" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/08ljx8gb47fbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/08ljx8gb47fbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ktbdrtmm6mbc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/ktbdrtmm6mbc8" + +Node: dcid:dc/81kpxgmctjqw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52314 +dcid: "dc/81kpxgmctjqw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5jj5fxfzbqd24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11133 +dcid: "dc/5jj5fxfzbqd24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mhds7rcqxed53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424920 +dcid: "dc/mhds7rcqxed53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3l0116wk7r2k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/3l0116wk7r2k2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ny0r9llf3ny46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/ny0r9llf3ny46" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5d5eccxpdr098 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327320 +dcid: "dc/5d5eccxpdr098" + +Node: dcid:dc/t7fdl75mj4k34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/t7fdl75mj4k34" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fvrkg7y7tp1h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/fvrkg7y7tp1h1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eemktlkyywgsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311812 +dcid: "dc/eemktlkyywgsb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/btc85kc7dchw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/btc85kc7dchw3" + +Node: dcid:dc/fy9mldkd6pkg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/fy9mldkd6pkg9" + +Node: dcid:dc/24gjj0vje08m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32419 +dcid: "dc/24gjj0vje08m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftbf4754f68e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/ftbf4754f68e7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t95v9z3t6yq48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/t95v9z3t6yq48" + +Node: dcid:dc/q3t87kk33j8jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/q3t87kk33j8jg" + +Node: dcid:dc/psv3v0wx10sn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81411 +dcid: "dc/psv3v0wx10sn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jqjv1qj9tg17d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/jqjv1qj9tg17d" + +Node: dcid:dc/jhlfdjj541tp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/jhlfdjj541tp6" + +Node: dcid:dc/kxsqyrch0py7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423720 +dcid: "dc/kxsqyrch0py7c" + +Node: dcid:dc/q6y6qrvwrszj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551111 +dcid: "dc/q6y6qrvwrszj2" + +Node: dcid:dc/bchgnjk706zc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424340 +dcid: "dc/bchgnjk706zc5" + +Node: dcid:dc/8h09zsz7nxb01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42386 +dcid: "dc/8h09zsz7nxb01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/06w9kw57glw08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/06w9kw57glw08" + +Node: dcid:dc/jstvc98ghtf32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/jstvc98ghtf32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kysv8dyj4eyw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339992 +dcid: "dc/kysv8dyj4eyw9" + +Node: dcid:dc/6qqs55qwcge71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336399 +dcid: "dc/6qqs55qwcge71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jx94rnynnklzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313230 +dcid: "dc/jx94rnynnklzf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/khmtex6lwe19b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33632 +dcid: "dc/khmtex6lwe19b" + +Node: dcid:dc/2746bhwk5z257 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/2746bhwk5z257" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fn6e58dm260m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44112 +dcid: "dc/fn6e58dm260m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kr7zwe2j9zmm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/kr7zwe2j9zmm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cbryfs2q87y95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/cbryfs2q87y95" + +Node: dcid:dc/ylzqvrnccblxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524127 +dcid: "dc/ylzqvrnccblxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2lr10d17yt5zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/2lr10d17yt5zg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hr3jcbd22ehbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33631 +dcid: "dc/hr3jcbd22ehbc" + +Node: dcid:dc/63qweftb9zytf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/63qweftb9zytf" + +Node: dcid:dc/szjvm0jc4l039 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42447 +dcid: "dc/szjvm0jc4l039" + +Node: dcid:dc/7s2kvv2gmsns6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/7s2kvv2gmsns6" + +Node: dcid:dc/3qe8jsj152g82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423840 +dcid: "dc/3qe8jsj152g82" + +Node: dcid:dc/vnwnydz45ezn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441320 +dcid: "dc/vnwnydz45ezn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6e8cpwrfl7tj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/6e8cpwrfl7tj1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nzxsd575wser9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/nzxsd575wser9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9zbkxj9dm6nzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424460 +dcid: "dc/9zbkxj9dm6nzb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nwwk2wsh88vjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/nwwk2wsh88vjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cgye8le9jhp9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115114 +dcid: "dc/cgye8le9jhp9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tbsws9y2l7beg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/tbsws9y2l7beg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9fqxk5xckp2hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/9fqxk5xckp2hd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/plelbrdf023r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/plelbrdf023r2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5z1f37djsz013 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42343 +dcid: "dc/5z1f37djsz013" + +Node: dcid:dc/tytwl9nccd0jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/tytwl9nccd0jg" + +Node: dcid:dc/1fx03x6c4l379 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334514 +dcid: "dc/1fx03x6c4l379" + +Node: dcid:dc/chmjs81h40rv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/chmjs81h40rv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lc96exwqsddzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/lc96exwqsddzd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7pjzhlbkzcw9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42362 +dcid: "dc/7pjzhlbkzcw9g" + +Node: dcid:dc/tgpzfx734k3ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/tgpzfx734k3ld" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nj6888vg7fc3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333294 +dcid: "dc/nj6888vg7fc3d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vfqjp5mz7cdq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541930 +dcid: "dc/vfqjp5mz7cdq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j383weymcrw1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52312 +dcid: "dc/j383weymcrw1d" + +Node: dcid:dc/cbjcqd6xzbcr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56174 +dcid: "dc/cbjcqd6xzbcr1" + +Node: dcid:dc/8c9q0rc2x2nr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/8c9q0rc2x2nr2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yhhqq54jj85j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/yhhqq54jj85j4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q40042mxsxw5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423620 +dcid: "dc/q40042mxsxw5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hffrr50n5jyk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/hffrr50n5jyk7" + +Node: dcid:dc/ql9h20zv3lc34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33261 +dcid: "dc/ql9h20zv3lc34" + +Node: dcid:dc/6c29rr13kerl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/6c29rr13kerl5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xdywvp7ej8lk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335122 +dcid: "dc/xdywvp7ej8lk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1sfsmk4755szc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/1sfsmk4755szc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ew81qjybxev85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33149 +dcid: "dc/ew81qjybxev85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qeybcgjl25tph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/qeybcgjl25tph" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xe6j6lk3rrrp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/xe6j6lk3rrrp9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8yevt4dq92t62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/8yevt4dq92t62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b08lmntzppltc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/b08lmntzppltc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xr0em47t45rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/xr0em47t45rg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wd7mebt8cx3z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/wd7mebt8cx3z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k6gv5p2wtmtl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/k6gv5p2wtmtl1" + +Node: dcid:dc/vyh3wzetz9qe6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/vyh3wzetz9qe6" + +Node: dcid:dc/jk70b4034f6mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327332 +dcid: "dc/jk70b4034f6mc" + +Node: dcid:dc/bpq652wyr5642 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32711 +dcid: "dc/bpq652wyr5642" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dhzwhwvc7r0x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/dhzwhwvc7r0x7" + +Node: dcid:dc/1n9gs9q5y05sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212210 +dcid: "dc/1n9gs9q5y05sc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qw0kbr1ze3sg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321920 +dcid: "dc/qw0kbr1ze3sg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6xw8nv92qh26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/m6xw8nv92qh26" + +Node: dcid:dc/34f6fxprvhjc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/34f6fxprvhjc2" + +Node: dcid:dc/bkgbbqg4h2rx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/bkgbbqg4h2rx4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/egt3q3g4v0dfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42433 +dcid: "dc/egt3q3g4v0dfh" + +Node: dcid:dc/ewmx9s6xjffx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3333 +dcid: "dc/ewmx9s6xjffx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2j0ymqg42fq64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/2j0ymqg42fq64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0g67n2cwcjggd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3262 +dcid: "dc/0g67n2cwcjggd" + +Node: dcid:dc/yz2bxxzcsr3g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/yz2bxxzcsr3g6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2213j845gzhx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441229 +dcid: "dc/2213j845gzhx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2l1v5wh7rtjg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/2l1v5wh7rtjg1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t5ewqrjz3lk04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/t5ewqrjz3lk04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kk7zpq4z9s9x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321911 +dcid: "dc/kk7zpq4z9s9x9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xgx04lbbv13d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/xgx04lbbv13d3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qk71v75cg4tjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/qk71v75cg4tjc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3pwx7c5pf9sfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/3pwx7c5pf9sfg" + +Node: dcid:dc/f8egd62ffm9k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/f8egd62ffm9k7" + +Node: dcid:dc/hlgl7ddgltld9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/hlgl7ddgltld9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lljn9s57z3ys9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23817 +dcid: "dc/lljn9s57z3ys9" + +Node: dcid:dc/ehtzfgyjrde1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/ehtzfgyjrde1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/28rrf871m77z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/28rrf871m77z1" + +Node: dcid:dc/d9lfrh8p9vjvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/d9lfrh8p9vjvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3kw6e23lzhyb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314991 +dcid: "dc/3kw6e23lzhyb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5hg4p02p6sp35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/5hg4p02p6sp35" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/87n8529tcrpb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32121 +dcid: "dc/87n8529tcrpb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1nj13r1gs8yc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812331 +dcid: "dc/1nj13r1gs8yc2" + +Node: dcid:dc/b1kgh2kym0hw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3279 +dcid: "dc/b1kgh2kym0hw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w0slc8wjrnrf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/w0slc8wjrnrf3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/etn6pxrcd5h67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/etn6pxrcd5h67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xp4b9bpmjwmy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/xp4b9bpmjwmy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9926pgj90cpe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524127 +dcid: "dc/9926pgj90cpe7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3kknr1xhqtmd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/3kknr1xhqtmd1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mjb6j96fqrds3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444210 +dcid: "dc/mjb6j96fqrds3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m9e4k2z1rlyf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/m9e4k2z1rlyf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2cqgy9v22rl09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/2cqgy9v22rl09" + +Node: dcid:dc/cfnn22y8ln1q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32512 +dcid: "dc/cfnn22y8ln1q3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ljxventlpv6m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333111 +dcid: "dc/ljxventlpv6m3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k86zjbr0ssjw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/k86zjbr0ssjw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/863eeyrfkl3g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/533 +dcid: "dc/863eeyrfkl3g3" + +Node: dcid:dc/2bxrd2x9rs6vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/2bxrd2x9rs6vd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vzn2dx0j2nmzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/vzn2dx0j2nmzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/79mfhwcdez426 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/79mfhwcdez426" + +Node: dcid:dc/y90pppc3gde0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/y90pppc3gde0b" + +Node: dcid:dc/x8z3g9ld2bt06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453310 +dcid: "dc/x8z3g9ld2bt06" + +Node: dcid:dc/1lndepqtr2nfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/1lndepqtr2nfd" + +Node: dcid:dc/hd0rqw8wdx5j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339920 +dcid: "dc/hd0rqw8wdx5j3" + +Node: dcid:dc/7czzvy9blz5e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3161 +dcid: "dc/7czzvy9blz5e1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nh8f9zcejf757 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/nh8f9zcejf757" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27crls2fjcwk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/27crls2fjcwk7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3rgqngfv8slq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316991 +dcid: "dc/3rgqngfv8slq3" + +Node: dcid:dc/0vxjrn5r382b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326121 +dcid: "dc/0vxjrn5r382b4" + +Node: dcid:dc/3w478p7tnh3h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/3w478p7tnh3h9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6plcly1eggkb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333291 +dcid: "dc/6plcly1eggkb6" + +Node: dcid:dc/m6b7rzhxvre07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32521 +dcid: "dc/m6b7rzhxvre07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vrjskzrc943t2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/vrjskzrc943t2" + +Node: dcid:dc/n96eht160kz2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/n96eht160kz2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/239nvkqnpkh63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/239nvkqnpkh63" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kwcg0nvg08nh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/kwcg0nvg08nh6" + +Node: dcid:dc/6gy9zp6q4jnx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339920 +dcid: "dc/6gy9zp6q4jnx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bjyp62q0wvgy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/bjyp62q0wvgy3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7f0sctyqj5bl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/7f0sctyqj5bl6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/njdpqd3vdxwmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/njdpqd3vdxwmb" + +Node: dcid:dc/kqvstbv3s7ns9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/kqvstbv3s7ns9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vqfjjkqv9z5vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/vqfjjkqv9z5vg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s4rnjccv7tpj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/s4rnjccv7tpj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p22lfzqz321qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/p22lfzqz321qb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hfj3vmbzxgqm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/hfj3vmbzxgqm2" + +Node: dcid:dc/8f356cqgqhx2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112920 +dcid: "dc/8f356cqgqhx2c" + +Node: dcid:dc/81cnr6ecjbe48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/81cnr6ecjbe48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5r61w0c85tkr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112310 +dcid: "dc/5r61w0c85tkr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6gs8dqw52dl67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/6gs8dqw52dl67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jcpd07srxcnp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424460 +dcid: "dc/jcpd07srxcnp" + +Node: dcid:dc/lmpgsf6y8z7z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/lmpgsf6y8z7z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6xrr7xnf75gq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31191 +dcid: "dc/6xrr7xnf75gq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cbcv8h910rmg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/cbcv8h910rmg7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j7mhw4qbpc77d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/j7mhw4qbpc77d" + +Node: dcid:dc/xhvzlvbrl69lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333298 +dcid: "dc/xhvzlvbrl69lh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e52qzmy0glsn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/e52qzmy0glsn7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j9qx935hn9xzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11193 +dcid: "dc/j9qx935hn9xzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmcem304esry +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333923 +dcid: "dc/hmcem304esry" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3qh0ps53z8gdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333313 +dcid: "dc/3qh0ps53z8gdb" + +Node: dcid:dc/2971zfvk5vsp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/2971zfvk5vsp2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8v95vz174spl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/8v95vz174spl1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s43yjhxpg9f0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/s43yjhxpg9f0d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2jfpk58s8srvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/2jfpk58s8srvg" + +Node: dcid:dc/xy6zj788xzxw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33631 +dcid: "dc/xy6zj788xzxw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rf87k4bf3lxl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/rf87k4bf3lxl8" + +Node: dcid:dc/hlmn5q00p2p75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424340 +dcid: "dc/hlmn5q00p2p75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/plmwwnynw2qkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339992 +dcid: "dc/plmwwnynw2qkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yzphb44mll9vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/yzphb44mll9vg" + +Node: dcid:dc/rsx7dt36f94s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238132 +dcid: "dc/rsx7dt36f94s9" + +Node: dcid:dc/wsegd1g8gqj9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334419 +dcid: "dc/wsegd1g8gqj9g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7tjsjnez3yd97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321920 +dcid: "dc/7tjsjnez3yd97" + +Node: dcid:dc/10ctdy8p12p26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/10ctdy8p12p26" + +Node: dcid:dc/znpwhpxcxfck1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/znpwhpxcxfck1" + +Node: dcid:dc/v3kmj5lmdq0w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/v3kmj5lmdq0w2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mx7ynck0286h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/mx7ynck0286h4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jr1e4mkzlfrqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42433 +dcid: "dc/jr1e4mkzlfrqg" + +Node: dcid:dc/k3hvve0ebg2ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561910 +dcid: "dc/k3hvve0ebg2ph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t2syvkc0b26nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45311 +dcid: "dc/t2syvkc0b26nh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k2h1vz1qr32p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33511 +dcid: "dc/k2h1vz1qr32p" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l3fpnj50sj4c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/l3fpnj50sj4c2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tpb64zlcwl4ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/tpb64zlcwl4ef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/flj48hmt3q405 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532112 +dcid: "dc/flj48hmt3q405" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2w35clqtjnfh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423420 +dcid: "dc/2w35clqtjnfh8" + +Node: dcid:dc/wshb0rxz5xy78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335312 +dcid: "dc/wshb0rxz5xy78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gwtbryken7wk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/gwtbryken7wk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k9qcqhwfb13ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333292 +dcid: "dc/k9qcqhwfb13ff" + +Node: dcid:dc/8swytjc24lh7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42313 +dcid: "dc/8swytjc24lh7g" + +Node: dcid:dc/x5787zecgzbbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/x5787zecgzbbg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pfmevj2je3sjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45113 +dcid: "dc/pfmevj2je3sjf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fejmhlx1lzsqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238172 +dcid: "dc/fejmhlx1lzsqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7l5l1jcljnk95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423920 +dcid: "dc/7l5l1jcljnk95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e88q4kzkv7l32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451140 +dcid: "dc/e88q4kzkv7l32" + +Node: dcid:dc/cptetkh7f60z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/cptetkh7f60z3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j7v3ez9l190h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/j7v3ez9l190h4" + +Node: dcid:dc/bkv8ww42gqtcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/bkv8ww42gqtcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yflx033pw3nr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/yflx033pw3nr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/egh5t947tenv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/egh5t947tenv6" + +Node: dcid:dc/96zvb42vk27z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4482 +dcid: "dc/96zvb42vk27z7" + +Node: dcid:dc/xz2hr5rxx7hk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/xz2hr5rxx7hk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qd49c862df07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31151 +dcid: "dc/qd49c862df07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/729zd88bc8j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/729zd88bc8j6" + +Node: dcid:dc/5nwg15gxzrk19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32616 +dcid: "dc/5nwg15gxzrk19" + +Node: dcid:dc/xzq51sd619np3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/xzq51sd619np3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9652rz4m86046 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/9652rz4m86046" + +Node: dcid:dc/lzmdcn7rnsdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/lzmdcn7rnsdd" + +Node: dcid:dc/nhdh5gdpcphzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/nhdh5gdpcphzg" + +Node: dcid:dc/8rmcd8cf1p17g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/8rmcd8cf1p17g" + +Node: dcid:dc/l2vpdg2b0fsc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311830 +dcid: "dc/l2vpdg2b0fsc4" + +Node: dcid:dc/ge622kyg930l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/ge622kyg930l3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w663q730k6yvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/w663q730k6yvb" + +Node: dcid:dc/e0g524sh3zqy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/e0g524sh3zqy" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wj3fqsy4wvbe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44412 +dcid: "dc/wj3fqsy4wvbe" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/btlm7npx9qk14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/btlm7npx9qk14" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b31snwb31ehg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/b31snwb31ehg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbwhzhd77f4zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52593 +dcid: "dc/kbwhzhd77f4zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wzqgtw95h3pl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213112 +dcid: "dc/wzqgtw95h3pl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fqcmpew4vs9y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/fqcmpew4vs9y" + +Node: dcid:dc/5m3ld2h3mxqeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/5m3ld2h3mxqeh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bg1n8elgbyvr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/bg1n8elgbyvr1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n75x7j2b9flkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/n75x7j2b9flkh" + +Node: dcid:dc/jfhpn7n0tg703 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523130 +dcid: "dc/jfhpn7n0tg703" + +Node: dcid:dc/0m9bpwr9hms18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/0m9bpwr9hms18" + +Node: dcid:dc/3019gy5m3b3g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33592 +dcid: "dc/3019gy5m3b3g2" + +Node: dcid:dc/1vbn3py229pr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441320 +dcid: "dc/1vbn3py229pr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hdjpytm6k1ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42472 +dcid: "dc/hdjpytm6k1ph" + +Node: dcid:dc/k2f4p2xrxlm03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/k2f4p2xrxlm03" + +Node: dcid:dc/7wvnz5tzh01c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/7wvnz5tzh01c7" + +Node: dcid:dc/xbn7tqemegcd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111991 +dcid: "dc/xbn7tqemegcd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hecm3xlg949h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32591 +dcid: "dc/hecm3xlg949h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4wcx3y3pmr3l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321992 +dcid: "dc/4wcx3y3pmr3l" + +Node: dcid:dc/syr7l5b66yrx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441221 +dcid: "dc/syr7l5b66yrx6" + +Node: dcid:dc/kh683hn0ecky5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532310 +dcid: "dc/kh683hn0ecky5" + +Node: dcid:dc/tgk0wj97fk6gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335931 +dcid: "dc/tgk0wj97fk6gg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9pjs1bvl0eh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339999 +dcid: "dc/q9pjs1bvl0eh1" + +Node: dcid:dc/908c0lpr5f446 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/908c0lpr5f446" + +Node: dcid:dc/0yz4kxpml9zm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/0yz4kxpml9zm5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lywec9jp8p9wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334417 +dcid: "dc/lywec9jp8p9wf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9z5c3q4ndh0k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811420 +dcid: "dc/9z5c3q4ndh0k8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xcj9k788zkxc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/xcj9k788zkxc1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rmkxvgcp9qt9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336991 +dcid: "dc/rmkxvgcp9qt9g" + +Node: dcid:dc/q98qhk3nrsfk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/q98qhk3nrsfk7" + +Node: dcid:dc/8cv6rffevyhbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/8cv6rffevyhbd" + +Node: dcid:dc/4200zhkhrdfr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326130 +dcid: "dc/4200zhkhrdfr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b7dsxtv66rjx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/b7dsxtv66rjx4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/czylrxqv7ws82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322212 +dcid: "dc/czylrxqv7ws82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6skejddjdkvwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/6skejddjdkvwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xdvdqs563c7w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42432 +dcid: "dc/xdvdqs563c7w5" + +Node: dcid:dc/h3qer093qhgk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/h3qer093qhgk1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5fxvs8kywt858 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/5fxvs8kywt858" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qcjvmkvm5f02g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/qcjvmkvm5f02g" + +Node: dcid:dc/ng203267rrt0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811122 +dcid: "dc/ng203267rrt0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jcym3vk1rrtb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/jcym3vk1rrtb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4rwpqrtn3dh47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523120 +dcid: "dc/4rwpqrtn3dh47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nh527t346ssl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/nh527t346ssl1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/53g142ylp3586 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45113 +dcid: "dc/53g142ylp3586" + +Node: dcid:dc/20lpndjeqsb39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812922 +dcid: "dc/20lpndjeqsb39" + +Node: dcid:dc/42sdfvcc60ed1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/42sdfvcc60ed1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dzn031xs0s019 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339993 +dcid: "dc/dzn031xs0s019" + +Node: dcid:dc/qscwzd2fm0xz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/qscwzd2fm0xz1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2yxkb84y2vv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/2yxkb84y2vv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8hwqdytc51lfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33461 +dcid: "dc/8hwqdytc51lfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zljx16qb9drm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/zljx16qb9drm7" + +Node: dcid:dc/tde9lk4b7ydpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51224 +dcid: "dc/tde9lk4b7ydpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4fkvgwt1j824 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/g4fkvgwt1j824" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/73l65xdts0h1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/73l65xdts0h1h" + +Node: dcid:dc/fsgx41jvcwh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/fsgx41jvcwh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrsj5ksbf87r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/nrsj5ksbf87r3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kd8yxygvcx6w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23831 +dcid: "dc/kd8yxygvcx6w" + +Node: dcid:dc/dj5rme12p5ypd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/dj5rme12p5ypd" + +Node: dcid:dc/cgd8fsgjpqz7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/cgd8fsgjpqz7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/99qy52k5ysp71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3219 +dcid: "dc/99qy52k5ysp71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gyl356jvt41y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/gyl356jvt41y8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4gr8qm2hbcwj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33911 +dcid: "dc/4gr8qm2hbcwj2" + +Node: dcid:dc/52hgbw7wfxe63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5331 +dcid: "dc/52hgbw7wfxe63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c1p07v6egsqe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/c1p07v6egsqe2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lqgyjvbzyxbh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451140 +dcid: "dc/lqgyjvbzyxbh2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vq189hsn4g513 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21311 +dcid: "dc/vq189hsn4g513" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l9t21zjfm59h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424110 +dcid: "dc/l9t21zjfm59h3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/13hck7l30vj95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/13hck7l30vj95" + +Node: dcid:dc/m4bfww7p3yyd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/m4bfww7p3yyd7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gn1n1s2d392s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339114 +dcid: "dc/gn1n1s2d392s" + +Node: dcid:dc/m9znxjllhefd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42362 +dcid: "dc/m9znxjllhefd9" + +Node: dcid:dc/cywptbctlx7b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238141 +dcid: "dc/cywptbctlx7b6" + +Node: dcid:dc/v8vqlkfcvbtc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/v8vqlkfcvbtc7" + +Node: dcid:dc/nmdz7p6en2lwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332410 +dcid: "dc/nmdz7p6en2lwd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wgb3pb4ft6pfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/wgb3pb4ft6pfh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mrwsxfndw7cdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448310 +dcid: "dc/mrwsxfndw7cdf" + +Node: dcid:dc/xz9krqb7vxdw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/xz9krqb7vxdw1" + +Node: dcid:dc/w3vwg6473kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32532 +dcid: "dc/w3vwg6473kd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/epcdwbsj6z3lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532291 +dcid: "dc/epcdwbsj6z3lg" + +Node: dcid:dc/7gjx9b2v3slf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/7gjx9b2v3slf8" + +Node: dcid:dc/jrbvfdjvj1w9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32229 +dcid: "dc/jrbvfdjvj1w9f" + +Node: dcid:dc/75vjgmhz80tsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331513 +dcid: "dc/75vjgmhz80tsf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/33v37eeeqdk2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423610 +dcid: "dc/33v37eeeqdk2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8k3mjbdkqyqk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/8k3mjbdkqyqk5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vzg0vnl20znh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/vzg0vnl20znh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r3757ptw9vxk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424310 +dcid: "dc/r3757ptw9vxk2" + +Node: dcid:dc/pgkjrxbpkypfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/pgkjrxbpkypfh" + +Node: dcid:dc/gdtnp3q1mce8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/gdtnp3q1mce8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wsqrfy653ec4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/wsqrfy653ec4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k0g3dv4ddn4m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52221 +dcid: "dc/k0g3dv4ddn4m9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wyk7hemc2s0y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213 +dcid: "dc/wyk7hemc2s0y8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fkdbe9mvq8jkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112310 +dcid: "dc/fkdbe9mvq8jkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wzqmyyqv162m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327910 +dcid: "dc/wzqmyyqv162m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8tcpx3l5pc0f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56191 +dcid: "dc/8tcpx3l5pc0f9" + +Node: dcid:dc/xb72hmhts7hq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53231 +dcid: "dc/xb72hmhts7hq6" + +Node: dcid:dc/fxlhtgn6r9c71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/fxlhtgn6r9c71" + +Node: dcid:dc/gnmdjrxrg1e9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327215 +dcid: "dc/gnmdjrxrg1e9h" + +Node: dcid:dc/d4lngkbgnxlqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11212 +dcid: "dc/d4lngkbgnxlqd" + +Node: dcid:dc/p9f3yzz9764q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621391 +dcid: "dc/p9f3yzz9764q7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9hwr7g0t7bzy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/9hwr7g0t7bzy1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q7msvm92bpjk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42431 +dcid: "dc/q7msvm92bpjk9" + +Node: dcid:dc/ltwbkw1e98b1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/ltwbkw1e98b1h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s17fg28dy4dq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33633 +dcid: "dc/s17fg28dy4dq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6nq572z0tvqjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333298 +dcid: "dc/6nq572z0tvqjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zlyvq6nhrh54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/zlyvq6nhrh54" + +Node: dcid:dc/hgz3gpl15ph91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/hgz3gpl15ph91" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1p13x7e2wwpff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238291 +dcid: "dc/1p13x7e2wwpff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5624886vcb76g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/5624886vcb76g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eb6p5pe65tf01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/eb6p5pe65tf01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xlhylt0fmh7t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/xlhylt0fmh7t8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mfg3v0114nml9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/mfg3v0114nml9" + +Node: dcid:dc/yl805f9hmjyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/yl805f9hmjyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mkvmt7css361c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33231 +dcid: "dc/mkvmt7css361c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86223wb3cvwd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/86223wb3cvwd2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nxtsx1snz79c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332111 +dcid: "dc/nxtsx1snz79c7" + +Node: dcid:dc/1h02mw7pfzl76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339111 +dcid: "dc/1h02mw7pfzl76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cxv1mwjfhg7n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/cxv1mwjfhg7n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d03y1tq0hp0n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/d03y1tq0hp0n3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lyr68nm9tzel9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/lyr68nm9tzel9" + +Node: dcid:dc/fwnvl94cv7vz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/fwnvl94cv7vz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zpzrzx45d65e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/zpzrzx45d65e7" + +Node: dcid:dc/7qfk1tqdwg9hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/7qfk1tqdwg9hf" + +Node: dcid:dc/c8f78jp422466 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/c8f78jp422466" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/37tpwc9d802w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/37tpwc9d802w4" + +Node: dcid:dc/579t4wv05y3h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/579t4wv05y3h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kkws0k4eey8t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/kkws0k4eey8t5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3c2zqrv6cpdkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/3c2zqrv6cpdkh" + +Node: dcid:dc/2dt9zc2h8ggcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/2dt9zc2h8ggcg" + +Node: dcid:dc/h67dd82mze5l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/h67dd82mze5l4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jnwbhjymmes4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/jnwbhjymmes4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9kckx78tw57x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453110 +dcid: "dc/9kckx78tw57x6" + +Node: dcid:dc/np8qvzspgj3p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/np8qvzspgj3p9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15lzzsrzmdmv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238321 +dcid: "dc/15lzzsrzmdmv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kvhff2gzghmk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/kvhff2gzghmk8" + +Node: dcid:dc/z4spv29c0qb31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/z4spv29c0qb31" + +Node: dcid:dc/pnrweq9r22xhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3323 +dcid: "dc/pnrweq9r22xhc" + +Node: dcid:dc/sjb36jp90l7j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334412 +dcid: "dc/sjb36jp90l7j6" + +Node: dcid:dc/tbwe0bsqkfbec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337214 +dcid: "dc/tbwe0bsqkfbec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/614mqemr06qxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/614mqemr06qxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wtj3nm2z0n268 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/wtj3nm2z0n268" + +Node: dcid:dc/xvdpbl9dh3c44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/xvdpbl9dh3c44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0c018yhwnwwjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339950 +dcid: "dc/0c018yhwnwwjg" + +Node: dcid:dc/txlbdfe0ngw55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333111 +dcid: "dc/txlbdfe0ngw55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l86nl2cb0mey7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336330 +dcid: "dc/l86nl2cb0mey7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0k9zs4z1bpye1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333999 +dcid: "dc/0k9zs4z1bpye1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4wd9qdsm8n4pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323112 +dcid: "dc/4wd9qdsm8n4pb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y1v1nxn78r5p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/y1v1nxn78r5p5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xnc55946qqvy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321992 +dcid: "dc/xnc55946qqvy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ln9l5vb5mn96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/2ln9l5vb5mn96" + +Node: dcid:dc/lx5s23nyq0qx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/lx5s23nyq0qx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0n3fcz471ngt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332813 +dcid: "dc/0n3fcz471ngt7" + +Node: dcid:dc/g3q8qhrvyfgjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/g3q8qhrvyfgjc" + +Node: dcid:dc/mje5ejdlvermc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/mje5ejdlvermc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8v9ry28yd4er8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/8v9ry28yd4er8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/35667jyk9pt05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/35667jyk9pt05" + +Node: dcid:dc/qpj04145zgxc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44613 +dcid: "dc/qpj04145zgxc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jf870x84cg7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33632 +dcid: "dc/2jf870x84cg7d" + +Node: dcid:dc/5q2xnh02mrjv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/5q2xnh02mrjv7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3pkvsm57dv581 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/3pkvsm57dv581" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4w55f1k7l9kgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33511 +dcid: "dc/4w55f1k7l9kgf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c5y4k0zkk6kfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/c5y4k0zkk6kfg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/34sd4x70sgg62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333991 +dcid: "dc/34sd4x70sgg62" + +Node: dcid:dc/jkvqwjczjdxk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32791 +dcid: "dc/jkvqwjczjdxk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v1nl8zxmn37f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3251 +dcid: "dc/v1nl8zxmn37f6" + +Node: dcid:dc/c86wlwkce55d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332721 +dcid: "dc/c86wlwkce55d7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c79k89ty8zjhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/c79k89ty8zjhc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g0lby8k1nk2lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325211 +dcid: "dc/g0lby8k1nk2lg" + +Node: dcid:dc/nlw9hnrk5f9z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31152 +dcid: "dc/nlw9hnrk5f9z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qhnwm3yllvrm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488991 +dcid: "dc/qhnwm3yllvrm8" + +Node: dcid:dc/mxyy6kl97wb6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212111 +dcid: "dc/mxyy6kl97wb6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kvcxw37wjrd09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/kvcxw37wjrd09" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r8qb5p2b19mb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/r8qb5p2b19mb7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l2f4c075cnry1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/l2f4c075cnry1" + +Node: dcid:dc/kp8jb05ddnz7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451220 +dcid: "dc/kp8jb05ddnz7d" + +Node: dcid:dc/80qv563fvjc42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/80qv563fvjc42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c46j8dfw3w5p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238391 +dcid: "dc/c46j8dfw3w5p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qtvlql9gbd0f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424410 +dcid: "dc/qtvlql9gbd0f3" + +Node: dcid:dc/jhl0dvc38c21d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/jhl0dvc38c21d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3svcpfctsj916 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/3svcpfctsj916" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dxdfpxmjsk7j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/dxdfpxmjsk7j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ph8hwfemn268 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/5ph8hwfemn268" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jls0cb281v2w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/jls0cb281v2w4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ytyx36w35jk9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/ytyx36w35jk9g" + +Node: dcid:dc/6121zs8h46k84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32712 +dcid: "dc/6121zs8h46k84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5nwdv5hr0rweh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443112 +dcid: "dc/5nwdv5hr0rweh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xl5m58wnh11q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/xl5m58wnh11q7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p8szql8wsejzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/p8szql8wsejzh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wvfj3pz8wcfy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314991 +dcid: "dc/wvfj3pz8wcfy5" + +Node: dcid:dc/ekql70v16e6v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334417 +dcid: "dc/ekql70v16e6v3" + +Node: dcid:dc/9prvnqt6yzgh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/9prvnqt6yzgh3" + +Node: dcid:dc/k8kkjk7keqp12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/k8kkjk7keqp12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s5q5hfcqhqny7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/s5q5hfcqhqny7" + +Node: dcid:dc/2m9r04t1c2nl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/2m9r04t1c2nl9" + +Node: dcid:dc/8jtrq1z8nzrgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/8jtrq1z8nzrgd" + +Node: dcid:dc/7ldxtprcdhbp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327215 +dcid: "dc/7ldxtprcdhbp5" + +Node: dcid:dc/plg8wrb2tff4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331422 +dcid: "dc/plg8wrb2tff4c" + +Node: dcid:dc/6rkd18p4vpr1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311613 +dcid: "dc/6rkd18p4vpr1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0r9wz9jmewv6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/0r9wz9jmewv6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/97rz0tpvbs1d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31192 +dcid: "dc/97rz0tpvbs1d4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7kvgjkywvhygb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42481 +dcid: "dc/7kvgjkywvhygb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sz9fvwv6zq4k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332997 +dcid: "dc/sz9fvwv6zq4k7" + +Node: dcid:dc/rceyxgz9yzrb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322212 +dcid: "dc/rceyxgz9yzrb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vh608ehll1vv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/vh608ehll1vv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/40lv5fttn8m05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/40lv5fttn8m05" + +Node: dcid:dc/6fwpg9xcwtpm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541191 +dcid: "dc/6fwpg9xcwtpm4" + +Node: dcid:dc/2wnrqqctltjq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/2wnrqqctltjq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7f97nske41lh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311212 +dcid: "dc/7f97nske41lh6" + +Node: dcid:dc/z4pytpd3lc4v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/z4pytpd3lc4v7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l3xy192lkj9nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/l3xy192lkj9nd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0v9mnc6km5zk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/0v9mnc6km5zk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b83l2qq3xjjhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52593 +dcid: "dc/b83l2qq3xjjhf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fd33657d8x0j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/fd33657d8x0j8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4cptlv87h84pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/4cptlv87h84pd" + +Node: dcid:dc/8zksxrycc570c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/8zksxrycc570c" + +Node: dcid:dc/4s5v7v6r3hbh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448110 +dcid: "dc/4s5v7v6r3hbh4" + +Node: dcid:dc/ld5f4smnkyjeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327331 +dcid: "dc/ld5f4smnkyjeh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ecncsjgp57rk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325612 +dcid: "dc/ecncsjgp57rk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hj5fxldygwhx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/hj5fxldygwhx3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/17eg6cs447044 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/17eg6cs447044" + +Node: dcid:dc/3zf9y0hdgft73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33431 +dcid: "dc/3zf9y0hdgft73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ps8plj6rqxzld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/ps8plj6rqxzld" + +Node: dcid:dc/8wfysnc0wdp5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333293 +dcid: "dc/8wfysnc0wdp5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2dzeywk0j5166 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532230 +dcid: "dc/2dzeywk0j5166" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vmk0t19wlqec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42342 +dcid: "dc/vmk0t19wlqec" + +Node: dcid:dc/h9736nblxxbhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/h9736nblxxbhg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/89pkyp17cg2ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/89pkyp17cg2ec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zqqxnnkrptny2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/zqqxnnkrptny2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zzbb7256x5sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/1zzbb7256x5sg" + +Node: dcid:dc/cx51m9qqd5x92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/cx51m9qqd5x92" + +Node: dcid:dc/367jk9jwpjdm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33321 +dcid: "dc/367jk9jwpjdm2" + +Node: dcid:dc/9gjlsms7sr8y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444110 +dcid: "dc/9gjlsms7sr8y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q3bkj5y7pjd57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/q3bkj5y7pjd57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ptlmw7pwv3ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11191 +dcid: "dc/5ptlmw7pwv3ph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fxlpq0fsle7jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325411 +dcid: "dc/fxlpq0fsle7jb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qplh7vrfzms5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/qplh7vrfzms5g" + +Node: dcid:dc/lw0hblzf6f9y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/lw0hblzf6f9y4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/syncjxhn8r5qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/syncjxhn8r5qf" + +Node: dcid:dc/kxr01n84hm7y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/kxr01n84hm7y6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xd990fw7jzsd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81141 +dcid: "dc/xd990fw7jzsd8" + +Node: dcid:dc/wcen1t363jf3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/wcen1t363jf3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kskw8t38tzdjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/kskw8t38tzdjf" + +Node: dcid:dc/b53efv4wsrs66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339932 +dcid: "dc/b53efv4wsrs66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fr8j87bf245vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44831 +dcid: "dc/fr8j87bf245vg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0c7sq68zg3w29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31331 +dcid: "dc/0c7sq68zg3w29" + +Node: dcid:dc/77s762fgpcg9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334519 +dcid: "dc/77s762fgpcg9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r16xex44b45yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/r16xex44b45yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ms5nlfn3zksp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/ms5nlfn3zksp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ht342pllk023 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/2ht342pllk023" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ne2422s8n94c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52312 +dcid: "dc/ne2422s8n94c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mlqm63nfqfxz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4232 +dcid: "dc/mlqm63nfqfxz4" + +Node: dcid:dc/s0x8mc6zk28q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541213 +dcid: "dc/s0x8mc6zk28q7" + +Node: dcid:dc/msx0cktllw794 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45393 +dcid: "dc/msx0cktllw794" + +Node: dcid:dc/6mnyn44rgp1n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/6mnyn44rgp1n" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ytmy9cmz27hk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333411 +dcid: "dc/ytmy9cmz27hk8" + +Node: dcid:dc/qrwf23r719d58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/qrwf23r719d58" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lr3k706cxnpr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/lr3k706cxnpr8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/08t35gd2p2h02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42469 +dcid: "dc/08t35gd2p2h02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b9whdcgvw7ew9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/b9whdcgvw7ew9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bsdbzg29jkcn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/bsdbzg29jkcn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ppw2kk7jw6dgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/ppw2kk7jw6dgc" + +Node: dcid:dc/3x2jcn2spqt9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32412 +dcid: "dc/3x2jcn2spqt9f" + +Node: dcid:dc/6hce9vez26btc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/6hce9vez26btc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z89ncenf9dxv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/z89ncenf9dxv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/07mzy7tmwtt52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/07mzy7tmwtt52" + +Node: dcid:dc/m2nht4xlf4gb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/m2nht4xlf4gb3" + +Node: dcid:dc/0emeddx152j3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/0emeddx152j3b" + +Node: dcid:dc/mhjn2s2w24f1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33221 +dcid: "dc/mhjn2s2w24f1f" + +Node: dcid:dc/tb7bvkmlfpk0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/tb7bvkmlfpk0d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/efsvlmq58c57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54141 +dcid: "dc/efsvlmq58c57" + +Node: dcid:dc/x7mb5t6gkzr55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/x7mb5t6gkzr55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0w7db9pb93l2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/0w7db9pb93l2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/30s4s8x946jbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/30s4s8x946jbh" + +Node: dcid:dc/tqs636m1z3m49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/tqs636m1z3m49" + +Node: dcid:dc/xt2qn2j9f5xp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/xt2qn2j9f5xp6" + +Node: dcid:dc/wwm3l8nfz7lwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322232 +dcid: "dc/wwm3l8nfz7lwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xczps7k2dgrm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/xczps7k2dgrm4" + +Node: dcid:dc/vygdfnm88xb83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/vygdfnm88xb83" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/11plf64p0l8n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/11plf64p0l8n6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lhg8mgv6lfeh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811430 +dcid: "dc/lhg8mgv6lfeh5" + +Node: dcid:dc/dg8qe15z53m2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32518 +dcid: "dc/dg8qe15z53m2h" + +Node: dcid:dc/xz399wkyjzgbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33999 +dcid: "dc/xz399wkyjzgbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/28mb9kt90d8kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23839 +dcid: "dc/28mb9kt90d8kc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6jfg8p8d59xc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/6jfg8p8d59xc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/veq4k8rnf37d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334612 +dcid: "dc/veq4k8rnf37d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/11mjdp9ztmff4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/11mjdp9ztmff4" + +Node: dcid:dc/z878958159g38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33329 +dcid: "dc/z878958159g38" + +Node: dcid:dc/sdv82nwm832e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/sdv82nwm832e2" + +Node: dcid:dc/x2z1g3q4vp1j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/x2z1g3q4vp1j" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s5bqqs7vj55mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/s5bqqs7vj55mb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p31pwezzpk528 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/p31pwezzpk528" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h37g9gx7jf67h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/h37g9gx7jf67h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hgh2fgzm9swj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/hgh2fgzm9swj7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eqr5kp7x0yre5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45114 +dcid: "dc/eqr5kp7x0yre5" + +Node: dcid:dc/bl4d54tq15e5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33231 +dcid: "dc/bl4d54tq15e5g" + +Node: dcid:dc/vp6sk8c1sh299 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/vp6sk8c1sh299" + +Node: dcid:dc/8et7l6ck0me4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32513 +dcid: "dc/8et7l6ck0me4g" + +Node: dcid:dc/ny54nkd1h2f0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424810 +dcid: "dc/ny54nkd1h2f0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pvc4rw3lgd10f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334413 +dcid: "dc/pvc4rw3lgd10f" + +Node: dcid:dc/fq9cmx0ce41l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/fq9cmx0ce41l6" + +Node: dcid:dc/3hf7ykm2dnfg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/3hf7ykm2dnfg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1kpcxqkfl9g77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/1kpcxqkfl9g77" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pdj4vq6s2x233 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/pdj4vq6s2x233" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/phvvn52p2qrg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321114 +dcid: "dc/phvvn52p2qrg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/whxkmhs68nly4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/whxkmhs68nly4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ckclk8zld9g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/5ckclk8zld9g4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8wy452sedcvm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32419 +dcid: "dc/8wy452sedcvm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0sm3vg21qq3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/0sm3vg21qq3f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dl58kmtpmxd2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/dl58kmtpmxd2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pvqkn0xn7gqg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/pvqkn0xn7gqg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w6sdvxzzdej43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/w6sdvxzzdej43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rpdnepsg9qvy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/rpdnepsg9qvy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n89y4mh30v9d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/n89y4mh30v9d5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntvjsjbk5dnrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33592 +dcid: "dc/ntvjsjbk5dnrb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e45jqnw21n5gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32614 +dcid: "dc/e45jqnw21n5gd" + +Node: dcid:dc/cvmyj891vheec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/cvmyj891vheec" + +Node: dcid:dc/19khy7sdqwk96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/19khy7sdqwk96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y3wgljscmdq25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334512 +dcid: "dc/y3wgljscmdq25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kffxgfg0dby76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/kffxgfg0dby76" + +Node: dcid:dc/jh8rtpj8lmx7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/jh8rtpj8lmx7g" + +Node: dcid:dc/02df7j2wf5qn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333313 +dcid: "dc/02df7j2wf5qn5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s7tmejdb0jl75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31324 +dcid: "dc/s7tmejdb0jl75" + +Node: dcid:dc/9pmht6k3w62y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/9pmht6k3w62y2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mn6dvm8wrsmh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33633 +dcid: "dc/mn6dvm8wrsmh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nn1zs5qvvb2v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332996 +dcid: "dc/nn1zs5qvvb2v4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gsshd9ghjpjz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/gsshd9ghjpjz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rjdwycslgx4zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/rjdwycslgx4zh" + +Node: dcid:dc/1bmmn5lc8968b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44831 +dcid: "dc/1bmmn5lc8968b" + +Node: dcid:dc/6kk7zm61f48z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32223 +dcid: "dc/6kk7zm61f48z6" + +Node: dcid:dc/61tryxqg7hp28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/61tryxqg7hp28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9l41cyd1g9klb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56191 +dcid: "dc/9l41cyd1g9klb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w7lcsv187jvz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512240 +dcid: "dc/w7lcsv187jvz5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sz300y00hhcy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/sz300y00hhcy1" + +Node: dcid:dc/kltld7sfrbqlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/kltld7sfrbqlc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m59qm2nmfglj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/m59qm2nmfglj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8n142yw35zf26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/8n142yw35zf26" + +Node: dcid:dc/mh0ptdf9ztznh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/mh0ptdf9ztznh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/68r9vv3vdxmh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/68r9vv3vdxmh9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3djf17z29mw92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33312 +dcid: "dc/3djf17z29mw92" + +Node: dcid:dc/5m73pzswy78rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31134 +dcid: "dc/5m73pzswy78rf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e57pjw6jh4q58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/e57pjw6jh4q58" + +Node: dcid:dc/67m7p3rvzh1pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/67m7p3rvzh1pb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9epdd4grs0mt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334517 +dcid: "dc/9epdd4grs0mt3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k0l048qhs341g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315233 +dcid: "dc/k0l048qhs341g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ybylnv52r1x3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23839 +dcid: "dc/ybylnv52r1x3c" + +Node: dcid:dc/qwhyw61f1b865 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115113 +dcid: "dc/qwhyw61f1b865" + +Node: dcid:dc/fj3jhfkk8q0g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/fj3jhfkk8q0g9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3blnkplly9vhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/3blnkplly9vhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9yy5e621cjqs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/9yy5e621cjqs1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pm1trbt2f9v83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/pm1trbt2f9v83" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tq0b5ssd3yn82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311511 +dcid: "dc/tq0b5ssd3yn82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mdb1g6kbchw04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/mdb1g6kbchw04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8lw6c78zmwt7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/8lw6c78zmwt7f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9cnpl8wne1z0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33461 +dcid: "dc/9cnpl8wne1z0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/smdq2n7wnvv23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337214 +dcid: "dc/smdq2n7wnvv23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ewfdlwpppwrf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/ewfdlwpppwrf3" + +Node: dcid:dc/c751t8cljc4v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311330 +dcid: "dc/c751t8cljc4v1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qhhv5yjgx8y8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/qhhv5yjgx8y8d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/swwxd6bf2e7z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322121 +dcid: "dc/swwxd6bf2e7z3" + +Node: dcid:dc/5yvfsc694s9n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/5yvfsc694s9n6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mgtc7846t35fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/mgtc7846t35fd" + +Node: dcid:dc/n4y345eevqf79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/n4y345eevqf79" + +Node: dcid:dc/00xw14smv9842 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326291 +dcid: "dc/00xw14smv9842" + +Node: dcid:dc/mlj8v6xkvmdp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/mlj8v6xkvmdp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9wbg9j4n5vsdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/9wbg9j4n5vsdf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0qlqxsv0jkccf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/0qlqxsv0jkccf" + +Node: dcid:dc/v990qqw1k5dz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/v990qqw1k5dz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2rfcpzfxbrdrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/2rfcpzfxbrdrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/56w6mmkywb0z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/56w6mmkywb0z3" + +Node: dcid:dc/72xl6k3kswwe3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/72xl6k3kswwe3" + +Node: dcid:dc/t2g7062tn3416 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56145 +dcid: "dc/t2g7062tn3416" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/05t00t35l7md2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/05t00t35l7md2" + +Node: dcid:dc/tfmrxxfzw0mlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/tfmrxxfzw0mlb" + +Node: dcid:dc/664htlc73zt39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81411 +dcid: "dc/664htlc73zt39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vtxv91r6ksj0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31599 +dcid: "dc/vtxv91r6ksj0b" + +Node: dcid:dc/h5cf3ke12jj1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/h5cf3ke12jj1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p2efp0b4569g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/p2efp0b4569g8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8drz31rprdkb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/8drz31rprdkb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vx2c2939qkmmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/vx2c2939qkmmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zws3ft3h3vze2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/zws3ft3h3vze2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjy3my5byjqj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238991 +dcid: "dc/xjy3my5byjqj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dpr1nmcp4y5t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/dpr1nmcp4y5t7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2kg76lne45k87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/2kg76lne45k87" + +Node: dcid:dc/qsllzsvdk81r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48611 +dcid: "dc/qsllzsvdk81r5" + +Node: dcid:dc/6jcm8c4pgkwmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/6jcm8c4pgkwmb" + +Node: dcid:dc/ehtfdwg342b1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/ehtfdwg342b1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1z4jddecmfks3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/1z4jddecmfks3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qxq1hzb8z1y4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/qxq1hzb8z1y4b" + +Node: dcid:dc/y8178kx2thnc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313320 +dcid: "dc/y8178kx2thnc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f1nscpvcdcpw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331521 +dcid: "dc/f1nscpvcdcpw7" + +Node: dcid:dc/lk2tmjlh015c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/lk2tmjlh015c4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v160xnej7nfzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331525 +dcid: "dc/v160xnej7nfzf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mz2w6nqlze8mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327215 +dcid: "dc/mz2w6nqlze8mf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5n0bfdz5k11qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/5n0bfdz5k11qb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/881664bcwqt46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322214 +dcid: "dc/881664bcwqt46" + +Node: dcid:dc/xt1ryhf7q28e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/xt1ryhf7q28e2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mgljrpmq1jvkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/mgljrpmq1jvkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3exev6688pb1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/3exev6688pb1d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rwtmm1c8xytph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/rwtmm1c8xytph" + +Node: dcid:dc/bdb0eypp5ek6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/bdb0eypp5ek6h" + +Node: dcid:dc/c2j207cnpd5d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31199 +dcid: "dc/c2j207cnpd5d7" + +Node: dcid:dc/4f2e6yqf4v7sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/4f2e6yqf4v7sh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/npzw2fxsdrfy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523130 +dcid: "dc/npzw2fxsdrfy8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tyth4c1lkg0bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/tyth4c1lkg0bb" + +Node: dcid:dc/qxqqfze9s94j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33995 +dcid: "dc/qxqqfze9s94j" + +Node: dcid:dc/wy1rr49q0be4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/wy1rr49q0be4d" + +Node: dcid:dc/94fxn0rfnyw47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/94fxn0rfnyw47" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nf9c0ytxz3602 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/nf9c0ytxz3602" + +Node: dcid:dc/fk93t5tbwpvr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424340 +dcid: "dc/fk93t5tbwpvr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n94tbezqd6qj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325991 +dcid: "dc/n94tbezqd6qj5" + +Node: dcid:dc/j39sp3d80r9s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/j39sp3d80r9s6" + +Node: dcid:dc/4yvvene93v485 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/4yvvene93v485" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/weqq7h4rxyzm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33995 +dcid: "dc/weqq7h4rxyzm5" + +Node: dcid:dc/dreshq0dq4bnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336399 +dcid: "dc/dreshq0dq4bnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hcg3stsbjyh67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332311 +dcid: "dc/hcg3stsbjyh67" + +Node: dcid:dc/2j44j6ltq24zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3253 +dcid: "dc/2j44j6ltq24zh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bhkj5tcbt17c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/1bhkj5tcbt17c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rnq9ps0knht1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/rnq9ps0knht1b" + +Node: dcid:dc/ttcmj5mc94s29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52314 +dcid: "dc/ttcmj5mc94s29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x36m6b7ddm33h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/x36m6b7ddm33h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d1179edp0xrn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325510 +dcid: "dc/d1179edp0xrn2" + +Node: dcid:dc/kkky5ttw1n1m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/kkky5ttw1n1m7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/99ld486kl9bsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115114 +dcid: "dc/99ld486kl9bsg" + +Node: dcid:dc/q76mffl8tnqf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/q76mffl8tnqf4" + +Node: dcid:dc/2ryq93xt15q5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/2ryq93xt15q5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s10b47ppsp2c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21211 +dcid: "dc/s10b47ppsp2c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e2eld51y5fhr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/e2eld51y5fhr6" + +Node: dcid:dc/kencd2rjyklj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/kencd2rjyklj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntmsgrq5d4thd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331524 +dcid: "dc/ntmsgrq5d4thd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eqkrmmbqje8dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/eqkrmmbqje8dh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w4pyxrwphrjt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/w4pyxrwphrjt6" + +Node: dcid:dc/cjb69j3zztp95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/cjb69j3zztp95" + +Node: dcid:dc/esdrkq4txkn0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/esdrkq4txkn0f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/851k0481py3r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5321 +dcid: "dc/851k0481py3r4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jde02bef0vh84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/jde02bef0vh84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sfhj989cnl84d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111332 +dcid: "dc/sfhj989cnl84d" + +Node: dcid:dc/vscgvx5phx2bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/vscgvx5phx2bd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mfx792cr8r669 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/mfx792cr8r669" + +Node: dcid:dc/684cb60yf4mwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/684cb60yf4mwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7t3yvzlythry1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213 +dcid: "dc/7t3yvzlythry1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4blp4g1rgt2s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111336 +dcid: "dc/4blp4g1rgt2s8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pqwpb1w37wze2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/pqwpb1w37wze2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z2djr5zv9ztz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1123 +dcid: "dc/z2djr5zv9ztz5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dcse4psvl1z66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/dcse4psvl1z66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h2rbj18qvn8e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/h2rbj18qvn8e8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fnl8g0xy6cwrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3221 +dcid: "dc/fnl8g0xy6cwrb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sxhngzv8y33n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/sxhngzv8y33n3" + +Node: dcid:dc/2be6jkjf3h00g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/2be6jkjf3h00g" + +Node: dcid:dc/7s1033qdxfwz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325910 +dcid: "dc/7s1033qdxfwz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v0c5kflg4z6p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313312 +dcid: "dc/v0c5kflg4z6p4" + +Node: dcid:dc/fzhe4h437xyjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448130 +dcid: "dc/fzhe4h437xyjh" + +Node: dcid:dc/e7k3s2nfxj22b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/e7k3s2nfxj22b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5cn8ezejlest7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/5cn8ezejlest7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eg0j1nf5b9jg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/eg0j1nf5b9jg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8sseplmq2czp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/8sseplmq2czp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sn7wslslxm7v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/sn7wslslxm7v1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qvwcbtl6demzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3262 +dcid: "dc/qvwcbtl6demzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g8gzgv60e2bb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/g8gzgv60e2bb8" + +Node: dcid:dc/zqxmsc6r3mkl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/zqxmsc6r3mkl7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/646xygx58zbx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333993 +dcid: "dc/646xygx58zbx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4v48vpnk997p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/4v48vpnk997p4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gxln33x9020h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/gxln33x9020h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d5e5xzs2r1eh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/d5e5xzs2r1eh1" + +Node: dcid:dc/mgcxqredj1fg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/mgcxqredj1fg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x273q5977dy04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/x273q5977dy04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r6mpg047k6qeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/r6mpg047k6qeh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2fgbdvcp5zcjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/2fgbdvcp5zcjh" + +Node: dcid:dc/vq0x0h2bc83qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/vq0x0h2bc83qd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gjvzl5yf3nm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/5gjvzl5yf3nm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/py3vh4tm82q97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311330 +dcid: "dc/py3vh4tm82q97" + +Node: dcid:dc/41cj4p3wcdvl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31213 +dcid: "dc/41cj4p3wcdvl1" + +Node: dcid:dc/l5kqldy3cqsdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332997 +dcid: "dc/l5kqldy3cqsdd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qx0y4e3xxe1t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/qx0y4e3xxe1t3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4tj1vdsj02wfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/4tj1vdsj02wfc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/14e0nns937h6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333411 +dcid: "dc/14e0nns937h6g" + +Node: dcid:dc/fq26zg6wwrdsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42385 +dcid: "dc/fq26zg6wwrdsd" + +Node: dcid:dc/j01r227w9w2q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/j01r227w9w2q5" + +Node: dcid:dc/tvbp09w6flzw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11116 +dcid: "dc/tvbp09w6flzw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8sczsvztp64d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111910 +dcid: "dc/8sczsvztp64d8" + +Node: dcid:dc/80xrljjdlblw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33242 +dcid: "dc/80xrljjdlblw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/je6m2zl0f4krf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326212 +dcid: "dc/je6m2zl0f4krf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v7t94y5zs7nm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/v7t94y5zs7nm9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/09sfgj2pcz1j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5181 +dcid: "dc/09sfgj2pcz1j2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tfq0rvg1v7164 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/tfq0rvg1v7164" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7gqm81qlt71fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/7gqm81qlt71fd" + +Node: dcid:dc/x9m877e7jrsj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/x9m877e7jrsj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ep84yv4dpp6e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314999 +dcid: "dc/ep84yv4dpp6e7" + +Node: dcid:dc/0n4ymqbpj5cm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/0n4ymqbpj5cm" + +Node: dcid:dc/sjd85qn4x0fx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/sjd85qn4x0fx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5em1r20nyjd28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/5em1r20nyjd28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sb8mr3rsc9j3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/sb8mr3rsc9j3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5dnj0hhhkg3x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/5dnj0hhhkg3x3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1wzn8pj1xd4ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/1wzn8pj1xd4ph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pweqy4tszt9x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/pweqy4tszt9x2" + +Node: dcid:dc/4zz06fp8bt8n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/4zz06fp8bt8n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e46rrk6mm43n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/e46rrk6mm43n6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4xgwb41xglfg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325314 +dcid: "dc/4xgwb41xglfg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pj3w6p2k1qjf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/pj3w6p2k1qjf4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ggxftmd3w05eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325211 +dcid: "dc/ggxftmd3w05eh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbvh84rgjn4zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325211 +dcid: "dc/kbvh84rgjn4zh" + +Node: dcid:dc/s1zbsbe1f41cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33592 +dcid: "dc/s1zbsbe1f41cb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/egylxzrbwfhp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311513 +dcid: "dc/egylxzrbwfhp4" + +Node: dcid:dc/g98fr9n30gvt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42432 +dcid: "dc/g98fr9n30gvt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pvl1g1g4nrgxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/pvl1g1g4nrgxb" + +Node: dcid:dc/1y8rkhsg939r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/1y8rkhsg939r2" + +Node: dcid:dc/9nkp1v1wvkjm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112930 +dcid: "dc/9nkp1v1wvkjm7" + +Node: dcid:dc/r9tjd940qx0wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/r9tjd940qx0wg" + +Node: dcid:dc/ft2z8tjpmgjkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238122 +dcid: "dc/ft2z8tjpmgjkb" + +Node: dcid:dc/dgx4bnlhtgcc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/dgx4bnlhtgcc9" + +Node: dcid:dc/h2zbhmmrtj484 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811420 +dcid: "dc/h2zbhmmrtj484" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/behreqb1ej0vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/behreqb1ej0vf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gmdr0pp6dl35c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/gmdr0pp6dl35c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hz08wqvg1zbz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115113 +dcid: "dc/hz08wqvg1zbz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9jqkyf7213j17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/9jqkyf7213j17" + +Node: dcid:dc/vnmjj9r6xhswh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/vnmjj9r6xhswh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fn53vnyeq3hl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/fn53vnyeq3hl4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y5l8fwenmjx7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33272 +dcid: "dc/y5l8fwenmjx7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ktw7ndhs25s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525910 +dcid: "dc/8ktw7ndhs25s4" + +Node: dcid:dc/3jxsdbxv309j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61141 +dcid: "dc/3jxsdbxv309j2" + +Node: dcid:dc/rsscjpvbf3jkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/rsscjpvbf3jkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yfddzw4yrnqp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/yfddzw4yrnqp8" + +Node: dcid:dc/ng1gmr7xq8r07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/ng1gmr7xq8r07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j16v3el3enxv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/j16v3el3enxv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/20wq5e7bf8em2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/20wq5e7bf8em2" + +Node: dcid:dc/9ljwjhynfjl8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/9ljwjhynfjl8b" + +Node: dcid:dc/wjkwtbge0zrm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/wjkwtbge0zrm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g9kqf4h0ttmj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484230 +dcid: "dc/g9kqf4h0ttmj3" + +Node: dcid:dc/jk6d6y4denbyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/jk6d6y4denbyd" + +Node: dcid:dc/n28kfz32dewxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/n28kfz32dewxg" + +Node: dcid:dc/6fn08zxyb5qnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333922 +dcid: "dc/6fn08zxyb5qnd" + +Node: dcid:dc/c5msps7j5spw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/c5msps7j5spw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ebg80e9zxh8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/6ebg80e9zxh8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/29b0rgetzpfn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/29b0rgetzpfn3" + +Node: dcid:dc/5br285q68be6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/5br285q68be6" + +Node: dcid:dc/zl91v5mjrbb8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312130 +dcid: "dc/zl91v5mjrbb8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9rp17lvhknzcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/9rp17lvhknzcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hfcz4t6n9r3n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/hfcz4t6n9r3n4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xw59fhd59dsc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/xw59fhd59dsc6" + +Node: dcid:dc/n4evs0zx67th9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/n4evs0zx67th9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2bjens2e1vrj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/2bjens2e1vrj1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cldyem724175f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/cldyem724175f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wys7dfbj74bf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44813 +dcid: "dc/wys7dfbj74bf8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qnrfv07ynyqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/qnrfv07ynyqg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d4b5lftr3svd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/d4b5lftr3svd7" + +Node: dcid:dc/8b1wy6gqqwhy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/8b1wy6gqqwhy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ftsp6qj0zz95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/2ftsp6qj0zz95" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p4x469gqsnvv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/p4x469gqsnvv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1n780pf40b101 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311513 +dcid: "dc/1n780pf40b101" + +Node: dcid:dc/tpjnhrjswbye +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448120 +dcid: "dc/tpjnhrjswbye" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/29e67t7hsdezh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44111 +dcid: "dc/29e67t7hsdezh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3gmkfb6743ykf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42441 +dcid: "dc/3gmkfb6743ykf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sh31h53cz7b2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/sh31h53cz7b2h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l9vzqdgq5z8v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/l9vzqdgq5z8v4" + +Node: dcid:dc/c9lcvs9ejg9db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/c9lcvs9ejg9db" + +Node: dcid:dc/75ljn6ngqd9rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/75ljn6ngqd9rf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qkb62mc8ykybb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/qkb62mc8ykybb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cpfn1vdszn5m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334111 +dcid: "dc/cpfn1vdszn5m2" + +Node: dcid:dc/jzqy20z3eqeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/jzqy20z3eqeg" + +Node: dcid:dc/jpjbfcd56e7kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/jpjbfcd56e7kh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vyptfqwgjpv63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/vyptfqwgjpv63" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z58n0kwdk8lw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/z58n0kwdk8lw6" + +Node: dcid:dc/cezgf3201bzj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/cezgf3201bzj4" + +Node: dcid:dc/dl29k9gc863bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/dl29k9gc863bf" + +Node: dcid:dc/5fqn49jfd6epb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/5fqn49jfd6epb" + +Node: dcid:dc/fqbv54f2pvt3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1113 +dcid: "dc/fqbv54f2pvt3b" + +Node: dcid:dc/pjtpn9h8q3q3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/pjtpn9h8q3q3d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gl3fd2s8q4hw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115114 +dcid: "dc/gl3fd2s8q4hw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qtrs1fpt1xeqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/qtrs1fpt1xeqf" + +Node: dcid:dc/qs15rbrq7zdvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3116 +dcid: "dc/qs15rbrq7zdvd" + +Node: dcid:dc/bmzy9b52kwy38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/bmzy9b52kwy38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6tgdshfn3erw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/6tgdshfn3erw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/398x31wspqrr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314 +dcid: "dc/398x31wspqrr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15r116geecyrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332312 +dcid: "dc/15r116geecyrc" + +Node: dcid:dc/zde3bzrvf2l0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/zde3bzrvf2l0d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dw9tmbp7xkyn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/dw9tmbp7xkyn7" + +Node: dcid:dc/kk4bl9r41b7n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/kk4bl9r41b7n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1nbh36p442sdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/1nbh36p442sdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftpxv88b6v0f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/ftpxv88b6v0f7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sdb8s7q6b5bf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31199 +dcid: "dc/sdb8s7q6b5bf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wprdp2r5c9s1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/wprdp2r5c9s1b" + +Node: dcid:dc/92mplrg472596 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/92mplrg472596" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m4jtmrjp9qz8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/m4jtmrjp9qz8h" + +Node: dcid:dc/3g24t4051h2n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213113 +dcid: "dc/3g24t4051h2n7" + +Node: dcid:dc/xb6ep8vxy81bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/xb6ep8vxy81bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eczn73fvx1wsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/eczn73fvx1wsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nqft685nlnfjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/nqft685nlnfjg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m5etfpem5hv68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523999 +dcid: "dc/m5etfpem5hv68" + +Node: dcid:dc/93elx0bm1vyp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/93elx0bm1vyp" + +Node: dcid:dc/8lff0re6fyhd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441120 +dcid: "dc/8lff0re6fyhd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sytpde5e5j5z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/sytpde5e5j5z3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l9j1rbzxe2dmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/l9j1rbzxe2dmf" + +Node: dcid:dc/4lhqcv2bmpmhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332439 +dcid: "dc/4lhqcv2bmpmhf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwkxfn78r5d9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33621 +dcid: "dc/mwkxfn78r5d9d" + +Node: dcid:dc/xjb0xse7vdh7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/xjb0xse7vdh7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/667tr26j5ybm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811112 +dcid: "dc/667tr26j5ybm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/trzwlmc7e2jy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/trzwlmc7e2jy" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1x271ymm0t7x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/1x271ymm0t7x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2hxj9msj6jgf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42333 +dcid: "dc/2hxj9msj6jgf6" + +Node: dcid:dc/kk6mhlnprwme9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311520 +dcid: "dc/kk6mhlnprwme9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j6y5kz178sb8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/j6y5kz178sb8h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rxehsrk881578 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/rxehsrk881578" + +Node: dcid:dc/e4bjxpmgnj14c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/e4bjxpmgnj14c" + +Node: dcid:dc/j7kyljmrr0e2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42321 +dcid: "dc/j7kyljmrr0e2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2r73401twjht1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/2r73401twjht1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jv57w7t57015c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33392 +dcid: "dc/jv57w7t57015c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bd55p95h6ylt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441110 +dcid: "dc/bd55p95h6ylt" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q0z18mssyep31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3326 +dcid: "dc/q0z18mssyep31" + +Node: dcid:dc/59bttdjx4z1qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/59bttdjx4z1qb" + +Node: dcid:dc/sz78v98bys3p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445210 +dcid: "dc/sz78v98bys3p6" + +Node: dcid:dc/9nnwn8ejt4phg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/9nnwn8ejt4phg" + +Node: dcid:dc/6pdm9z2r2lec9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32222 +dcid: "dc/6pdm9z2r2lec9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kx0xlcqx0l6x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/kx0xlcqx0l6x9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mt99lrx6tzm65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42494 +dcid: "dc/mt99lrx6tzm65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8ycv3dlyq7hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/r8ycv3dlyq7hd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4188cp33wqzj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3322 +dcid: "dc/4188cp33wqzj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8kyeqglmnsvq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423490 +dcid: "dc/8kyeqglmnsvq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mckgjgcb98v83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3328 +dcid: "dc/mckgjgcb98v83" + +Node: dcid:dc/e7s19bqn9znw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/e7s19bqn9znw" + +Node: dcid:dc/kmgeelr2857q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321214 +dcid: "dc/kmgeelr2857q5" + +Node: dcid:dc/jkxq9l9yw282g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331421 +dcid: "dc/jkxq9l9yw282g" + +Node: dcid:dc/2cr912p3fhxwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/2cr912p3fhxwd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/12jdkky09v9wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/12jdkky09v9wg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dc5hbzngddq37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71 +dcid: "dc/dc5hbzngddq37" + +Node: dcid:dc/cy4nh65q35e9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/cy4nh65q35e9b" + +Node: dcid:dc/m1pcs0lt7wqs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/m1pcs0lt7wqs9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/22nsv2qhx3xp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/22nsv2qhx3xp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxqyl6fmq6k13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/bxqyl6fmq6k13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/75fr85dskn7f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/75fr85dskn7f2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jdph1lpexfj85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/jdph1lpexfj85" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nzfsj0f0d9dj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/nzfsj0f0d9dj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0jf4p3d3rk8s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/0jf4p3d3rk8s7" + +Node: dcid:dc/rtsw1b7ktg8yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511199 +dcid: "dc/rtsw1b7ktg8yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vs075ysm8dc55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/vs075ysm8dc55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8cc3bcj7nnv94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/8cc3bcj7nnv94" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6z99msdw9mrnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/6z99msdw9mrnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dzbygev9252gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/dzbygev9252gg" + +Node: dcid:dc/4mxxhgfkmk1d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/4mxxhgfkmk1d8" + +Node: dcid:dc/0pqwcxfyggqj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326122 +dcid: "dc/0pqwcxfyggqj9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gvzgqbe01p0d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336211 +dcid: "dc/gvzgqbe01p0d4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qnjlk4c2e9k08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33635 +dcid: "dc/qnjlk4c2e9k08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bmsr4e2ns8x7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/bmsr4e2ns8x7g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wxhgw61b6y4z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33331 +dcid: "dc/wxhgw61b6y4z9" + +Node: dcid:dc/yljfxw94svkvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/yljfxw94svkvc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k3m2ty81rck0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42371 +dcid: "dc/k3m2ty81rck0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6eklps6nfkj01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/6eklps6nfkj01" + +Node: dcid:dc/0nlz1wp9w7g05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311920 +dcid: "dc/0nlz1wp9w7g05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dz6w52wl8w11h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/dz6w52wl8w11h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hptc41x9d4y8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/hptc41x9d4y8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/91rn80lww755g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333924 +dcid: "dc/91rn80lww755g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y35jke2wnceb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/y35jke2wnceb4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vryvwnmlsm029 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333999 +dcid: "dc/vryvwnmlsm029" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5xfy13lzwfcfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481211 +dcid: "dc/5xfy13lzwfcfg" + +Node: dcid:dc/y3b5mf4hvnyq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/y3b5mf4hvnyq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/306pewv4p95ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/306pewv4p95ec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bx7hdfs02vrxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/bx7hdfs02vrxg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p4qqtpz3bmbhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/p4qqtpz3bmbhc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ezbqrbv0tt4tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/ezbqrbv0tt4tg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0lfngcmpnhnc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/0lfngcmpnhnc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pf15fxcj1w9z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/pf15fxcj1w9z9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eh2xns81bbqvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3111 +dcid: "dc/eh2xns81bbqvb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5x59cf5mrcyz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/5x59cf5mrcyz6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jsecl65gyty0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/jsecl65gyty0h" + +Node: dcid:dc/y5gng09pht1d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332618 +dcid: "dc/y5gng09pht1d2" + +Node: dcid:dc/q8xk4gp7hjzh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/q8xk4gp7hjzh1" + +Node: dcid:dc/hqhlxjcw3zw3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/hqhlxjcw3zw3b" + +Node: dcid:dc/4lzmm56eft073 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423610 +dcid: "dc/4lzmm56eft073" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jz6fhhpxsxdx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448120 +dcid: "dc/jz6fhhpxsxdx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/73c2drk4t26eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322212 +dcid: "dc/73c2drk4t26eh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8jy0glnpzk945 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326191 +dcid: "dc/8jy0glnpzk945" + +Node: dcid:dc/sjgzccdkdk691 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/sjgzccdkdk691" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gvrzyq4gdbnv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31332 +dcid: "dc/gvrzyq4gdbnv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/68nkdk26xmgrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/68nkdk26xmgrb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hpp00nfbn1e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32192 +dcid: "dc/0hpp00nfbn1e8" + +Node: dcid:dc/4yfp1h964ddq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81141 +dcid: "dc/4yfp1h964ddq2" + +Node: dcid:dc/p73yhc5rmy6p3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424110 +dcid: "dc/p73yhc5rmy6p3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s2yjgjw3klep7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322223 +dcid: "dc/s2yjgjw3klep7" + +Node: dcid:dc/z27q5dymqyrnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/z27q5dymqyrnf" + +Node: dcid:dc/jdxb7dltnc006 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424470 +dcid: "dc/jdxb7dltnc006" + +Node: dcid:dc/29w4lnnsmlr73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/29w4lnnsmlr73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1g9kkj5d4vvc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32192 +dcid: "dc/1g9kkj5d4vvc1" + +Node: dcid:dc/nl42zfhrkm6r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/nl42zfhrkm6r8" + +Node: dcid:dc/4w6gf1dzv0y42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/4w6gf1dzv0y42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2t5w8bs0s2ndd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/2t5w8bs0s2ndd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zlc1yntkbn81b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322121 +dcid: "dc/zlc1yntkbn81b" + +Node: dcid:dc/8ns2tgl24q202 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/8ns2tgl24q202" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r6fy4krxnw697 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33422 +dcid: "dc/r6fy4krxnw697" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/42q624q3brcq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8141 +dcid: "dc/42q624q3brcq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fkb3wpkn0fzk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/fkb3wpkn0fzk6" + +Node: dcid:dc/w6dg7stpd2fd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325120 +dcid: "dc/w6dg7stpd2fd6" + +Node: dcid:dc/hw5wd6xbb00fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/hw5wd6xbb00fc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k7p6sqc6c3teh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/k7p6sqc6c3teh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ee89b6e8b2dx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42459 +dcid: "dc/ee89b6e8b2dx5" + +Node: dcid:dc/kslcpcxf4mmf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/kslcpcxf4mmf8" + +Node: dcid:dc/t2kk7c26ebq4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/t2kk7c26ebq4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rk0fl2rjwqg61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/rk0fl2rjwqg61" + +Node: dcid:dc/2xn5hw91wjcy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49211 +dcid: "dc/2xn5hw91wjcy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2cctxc9czfc2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/2cctxc9czfc2g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/chbtnhtfhkwjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44529 +dcid: "dc/chbtnhtfhkwjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmjtds97gffsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42314 +dcid: "dc/dmjtds97gffsh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/srjyfn1d9cyx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/srjyfn1d9cyx3" + +Node: dcid:dc/9nk09h7w0h9rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312111 +dcid: "dc/9nk09h7w0h9rc" + +Node: dcid:dc/7rd0q7mtwn2qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31324 +dcid: "dc/7rd0q7mtwn2qf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gtqx3wdb19y06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321911 +dcid: "dc/gtqx3wdb19y06" + +Node: dcid:dc/r310d47b5kkw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/r310d47b5kkw" + +Node: dcid:dc/43780mx2rbys1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621391 +dcid: "dc/43780mx2rbys1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pmnhyxvq2qb85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32512 +dcid: "dc/pmnhyxvq2qb85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jqy7wynhjcb4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/jqy7wynhjcb4c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jb5wysg57nejc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/jb5wysg57nejc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmgx1ms2nsk42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321991 +dcid: "dc/cmgx1ms2nsk42" + +Node: dcid:dc/5fl3j7fpqctwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/5fl3j7fpqctwf" + +Node: dcid:dc/34s5pnxchyh0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/34s5pnxchyh0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hn6lw5jkhdlx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/533110 +dcid: "dc/hn6lw5jkhdlx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cegxms7r71dz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423460 +dcid: "dc/cegxms7r71dz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4t8zrq84d9zmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/4t8zrq84d9zmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bds6w22pxk4cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/bds6w22pxk4cf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ecz3cpfdpyp52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333291 +dcid: "dc/ecz3cpfdpyp52" + +Node: dcid:dc/ss2ebh81sddtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45393 +dcid: "dc/ss2ebh81sddtf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y3wfxwlqdblk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339991 +dcid: "dc/y3wfxwlqdblk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7yk0xg65ftxph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321912 +dcid: "dc/7yk0xg65ftxph" + +Node: dcid:dc/cvmhyx0lpvdd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/cvmhyx0lpvdd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bzc1zmqcvpky9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31331 +dcid: "dc/bzc1zmqcvpky9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ekee8ydbnq6z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/ekee8ydbnq6z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwyw5z2g2dk3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443120 +dcid: "dc/kwyw5z2g2dk3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w57jrpxgnmw8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522210 +dcid: "dc/w57jrpxgnmw8g" + +Node: dcid:dc/q5rgpb0zggm7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/q5rgpb0zggm7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jnnr3p1f57rmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45311 +dcid: "dc/jnnr3p1f57rmf" + +Node: dcid:dc/606prkyq9yx7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/606prkyq9yx7f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/316cq9bhz6c54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/316cq9bhz6c54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k7ljdwmfzw3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/k7ljdwmfzw3c" + +Node: dcid:dc/mlvwmmn1slk0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/mlvwmmn1slk0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bgmx4jlpt732 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/1bgmx4jlpt732" + +Node: dcid:dc/7dkz3r8bwg0d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/7dkz3r8bwg0d6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8spv6xg9y9ysb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/8spv6xg9y9ysb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rq94y1dg4w273 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/rq94y1dg4w273" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7r9tkkyr61vtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333618 +dcid: "dc/7r9tkkyr61vtc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5cmgbe1ewksxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/5cmgbe1ewksxb" + +Node: dcid:dc/rgxkw1k79sp49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4531 +dcid: "dc/rgxkw1k79sp49" + +Node: dcid:dc/07ykvpgqn932g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/07ykvpgqn932g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddercmmgc66n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/ddercmmgc66n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d3lb41rms0vx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112210 +dcid: "dc/d3lb41rms0vx" + +Node: dcid:dc/gsx2908crw1ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326299 +dcid: "dc/gsx2908crw1ld" + +Node: dcid:dc/fgvvenxlzyxs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/fgvvenxlzyxs1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lwy9n8rq7wyp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/lwy9n8rq7wyp8" + +Node: dcid:dc/1kghbsyz8km9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/1kghbsyz8km9g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w93y8szx55n3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326191 +dcid: "dc/w93y8szx55n3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3z1ywj0s6tyv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/3z1ywj0s6tyv5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yt2bx0exxkzpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/yt2bx0exxkzpb" + +Node: dcid:dc/tx69kpj4mdygc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523140 +dcid: "dc/tx69kpj4mdygc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nhrs19eysvqq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/nhrs19eysvqq9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ep35d7hm7wtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/7ep35d7hm7wtg" + +Node: dcid:dc/5epv47zk2m37g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/5epv47zk2m37g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x9ypdngg9bfy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311520 +dcid: "dc/x9ypdngg9bfy5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rc3gkzql840qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312113 +dcid: "dc/rc3gkzql840qb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ltt37b7nrkjgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/ltt37b7nrkjgc" + +Node: dcid:dc/gsvwstbqjgx47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42448 +dcid: "dc/gsvwstbqjgx47" + +Node: dcid:dc/pgtdn0l7xp37g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4243 +dcid: "dc/pgtdn0l7xp37g" + +Node: dcid:dc/g5kkxrm1hczb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/g5kkxrm1hczb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ej97qsymkker9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445299 +dcid: "dc/ej97qsymkker9" + +Node: dcid:dc/9m8yyq8qmmjkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/9m8yyq8qmmjkh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gntg05nde6xr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/gntg05nde6xr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bwlb8ptyzfe6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/bwlb8ptyzfe6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j51294mcs7w5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/j51294mcs7w5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5tde8tcyn617b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/5tde8tcyn617b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zb9gf4v4gvd7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/zb9gf4v4gvd7d" + +Node: dcid:dc/9bgtv9wk9hqec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321999 +dcid: "dc/9bgtv9wk9hqec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qjlt2fm1w5vk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339994 +dcid: "dc/qjlt2fm1w5vk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bhhsczply6s1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321214 +dcid: "dc/bhhsczply6s1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ljvqz93echhxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325132 +dcid: "dc/ljvqz93echhxg" + +Node: dcid:dc/n2elgjc48r57g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541930 +dcid: "dc/n2elgjc48r57g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5j0kq57fz5hc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/5j0kq57fz5hc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mbn7jcx896cd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/mbn7jcx896cd8" + +Node: dcid:dc/3hyvefz4s6pr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/3hyvefz4s6pr4" + +Node: dcid:dc/g98tr7l5frvf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/g98tr7l5frvf6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q8p2tj70w1rz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/q8p2tj70w1rz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9398jpfc7nslh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/9398jpfc7nslh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ygs2nn9bz1614 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/ygs2nn9bz1614" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l8hg3fxdpjw96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/l8hg3fxdpjw96" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d7ed8gjk9rc05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/d7ed8gjk9rc05" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j563weqfrmnc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11133 +dcid: "dc/j563weqfrmnc3" + +Node: dcid:dc/ce0jp3kv6vnh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/ce0jp3kv6vnh2" + +Node: dcid:dc/s1gjlh5pknrsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/s1gjlh5pknrsb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tve1ty05q524d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53212 +dcid: "dc/tve1ty05q524d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ezmx1eq4xpxef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/ezmx1eq4xpxef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dw75mekk9rk9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/dw75mekk9rk9f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jtyl7tbsn9sz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/jtyl7tbsn9sz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hw96zx4f8zb0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/hw96zx4f8zb0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t2q9l2vmq5sff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/t2q9l2vmq5sff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qnb59cvlw0tmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/qnb59cvlw0tmf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b5nd0exnxcfd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423430 +dcid: "dc/b5nd0exnxcfd4" + +Node: dcid:dc/bcgd9g1c0gh4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/bcgd9g1c0gh4f" + +Node: dcid:dc/m7yhz4r8fzdv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/m7yhz4r8fzdv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7sx9fkfxghdeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44811 +dcid: "dc/7sx9fkfxghdeb" + +Node: dcid:dc/2wel343bevv87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/2wel343bevv87" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2hlt60etc9vdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/2hlt60etc9vdf" + +Node: dcid:dc/1pj9256xq04c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/1pj9256xq04c5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g7869krrz86w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/g7869krrz86w5" + +Node: dcid:dc/5dk1xxeyybqs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/5dk1xxeyybqs1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cspc9ksm876l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/cspc9ksm876l" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qwnd9bvyhpvz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/qwnd9bvyhpvz5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5lynjrwetnbgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112112 +dcid: "dc/5lynjrwetnbgd" + +Node: dcid:dc/dmlv07krrtzs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/dmlv07krrtzs3" + +Node: dcid:dc/8y9jy54hcgbp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/8y9jy54hcgbp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/feyk8q783zvxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/feyk8q783zvxh" + +Node: dcid:dc/e1q2pmlwszprd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/e1q2pmlwszprd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d41n5hf34z5zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/d41n5hf34z5zc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bjzdrb48cxj38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3336 +dcid: "dc/bjzdrb48cxj38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l023mlshcw56d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/l023mlshcw56d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dxq78lp631ss4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42492 +dcid: "dc/dxq78lp631ss4" + +Node: dcid:dc/2xgmggg2ex167 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/2xgmggg2ex167" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j86teqjjybyg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/j86teqjjybyg4" + +Node: dcid:dc/j6vs2np508w8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441120 +dcid: "dc/j6vs2np508w8f" + +Node: dcid:dc/251pb40hfmjy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/251pb40hfmjy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llf6xdk1nnjv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/llf6xdk1nnjv7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2ne6fkg7wn8nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/2ne6fkg7wn8nc" + +Node: dcid:dc/p9dh0vh3v22b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45114 +dcid: "dc/p9dh0vh3v22b9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gsbtl62zlzez +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/gsbtl62zlzez" + +Node: dcid:dc/8sk26jljf00w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/8sk26jljf00w6" + +Node: dcid:dc/gjlszd8b8r33h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524127 +dcid: "dc/gjlszd8b8r33h" + +Node: dcid:dc/v88z8e5jjj071 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/v88z8e5jjj071" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gsw8qm6z948v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/gsw8qm6z948v5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xrq6vn4g08s17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333991 +dcid: "dc/xrq6vn4g08s17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t1b1cl33v0829 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332911 +dcid: "dc/t1b1cl33v0829" + +Node: dcid:dc/s0lrztg696671 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/s0lrztg696671" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0m8dgbhdwetf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561740 +dcid: "dc/0m8dgbhdwetf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j66l2rd35j773 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/j66l2rd35j773" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/smytebljwge47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/smytebljwge47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4z7l76q7bhc2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11131 +dcid: "dc/4z7l76q7bhc2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mrwwjph8wkx3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/mrwwjph8wkx3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lfx0ycjhmq1k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33261 +dcid: "dc/lfx0ycjhmq1k2" + +Node: dcid:dc/tjr5q34rnd349 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/tjr5q34rnd349" + +Node: dcid:dc/b3cdr2ss594k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/b3cdr2ss594k6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/shjk9hg8k9233 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454311 +dcid: "dc/shjk9hg8k9233" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/53hfnp6wjn9f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/53hfnp6wjn9f9" + +Node: dcid:dc/0m11t0wf0ybq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/0m11t0wf0ybq8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kqskl9t4tep33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/kqskl9t4tep33" + +Node: dcid:dc/em4l3y9yjnf4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336612 +dcid: "dc/em4l3y9yjnf4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/027jrv02nym62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/027jrv02nym62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/09cv9tkxslmyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/09cv9tkxslmyd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mbjlv9pd7f2cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334220 +dcid: "dc/mbjlv9pd7f2cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/71770sf4e6l8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/71770sf4e6l8f" + +Node: dcid:dc/ghdhrj4bln2g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333292 +dcid: "dc/ghdhrj4bln2g4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/td8np7gzfrqmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/td8np7gzfrqmh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lmbghrtn12hy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31522 +dcid: "dc/lmbghrtn12hy" + +Node: dcid:dc/v7kedt5vzyeyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326113 +dcid: "dc/v7kedt5vzyeyg" + +Node: dcid:dc/1qr442w3vxcbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/1qr442w3vxcbh" + +Node: dcid:dc/zcmth4qcdd1n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/zcmth4qcdd1n2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftwymc5yv23nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3343 +dcid: "dc/ftwymc5yv23nh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k9zz2e81ewm0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326140 +dcid: "dc/k9zz2e81ewm0c" + +Node: dcid:dc/5ecfn4dm835hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/5ecfn4dm835hg" + +Node: dcid:dc/xz1hr4c63jy73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/xz1hr4c63jy73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vc0wn1kfe3be7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442291 +dcid: "dc/vc0wn1kfe3be7" + +Node: dcid:dc/j6h7gw1mrzy7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/j6h7gw1mrzy7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ebe887j7fw4r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/ebe887j7fw4r7" + +Node: dcid:dc/p394qejv50w3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/p394qejv50w3b" + +Node: dcid:dc/4g1fxl8r4ewx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/4g1fxl8r4ewx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3mw2s49rfht6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321991 +dcid: "dc/w3mw2s49rfht6" + +Node: dcid:dc/d157xmksywfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/d157xmksywfh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpjheqwcvve01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/fpjheqwcvve01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7phe1neyvpp35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/7phe1neyvpp35" + +Node: dcid:dc/whhhrfv0gcecd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/442210 +dcid: "dc/whhhrfv0gcecd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c5s8nkshz1b4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/c5s8nkshz1b4d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t51d52v54y3z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313320 +dcid: "dc/t51d52v54y3z2" + +Node: dcid:dc/tbjykn69tj1qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448320 +dcid: "dc/tbjykn69tj1qd" + +Node: dcid:dc/clw9drrjp0f9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3326 +dcid: "dc/clw9drrjp0f9g" + +Node: dcid:dc/nh29hszkjz6sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111422 +dcid: "dc/nh29hszkjz6sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x6dr0t4mynp8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325411 +dcid: "dc/x6dr0t4mynp8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lz8mlk6q0wbq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/lz8mlk6q0wbq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xrhsx4hyjfsb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112112 +dcid: "dc/xrhsx4hyjfsb5" + +Node: dcid:dc/vg5c2wssmmp72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/vg5c2wssmmp72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3t4eql88x5mm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/3t4eql88x5mm5" + +Node: dcid:dc/4kqe7ek70x853 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/4kqe7ek70x853" + +Node: dcid:dc/4wfltblq1py1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334516 +dcid: "dc/4wfltblq1py1g" + +Node: dcid:dc/s10yzbxg5eet +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/s10yzbxg5eet" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bg0yvys2g9jn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322299 +dcid: "dc/bg0yvys2g9jn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/17q1xplj7z25h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339116 +dcid: "dc/17q1xplj7z25h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wqtt2ps13v5j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331423 +dcid: "dc/wqtt2ps13v5j" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tet3y7d5zset8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443112 +dcid: "dc/tet3y7d5zset8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x9kmr0751y9k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/x9kmr0751y9k3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vcwkfekw0dp5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/vcwkfekw0dp5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dpzds1ndkgh09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/dpzds1ndkgh09" + +Node: dcid:dc/p7w23zs7zc4vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33993 +dcid: "dc/p7w23zs7zc4vd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bcxn25e7eeeg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/bcxn25e7eeeg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ewlh0dz57lp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332710 +dcid: "dc/0ewlh0dz57lp6" + +Node: dcid:dc/10dnqx92cybzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/10dnqx92cybzf" + +Node: dcid:dc/q4q4gje52s647 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332919 +dcid: "dc/q4q4gje52s647" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpqr164jbsz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/fpqr164jbsz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gcrpfcpfvf61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/5gcrpfcpfvf61" + +Node: dcid:dc/xjz02fh2j7et7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331210 +dcid: "dc/xjz02fh2j7et7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dgec3t4y2bd67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/dgec3t4y2bd67" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kdpyk9h33g35d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334416 +dcid: "dc/kdpyk9h33g35d" + +Node: dcid:dc/z2qfh9ebtlhyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/z2qfh9ebtlhyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3v4rd0341g5l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3119 +dcid: "dc/3v4rd0341g5l6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ghcpy7d3x63ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/ghcpy7d3x63ed" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7qr9y5gb61gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/p7qr9y5gb61gd" + +Node: dcid:dc/pdr2f6q11ws5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326111 +dcid: "dc/pdr2f6q11ws5c" + +Node: dcid:dc/vkpbj91he6f84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/vkpbj91he6f84" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c57lvglkkxvk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/c57lvglkkxvk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hf12tcbtdzk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325314 +dcid: "dc/0hf12tcbtdzk1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wh83ywwjy2925 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/wh83ywwjy2925" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e6r87etpk3hx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/e6r87etpk3hx" + +Node: dcid:dc/8r8x133dqq4y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327212 +dcid: "dc/8r8x133dqq4y5" + +Node: dcid:dc/wy5tr206b5jl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/wy5tr206b5jl" + +Node: dcid:dc/cgk8mz5vjhb45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/cgk8mz5vjhb45" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l3vbs0cj5qjfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/l3vbs0cj5qjfc" + +Node: dcid:dc/kjq4ndm261mkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/kjq4ndm261mkh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rp3ysjhbxbgpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561622 +dcid: "dc/rp3ysjhbxbgpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cjvp3pe01m0nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334310 +dcid: "dc/cjvp3pe01m0nb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c02hj7fq7y6j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334220 +dcid: "dc/c02hj7fq7y6j" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7jgg0ybk8xw7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/7jgg0ybk8xw7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lz70lnvl2sl22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/lz70lnvl2sl22" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mvyd4bsn648j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311330 +dcid: "dc/mvyd4bsn648j" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3zjpfkpllz6e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44312 +dcid: "dc/3zjpfkpllz6e6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kgpehps4ckv63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325510 +dcid: "dc/kgpehps4ckv63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fktqb221wbxg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/fktqb221wbxg4" + +Node: dcid:dc/vjt3ts6637qv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/vjt3ts6637qv1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gdk23999zypm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325520 +dcid: "dc/gdk23999zypm8" + +Node: dcid:dc/984e3ytdfprnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/984e3ytdfprnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9myep1qfwj97g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/9myep1qfwj97g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/67grq0tf438lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323122 +dcid: "dc/67grq0tf438lb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8evkm9r02xkv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/8evkm9r02xkv3" + +Node: dcid:dc/lfxkxwdc78l02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/lfxkxwdc78l02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3cwh21n3y1dvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/3cwh21n3y1dvf" + +Node: dcid:dc/l12hqvce5rd0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/l12hqvce5rd0c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jw74zndjvvz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323112 +dcid: "dc/jw74zndjvvz6" + +Node: dcid:dc/s96vxnbm8zmb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/s96vxnbm8zmb3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6dhdeyjs4xqtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/6dhdeyjs4xqtc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9x18s5ep0zzp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481112 +dcid: "dc/9x18s5ep0zzp1" + +Node: dcid:dc/klv4l5852y004 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/klv4l5852y004" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lwflbt59nry5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/lwflbt59nry5b" + +Node: dcid:dc/e95cyt1zwv083 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333210 +dcid: "dc/e95cyt1zwv083" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wtkmvtmt36zkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454113 +dcid: "dc/wtkmvtmt36zkb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xs9wdjpz4hg4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325314 +dcid: "dc/xs9wdjpz4hg4f" + +Node: dcid:dc/szl79fgr6p776 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335110 +dcid: "dc/szl79fgr6p776" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qcly9g4v0wg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/8qcly9g4v0wg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xle9bw51bwwx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/xle9bw51bwwx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6bz9ed9rggf3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/6bz9ed9rggf3b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s18gqrfnptvp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337110 +dcid: "dc/s18gqrfnptvp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fq13wqy3jkqjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3169 +dcid: "dc/fq13wqy3jkqjb" + +Node: dcid:dc/vvekx4lynmjh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/vvekx4lynmjh7" + +Node: dcid:dc/3jsbedsqgkvl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114112 +dcid: "dc/3jsbedsqgkvl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pl82y8ssp1tnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/pl82y8ssp1tnc" + +Node: dcid:dc/epqypx1z33ek5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/epqypx1z33ek5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yr6pklcmlbby1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/yr6pklcmlbby1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cgey668786ys8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/cgey668786ys8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w6mt0e3kbprmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315223 +dcid: "dc/w6mt0e3kbprmb" + +Node: dcid:dc/s8vbebm3szde3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/s8vbebm3szde3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vjfeqjgr59bvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111336 +dcid: "dc/vjfeqjgr59bvd" + +Node: dcid:dc/4qxfh8ng5kbk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812113 +dcid: "dc/4qxfh8ng5kbk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5e9t15nvv0tnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/5e9t15nvv0tnb" + +Node: dcid:dc/stsdjc23cl1f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/stsdjc23cl1f4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q0wffbbldrzq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/q0wffbbldrzq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrqjv86vq4gw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811122 +dcid: "dc/nrqjv86vq4gw4" + +Node: dcid:dc/hz3l1k1f5rpp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315211 +dcid: "dc/hz3l1k1f5rpp6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x1cn9qc2vszmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/x1cn9qc2vszmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n4sbpssg012qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/n4sbpssg012qg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x6hz5blxyr895 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42461 +dcid: "dc/x6hz5blxyr895" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ly0f7kprrwh01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/ly0f7kprrwh01" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/spy8lwvtmccgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/spy8lwvtmccgf" + +Node: dcid:dc/1gs96kn18k5zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/1gs96kn18k5zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fvqxx5x5q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/fvqxx5x5q" + +Node: dcid:dc/jn648pvnp2zx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/jn648pvnp2zx6" + +Node: dcid:dc/cl2efjgyqp771 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/cl2efjgyqp771" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/70f5qtmbh6834 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/70f5qtmbh6834" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w91mq7bmmf6jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/w91mq7bmmf6jb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/02xw0eqmzesj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333911 +dcid: "dc/02xw0eqmzesj9" + +Node: dcid:dc/tbwv9q1wvrzm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335313 +dcid: "dc/tbwv9q1wvrzm7" + +Node: dcid:dc/gr0jbfllk97hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/gr0jbfllk97hf" + +Node: dcid:dc/rxel9bcnhlf81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324191 +dcid: "dc/rxel9bcnhlf81" + +Node: dcid:dc/jk6jewff0f0l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33639 +dcid: "dc/jk6jewff0f0l1" + +Node: dcid:dc/0jh6ktnzjevl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238162 +dcid: "dc/0jh6ktnzjevl4" + +Node: dcid:dc/0m98dj2f5lsm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/0m98dj2f5lsm3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m22c9wdfqfr31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/m22c9wdfqfr31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5sz6e6kfwq075 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/5sz6e6kfwq075" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/29ld7dkz4ldt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325314 +dcid: "dc/29ld7dkz4ldt1" + +Node: dcid:dc/6jy9g3exbypg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/6jy9g3exbypg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7gtl365rbhhk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42386 +dcid: "dc/7gtl365rbhhk1" + +Node: dcid:dc/1dwglsczzm1n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/1dwglsczzm1n4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jlz097fd7jne3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31499 +dcid: "dc/jlz097fd7jne3" + +Node: dcid:dc/55z8qbzlk3q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/55z8qbzlk3q5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dxgtnfdnb2p45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3119 +dcid: "dc/dxgtnfdnb2p45" + +Node: dcid:dc/k4jz9sb1c99lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315212 +dcid: "dc/k4jz9sb1c99lc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h3v0emhs08ntd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/h3v0emhs08ntd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ev8wevpnt42j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321114 +dcid: "dc/ev8wevpnt42j" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/52wgj1128nh87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/52wgj1128nh87" + +Node: dcid:dc/s572gfj7rqw18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/s572gfj7rqw18" + +Node: dcid:dc/w8b8jh1j3dlm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3331 +dcid: "dc/w8b8jh1j3dlm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rx89jpwb0ye24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/rx89jpwb0ye24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8dqghbtx743kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33281 +dcid: "dc/8dqghbtx743kf" + +Node: dcid:dc/1vtw2zn8wtxqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/1vtw2zn8wtxqc" + +Node: dcid:dc/wc81s568zgvf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/wc81s568zgvf4" + +Node: dcid:dc/etyjnemp1y0rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/etyjnemp1y0rd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bznfq0wmjjt2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31599 +dcid: "dc/bznfq0wmjjt2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55gbg730f8gy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/55gbg730f8gy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7rsev2zqx449c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54141 +dcid: "dc/7rsev2zqx449c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eznn4g0j6s8l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/eznn4g0j6s8l1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5y7dn1xb7h972 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811430 +dcid: "dc/5y7dn1xb7h972" + +Node: dcid:dc/f6157lcn6tgv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111334 +dcid: "dc/f6157lcn6tgv" + +Node: dcid:dc/wp4kh8jkmzk8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111334 +dcid: "dc/wp4kh8jkmzk8c" + +Node: dcid:dc/d324eds6p449b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/d324eds6p449b" + +Node: dcid:dc/6wnfvxt43lj2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/6wnfvxt43lj2h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yl0vwswnm6gn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54134 +dcid: "dc/yl0vwswnm6gn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/62qkgc1mlsgzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311221 +dcid: "dc/62qkgc1mlsgzd" + +Node: dcid:dc/egf82fmvxn31d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/egf82fmvxn31d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f370eqhww2kw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/f370eqhww2kw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y4hk4b2xscr28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/y4hk4b2xscr28" + +Node: dcid:dc/qtyq4k826q408 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/qtyq4k826q408" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1cb3bk87h18e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/1cb3bk87h18e6" + +Node: dcid:dc/f9f51vq25sdgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532310 +dcid: "dc/f9f51vq25sdgh" + +Node: dcid:dc/3j9vqybeyzzxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/3j9vqybeyzzxf" + +Node: dcid:dc/7qbzsxyxh1xlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/7qbzsxyxh1xlf" + +Node: dcid:dc/5mmcwxw9wvh86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/5mmcwxw9wvh86" + +Node: dcid:dc/0rpwezymjjke9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/0rpwezymjjke9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z3thq90njnqq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/z3thq90njnqq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t16rw84vpbsc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/t16rw84vpbsc8" + +Node: dcid:dc/4ql2z488r8qkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321999 +dcid: "dc/4ql2z488r8qkh" + +Node: dcid:dc/nbg9bf986e61c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561491 +dcid: "dc/nbg9bf986e61c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h9eejqr79dz14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/h9eejqr79dz14" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pxdl0by7t4yn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/pxdl0by7t4yn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1ehecmpbxs4s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/1ehecmpbxs4s8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s01wt94ll0m37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326121 +dcid: "dc/s01wt94ll0m37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cx0lk0vfn19t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/cx0lk0vfn19t5" + +Node: dcid:dc/h7wtcpkp8tvm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32412 +dcid: "dc/h7wtcpkp8tvm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7wl88svdfl79g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/551111 +dcid: "dc/7wl88svdfl79g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yrpbs1dc0k4rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325120 +dcid: "dc/yrpbs1dc0k4rc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lhezbs54gn8f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339912 +dcid: "dc/lhezbs54gn8f1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xe5yzpdh2z1gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3272 +dcid: "dc/xe5yzpdh2z1gg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ex593wnp8sxm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/ex593wnp8sxm5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l5lxe05t60925 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112210 +dcid: "dc/l5lxe05t60925" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/72bjg8ejgmt75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/72bjg8ejgmt75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n78jdczw4zhm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/n78jdczw4zhm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c0s6dsy1psnk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/c0s6dsy1psnk6" + +Node: dcid:dc/8g1rekg315tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/8g1rekg315tg" + +Node: dcid:dc/xhbsvfx84kdc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32412 +dcid: "dc/xhbsvfx84kdc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/96sm3ek8n3yjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325991 +dcid: "dc/96sm3ek8n3yjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e4kze744wgn49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/e4kze744wgn49" + +Node: dcid:dc/n39pyc7xlmq65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/n39pyc7xlmq65" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ez7v9s0gy6mm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/ez7v9s0gy6mm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ykmp8nlx51dc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/ykmp8nlx51dc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5q8pg7f7gqlb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/5q8pg7f7gqlb9" + +Node: dcid:dc/617y6lz05lg31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/617y6lz05lg31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xtjfxcmfexwhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/xtjfxcmfexwhf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y73ryr9tdctbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111320 +dcid: "dc/y73ryr9tdctbd" + +Node: dcid:dc/7rb2zx41ccc9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/7rb2zx41ccc9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xt44m4788qlwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/xt44m4788qlwd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c80z2nzgljq89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/c80z2nzgljq89" + +Node: dcid:dc/6wx07ny1zgn4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/6wx07ny1zgn4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n0qm3lw0e1e59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333298 +dcid: "dc/n0qm3lw0e1e59" + +Node: dcid:dc/j0jd1nj020f71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/j0jd1nj020f71" + +Node: dcid:dc/qy5rhsp609f43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/qy5rhsp609f43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g5btkk23d6xjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44111 +dcid: "dc/g5btkk23d6xjh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/se57e155lzq78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333923 +dcid: "dc/se57e155lzq78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p0390nss41vdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/p0390nss41vdc" + +Node: dcid:dc/lkfdtt90nnyr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/lkfdtt90nnyr9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ql70r9dbvk8d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541410 +dcid: "dc/ql70r9dbvk8d5" + +Node: dcid:dc/e4jhqxq6brwv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/e4jhqxq6brwv5" + +Node: dcid:dc/f086qb4jn26d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32221 +dcid: "dc/f086qb4jn26d3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/32s3zd5s35sy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/32s3zd5s35sy1" + +Node: dcid:dc/dl2csg9dx3v5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/dl2csg9dx3v5c" + +Node: dcid:dc/ky1t890174qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44132 +dcid: "dc/ky1t890174qg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/644wxsv6emvr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/644wxsv6emvr3" + +Node: dcid:dc/c44qv73300807 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/c44qv73300807" + +Node: dcid:dc/hpjwt7wttwlcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3341 +dcid: "dc/hpjwt7wttwlcg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5pwcebtfrezkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/5pwcebtfrezkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kc8vkznlf7m93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424330 +dcid: "dc/kc8vkznlf7m93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sepgrdylfnq31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53231 +dcid: "dc/sepgrdylfnq31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/snpl1pcmde8sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/snpl1pcmde8sb" + +Node: dcid:dc/lh48z7fmwr671 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/lh48z7fmwr671" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5y64z5h861219 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/5y64z5h861219" + +Node: dcid:dc/gtsmv10k6l3p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337920 +dcid: "dc/gtsmv10k6l3p6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n30gcv2kf6rk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/n30gcv2kf6rk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ld6t94pynp5nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/ld6t94pynp5nf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d2l5bjz99js57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/d2l5bjz99js57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6gcqxbnh7vekh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/6gcqxbnh7vekh" + +Node: dcid:dc/m30fl95jbprx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/m30fl95jbprx9" + +Node: dcid:dc/fyfyl5gpdljk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331 +dcid: "dc/fyfyl5gpdljk6" + +Node: dcid:dc/e3lrz520h3b4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/e3lrz520h3b4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rych792tcmbb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/rych792tcmbb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b23b8xdplb122 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/b23b8xdplb122" + +Node: dcid:dc/hj3rgpcg7d6q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334111 +dcid: "dc/hj3rgpcg7d6q5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hrcg6tz1fqqsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/hrcg6tz1fqqsb" + +Node: dcid:dc/ycw23jgnmdg2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/ycw23jgnmdg2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjjqx56d6gt04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/vjjqx56d6gt04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nbd27q6s5eek +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/nbd27q6s5eek" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rv85qc89m3kl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/rv85qc89m3kl6" + +Node: dcid:dc/6k5ze5zd3mhc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31134 +dcid: "dc/6k5ze5zd3mhc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9e26j6vl2kd3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/9e26j6vl2kd3d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c7s663kyrjqr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/c7s663kyrjqr7" + +Node: dcid:dc/5kgfn0vdwlh43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/5kgfn0vdwlh43" + +Node: dcid:dc/4dhrl2nhxd7c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111211 +dcid: "dc/4dhrl2nhxd7c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hyv8st75jgfj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322223 +dcid: "dc/hyv8st75jgfj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dr3d0yh4mnm91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424460 +dcid: "dc/dr3d0yh4mnm91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/24jrn1zbmjq6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/24jrn1zbmjq6f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sstv7y4kygb8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339950 +dcid: "dc/sstv7y4kygb8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m57vnq2bh20s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339920 +dcid: "dc/m57vnq2bh20s9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/57w3nvrycqzs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325413 +dcid: "dc/57w3nvrycqzs5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wwms2cwfe5401 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/wwms2cwfe5401" + +Node: dcid:dc/l1w8tv6phw89c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333319 +dcid: "dc/l1w8tv6phw89c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pjrqr4z6rdsmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/pjrqr4z6rdsmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2grnr49c9jv33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/2grnr49c9jv33" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eczfgj5yeywk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/eczfgj5yeywk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n8c1kq8rsfhm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332313 +dcid: "dc/n8c1kq8rsfhm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4knw9mfmr2hyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/4knw9mfmr2hyf" + +Node: dcid:dc/f94nkxdc2vrb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/f94nkxdc2vrb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ny76yrc2fdh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111331 +dcid: "dc/5ny76yrc2fdh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y7xkhbbqedve7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/y7xkhbbqedve7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ews03qb2d7p86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112920 +dcid: "dc/ews03qb2d7p86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8emhwvbg9kbsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/8emhwvbg9kbsd" + +Node: dcid:dc/5hj7e1z52867f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/5hj7e1z52867f" + +Node: dcid:dc/llyz09wz8c426 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/llyz09wz8c426" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0fmnekmk0z9y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/0fmnekmk0z9y5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p8f7hgdwhc86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23817 +dcid: "dc/p8f7hgdwhc86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l8y62gw4fl4w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21239 +dcid: "dc/l8y62gw4fl4w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svyznxh7nqsl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33593 +dcid: "dc/svyznxh7nqsl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cd2v9tw3wehb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/cd2v9tw3wehb6" + +Node: dcid:dc/zfs6chhjqxgx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/zfs6chhjqxgx4" + +Node: dcid:dc/dl35e21rwlbhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/dl35e21rwlbhf" + +Node: dcid:dc/k64yr6lr5spn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44612 +dcid: "dc/k64yr6lr5spn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6dvdce21hxj61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42339 +dcid: "dc/6dvdce21hxj61" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8cyynekrg0k65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42461 +dcid: "dc/8cyynekrg0k65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xhdp4mtcrtqrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/xhdp4mtcrtqrb" + +Node: dcid:dc/3p1mgsgtm3rd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333298 +dcid: "dc/3p1mgsgtm3rd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4kjh4zby25389 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238122 +dcid: "dc/4kjh4zby25389" + +Node: dcid:dc/4l3ewn7ywp3qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/4l3ewn7ywp3qf" + +Node: dcid:dc/jn445g34h1g73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334419 +dcid: "dc/jn445g34h1g73" + +Node: dcid:dc/h7ynnlrhr2y8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/h7ynnlrhr2y8d" + +Node: dcid:dc/zc8yqn34gtfh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/zc8yqn34gtfh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fjt68rfz7bsv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335991 +dcid: "dc/fjt68rfz7bsv1" + +Node: dcid:dc/pe9sdy4dyx8tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/pe9sdy4dyx8tc" + +Node: dcid:dc/yqxt0fwkrk0r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/yqxt0fwkrk0r2" + +Node: dcid:dc/0m5yqzgzcnwx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/0m5yqzgzcnwx5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/49dkj7fcv0dlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/49dkj7fcv0dlg" + +Node: dcid:dc/91hp0vq8meps4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/91hp0vq8meps4" + +Node: dcid:dc/m5s093mm27zz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/m5s093mm27zz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rzk6wy7kgnp3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/rzk6wy7kgnp3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/exb8gcd28t3b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/exb8gcd28t3b6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rxn1v5hygr4v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325413 +dcid: "dc/rxn1v5hygr4v6" + +Node: dcid:dc/hjshy4v2vmw74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/hjshy4v2vmw74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h558100pzhe85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/h558100pzhe85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5fshpdk4h247 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/d5fshpdk4h247" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c1z1sjnxkvys7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54134 +dcid: "dc/c1z1sjnxkvys7" + +Node: dcid:dc/thz7g113xjtmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321918 +dcid: "dc/thz7g113xjtmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sn4g2f2qkzqx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/sn4g2f2qkzqx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y063mh93e3mn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332618 +dcid: "dc/y063mh93e3mn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ljc3zg0sctch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/814110 +dcid: "dc/ljc3zg0sctch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/454qp0c1wfj2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/454qp0c1wfj2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x9mvt1yy7g5p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322222 +dcid: "dc/x9mvt1yy7g5p" + +Node: dcid:dc/np1htc5x0m724 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/np1htc5x0m724" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6egt08t83qh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/6egt08t83qh5" + +Node: dcid:dc/sjngdl07jq7lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212312 +dcid: "dc/sjngdl07jq7lg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9mk832j0cy597 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/9mk832j0cy597" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h0vj8fn061p43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33311 +dcid: "dc/h0vj8fn061p43" + +Node: dcid:dc/05r5s5kws0zg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32612 +dcid: "dc/05r5s5kws0zg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jkh5rfxrstyj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/jkh5rfxrstyj1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n1j1b7dm2dtn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/n1j1b7dm2dtn4" + +Node: dcid:dc/sy24djzgmddw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/sy24djzgmddw" + +Node: dcid:dc/nzls54r068yn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/nzls54r068yn5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7bsndrlpjd2sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/7bsndrlpjd2sh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z1yx2scn9gng9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/z1yx2scn9gng9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ek9n478vhp9w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/ek9n478vhp9w4" + +Node: dcid:dc/7639vzclqrqs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/7639vzclqrqs" + +Node: dcid:dc/tkzplbn3y51lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/tkzplbn3y51lg" + +Node: dcid:dc/wwg29slp0bk37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/wwg29slp0bk37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eehc95lhh6yh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339991 +dcid: "dc/eehc95lhh6yh2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2svf89665wbx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/2svf89665wbx8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qsxl1n60yz1sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/qsxl1n60yz1sc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4fs3jm2ppn1d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/4fs3jm2ppn1d5" + +Node: dcid:dc/lnpjpp8r5q814 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/lnpjpp8r5q814" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qw3cps4sj15sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/qw3cps4sj15sd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ght4l7m2cg67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33242 +dcid: "dc/8ght4l7m2cg67" + +Node: dcid:dc/bz2e5x6msxel5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/bz2e5x6msxel5" + +Node: dcid:dc/r52ygn6e3zvp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/r52ygn6e3zvp" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d51nf6dwgwb93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/d51nf6dwgwb93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1c7ge2hr0ng5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/1c7ge2hr0ng5b" + +Node: dcid:dc/zet5xjxdfjwp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/zet5xjxdfjwp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v46ww6rtsmn8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/v46ww6rtsmn8d" + +Node: dcid:dc/82ylt3hfyxg04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331210 +dcid: "dc/82ylt3hfyxg04" + +Node: dcid:dc/lzqpcz975vty6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33792 +dcid: "dc/lzqpcz975vty6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qm39ec55tqpzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/qm39ec55tqpzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h64qrlfmyjfhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/h64qrlfmyjfhb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lpkk5gqbb9w81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/lpkk5gqbb9w81" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k9x8s28jgwlp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562991 +dcid: "dc/k9x8s28jgwlp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftpmc6st1jesf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/ftpmc6st1jesf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r70zz1kqbf4f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486910 +dcid: "dc/r70zz1kqbf4f4" + +Node: dcid:dc/zwsqbz64rqkfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/zwsqbz64rqkfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8m4wy7wlsyyq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/8m4wy7wlsyyq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/44pexbt4yem4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/44pexbt4yem4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6qb1k1l38qkn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/6qb1k1l38qkn" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/czbbbbd8kf5g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321219 +dcid: "dc/czbbbbd8kf5g7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9n89r78fzyz9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/9n89r78fzyz9c" + +Node: dcid:dc/bm9dk3mxc9xyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/bm9dk3mxc9xyf" + +Node: dcid:dc/yzt0k7bc97sy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/yzt0k7bc97sy6" + +Node: dcid:dc/fsjv7zcn97x5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42333 +dcid: "dc/fsjv7zcn97x5d" + +Node: dcid:dc/l221724nfes99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/l221724nfes99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vqe0yk1cpjzr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/vqe0yk1cpjzr5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yxy38nhfth707 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/yxy38nhfth707" + +Node: dcid:dc/22fyjjers40bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31111 +dcid: "dc/22fyjjers40bf" + +Node: dcid:dc/fgkrvybg3eslg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/fgkrvybg3eslg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/621sqyp2w1tfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/621sqyp2w1tfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zcsfz35mjer32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/zcsfz35mjer32" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1nc0zdt9d9zfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/1nc0zdt9d9zfb" + +Node: dcid:dc/63bp4lrb2rr0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/63bp4lrb2rr0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mstr27sb9kmn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/mstr27sb9kmn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hxyeq5wx5zmp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33329 +dcid: "dc/hxyeq5wx5zmp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fbfz0n3mbnsn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/fbfz0n3mbnsn6" + +Node: dcid:dc/yf2smwwmdctqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/yf2smwwmdctqb" + +Node: dcid:dc/yky8ezw64ez92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/yky8ezw64ez92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8b3gpw1zyr7bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/8b3gpw1zyr7bf" + +Node: dcid:dc/ge20dx4qx5fp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/ge20dx4qx5fp8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rhpb6t6khwzyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/rhpb6t6khwzyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k1cpn3p0eekf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/k1cpn3p0eekf" + +Node: dcid:dc/kz0sj04wejzhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/kz0sj04wejzhb" + +Node: dcid:dc/hz99t1nxwnw26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5321 +dcid: "dc/hz99t1nxwnw26" + +Node: dcid:dc/jdhysd35er3yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/jdhysd35er3yg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6yccrl8cks4z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/6yccrl8cks4z9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/06x6mpx3cc342 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3342 +dcid: "dc/06x6mpx3cc342" + +Node: dcid:dc/9fbrt5wxt4vkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/9fbrt5wxt4vkg" + +Node: dcid:dc/xd8e8vlqeey5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/xd8e8vlqeey5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g7cnn7yxfzmff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335991 +dcid: "dc/g7cnn7yxfzmff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cxmcbwx8vrkyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/cxmcbwx8vrkyd" + +Node: dcid:dc/6j0qeb6xr6j7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/6j0qeb6xr6j7d" + +Node: dcid:dc/l5gf0dhj0z1w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332996 +dcid: "dc/l5gf0dhj0z1w2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3h82ecb2r4bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/w3h82ecb2r4bc" + +Node: dcid:dc/tr01pwl1zp3x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541213 +dcid: "dc/tr01pwl1zp3x3" + +Node: dcid:dc/9lx0tt9vk1mg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322231 +dcid: "dc/9lx0tt9vk1mg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mj75km0v9t409 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326199 +dcid: "dc/mj75km0v9t409" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p3wq4ld5bnv68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481112 +dcid: "dc/p3wq4ld5bnv68" + +Node: dcid:dc/pj6zh74zhkbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/pj6zh74zhkbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gm4zgngkwqdfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/gm4zgngkwqdfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9cmhegn8zf9ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/9cmhegn8zf9ec" + +Node: dcid:dc/zsg0r6th3rd84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/zsg0r6th3rd84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vxksmyk44tyef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/vxksmyk44tyef" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/13djcqxqg7fqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238292 +dcid: "dc/13djcqxqg7fqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4esx6r0zzcsld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/4esx6r0zzcsld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4se5xxmvff19h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/4se5xxmvff19h" + +Node: dcid:dc/c921wc7sl0hf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/c921wc7sl0hf5" + +Node: dcid:dc/3y9d37g2ek12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/3y9d37g2ek12" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c7622dxhhnr38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/c7622dxhhnr38" + +Node: dcid:dc/cnzjsrct4spyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812921 +dcid: "dc/cnzjsrct4spyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/679kg9jlh8v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/679kg9jlh8v5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mywe92z00kgld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/mywe92z00kgld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/by6gem59lz0p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3222 +dcid: "dc/by6gem59lz0p8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b5dqrb50676mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/b5dqrb50676mg" + +Node: dcid:dc/m4cwc0l1qken1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/m4cwc0l1qken1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/76kkt3g9eplm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/76kkt3g9eplm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qbk83x18jkyyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/qbk83x18jkyyh" + +Node: dcid:dc/2dgty0x5gkkf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53223 +dcid: "dc/2dgty0x5gkkf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/be29n94mgtsm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/be29n94mgtsm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zqnc0cntg8v13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/zqnc0cntg8v13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qg6wdltvr9x4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/qg6wdltvr9x4h" + +Node: dcid:dc/rgfp77zv40l3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/rgfp77zv40l3h" + +Node: dcid:dc/k6sc67f019n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42431 +dcid: "dc/k6sc67f019n3" + +Node: dcid:dc/h03vgcxqbjdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44419 +dcid: "dc/h03vgcxqbjdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/492jnknhy9zsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/492jnknhy9zsd" + +Node: dcid:dc/pg0zd3ez8clxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/pg0zd3ez8clxh" + +Node: dcid:dc/tqql9wb5hzvg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/tqql9wb5hzvg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/by06we3zy6qj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52221 +dcid: "dc/by06we3zy6qj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hxkzm2hpzfwk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/hxkzm2hpzfwk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f7r292ej3vr3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325611 +dcid: "dc/f7r292ej3vr3h" + +Node: dcid:dc/94qz01dwnbww2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/94qz01dwnbww2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zpqeg1s2f27m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325520 +dcid: "dc/zpqeg1s2f27m1" + +Node: dcid:dc/eztrr1626hks5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/eztrr1626hks5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yckrntktfmfc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3261 +dcid: "dc/yckrntktfmfc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/byck9cbb7fk7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339113 +dcid: "dc/byck9cbb7fk7b" + +Node: dcid:dc/x2nql1mfy21kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/x2nql1mfy21kf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/egtq33mmnr93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/egtq33mmnr93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y8pqyy7lcknhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/y8pqyy7lcknhb" + +Node: dcid:dc/f6kphq9l0hrr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/f6kphq9l0hrr2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tp4g9gv0w6v9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/tp4g9gv0w6v9f" + +Node: dcid:dc/hg0488b5lsbxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/hg0488b5lsbxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gxxs6jew6gkm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49211 +dcid: "dc/gxxs6jew6gkm5" + +Node: dcid:dc/vl5kzw0gk2d29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42313 +dcid: "dc/vl5kzw0gk2d29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l2tgprttnd1d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/l2tgprttnd1d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/887rtf7cn4b22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/887rtf7cn4b22" + +Node: dcid:dc/9yse0vzt2p90d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44821 +dcid: "dc/9yse0vzt2p90d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4f666m61jzx5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331524 +dcid: "dc/4f666m61jzx5c" + +Node: dcid:dc/es68cp1vnek5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/es68cp1vnek5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3khpt98828bmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/3khpt98828bmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cgys53pfe01n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/cgys53pfe01n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1fqzy74bhz72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314121 +dcid: "dc/1fqzy74bhz72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6zzszr3fghy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/m6zzszr3fghy8" + +Node: dcid:dc/rskd8y9ljsvz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/rskd8y9ljsvz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z47c1k4t2chdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/z47c1k4t2chdf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nwzsbyxr46xl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/nwzsbyxr46xl8" + +Node: dcid:dc/4b4hyvsp210sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812922 +dcid: "dc/4b4hyvsp210sc" + +Node: dcid:dc/egjd3kpejxmk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/egjd3kpejxmk1" + +Node: dcid:dc/fjky538h12446 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/fjky538h12446" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jngmh68j9z4q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/jngmh68j9z4q" + +Node: dcid:dc/qgefnhphc7v9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/qgefnhphc7v9c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e2cc2cg9c7kn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336399 +dcid: "dc/e2cc2cg9c7kn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7wc3ljjgr7v38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/7wc3ljjgr7v38" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0psv90h30myg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/0psv90h30myg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/99mfl1mqbxz5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/99mfl1mqbxz5g" + +Node: dcid:dc/skmr6kvef7wnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/skmr6kvef7wnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sx6fv4mrygp0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339914 +dcid: "dc/sx6fv4mrygp0d" + +Node: dcid:dc/y2yg5ecdg6r0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/y2yg5ecdg6r0b" + +Node: dcid:dc/hv7zspvqfnpv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/hv7zspvqfnpv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zx42srvwnpzpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/zx42srvwnpzpc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3gnkpqc1hn8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/g3gnkpqc1hn8c" + +Node: dcid:dc/f7rqrdfs1drg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/f7rqrdfs1drg2" + +Node: dcid:dc/rh47tezxjk3e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42494 +dcid: "dc/rh47tezxjk3e2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tcbp70zxycxzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/tcbp70zxycxzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ms9t150v8z904 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/ms9t150v8z904" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/klxdt82typ3cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/klxdt82typ3cd" + +Node: dcid:dc/5eqwt8mmt1xx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/5eqwt8mmt1xx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e7fjctnqewgnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334210 +dcid: "dc/e7fjctnqewgnf" + +Node: dcid:dc/nkr1lwlqpglj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333994 +dcid: "dc/nkr1lwlqpglj7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l1bzeex8tb906 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/l1bzeex8tb906" + +Node: dcid:dc/r6zwlcc3dn6m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315223 +dcid: "dc/r6zwlcc3dn6m5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4rbslj0gv1p5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4531 +dcid: "dc/4rbslj0gv1p5f" + +Node: dcid:dc/6bzxmtxlt1195 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/6bzxmtxlt1195" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sb6lse895m7hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/sb6lse895m7hd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/23dx33wjl90w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/23dx33wjl90w7" + +Node: dcid:dc/q9d043pymbsc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/q9d043pymbsc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dd7zws0zh3sy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/dd7zws0zh3sy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5g5zskkskm5gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23814 +dcid: "dc/5g5zskkskm5gg" + +Node: dcid:dc/734yzmzl1s367 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/734yzmzl1s367" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/28hwjfs4n84e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/28hwjfs4n84e3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nmpvbwecd3jz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/nmpvbwecd3jz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qtynvfdg1jzv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/qtynvfdg1jzv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmzmt39z4q7t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/qmzmt39z4q7t5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rpb5fp2q4mwb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/rpb5fp2q4mwb6" + +Node: dcid:dc/429gr5sl5k1l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/429gr5sl5k1l7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lnhjwjcww6c0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11233 +dcid: "dc/lnhjwjcww6c0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mt3y7bbjtz6r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/mt3y7bbjtz6r2" + +Node: dcid:dc/6n6l2wrzv7473 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322 +dcid: "dc/6n6l2wrzv7473" + +Node: dcid:dc/p593k3s4fvnt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/p593k3s4fvnt7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yzktrnyj2cmf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/yzktrnyj2cmf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0xh30tf6cvdx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49313 +dcid: "dc/0xh30tf6cvdx1" + +Node: dcid:dc/eekgbhxdk7d0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314911 +dcid: "dc/eekgbhxdk7d0g" + +Node: dcid:dc/8rn002de2n5n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/8rn002de2n5n7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gee3pmrf55nh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/gee3pmrf55nh4" + +Node: dcid:dc/8dky2m12ydem +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/8dky2m12ydem" + +Node: dcid:dc/tyyphpwnv50l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/tyyphpwnv50l3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h7hw57lyvgbm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/h7hw57lyvgbm7" + +Node: dcid:dc/jyy2mf94wdlfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/jyy2mf94wdlfb" + +Node: dcid:dc/65wt7m27b3lgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/65wt7m27b3lgf" + +Node: dcid:dc/l5ht0x98xlwb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/l5ht0x98xlwb2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l51c18r5nb2zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/l51c18r5nb2zb" + +Node: dcid:dc/r1kkvs36scxb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/r1kkvs36scxb1" + +Node: dcid:dc/16f21fvxz5dmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/16f21fvxz5dmd" + +Node: dcid:dc/kzltpdp36017h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/kzltpdp36017h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/glgp3l5qwln39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/glgp3l5qwln39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s6gh3gsgz916h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/s6gh3gsgz916h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z580fgfexmlcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/z580fgfexmlcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jl4qjjkkycj72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/jl4qjjkkycj72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6602f7v3lf8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/6602f7v3lf8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tm48q9vbvkltd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444120 +dcid: "dc/tm48q9vbvkltd" + +Node: dcid:dc/1gm5zzlpn1np8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23833 +dcid: "dc/1gm5zzlpn1np8" + +Node: dcid:dc/x6fnqzqr169p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/x6fnqzqr169p9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mrdgdjl1tk277 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31111 +dcid: "dc/mrdgdjl1tk277" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8jfdvjgtlg2t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/8jfdvjgtlg2t3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p8mgdwzjpmzd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112512 +dcid: "dc/p8mgdwzjpmzd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ers8mdz8prxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/2ers8mdz8prxc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fmk3g2xx6y0k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/fmk3g2xx6y0k4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ce1l7hrm79glc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/ce1l7hrm79glc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/72h2p96pwytm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/72h2p96pwytm2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w4wqw6be54s5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42343 +dcid: "dc/w4wqw6be54s5b" + +Node: dcid:dc/1trt8s3nj8yp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4869 +dcid: "dc/1trt8s3nj8yp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9p3nntbgk0ke6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/9p3nntbgk0ke6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yevxjp2njecy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327993 +dcid: "dc/yevxjp2njecy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/flxms10dksvk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611511 +dcid: "dc/flxms10dksvk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xk33tyk1853e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/xk33tyk1853e5" + +Node: dcid:dc/jhtc3xxlbxw63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/jhtc3xxlbxw63" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/32r9reeb562z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333515 +dcid: "dc/32r9reeb562z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jf6w1z7459sef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311514 +dcid: "dc/jf6w1z7459sef" + +Node: dcid:dc/th6pswhpk2k82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/th6pswhpk2k82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dsfd7hemc4hkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446120 +dcid: "dc/dsfd7hemc4hkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mfkrj427m4nd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333991 +dcid: "dc/mfkrj427m4nd9" + +Node: dcid:dc/82kcsx2b9cy2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/82kcsx2b9cy2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpmzbtx7l76n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/fpmzbtx7l76n7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hn7gpnbmzzh08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/hn7gpnbmzzh08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4lmsg3qbgjxm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/4lmsg3qbgjxm4" + +Node: dcid:dc/l8rvf928czsq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111335 +dcid: "dc/l8rvf928czsq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qe9wc4v6k4cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/qe9wc4v6k4cb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3917ctxeh5b6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522220 +dcid: "dc/3917ctxeh5b6b" + +Node: dcid:dc/hpz1zs0b8l3b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/hpz1zs0b8l3b9" + +Node: dcid:dc/ntdjwf5z61vp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/ntdjwf5z61vp6" + +Node: dcid:dc/ecgxxdqhpnlb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/ecgxxdqhpnlb8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/57sr8sc58zbm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/57sr8sc58zbm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6f49tn9w47h6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81292 +dcid: "dc/6f49tn9w47h6b" + +Node: dcid:dc/zef4jjbxjg9m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44832 +dcid: "dc/zef4jjbxjg9m7" + +Node: dcid:dc/r3djsfbdk3zs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33312 +dcid: "dc/r3djsfbdk3zs" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qhm1erhcx1chc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/qhm1erhcx1chc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0b39bsndwlj4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33993 +dcid: "dc/0b39bsndwlj4h" + +Node: dcid:dc/70w3v8m9b2ew9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/70w3v8m9b2ew9" + +Node: dcid:dc/j4rzbe4m714z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32561 +dcid: "dc/j4rzbe4m714z4" + +Node: dcid:dc/4431l20st1fm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/4431l20st1fm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3s02t8588ysv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/3s02t8588ysv4" + +Node: dcid:dc/jn1p36lthdhdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/jn1p36lthdhdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pd3cblxp2srlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42432 +dcid: "dc/pd3cblxp2srlc" + +Node: dcid:dc/1qkh1hdwgnp2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/533 +dcid: "dc/1qkh1hdwgnp2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9s8fplwskfnz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339111 +dcid: "dc/9s8fplwskfnz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ylh8dx7djp81h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/ylh8dx7djp81h" + +Node: dcid:dc/2gmjzesz28mf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51119 +dcid: "dc/2gmjzesz28mf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4kqmkrxvzmj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443130 +dcid: "dc/g4kqmkrxvzmj7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zmdvged687grb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/zmdvged687grb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2gkhszj87km97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321212 +dcid: "dc/2gkhszj87km97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k0kq07g3ysxxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/k0kq07g3ysxxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vmptff87v07w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/vmptff87v07w" + +Node: dcid:dc/b82bsncr51fh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44811 +dcid: "dc/b82bsncr51fh6" + +Node: dcid:dc/qngr0pc8d4c01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238131 +dcid: "dc/qngr0pc8d4c01" + +Node: dcid:dc/pkt94gt1xdtyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522220 +dcid: "dc/pkt94gt1xdtyf" + +Node: dcid:dc/nq83qdmpqp206 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812921 +dcid: "dc/nq83qdmpqp206" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t5lx8bt5pk9jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/t5lx8bt5pk9jc" + +Node: dcid:dc/s54mj9tj28345 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/s54mj9tj28345" + +Node: dcid:dc/hcd1njp3pcg7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/hcd1njp3pcg7f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/52lbbwqgckcq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112512 +dcid: "dc/52lbbwqgckcq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bzz5r9n4rzh5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54134 +dcid: "dc/bzz5r9n4rzh5d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxlp64495933b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52221 +dcid: "dc/bxlp64495933b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j7mnrcrrksx36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42494 +dcid: "dc/j7mnrcrrksx36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3l8vlwk16xdl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/3l8vlwk16xdl5" + +Node: dcid:dc/fcxyj8jykved3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/fcxyj8jykved3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p3pveq1n3zn5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314129 +dcid: "dc/p3pveq1n3zn5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w27vfwvk8fz23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/w27vfwvk8fz23" + +Node: dcid:dc/9zvn7tjbdq709 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334519 +dcid: "dc/9zvn7tjbdq709" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kz66vhw5bmz16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/kz66vhw5bmz16" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9n5sl4jj85esc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23814 +dcid: "dc/9n5sl4jj85esc" + +Node: dcid:dc/kjshdx56k7mw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/kjshdx56k7mw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwsrx8rnekrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/mwsrx8rnekrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/937n14cs5r419 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811430 +dcid: "dc/937n14cs5r419" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/68zx7hmr40s7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3141 +dcid: "dc/68zx7hmr40s7b" + +Node: dcid:dc/bcqcp0q8c1crh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/bcqcp0q8c1crh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/glwd4t7xs8jz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326212 +dcid: "dc/glwd4t7xs8jz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qlbdekh7y4b0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/qlbdekh7y4b0d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1km3djb7ssqq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31152 +dcid: "dc/1km3djb7ssqq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h9zlqykqs7xb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/h9zlqykqs7xb7" + +Node: dcid:dc/gbrtmyy6yne28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/gbrtmyy6yne28" + +Node: dcid:dc/dcl0ltht70jv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33994 +dcid: "dc/dcl0ltht70jv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5g27q3k9sgy1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/5g27q3k9sgy1c" + +Node: dcid:dc/yrhqbkly2yxp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/yrhqbkly2yxp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nyqf8hscwmp0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/nyqf8hscwmp0h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xhwfeg5n6855h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/xhwfeg5n6855h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6e6gezfw1yyj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/6e6gezfw1yyj3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pd3kwemeg30cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/pd3kwemeg30cf" + +Node: dcid:dc/wghrnb7lq296c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/wghrnb7lq296c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fr7vb5gkcly87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335121 +dcid: "dc/fr7vb5gkcly87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svjhdctm5kfd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311812 +dcid: "dc/svjhdctm5kfd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/db376zgdv5pe3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42481 +dcid: "dc/db376zgdv5pe3" + +Node: dcid:dc/gggl3en50rg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33992 +dcid: "dc/gggl3en50rg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h9bnq3gn6ykf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/h9bnq3gn6ykf3" + +Node: dcid:dc/b9664ny51xvk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/b9664ny51xvk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x54bqs09glm1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/x54bqs09glm1b" + +Node: dcid:dc/j6gsnjleyz512 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/j6gsnjleyz512" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v7k6x642p2qx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562991 +dcid: "dc/v7k6x642p2qx9" + +Node: dcid:dc/xq6wkhn49d83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32614 +dcid: "dc/xq6wkhn49d83" + +Node: dcid:dc/4bsq9gtb75pw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/4bsq9gtb75pw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tsp272l42yve5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/tsp272l42yve5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ghsft16s1e17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/4ghsft16s1e17" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vsb1wvh81pet7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551114 +dcid: "dc/vsb1wvh81pet7" + +Node: dcid:dc/xwe3gexzsq26f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/xwe3gexzsq26f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sq6z13z9fkjk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/sq6z13z9fkjk9" + +Node: dcid:dc/vz2641ljljjy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339993 +dcid: "dc/vz2641ljljjy8" + +Node: dcid:dc/37v9ctgq2bz6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31522 +dcid: "dc/37v9ctgq2bz6g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tefw65kewpex6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/tefw65kewpex6" + +Node: dcid:dc/vvep677tgwx29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/vvep677tgwx29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3nlhd3rq8fpvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811112 +dcid: "dc/3nlhd3rq8fpvg" + +Node: dcid:dc/4xkrx4qtn9991 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/4xkrx4qtn9991" + +Node: dcid:dc/ft02392b8wxqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/ft02392b8wxqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5wrnjb84q4vh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/5wrnjb84q4vh8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m4r7wzy8e96z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3362 +dcid: "dc/m4r7wzy8e96z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dcklgc98bllp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/dcklgc98bllp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/73m1m7v2hpvr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/73m1m7v2hpvr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6qq8jegsj6eld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/6qq8jegsj6eld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sk3rverc53ny3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/sk3rverc53ny3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mysjh7l5w7kmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/mysjh7l5w7kmd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/733nr6s0nxxl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/733nr6s0nxxl2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/68ms5rr8n926c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448110 +dcid: "dc/68ms5rr8n926c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z12z8k32c6hl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311711 +dcid: "dc/z12z8k32c6hl5" + +Node: dcid:dc/cl5l6envrxm3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/cl5l6envrxm3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jc951n6sjyzw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336211 +dcid: "dc/jc951n6sjyzw6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/36g8wxnrdtwwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332420 +dcid: "dc/36g8wxnrdtwwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dxclzc0xm91h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/814110 +dcid: "dc/dxclzc0xm91h" + +Node: dcid:dc/jg7cj5pblby69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326 +dcid: "dc/jg7cj5pblby69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6led5xv7lx0l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/6led5xv7lx0l2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3ch69jhk16ph2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/3ch69jhk16ph2" + +Node: dcid:dc/684hbbjthehj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/684hbbjthehj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hvwtrzfetj187 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44419 +dcid: "dc/hvwtrzfetj187" + +Node: dcid:dc/mjbkheq6738y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/mjbkheq6738y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gvc19zz5wpbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/5gvc19zz5wpbg" + +Node: dcid:dc/6df9djq18dvp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512290 +dcid: "dc/6df9djq18dvp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e4zw5cbyhcyyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/e4zw5cbyhcyyf" + +Node: dcid:dc/s0pqb4j20ck5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32721 +dcid: "dc/s0pqb4j20ck5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6f0db5cbp3pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/l6f0db5cbp3pd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9h39wsxqzsvzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/9h39wsxqzsvzb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2kc2sl7ex4nh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/486910 +dcid: "dc/2kc2sl7ex4nh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/shqcdty62t22c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42371 +dcid: "dc/shqcdty62t22c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xhv7bd5x0rs16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3212 +dcid: "dc/xhv7bd5x0rs16" + +Node: dcid:dc/qf9rj7mm816pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/qf9rj7mm816pd" + +Node: dcid:dc/pq76rcgpfs88b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/pq76rcgpfs88b" + +Node: dcid:dc/7khrkx7tkxl09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/7khrkx7tkxl09" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dt348w76egd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561450 +dcid: "dc/dt348w76egd" + +Node: dcid:dc/55d4gv2zn5be9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/55d4gv2zn5be9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8ttcb1530xtj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/8ttcb1530xtj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/stqw9hm4jz05b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/stqw9hm4jz05b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3stwrzqrv78c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/3stwrzqrv78c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6z2bsszr3cdh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/6z2bsszr3cdh5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4d2pt897sqb09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315212 +dcid: "dc/4d2pt897sqb09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qkz5dte2qkg5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316999 +dcid: "dc/qkz5dte2qkg5d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4ng2rh5q7z7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/f4ng2rh5q7z7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0gtwsmrt9mqrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44521 +dcid: "dc/0gtwsmrt9mqrd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8vdtx954wh146 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333515 +dcid: "dc/8vdtx954wh146" + +Node: dcid:dc/0v1494l4emz71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334112 +dcid: "dc/0v1494l4emz71" + +Node: dcid:dc/3bt5lk3cx6eph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/3bt5lk3cx6eph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b42fn5rwvxqn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3251 +dcid: "dc/b42fn5rwvxqn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wvcyzy1bvhg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423830 +dcid: "dc/wvcyzy1bvhg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h3zeklpm0q6g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331423 +dcid: "dc/h3zeklpm0q6g9" + +Node: dcid:dc/49747qqsbfcq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/49747qqsbfcq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/23sw3jgcp7m91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33261 +dcid: "dc/23sw3jgcp7m91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bz0k00yzkk23b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/bz0k00yzkk23b" + +Node: dcid:dc/sf3xd2tgvrgd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337110 +dcid: "dc/sf3xd2tgvrgd9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/scgxh3zbdvr04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/scgxh3zbdvr04" + +Node: dcid:dc/vctr9988j44e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/vctr9988j44e7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z9rt51f5bek95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/z9rt51f5bek95" + +Node: dcid:dc/f8x5bd0xpqtv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/f8x5bd0xpqtv7" + +Node: dcid:dc/3np7z4k58y817 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424430 +dcid: "dc/3np7z4k58y817" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t8c6jfwt3yeh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327112 +dcid: "dc/t8c6jfwt3yeh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/geqz849dthgz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/geqz849dthgz9" + +Node: dcid:dc/9wd4sd9nqbced +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/9wd4sd9nqbced" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h0tvrcbf4hr63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/h0tvrcbf4hr63" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jetgy3zpkt7f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/jetgy3zpkt7f5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ft4kgx50shhm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424440 +dcid: "dc/ft4kgx50shhm2" + +Node: dcid:dc/0gz0klbjexrx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/0gz0klbjexrx9" + +Node: dcid:dc/l218651qsmpd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/l218651qsmpd9" + +Node: dcid:dc/t7e5vf95mqlxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423390 +dcid: "dc/t7e5vf95mqlxf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9s19789p61lh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/9s19789p61lh5" + +Node: dcid:dc/97xwt4jc4gmrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111930 +dcid: "dc/97xwt4jc4gmrb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/495clfrn9nqhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2131 +dcid: "dc/495clfrn9nqhd" + +Node: dcid:dc/wmltp02ekfmh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/wmltp02ekfmh9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vqrtkmwzs5rxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/vqrtkmwzs5rxf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/60qm0903df7s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/60qm0903df7s5" + +Node: dcid:dc/7etnc8e52ke04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424610 +dcid: "dc/7etnc8e52ke04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z2skdqjb6lz7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/z2skdqjb6lz7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ltdqn7w38lfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/7ltdqn7w38lfg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ygbhpxzpw4vr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/ygbhpxzpw4vr" + +Node: dcid:dc/yrgehfg0s1w65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335991 +dcid: "dc/yrgehfg0s1w65" + +Node: dcid:dc/xphs2j3583qsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/xphs2j3583qsb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zrjt85rpfjc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/zrjt85rpfjc6" + +Node: dcid:dc/kj72l6w6g4qy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/kj72l6w6g4qy8" + +Node: dcid:dc/08984p69vdfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/08984p69vdfh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/65vw6p8j1qdv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31323 +dcid: "dc/65vw6p8j1qdv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j4zgtqeeltgg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334310 +dcid: "dc/j4zgtqeeltgg3" + +Node: dcid:dc/0kh6mzwzxdgj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1122 +dcid: "dc/0kh6mzwzxdgj" + +Node: dcid:dc/s5wl74vg28m79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4246 +dcid: "dc/s5wl74vg28m79" + +Node: dcid:dc/3csy22xdbj7f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/3csy22xdbj7f4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y4f52mwwewzp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/y4f52mwwewzp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b9bwbfjczbhmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325314 +dcid: "dc/b9bwbfjczbhmc" + +Node: dcid:dc/5mwjn48x7j8eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322214 +dcid: "dc/5mwjn48x7j8eb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bze093wep7w3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/bze093wep7w3c" + +Node: dcid:dc/2sn78h9cfjtjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/2sn78h9cfjtjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mxef2s3l5vcs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/mxef2s3l5vcs2" + +Node: dcid:dc/y0njj19d3gee1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316110 +dcid: "dc/y0njj19d3gee1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8h0vb3lphsrkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/8h0vb3lphsrkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fsrm4y7gpn1vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/fsrm4y7gpn1vh" + +Node: dcid:dc/lt3c7hhyek4w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326291 +dcid: "dc/lt3c7hhyek4w5" + +Node: dcid:dc/f6y7bzk2vex12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424720 +dcid: "dc/f6y7bzk2vex12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fe7mmjqxk8j13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/fe7mmjqxk8j13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5nl3kc9ztrxpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322214 +dcid: "dc/5nl3kc9ztrxpd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z7s3pqrx0ebp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/z7s3pqrx0ebp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/93mx5r8hqqrnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/93mx5r8hqqrnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9ksjmd89x94qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/9ksjmd89x94qg" + +Node: dcid:dc/vncs34wz0s6p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/vncs34wz0s6p8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hb05gqhq9pkk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333512 +dcid: "dc/hb05gqhq9pkk1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xrtwwf0clwllc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453930 +dcid: "dc/xrtwwf0clwllc" + +Node: dcid:dc/f16dml4pd19k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32191 +dcid: "dc/f16dml4pd19k7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k18wk3jr0sfy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33422 +dcid: "dc/k18wk3jr0sfy" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f5qc6y7fvb2vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/f5qc6y7fvb2vf" + +Node: dcid:dc/7v4btw2yxx2cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44812 +dcid: "dc/7v4btw2yxx2cb" + +Node: dcid:dc/cpjqp6bslk72h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/cpjqp6bslk72h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hd0s9952yn484 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/hd0s9952yn484" + +Node: dcid:dc/1g0ge6sd6wje3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/1g0ge6sd6wje3" + +Node: dcid:dc/9rfj330sfqn42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33631 +dcid: "dc/9rfj330sfqn42" + +Node: dcid:dc/15ygt2pvs5by3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/15ygt2pvs5by3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tm237600l6051 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/tm237600l6051" + +Node: dcid:dc/x4qstxve39vyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/x4qstxve39vyf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x5sls829j5x55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/x5sls829j5x55" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/08lb6wnlrl31f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11191 +dcid: "dc/08lb6wnlrl31f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3z3yc45td833 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/g3z3yc45td833" + +Node: dcid:dc/xxlggvjr1t924 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/xxlggvjr1t924" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3fm2c3whf31k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/3fm2c3whf31k1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2y5vx0690q13c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32221 +dcid: "dc/2y5vx0690q13c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n9vjcynqzd699 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/n9vjcynqzd699" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ex83d2pd78xd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/ex83d2pd78xd6" + +Node: dcid:dc/g9r4bg0pt9xm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/g9r4bg0pt9xm" + +Node: dcid:dc/zsxq0v9d9ghj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33322 +dcid: "dc/zsxq0v9d9ghj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5xtphkxfkbmv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332812 +dcid: "dc/5xtphkxfkbmv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cjd2343163wq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423620 +dcid: "dc/cjd2343163wq4" + +Node: dcid:dc/e5y8ktt54rex4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/e5y8ktt54rex4" + +Node: dcid:dc/cdwvbgddprmt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/cdwvbgddprmt4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gbg529kjqw885 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51212 +dcid: "dc/gbg529kjqw885" + +Node: dcid:dc/ff2whepkq7965 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/ff2whepkq7965" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xhp2dmgkqwm2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/xhp2dmgkqwm2g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hfcyncll22lj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/hfcyncll22lj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6cb0ss8kyfk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/l6cb0ss8kyfk5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ceng3febhzl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/1ceng3febhzl3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n9cxyrv6pfl2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32511 +dcid: "dc/n9cxyrv6pfl2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7g5yx77sq2347 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423460 +dcid: "dc/7g5yx77sq2347" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k7qnrssn5g6eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325131 +dcid: "dc/k7qnrssn5g6eg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sr8x7qhpf51p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/sr8x7qhpf51p2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xr2khn197lhhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/xr2khn197lhhc" + +Node: dcid:dc/42hw0cysgjrm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/42hw0cysgjrm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xnzd22016fph5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/xnzd22016fph5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f0yzpvwq1bwf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/f0yzpvwq1bwf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lxnvtsdvq35s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/lxnvtsdvq35s6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/819srx99xd659 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/819srx99xd659" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x60qer4zl1ee4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/x60qer4zl1ee4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xvg2lkgbzh1m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/xvg2lkgbzh1m3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2b1cz0fnwfxpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/2b1cz0fnwfxpd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k1gcrn21x9y93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/k1gcrn21x9y93" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s7cgljh2k0jjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/s7cgljh2k0jjh" + +Node: dcid:dc/6dwfd4qwlrsvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311830 +dcid: "dc/6dwfd4qwlrsvb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sk5plgx6bcy21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/sk5plgx6bcy21" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rt39142nxs2l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/rt39142nxs2l" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hvgn7k43j4r32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339116 +dcid: "dc/hvgn7k43j4r32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p0xtctx9pkq3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/p0xtctx9pkq3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4mgwj77k8k4h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/4mgwj77k8k4h6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q3s3jsnsrcgr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332911 +dcid: "dc/q3s3jsnsrcgr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4wzl6f16vy4f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/4wzl6f16vy4f7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mlbh7qnhkx0lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/mlbh7qnhkx0lf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j2ksevkesyes8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/j2ksevkesyes8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zyrh1mpqpspr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/zyrh1mpqpspr6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9jm6x2d0txvdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54193 +dcid: "dc/9jm6x2d0txvdc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gjxm8nvld8cn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/gjxm8nvld8cn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/17g4em444wcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334413 +dcid: "dc/17g4em444wcd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zbt3ltw6kxx15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/zbt3ltw6kxx15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/egze9jb1ny3zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/egze9jb1ny3zh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8g274n0cpzh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/q8g274n0cpzh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/35jlsyfe2plsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/35jlsyfe2plsc" + +Node: dcid:dc/fcl01ynqk6js9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/fcl01ynqk6js9" + +Node: dcid:dc/7yjgdbesqncf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/7yjgdbesqncf1" + +Node: dcid:dc/x7t9btere6w8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/x7t9btere6w8h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/421hmmxxwj1h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/421hmmxxwj1h6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/062rbmes7hv81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/062rbmes7hv81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6b69p4rend4xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/6b69p4rend4xb" + +Node: dcid:dc/pphsk77sfmybf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/pphsk77sfmybf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y0dp80blqfeh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/y0dp80blqfeh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1mddvqlgby73c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333515 +dcid: "dc/1mddvqlgby73c" + +Node: dcid:dc/2tcmpv3ywpn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/2tcmpv3ywpn1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0ygz522lt5v7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/0ygz522lt5v7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2gesbnsnwl678 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532120 +dcid: "dc/2gesbnsnwl678" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ynsskcmbrl5t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/ynsskcmbrl5t3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g7vs6m7s7h78b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3311 +dcid: "dc/g7vs6m7s7h78b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3j3892hhc7p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/w3j3892hhc7p8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/781z82evkc4j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/781z82evkc4j9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/srk8f0gz0zrq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/srk8f0gz0zrq4" + +Node: dcid:dc/tvxwyzz1x4027 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/tvxwyzz1x4027" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/01w12tg76800c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42448 +dcid: "dc/01w12tg76800c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zdwjj2eqtn4yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/zdwjj2eqtn4yc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lsh3mzg365sh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33232 +dcid: "dc/lsh3mzg365sh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dkbwrg94ymd85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238151 +dcid: "dc/dkbwrg94ymd85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/03wwhbq6rgcj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/03wwhbq6rgcj9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xlyfp7qvmfe1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45122 +dcid: "dc/xlyfp7qvmfe1g" + +Node: dcid:dc/bvv4nswxqm8tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32191 +dcid: "dc/bvv4nswxqm8tb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2emkzz1f30p27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/2emkzz1f30p27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6s4k6mlq61t14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/6s4k6mlq61t14" + +Node: dcid:dc/enr63cx8vt23f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/enr63cx8vt23f" + +Node: dcid:dc/mqnw7vjjmlh46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/mqnw7vjjmlh46" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jcnmt6s0ersk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31151 +dcid: "dc/jcnmt6s0ersk2" + +Node: dcid:dc/tk1gc4krdhbef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/tk1gc4krdhbef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vz8jqs0bey9j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/vz8jqs0bey9j9" + +Node: dcid:dc/nemg2pnwkq8vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332813 +dcid: "dc/nemg2pnwkq8vd" + +Node: dcid:dc/97833nn1ekqx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/97833nn1ekqx" + +Node: dcid:dc/ws26xk4p4zcvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/ws26xk4p4zcvh" + +Node: dcid:dc/4f3th0wjg8z87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453310 +dcid: "dc/4f3th0wjg8z87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cjek4cdxqec48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/cjek4cdxqec48" + +Node: dcid:dc/ybm70bnszhe9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444120 +dcid: "dc/ybm70bnszhe9f" + +Node: dcid:dc/n7fx0t5sv35th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/n7fx0t5sv35th" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5k3d47y0c58cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325413 +dcid: "dc/5k3d47y0c58cf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n25gz7smwfr14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/n25gz7smwfr14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/htpe4hwbed85h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/htpe4hwbed85h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7q7hw964gtjjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323112 +dcid: "dc/7q7hw964gtjjf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3s86ebdd7s611 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/3s86ebdd7s611" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qxrd2vq9yrs3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335312 +dcid: "dc/qxrd2vq9yrs3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0cyc8xf70d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48839 +dcid: "dc/s0cyc8xf70d3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pnk1n0lefmq42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/pnk1n0lefmq42" + +Node: dcid:dc/rxpftbbt7kcw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/rxpftbbt7kcw" + +Node: dcid:dc/zbqg2hy7zte91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/zbqg2hy7zte91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h93735yjhzqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/h93735yjhzqh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t8sjnnv5thl71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/t8sjnnv5thl71" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/49cwmsj5s9wm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54141 +dcid: "dc/49cwmsj5s9wm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r14rt74jpb797 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488390 +dcid: "dc/r14rt74jpb797" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jp9fgml70bltb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336370 +dcid: "dc/jp9fgml70bltb" + +Node: dcid:dc/zv9zfjz6jpjk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/zv9zfjz6jpjk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4033zs3zkdqeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/4033zs3zkdqeb" + +Node: dcid:dc/0qxbmp2pw866h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33261 +dcid: "dc/0qxbmp2pw866h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gbjxrx1gzg23c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/gbjxrx1gzg23c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qwjmwpc6kw8d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/qwjmwpc6kw8d3" + +Node: dcid:dc/5jewlj2m2qmm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/5jewlj2m2qmm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vtr6vpng99f08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45391 +dcid: "dc/vtr6vpng99f08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nzjfnfpk7s3s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32552 +dcid: "dc/nzjfnfpk7s3s7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m82b2r866nqd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316 +dcid: "dc/m82b2r866nqd9" + +Node: dcid:dc/ys9llvks8h5r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321920 +dcid: "dc/ys9llvks8h5r8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pfbmc9hp8yy7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/pfbmc9hp8yy7c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xvkpejen7swjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/xvkpejen7swjb" + +Node: dcid:dc/cqf3ezxlflge1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541213 +dcid: "dc/cqf3ezxlflge1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9dtmdkmm6ms3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/q9dtmdkmm6ms3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rmqvq3nfdl1s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/rmqvq3nfdl1s6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7l6yepptezv85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115114 +dcid: "dc/7l6yepptezv85" + +Node: dcid:dc/7zyc6f6qwjxm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/7zyc6f6qwjxm6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tl6jgp9hh67t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3271 +dcid: "dc/tl6jgp9hh67t9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0s5bc89mzyxp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/0s5bc89mzyxp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nmh63qmzx86kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/nmh63qmzx86kd" + +Node: dcid:dc/h1m3zdelszz4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45122 +dcid: "dc/h1m3zdelszz4g" + +Node: dcid:dc/90mlkvvb0c7cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32616 +dcid: "dc/90mlkvvb0c7cc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/edfwqmptd16hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/edfwqmptd16hb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b7ckg1vxrbhvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/b7ckg1vxrbhvh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6c1210tm6r2z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/6c1210tm6r2z9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mhjwbh1kz2gb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/mhjwbh1kz2gb5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/526s3xejkz7n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/526s3xejkz7n8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rych3v6v09j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/8rych3v6v09j4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ef440pe889pc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42346 +dcid: "dc/ef440pe889pc3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8z2x64j119kq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/8z2x64j119kq4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8rsyl1qefhrp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493130 +dcid: "dc/8rsyl1qefhrp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwr2ckv83xpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/kwr2ckv83xpc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hmdgyneqghtkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/hmdgyneqghtkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zqrsyj50r3zr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11221 +dcid: "dc/zqrsyj50r3zr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z8ye907w09fk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/z8ye907w09fk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c2zyx48xp6cbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42433 +dcid: "dc/c2zyx48xp6cbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mrgwwcv5qzy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/mrgwwcv5qzy1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vyl0ppd432fb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/vyl0ppd432fb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6s9gzw46510h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/y6s9gzw46510h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p867yzsnqn7n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331521 +dcid: "dc/p867yzsnqn7n5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zxywzcb07jxy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/zxywzcb07jxy9" + +Node: dcid:dc/vdycgcxekefgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/vdycgcxekefgh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cfqxjztb8r1rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332212 +dcid: "dc/cfqxjztb8r1rf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g5htd99qhl8jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/g5htd99qhl8jf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1p8jj4xgtrvk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/1p8jj4xgtrvk5" + +Node: dcid:dc/bptqj4k7qltk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/bptqj4k7qltk1" + +Node: dcid:dc/3q4melq9j0nbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334612 +dcid: "dc/3q4melq9j0nbc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/thefxzznyj1x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/thefxzznyj1x1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/24lxjcr9e3jr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335313 +dcid: "dc/24lxjcr9e3jr5" + +Node: dcid:dc/c6bzk80q07zh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/c6bzk80q07zh3" + +Node: dcid:dc/jh109dq3d2fv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238911 +dcid: "dc/jh109dq3d2fv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lccqkm2e619b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/lccqkm2e619b9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t0zblmqlxwpg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448120 +dcid: "dc/t0zblmqlxwpg4" + +Node: dcid:dc/36spwrjsxrcb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811112 +dcid: "dc/36spwrjsxrcb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vfgt8yyblhsec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/vfgt8yyblhsec" + +Node: dcid:dc/4vn5fpgwzflq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/4vn5fpgwzflq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6hgssj0x1lfw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11191 +dcid: "dc/6hgssj0x1lfw5" + +Node: dcid:dc/19tz6g20z2src +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/19tz6g20z2src" + +Node: dcid:dc/4vd2cfjbh6y9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/4vd2cfjbh6y9g" + +Node: dcid:dc/gctz9gg5qc2m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/gctz9gg5qc2m4" + +Node: dcid:dc/gpwd6t7b2rn58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331423 +dcid: "dc/gpwd6t7b2rn58" + +Node: dcid:dc/5kf6trk6q6z47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/5kf6trk6q6z47" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6st5jfxckg37h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/6st5jfxckg37h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l2d0mc2k656p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23831 +dcid: "dc/l2d0mc2k656p4" + +Node: dcid:dc/8cn3f2j8x3cj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/8cn3f2j8x3cj2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1wh5nx095yjs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/1wh5nx095yjs3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/evdc0dq89mz83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/evdc0dq89mz83" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cxph0bllk4qc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49313 +dcid: "dc/cxph0bllk4qc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/76h2c2br3hhr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532111 +dcid: "dc/76h2c2br3hhr4" + +Node: dcid:dc/r38lkmeg6vw6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42447 +dcid: "dc/r38lkmeg6vw6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ypkg0jj03kmn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/ypkg0jj03kmn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/36bssl3vf4qq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/36bssl3vf4qq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mrj83zz7z5h92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/mrj83zz7z5h92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hpet6w3pbves1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423850 +dcid: "dc/hpet6w3pbves1" + +Node: dcid:dc/qw315pvvkq48c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/qw315pvvkq48c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9qwfkfsvbw5j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/9qwfkfsvbw5j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bceet4dh33ev +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/bceet4dh33ev" + +Node: dcid:dc/fmjdhmj9dp799 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/fmjdhmj9dp799" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/17tss5s1wbkv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451220 +dcid: "dc/17tss5s1wbkv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cfl82prmlb9zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/cfl82prmlb9zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jq7dwzczk3qt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/jq7dwzczk3qt1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1snw6m27ww9lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/1snw6m27ww9lh" + +Node: dcid:dc/wfg882wry9g0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334519 +dcid: "dc/wfg882wry9g0d" + +Node: dcid:dc/815rffjhy23s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/815rffjhy23s2" + +Node: dcid:dc/vq2qetq418rcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31191 +dcid: "dc/vq2qetq418rcd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gvkwbfyxpgl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/5gvkwbfyxpgl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xrhhf32y58623 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33639 +dcid: "dc/xrhhf32y58623" + +Node: dcid:dc/by35ylzx5m1g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/by35ylzx5m1g3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3mqkjbjv1jt96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3279 +dcid: "dc/3mqkjbjv1jt96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t9c7yfppj4636 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/t9c7yfppj4636" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b02htp1j1wtp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/b02htp1j1wtp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vpwhfnx2js658 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/vpwhfnx2js658" + +Node: dcid:dc/cyj2xmyd422b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/cyj2xmyd422b8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ezvq12cyh0z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/4ezvq12cyh0z" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/029fvz1v45cc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/029fvz1v45cc3" + +Node: dcid:dc/46kjp1fhm52wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/46kjp1fhm52wg" + +Node: dcid:dc/07t9nxrq32ev1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/07t9nxrq32ev1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqh1vbyc2mpbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54141 +dcid: "dc/sqh1vbyc2mpbb" + +Node: dcid:dc/dmhnwh5yh1yj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327112 +dcid: "dc/dmhnwh5yh1yj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6vhpj7mdy6ln7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/6vhpj7mdy6ln7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6v2k8kmqr90mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/6v2k8kmqr90mf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zs2yznwrn3pvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/zs2yznwrn3pvb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yh2qb10dq5c92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3111 +dcid: "dc/yh2qb10dq5c92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7h1sylhjgzfnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/7h1sylhjgzfnd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s4mt7s0bt4m2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/s4mt7s0bt4m2g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vq6cwbrpr10b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/vq6cwbrpr10b9" + +Node: dcid:dc/91l34q7kt6h7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/91l34q7kt6h7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/925rw0104ncs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/925rw0104ncs" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m367318vsxmg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541420 +dcid: "dc/m367318vsxmg3" + +Node: dcid:dc/mn5gh6ttbp519 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31523 +dcid: "dc/mn5gh6ttbp519" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/076y6kw3kg7w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/076y6kw3kg7w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8enxlwnl0mm87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81142 +dcid: "dc/8enxlwnl0mm87" + +Node: dcid:dc/0nwhymk8cb0j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/0nwhymk8cb0j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6zvv7behsy1f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445220 +dcid: "dc/6zvv7behsy1f7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/47twgspxxfng7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112920 +dcid: "dc/47twgspxxfng7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y8m5tv3vv1083 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/y8m5tv3vv1083" + +Node: dcid:dc/41yfvkwcthd5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42374 +dcid: "dc/41yfvkwcthd5d" + +Node: dcid:dc/y3lq6nfbelk5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/y3lq6nfbelk5f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9yt7szesp4v6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/9yt7szesp4v6f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v1cz9mhn0nz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/v1cz9mhn0nz" + +Node: dcid:dc/3690xxw9fvkm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/3690xxw9fvkm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3gh0qmmqncx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523999 +dcid: "dc/j3gh0qmmqncx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dwmr90wxj53hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325314 +dcid: "dc/dwmr90wxj53hd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fhjk3xmrsnnr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/fhjk3xmrsnnr4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hnq1qfhep0qeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238111 +dcid: "dc/hnq1qfhep0qeg" + +Node: dcid:dc/yldznvs8k0pg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/yldznvs8k0pg7" + +Node: dcid:dc/er4w0dghdhzeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/er4w0dghdhzeb" + +Node: dcid:dc/yqfw482tjvhy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512290 +dcid: "dc/yqfw482tjvhy5" + +Node: dcid:dc/ey04vc1t5ndy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/ey04vc1t5ndy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tr2l90ndkm11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213111 +dcid: "dc/tr2l90ndkm11" + +Node: dcid:dc/gnmkmhztfhmz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/gnmkmhztfhmz9" + +Node: dcid:dc/8wftz958mhh02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/8wftz958mhh02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/099nt0wpe0cx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493130 +dcid: "dc/099nt0wpe0cx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nvpf1rtqc2vj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/nvpf1rtqc2vj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2bhkwq6p30752 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32612 +dcid: "dc/2bhkwq6p30752" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kk906sj5twxqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/kk906sj5twxqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bqjwy88gmvpk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/bqjwy88gmvpk5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l406qlzwf33x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33637 +dcid: "dc/l406qlzwf33x2" + +Node: dcid:dc/bd86zmwvzv8m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/bd86zmwvzv8m2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l0dkfq1h91kjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111991 +dcid: "dc/l0dkfq1h91kjh" + +Node: dcid:dc/lvy9vhkv4hl5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33392 +dcid: "dc/lvy9vhkv4hl5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/evy1k25ntg0f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/evy1k25ntg0f1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c1mc0vylckh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3141 +dcid: "dc/c1mc0vylckh9" + +Node: dcid:dc/qeqwmflzv2ykf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/qeqwmflzv2ykf" + +Node: dcid:dc/mj0yhl83w1vd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/mj0yhl83w1vd2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8mr2wxlyh4lbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315299 +dcid: "dc/8mr2wxlyh4lbg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x6sltep4e3yd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/x6sltep4e3yd4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sys3p1wr7z6bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/sys3p1wr7z6bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pyq3dgsmcnw78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/pyq3dgsmcnw78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ldfkf9jmc936h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32739 +dcid: "dc/ldfkf9jmc936h" + +Node: dcid:dc/8ldyhwcngxtb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/8ldyhwcngxtb8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t04p34nw0ypyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/t04p34nw0ypyb" + +Node: dcid:dc/h104wrsjf6r25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/h104wrsjf6r25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jzk19j8enr8s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44419 +dcid: "dc/jzk19j8enr8s1" + +Node: dcid:dc/e59j9henqjqjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42331 +dcid: "dc/e59j9henqjqjc" + +Node: dcid:dc/hzv3k9hpjtny1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/hzv3k9hpjtny1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fjmvgqct73hn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211112 +dcid: "dc/fjmvgqct73hn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xgb5y7yht35q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/xgb5y7yht35q8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/557cv602qnexb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/557cv602qnexb" + +Node: dcid:dc/dwtmef9psjp21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/dwtmef9psjp21" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pncqlj80m7nt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/pncqlj80m7nt2" + +Node: dcid:dc/4ycdtsw4m6ndf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/4ycdtsw4m6ndf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lf336xsqj3bth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423430 +dcid: "dc/lf336xsqj3bth" + +Node: dcid:dc/608c8jyf6v091 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/608c8jyf6v091" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3f6zyng1sv4x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334518 +dcid: "dc/3f6zyng1sv4x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hd4pel04ed0hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11193 +dcid: "dc/hd4pel04ed0hd" + +Node: dcid:dc/vgkt15h4p85vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/vgkt15h4p85vb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/txyle9vpysdjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49211 +dcid: "dc/txyle9vpysdjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mj0z1epsn1fv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/mj0z1epsn1fv6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0gzckb21hyrq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/0gzckb21hyrq4" + +Node: dcid:dc/chld1sf05vxgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5511 +dcid: "dc/chld1sf05vxgc" + +Node: dcid:dc/shs8xs9ddftx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445210 +dcid: "dc/shs8xs9ddftx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qrc00r8l64f14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/qrc00r8l64f14" + +Node: dcid:dc/fx67dpzmgnedd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/fx67dpzmgnedd" + +Node: dcid:dc/br8n48f4qh888 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/br8n48f4qh888" + +Node: dcid:dc/kxjlrr98h0hzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333924 +dcid: "dc/kxjlrr98h0hzf" + +Node: dcid:dc/01d17q1bl7rvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/01d17q1bl7rvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jttgnvqdt7093 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/jttgnvqdt7093" + +Node: dcid:dc/nxphsr7dntw49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/nxphsr7dntw49" + +Node: dcid:dc/vb1lj8pxsvn6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336612 +dcid: "dc/vb1lj8pxsvn6b" + +Node: dcid:dc/bf1j3eskm0439 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/bf1j3eskm0439" + +Node: dcid:dc/rejxsg81q3j0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/rejxsg81q3j0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9c2nqlj61xfef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/9c2nqlj61xfef" + +Node: dcid:dc/v7r13fknfsem5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/v7r13fknfsem5" + +Node: dcid:dc/2m5l1h1vq60j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/2m5l1h1vq60j9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1qfsprwswcq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33121 +dcid: "dc/w1qfsprwswcq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zllp63fqzrzl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424950 +dcid: "dc/zllp63fqzrzl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v59tjjsghfqt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311511 +dcid: "dc/v59tjjsghfqt1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4xs1mhbv8m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/c4xs1mhbv8m" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g57vdc4mb80e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/g57vdc4mb80e7" + +Node: dcid:dc/fgpp33c0rn4x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561431 +dcid: "dc/fgpp33c0rn4x7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jp1ht2lbzh4j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325413 +dcid: "dc/jp1ht2lbzh4j" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ywv6qbqbdjeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/1ywv6qbqbdjeg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lsxgd1h44y8x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/lsxgd1h44y8x8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wkl281n64hje1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423850 +dcid: "dc/wkl281n64hje1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/814h3kldbecq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/814h3kldbecq8" + +Node: dcid:dc/sfhbghbjr3dm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33312 +dcid: "dc/sfhbghbjr3dm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/grcn2l6k7pk24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/grcn2l6k7pk24" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3s9g18qc4xfsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33261 +dcid: "dc/3s9g18qc4xfsb" + +Node: dcid:dc/8554g0g7ttzc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315222 +dcid: "dc/8554g0g7ttzc6" + +Node: dcid:dc/btn3df39z0dr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42442 +dcid: "dc/btn3df39z0dr8" + +Node: dcid:dc/cdcjwhv3jhwy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448210 +dcid: "dc/cdcjwhv3jhwy5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4bmderj436jp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2131 +dcid: "dc/4bmderj436jp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gzjpcvkbz0cmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3219 +dcid: "dc/gzjpcvkbz0cmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmfk8q5devxp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/hmfk8q5devxp6" + +Node: dcid:dc/bs52s61rqdqfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/bs52s61rqdqfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmszsd1m5vmwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/cmszsd1m5vmwc" + +Node: dcid:dc/pqkpkqn2dv4pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/pqkpkqn2dv4pd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kj6twkjx6xt07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238311 +dcid: "dc/kj6twkjx6xt07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbbwm1fr7x7x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/rbbwm1fr7x7x5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y9k9tm8tnh77d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/y9k9tm8tnh77d" + +Node: dcid:dc/jfpp7jwcnhvq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/jfpp7jwcnhvq7" + +Node: dcid:dc/lc0wnkbzgvw8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532291 +dcid: "dc/lc0wnkbzgvw8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hxgppjql1ls6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311991 +dcid: "dc/0hxgppjql1ls6" + +Node: dcid:dc/85lj2j10e6zg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332322 +dcid: "dc/85lj2j10e6zg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3wx715k576w8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/3wx715k576w8c" + +Node: dcid:dc/5flwn5zpm2zj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/5flwn5zpm2zj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nc4klvdj46vzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33995 +dcid: "dc/nc4klvdj46vzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nfnbgkbpsbcjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/nfnbgkbpsbcjg" + +Node: dcid:dc/dbn3vc1xffng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/dbn3vc1xffng" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/31mchnh834ne1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33992 +dcid: "dc/31mchnh834ne1" + +Node: dcid:dc/w0kbrmdf0zh4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11221 +dcid: "dc/w0kbrmdf0zh4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s08n1607wv4zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/s08n1607wv4zc" + +Node: dcid:dc/gwehw9dqz3jh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/gwehw9dqz3jh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l9e041tb9kdf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23816 +dcid: "dc/l9e041tb9kdf3" + +Node: dcid:dc/v2vxh5zpmlbhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/v2vxh5zpmlbhh" + +Node: dcid:dc/b3b0qj0w5y2g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42492 +dcid: "dc/b3b0qj0w5y2g2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tlzb364pkzj32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/tlzb364pkzj32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/geg9mpwn8ygcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333298 +dcid: "dc/geg9mpwn8ygcd" + +Node: dcid:dc/z5ygz8msz45pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/z5ygz8msz45pd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vqgnmcjt2v2d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/vqgnmcjt2v2d1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/my2nq3qrqpjjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/my2nq3qrqpjjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nypy89yrmrnrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111335 +dcid: "dc/nypy89yrmrnrg" + +Node: dcid:dc/4n4c46jtl4fj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/4n4c46jtl4fj5" + +Node: dcid:dc/y4bclxjksp5q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/y4bclxjksp5q5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wecejfjhez9jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/wecejfjhez9jb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j6nbnm96rpym3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/j6nbnm96rpym3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nhzgr47hn6g2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/nhzgr47hn6g2f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9y29qmsqee6s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621320 +dcid: "dc/9y29qmsqee6s9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fsljk2lc24934 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111910 +dcid: "dc/fsljk2lc24934" + +Node: dcid:dc/sn6bzfvq8f2j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/sn6bzfvq8f2j7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/de49gg5mb3jnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/de49gg5mb3jnh" + +Node: dcid:dc/qr9e36d47e4n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332420 +dcid: "dc/qr9e36d47e4n1" + +Node: dcid:dc/14j2ede5kg6rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/14j2ede5kg6rg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wm3qttq538802 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/wm3qttq538802" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1shnxgffgssyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11233 +dcid: "dc/1shnxgffgssyd" + +Node: dcid:dc/mgdh2xdv68096 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/mgdh2xdv68096" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ypdnvs2lpkmvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/ypdnvs2lpkmvh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0p3qtvwnv45h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/0p3qtvwnv45h2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0dx4yt55w1bc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/0dx4yt55w1bc1" + +Node: dcid:dc/gfpw7sl8bp1v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/gfpw7sl8bp1v2" + +Node: dcid:dc/dpvjpsqqq1rsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52219 +dcid: "dc/dpvjpsqqq1rsf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pgjt2we2hsl86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33111 +dcid: "dc/pgjt2we2hsl86" + +Node: dcid:dc/etmftvbmydh06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/etmftvbmydh06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4jj9zxl4np0e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/4jj9zxl4np0e3" + +Node: dcid:dc/rkt0yke5cjpth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/rkt0yke5cjpth" + +Node: dcid:dc/pk4f9jhs5hx67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561740 +dcid: "dc/pk4f9jhs5hx67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/47mqrsrzj4cpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481211 +dcid: "dc/47mqrsrzj4cpb" + +Node: dcid:dc/1p9j7vm4q2744 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/1p9j7vm4q2744" + +Node: dcid:dc/xrvlehwjs8eg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/xrvlehwjs8eg1" + +Node: dcid:dc/xp16bgeww84p3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326 +dcid: "dc/xp16bgeww84p3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4erw9nl126jk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/4erw9nl126jk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g1fxvgq778kqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333911 +dcid: "dc/g1fxvgq778kqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zqcldvseffmc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532220 +dcid: "dc/zqcldvseffmc2" + +Node: dcid:dc/gt8s5595qxdv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42339 +dcid: "dc/gt8s5595qxdv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/msrbm84wv9t4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424810 +dcid: "dc/msrbm84wv9t4c" + +Node: dcid:dc/dlggpvtxxhp59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/dlggpvtxxhp59" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s989hx4psljj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/s989hx4psljj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v8py441md4hh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44112 +dcid: "dc/v8py441md4hh3" + +Node: dcid:dc/e0gbjqg5t8ctc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/e0gbjqg5t8ctc" + +Node: dcid:dc/8rcqp5pkh03tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/8rcqp5pkh03tb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d8701nv7ytqw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/d8701nv7ytqw" + +Node: dcid:dc/wm49x1kr1m4bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/wm49x1kr1m4bb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vjpy394ffkw2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/vjpy394ffkw2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5r5xbpv1pqzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/k5r5xbpv1pqzb" + +Node: dcid:dc/z4s6l23wvj817 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/z4s6l23wvj817" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/45zc21bxqshlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336350 +dcid: "dc/45zc21bxqshlb" + +Node: dcid:dc/cwmyk0pprnky5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/cwmyk0pprnky5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hrb9r7h61w4nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/hrb9r7h61w4nb" + +Node: dcid:dc/t6dftmf4sp821 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/t6dftmf4sp821" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6bkxrvr7fzlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/m6bkxrvr7fzlc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f6c5z5n84qhmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32519 +dcid: "dc/f6c5z5n84qhmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gm5fb30m8wh04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45391 +dcid: "dc/gm5fb30m8wh04" + +Node: dcid:dc/kxrh3f6d7ye9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/kxrh3f6d7ye9d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gr69br92krmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445291 +dcid: "dc/5gr69br92krmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5b0wjv9bnje1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339112 +dcid: "dc/d5b0wjv9bnje1" + +Node: dcid:dc/w2pbtlrbzj592 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/w2pbtlrbzj592" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s7fjs67r4ppg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532112 +dcid: "dc/s7fjs67r4ppg1" + +Node: dcid:dc/jrdnrf53h2x27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/55111 +dcid: "dc/jrdnrf53h2x27" + +Node: dcid:dc/2ygz2ekv55d4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/2ygz2ekv55d4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddqwbeg5hqsh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3133 +dcid: "dc/ddqwbeg5hqsh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yrrrqtsxskyzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/yrrrqtsxskyzf" + +Node: dcid:dc/pg3gx2ezzmzp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/pg3gx2ezzmzp4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7f4pxx5t1z6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/7f4pxx5t1z6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p8c839xjnhzvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334290 +dcid: "dc/p8c839xjnhzvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zz5fbcf2d48z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/zz5fbcf2d48z" + +Node: dcid:dc/43077lr777j58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/43077lr777j58" + +Node: dcid:dc/nt1kmz28fqhk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45122 +dcid: "dc/nt1kmz28fqhk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bzllhz70j2yr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/bzllhz70j2yr" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fsrpdftjnxdcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/fsrpdftjnxdcc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l63rl097m09dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48611 +dcid: "dc/l63rl097m09dg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ly626kfpx6zph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/ly626kfpx6zph" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tr643r1e9b8h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/tr643r1e9b8h4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2789f3l9pr9ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/2789f3l9pr9ff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zrj0hxlwg0fmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451130 +dcid: "dc/zrj0hxlwg0fmd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rx4nhejfyjgj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23815 +dcid: "dc/rx4nhejfyjgj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/368wq77k3ses8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3313 +dcid: "dc/368wq77k3ses8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bn4w9tzys1jv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/bn4w9tzys1jv4" + +Node: dcid:dc/exee51lw0svq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/exee51lw0svq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rdsfqlh4cht9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/rdsfqlh4cht9g" + +Node: dcid:dc/p8clc6tt1ghq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/p8clc6tt1ghq" + +Node: dcid:dc/tk1yet6qpyf29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/tk1yet6qpyf29" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ey7yetwg6gfx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/ey7yetwg6gfx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yb8cvrs4bgqe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/yb8cvrs4bgqe7" + +Node: dcid:dc/pbedvlzm9wcxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/pbedvlzm9wcxb" + +Node: dcid:dc/60blvgk7bqvn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2122 +dcid: "dc/60blvgk7bqvn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/erwjbmxzwlsl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332911 +dcid: "dc/erwjbmxzwlsl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1p4d8pt75xf75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/1p4d8pt75xf75" + +Node: dcid:dc/b08fpmk1wqfc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/b08fpmk1wqfc2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3bwlx9sjw2zx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/3bwlx9sjw2zx5" + +Node: dcid:dc/bwbehnmg1yys2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44421 +dcid: "dc/bwbehnmg1yys2" + +Node: dcid:dc/08d0tdwywr8b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441120 +dcid: "dc/08d0tdwywr8b6" + +Node: dcid:dc/3dj1xzy7d71r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812331 +dcid: "dc/3dj1xzy7d71r6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hj8kkyfq9tjvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238192 +dcid: "dc/hj8kkyfq9tjvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c2w5m7ntpjfbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/c2w5m7ntpjfbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jmwbsphccsf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238341 +dcid: "dc/2jmwbsphccsf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddzvxg5hmlcbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/ddzvxg5hmlcbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/02055nlq05vmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/02055nlq05vmd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e0y8v9cek0cz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/e0y8v9cek0cz4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ysrqdpmqv31y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/ysrqdpmqv31y1" + +Node: dcid:dc/v3wt7w2gnncz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33637 +dcid: "dc/v3wt7w2gnncz2" + +Node: dcid:dc/tk10qt1j9s3dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311812 +dcid: "dc/tk10qt1j9s3dd" + +Node: dcid:dc/nktx7kbcb1vwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23813 +dcid: "dc/nktx7kbcb1vwg" + +Node: dcid:dc/xnx4lhmt2r2q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/xnx4lhmt2r2q3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/22d2yx89948v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/22d2yx89948v3" + +Node: dcid:dc/zkedf14wdwskg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339999 +dcid: "dc/zkedf14wdwskg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2014408zhj6mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/2014408zhj6mg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hl5xz5frjxj84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/hl5xz5frjxj84" + +Node: dcid:dc/bqg2sfc6wvfyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/bqg2sfc6wvfyd" + +Node: dcid:dc/5nlehze3scjn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/5nlehze3scjn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xbx2vzqxx03y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325612 +dcid: "dc/xbx2vzqxx03y5" + +Node: dcid:dc/p6z5b6rdv31w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/p6z5b6rdv31w4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6d6cw104d20zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/6d6cw104d20zc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pp0wyly9l2w09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523140 +dcid: "dc/pp0wyly9l2w09" + +Node: dcid:dc/f166bjrpr9137 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423940 +dcid: "dc/f166bjrpr9137" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/le5ew1p80xv5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332721 +dcid: "dc/le5ew1p80xv5d" + +Node: dcid:dc/tnj1pcntfpgt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/tnj1pcntfpgt9" + +Node: dcid:dc/y1egf470pncn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/y1egf470pncn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s3wvk7tm4ppf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/s3wvk7tm4ppf5" + +Node: dcid:dc/vrzdk6nds2n0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/vrzdk6nds2n0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xdqm17kmdq7f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/xdqm17kmdq7f2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/56hcbmlwxtp41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32791 +dcid: "dc/56hcbmlwxtp41" + +Node: dcid:dc/xm7jjjs7r3w52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/xm7jjjs7r3w52" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s2w5vjxcg30l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/s2w5vjxcg30l6" + +Node: dcid:dc/ntgd4vwc8xdeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/ntgd4vwc8xdeb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/70kjekb6wsveg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/70kjekb6wsveg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w30rh201c963d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541420 +dcid: "dc/w30rh201c963d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l9f4346eszbnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/l9f4346eszbnh" + +Node: dcid:dc/2kbzmmyv4bp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/2kbzmmyv4bp6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/prt0tbcq4gqdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/prt0tbcq4gqdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/02rnpvl6d41s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/02rnpvl6d41s4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fcy956wlgd277 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/fcy956wlgd277" + +Node: dcid:dc/5t5bjww0kzfgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/5t5bjww0kzfgf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xfdqezpcz755h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/xfdqezpcz755h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5tfnzj22r39x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/5tfnzj22r39x4" + +Node: dcid:dc/h5gn0w5qte8gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/h5gn0w5qte8gb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/de5fyy1z8z11h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/de5fyy1z8z11h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9c6rq6wgz3yb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323121 +dcid: "dc/9c6rq6wgz3yb8" + +Node: dcid:dc/tw4c6q9mt41ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/tw4c6q9mt41ch" + +Node: dcid:dc/c86hrhrpsp7dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/c86hrhrpsp7dg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kk43313vcqnl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/kk43313vcqnl3" + +Node: dcid:dc/nz8g0dnmqzce1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/nz8g0dnmqzce1" + +Node: dcid:dc/flf8tks0weppb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/flf8tks0weppb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e6czvsycplt5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/e6czvsycplt5g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cgfy1ngfxtt83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/cgfy1ngfxtt83" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntxe7e41mjgmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/ntxe7e41mjgmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f8cm64j2019k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424950 +dcid: "dc/f8cm64j2019k4" + +Node: dcid:dc/t1t39t8243hff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/t1t39t8243hff" + +Node: dcid:dc/m1ghcdk8fttqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/m1ghcdk8fttqh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rrhjpyfky70nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/rrhjpyfky70nc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0dh1qpn071k3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451140 +dcid: "dc/0dh1qpn071k3f" + +Node: dcid:dc/d10ce710zmbq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/d10ce710zmbq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nl5fr6d1mrwv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3149 +dcid: "dc/nl5fr6d1mrwv2" + +Node: dcid:dc/1ngy61cvw8k9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32562 +dcid: "dc/1ngy61cvw8k9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/grd1zf9b6ej5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/grd1zf9b6ej5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3jhxhr8s6lfmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3322 +dcid: "dc/3jhxhr8s6lfmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/693pfqyvmmmp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/693pfqyvmmmp9" + +Node: dcid:dc/5mb46rkzqmec6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812922 +dcid: "dc/5mb46rkzqmec6" + +Node: dcid:dc/9f9fsvw45z8w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/9f9fsvw45z8w3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p604yqd9ekjx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/p604yqd9ekjx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nepk4y5s9r9n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238121 +dcid: "dc/nepk4y5s9r9n8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j8l58qz1qd2cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/j8l58qz1qd2cf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k5qrp5tw4ndrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/k5qrp5tw4ndrd" + +Node: dcid:dc/dc4ybl3rbyj77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238122 +dcid: "dc/dc4ybl3rbyj77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5elwgwj0xtne6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311812 +dcid: "dc/5elwgwj0xtne6" + +Node: dcid:dc/hym52bnf334f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335313 +dcid: "dc/hym52bnf334f2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1l97xydfzcvw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/1l97xydfzcvw5" + +Node: dcid:dc/thmb41x09b339 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/thmb41x09b339" + +Node: dcid:dc/h7lkt46lzqey1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/h7lkt46lzqey1" + +Node: dcid:dc/07dy2enxrhvbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/07dy2enxrhvbc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3k26q0xkfnpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/j3k26q0xkfnpb" + +Node: dcid:dc/ll7dfhb4fr2y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/ll7dfhb4fr2y" + +Node: dcid:dc/8v0jj4q8bhtrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/8v0jj4q8bhtrb" + +Node: dcid:dc/y6q09jwe83vv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/y6q09jwe83vv3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pk67cplx0gjwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335314 +dcid: "dc/pk67cplx0gjwg" + +Node: dcid:dc/4e103jsdjm6v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332811 +dcid: "dc/4e103jsdjm6v4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zjmbxmy652vg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238171 +dcid: "dc/zjmbxmy652vg1" + +Node: dcid:dc/n3tlm67llbfw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/n3tlm67llbfw7" + +Node: dcid:dc/8nrhnkepq56l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42495 +dcid: "dc/8nrhnkepq56l6" + +Node: dcid:dc/y3vr6q5clh2yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3331 +dcid: "dc/y3vr6q5clh2yd" + +Node: dcid:dc/89xy9sfvs64w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/89xy9sfvs64w9" + +Node: dcid:dc/q74tt935vvb13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48611 +dcid: "dc/q74tt935vvb13" + +Node: dcid:dc/9nbmcchkqnkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/9nbmcchkqnkf" + +Node: dcid:dc/c4ktpyknt4r54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/c4ktpyknt4r54" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9n6knvgemg2kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236117 +dcid: "dc/9n6knvgemg2kb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3wygw2fz1g7sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44832 +dcid: "dc/3wygw2fz1g7sd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pe5e4dwl0rdyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331521 +dcid: "dc/pe5e4dwl0rdyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qcf17tby5fgsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32531 +dcid: "dc/qcf17tby5fgsg" + +Node: dcid:dc/g7jdccb3kxtw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/g7jdccb3kxtw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lkgd45qmc2jv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/lkgd45qmc2jv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wk6zs8gsz03fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/wk6zs8gsz03fd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1yfkyye8wgcpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/1yfkyye8wgcpf" + +Node: dcid:dc/ztk6hkhhm8qg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424480 +dcid: "dc/ztk6hkhhm8qg4" + +Node: dcid:dc/kr56l44pz3hl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/kr56l44pz3hl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t5gp7cq7flzm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33281 +dcid: "dc/t5gp7cq7flzm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ybmvych1d9fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/5ybmvych1d9fd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bwqe93fz04dk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/bwqe93fz04dk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/df7pems63wwpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/df7pems63wwpg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hn612xlp8tn11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/hn612xlp8tn11" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0csqx94413vbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/0csqx94413vbb" + +Node: dcid:dc/yn838s6q8e5b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/yn838s6q8e5b1" + +Node: dcid:dc/rvm3xwdw7hqt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238132 +dcid: "dc/rvm3xwdw7hqt6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eth6c8cv7lvdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/eth6c8cv7lvdc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4zp3sfbxs1f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/g4zp3sfbxs1f1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dcmq4njh8wtpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115116 +dcid: "dc/dcmq4njh8wtpd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e0srxnzhfvs18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11293 +dcid: "dc/e0srxnzhfvs18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tkmqdn2y47w5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/tkmqdn2y47w5f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dzdxdynzqtef7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3271 +dcid: "dc/dzdxdynzqtef7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6dmgv7fkg0ldc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238342 +dcid: "dc/6dmgv7fkg0ldc" + +Node: dcid:dc/gdz9g357p5k63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424920 +dcid: "dc/gdz9g357p5k63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/py2dpbhnmf9c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11133 +dcid: "dc/py2dpbhnmf9c9" + +Node: dcid:dc/brw74djdbcwz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/brw74djdbcwz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/md3m4djde42gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33232 +dcid: "dc/md3m4djde42gg" + +Node: dcid:dc/3jqg7tj8261fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/3jqg7tj8261fc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ewgktb5b1yxs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/ewgktb5b1yxs8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/12748kgybr4b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/12748kgybr4b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r7h72vte6wms5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/r7h72vte6wms5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k4lkbkk7nq0f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/k4lkbkk7nq0f1" + +Node: dcid:dc/vpmfwfk3znzmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/vpmfwfk3znzmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ft0swqq6tl8s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331422 +dcid: "dc/ft0swqq6tl8s8" + +Node: dcid:dc/b1dqg0cgdl3gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/b1dqg0cgdl3gb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lr9lgcqm11tj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/lr9lgcqm11tj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8kec40h2ds2g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/8kec40h2ds2g8" + +Node: dcid:dc/505h6cjygkgv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/505h6cjygkgv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b02xvb7yy83r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/b02xvb7yy83r3" + +Node: dcid:dc/px5txp4d9cekh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/px5txp4d9cekh" + +Node: dcid:dc/mz4wx3f4f705d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42339 +dcid: "dc/mz4wx3f4f705d" + +Node: dcid:dc/p2yjmlrrh0q51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324191 +dcid: "dc/p2yjmlrrh0q51" + +Node: dcid:dc/jwxg639w35586 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532112 +dcid: "dc/jwxg639w35586" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xbjnxcve5yk89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/xbjnxcve5yk89" + +Node: dcid:dc/em0tczzey1sk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/em0tczzey1sk4" + +Node: dcid:dc/jr5dhsjh06t3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315299 +dcid: "dc/jr5dhsjh06t3g" + +Node: dcid:dc/kl7t3p3de7tlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322 +dcid: "dc/kl7t3p3de7tlh" + +Node: dcid:dc/d9wtctkdfq67c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/d9wtctkdfq67c" + +Node: dcid:dc/0nwkfdejtqlb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/0nwkfdejtqlb8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b8dhkgmemb657 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/b8dhkgmemb657" + +Node: dcid:dc/6y7y80m4pct62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/6y7y80m4pct62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2xn6w6z7839fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/2xn6w6z7839fb" + +Node: dcid:dc/et0gyy3w86448 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/et0gyy3w86448" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dvddv6w4nszt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3121 +dcid: "dc/dvddv6w4nszt7" + +Node: dcid:dc/f6yjl3t05ezp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/f6yjl3t05ezp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nget4v4vbee1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42383 +dcid: "dc/nget4v4vbee1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bmjfe3xrhdln5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332721 +dcid: "dc/bmjfe3xrhdln5" + +Node: dcid:dc/r2z0mky73pn8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337920 +dcid: "dc/r2z0mky73pn8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ne8xjm5xlt7y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/ne8xjm5xlt7y3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v67t8xsbx376g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31183 +dcid: "dc/v67t8xsbx376g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cdflsqp0hgcj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/cdflsqp0hgcj" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c67bhe509f6wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/c67bhe509f6wg" + +Node: dcid:dc/7nwm4ssd1yveb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/7nwm4ssd1yveb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z84lsbn9xvev5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42434 +dcid: "dc/z84lsbn9xvev5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z7vsglr7j5drd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81141 +dcid: "dc/z7vsglr7j5drd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x9entedxc3s25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/x9entedxc3s25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2d5s5b50xr6dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311612 +dcid: "dc/2d5s5b50xr6dh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w8n6rt7dp1s09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31183 +dcid: "dc/w8n6rt7dp1s09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xks5c8kvg5wsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54193 +dcid: "dc/xks5c8kvg5wsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9l76jyhnys704 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/9l76jyhnys704" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/67q9m4hxzx7jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42452 +dcid: "dc/67q9m4hxzx7jf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f7n5e86mphms3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33272 +dcid: "dc/f7n5e86mphms3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qbcv7d5z7cmj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/qbcv7d5z7cmj3" + +Node: dcid:dc/yl2kz7sb1dydh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45114 +dcid: "dc/yl2kz7sb1dydh" + +Node: dcid:dc/hxe6yt7h6p6ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/hxe6yt7h6p6ph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zt1my8wwgq3d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/zt1my8wwgq3d6" + +Node: dcid:dc/1kxwwrfz6wqq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/1kxwwrfz6wqq3" + +Node: dcid:dc/geqbr9hqvwfwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443130 +dcid: "dc/geqbr9hqvwfwh" + +Node: dcid:dc/n53q98tgnz2mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333994 +dcid: "dc/n53q98tgnz2mf" + +Node: dcid:dc/zbs8tlm4vz928 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327993 +dcid: "dc/zbs8tlm4vz928" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qjl8fspl8hnz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/qjl8fspl8hnz2" + +Node: dcid:dc/1w5kjrp5kr72c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/1w5kjrp5kr72c" + +Node: dcid:dc/tsvj0jpnmfvh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/tsvj0jpnmfvh3" + +Node: dcid:dc/f76dt1bfxmyt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/f76dt1bfxmyt7" + +Node: dcid:dc/h0dsb98qnl5k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/h0dsb98qnl5k8" + +Node: dcid:dc/ljfnc5cd0c7k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/ljfnc5cd0c7k4" + +Node: dcid:dc/blwsmjb9jqz42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331210 +dcid: "dc/blwsmjb9jqz42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wsjr6zwf5hdq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/wsjr6zwf5hdq7" + +Node: dcid:dc/jl3g7le26re8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/jl3g7le26re8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6d4bjls1d4gn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3222 +dcid: "dc/6d4bjls1d4gn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gkhnq0wtf9tn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/gkhnq0wtf9tn" + +Node: dcid:dc/yn4efvtk0ybs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/yn4efvtk0ybs3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4rcgfz411r92f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/4rcgfz411r92f" + +Node: dcid:dc/9f8rjnn2rer12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31523 +dcid: "dc/9f8rjnn2rer12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7564n8eqb0l01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/7564n8eqb0l01" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xgt6m6kee546d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3335 +dcid: "dc/xgt6m6kee546d" + +Node: dcid:dc/0d25y5l8c9mq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/0d25y5l8c9mq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b174qe3d8fy82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44529 +dcid: "dc/b174qe3d8fy82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r0qkh8x4hw7pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4243 +dcid: "dc/r0qkh8x4hw7pd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/38bddzj1373l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/38bddzj1373l4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w2gdszr0f3sh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/w2gdszr0f3sh2" + +Node: dcid:dc/hsefsggkd5dfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33122 +dcid: "dc/hsefsggkd5dfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8fb9xphqvbx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/q8fb9xphqvbx" + +Node: dcid:dc/pg3eqhnj488ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/pg3eqhnj488ch" + +Node: dcid:dc/2zr0bfb7en809 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/2zr0bfb7en809" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n5mrf9khprfyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212221 +dcid: "dc/n5mrf9khprfyd" + +Node: dcid:dc/nxy6zrfp9bf88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423140 +dcid: "dc/nxy6zrfp9bf88" + +Node: dcid:dc/fcng1m92bs5vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/fcng1m92bs5vf" + +Node: dcid:dc/wrt0gs77prew4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/wrt0gs77prew4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0m2h2yrddz2jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/0m2h2yrddz2jg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fjp55w8wk1y7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33632 +dcid: "dc/fjp55w8wk1y7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x5qbpj0p6j3w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334612 +dcid: "dc/x5qbpj0p6j3w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/58134sj3x4y66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111331 +dcid: "dc/58134sj3x4y66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4hcwhkv7eg89g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/4hcwhkv7eg89g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3l3qx791b54cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/3l3qx791b54cc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j2glvwkbj26m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/j2glvwkbj26m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jgp79lsfsv5r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/jgp79lsfsv5r7" + +Node: dcid:dc/l4m5vd2rntb5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/l4m5vd2rntb5h" + +Node: dcid:dc/qlhkqzzk2v0gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/qlhkqzzk2v0gc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8b8tky2n3gqp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/8b8tky2n3gqp9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mbryxrhwhgf79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/mbryxrhwhgf79" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1xe2vdbdfb9p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/1xe2vdbdfb9p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tv15cc0dwnrn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/tv15cc0dwnrn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6jsqqyxbfsb6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/6jsqqyxbfsb6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5k156ykn6y7t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32615 +dcid: "dc/5k156ykn6y7t5" + +Node: dcid:dc/5zqjzeh8t3dr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23814 +dcid: "dc/5zqjzeh8t3dr7" + +Node: dcid:dc/02khlb9ejklj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/02khlb9ejklj2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t01yxjvpnzjw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451212 +dcid: "dc/t01yxjvpnzjw1" + +Node: dcid:dc/zhq3nxkms4jzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/zhq3nxkms4jzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zk3zzy7ghkdsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/zk3zzy7ghkdsb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x92tweycexzcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339993 +dcid: "dc/x92tweycexzcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x99c861dwvl1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236117 +dcid: "dc/x99c861dwvl1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0wzc79y0xy8jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52222 +dcid: "dc/0wzc79y0xy8jh" + +Node: dcid:dc/vg870yk5b2qkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/vg870yk5b2qkd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0gs4vjy7jg2ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/0gs4vjy7jg2ef" + +Node: dcid:dc/63tphktmfg265 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/63tphktmfg265" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hpzs1rj929cn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314912 +dcid: "dc/hpzs1rj929cn5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qg5rntly3ecd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/qg5rntly3ecd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7pglhtfctb9ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611511 +dcid: "dc/7pglhtfctb9ld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wdqptzzpyvw07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/wdqptzzpyvw07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7rr1cb513hftb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/7rr1cb513hftb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v70rs70pwckyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/v70rs70pwckyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3twltxpgnxx92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/3twltxpgnxx92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/34et8vcwvhzb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/34et8vcwvhzb9" + +Node: dcid:dc/22xs2lxn7x1h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/22xs2lxn7x1h6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kcsp0xcp6hsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/kcsp0xcp6hsg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rffmxs26grp85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/rffmxs26grp85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ezfhnm8mlrhp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/ezfhnm8mlrhp5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/chgdwqeeb6l7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/chgdwqeeb6l7g" + +Node: dcid:dc/g0frnkg22ms44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/g0frnkg22ms44" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vq2vevb238d1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/vq2vevb238d1c" + +Node: dcid:dc/9vb5962cw6p4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/9vb5962cw6p4g" + +Node: dcid:dc/399zp04ewfxch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333295 +dcid: "dc/399zp04ewfxch" + +Node: dcid:dc/ew665y3v84n0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/ew665y3v84n0c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/11lrgp340we85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/11lrgp340we85" + +Node: dcid:dc/qelvmfxsm2zgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33361 +dcid: "dc/qelvmfxsm2zgh" + +Node: dcid:dc/cnvtk9v4f8xjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/cnvtk9v4f8xjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3qcryfj6fcsnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/3qcryfj6fcsnb" + +Node: dcid:dc/cmbt853dvpe8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/cmbt853dvpe8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ln1d0n0qt0vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213111 +dcid: "dc/0ln1d0n0qt0vd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qm56sv4h64g35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32222 +dcid: "dc/qm56sv4h64g35" + +Node: dcid:dc/gg2hhb20xb81h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/gg2hhb20xb81h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jrjz76qmq05h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/2jrjz76qmq05h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xqw5qll8tb5df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/xqw5qll8tb5df" + +Node: dcid:dc/k3hehk50ch012 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/k3hehk50ch012" + +Node: dcid:dc/ky1zgmhlmbt7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21221 +dcid: "dc/ky1zgmhlmbt7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwy3zwgc51pn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/jwy3zwgc51pn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bs5q25jblcf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213 +dcid: "dc/1bs5q25jblcf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/njchy1rm6f1r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/njchy1rm6f1r2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7dtrs1ss5jrlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/7dtrs1ss5jrlc" + +Node: dcid:dc/bt1vttj83ph2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/bt1vttj83ph2c" + +Node: dcid:dc/fnfdesywnw1ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/fnfdesywnw1ch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r7j80r55028d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/r7j80r55028d6" + +Node: dcid:dc/b2eqq0n82dbcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/b2eqq0n82dbcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d06bze4kl0mrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/d06bze4kl0mrf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k0f3wmv3bxvg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44132 +dcid: "dc/k0f3wmv3bxvg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qep4n6dc11elb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/qep4n6dc11elb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wdnq9e83zn8hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/wdnq9e83zn8hh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dll8n8mkyedrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/dll8n8mkyedrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/trd9g0yy4h3sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/trd9g0yy4h3sh" + +Node: dcid:dc/rnvtreqfng4tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/rnvtreqfng4tb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cxsjs2e70251b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/cxsjs2e70251b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2mzdh95sdsk25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/2mzdh95sdsk25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/km3eqjf7y0cjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532111 +dcid: "dc/km3eqjf7y0cjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddk0tks6sn165 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/ddk0tks6sn165" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1wwlk59jpdns8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21221 +dcid: "dc/1wwlk59jpdns8" + +Node: dcid:dc/n2wm3623tg9e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42444 +dcid: "dc/n2wm3623tg9e6" + +Node: dcid:dc/svzsvc1wnyh19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/svzsvc1wnyh19" + +Node: dcid:dc/2l3ycg122t481 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33241 +dcid: "dc/2l3ycg122t481" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0kf2yfel88d09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322222 +dcid: "dc/0kf2yfel88d09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/10gpr7wyn9hz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/10gpr7wyn9hz5" + +Node: dcid:dc/e97nqbq496n3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/e97nqbq496n3d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jr1v79469w6h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325910 +dcid: "dc/jr1v79469w6h9" + +Node: dcid:dc/erllpn06drxg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/erllpn06drxg4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rp3q2k0q7f7w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518111 +dcid: "dc/rp3q2k0q7f7w9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fterg90ld1j44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42374 +dcid: "dc/fterg90ld1j44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3e0ynkf00vb2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111339 +dcid: "dc/3e0ynkf00vb2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n1fvqcdcc8fqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/n1fvqcdcc8fqc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8l7szg2xky438 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488390 +dcid: "dc/8l7szg2xky438" + +Node: dcid:dc/8kkvbxtwd24v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/8kkvbxtwd24v6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/254g1pq7d4k6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/254g1pq7d4k6c" + +Node: dcid:dc/0bzb3zrdxzy65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336370 +dcid: "dc/0bzb3zrdxzy65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5qb5bt4zk6vfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/5qb5bt4zk6vfd" + +Node: dcid:dc/3wx4r56xw3462 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/3wx4r56xw3462" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ce3np59lzns7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/ce3np59lzns7h" + +Node: dcid:dc/t188esh0vhky2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/t188esh0vhky2" + +Node: dcid:dc/plkxlrdw9vel5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212111 +dcid: "dc/plkxlrdw9vel5" + +Node: dcid:dc/7d1bxv3ldrsxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333291 +dcid: "dc/7d1bxv3ldrsxd" + +Node: dcid:dc/v0jqcxks4r7t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31523 +dcid: "dc/v0jqcxks4r7t6" + +Node: dcid:dc/7sxsc2ddv3jnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/7sxsc2ddv3jnh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wvdq3fl8cx6k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/wvdq3fl8cx6k4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r59khz8wq6me1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311812 +dcid: "dc/r59khz8wq6me1" + +Node: dcid:dc/75486m9n9fwy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/75486m9n9fwy4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5dh7m11e6d5cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/5dh7m11e6d5cf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tg97xq7pv4wtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324121 +dcid: "dc/tg97xq7pv4wtg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/01chwdvf743c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326199 +dcid: "dc/01chwdvf743c5" + +Node: dcid:dc/6zxbh11vw6936 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33392 +dcid: "dc/6zxbh11vw6936" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8t53mex2t5z92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3121 +dcid: "dc/8t53mex2t5z92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/42w3y1jb526l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/42w3y1jb526l4" + +Node: dcid:dc/qv1eecbwgr4rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32521 +dcid: "dc/qv1eecbwgr4rc" + +Node: dcid:dc/402y0behrmcgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/402y0behrmcgh" + +Node: dcid:dc/3k0qq0wlx7kd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42445 +dcid: "dc/3k0qq0wlx7kd2" + +Node: dcid:dc/lskecdb0z2rs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/lskecdb0z2rs4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3vj17tmk6s44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/g3vj17tmk6s44" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hz2406ccrqsr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238392 +dcid: "dc/hz2406ccrqsr5" + +Node: dcid:dc/f6f79rj4bkqb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331422 +dcid: "dc/f6f79rj4bkqb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/65gz5bdyjk3yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/65gz5bdyjk3yd" + +Node: dcid:dc/mdsgktjmmr5mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333294 +dcid: "dc/mdsgktjmmr5mf" + +Node: dcid:dc/8dvxf2cfgtx54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/8dvxf2cfgtx54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vsgzbjtqtw3fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/vsgzbjtqtw3fh" + +Node: dcid:dc/sf8dm1ex4k2x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/sf8dm1ex4k2x6" + +Node: dcid:dc/mvkddh119923c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/mvkddh119923c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jpnegvnjwme13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525930 +dcid: "dc/jpnegvnjwme13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6kb0gzvrwzjn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/6kb0gzvrwzjn3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r8eksbsd7f2n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/r8eksbsd7f2n6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5cp20x5p51z54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561622 +dcid: "dc/5cp20x5p51z54" + +Node: dcid:dc/75dyr8zdpm011 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/75dyr8zdpm011" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xe9pjs2r3qyh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/xe9pjs2r3qyh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6vnfgk1sy5dyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/6vnfgk1sy5dyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0s4k6tqywtmg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/0s4k6tqywtmg4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m9cbe6sqbrtk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/m9cbe6sqbrtk9" + +Node: dcid:dc/kv9pcthq23gx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/kv9pcthq23gx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dr5ps1zhb20dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/dr5ps1zhb20dh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fz2rms46eb7t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56191 +dcid: "dc/fz2rms46eb7t8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgqpt7b35x4tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32312 +dcid: "dc/lgqpt7b35x4tg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9k45w2m984j35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/9k45w2m984j35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7q81k2khsys89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51911 +dcid: "dc/7q81k2khsys89" + +Node: dcid:dc/dgf4tmwy0vwe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/dgf4tmwy0vwe1" + +Node: dcid:dc/t8qzylz6rkbj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/t8qzylz6rkbj4" + +Node: dcid:dc/nfd94c2mjq519 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/nfd94c2mjq519" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yedxxhhqzch85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/yedxxhhqzch85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yw2dc7x0qy8g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/yw2dc7x0qy8g8" + +Node: dcid:dc/dbx3jsj8nk8l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111930 +dcid: "dc/dbx3jsj8nk8l6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v1d901lj0be3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/v1d901lj0be3d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sy2ybm79fnpdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/sy2ybm79fnpdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18579061341ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337122 +dcid: "dc/18579061341ch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8wffz0gb739kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325910 +dcid: "dc/8wffz0gb739kc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqy5p1d0wb40h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321911 +dcid: "dc/sqy5p1d0wb40h" + +Node: dcid:dc/te4xw5yg99fn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454113 +dcid: "dc/te4xw5yg99fn3" + +Node: dcid:dc/1qpk9f99wy6qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/1qpk9f99wy6qb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zvfx7k78tpel +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/zvfx7k78tpel" + +Node: dcid:dc/zb41cgkjcbzpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/zb41cgkjcbzpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2f74z3wt0nf78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333313 +dcid: "dc/2f74z3wt0nf78" + +Node: dcid:dc/jzk6d7bbwf5m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111160 +dcid: "dc/jzk6d7bbwf5m7" + +Node: dcid:dc/lp4vxdr5qdb55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/lp4vxdr5qdb55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vre11flkj48lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/vre11flkj48lb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/26y28l30k6t0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42446 +dcid: "dc/26y28l30k6t0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7qf1ynvtbwc1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/7qf1ynvtbwc1c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/spd8z99k3frdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/spd8z99k3frdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3hjshfym1c8g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424340 +dcid: "dc/3hjshfym1c8g4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ks1g37y9l3x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3151 +dcid: "dc/6ks1g37y9l3x4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hrkgbew5skcr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327125 +dcid: "dc/hrkgbew5skcr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y94t5km3f99m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53212 +dcid: "dc/y94t5km3f99m" + +Node: dcid:dc/bm204r9w7dbc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/bm204r9w7dbc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gqzyh7s9fh5w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/gqzyh7s9fh5w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wqgtgh882yrm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/wqgtgh882yrm7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q2rhhfqdzq4hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11221 +dcid: "dc/q2rhhfqdzq4hg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nym7cnegrljhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/nym7cnegrljhf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yj9fdgsb9wyzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/yj9fdgsb9wyzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vd4e3ypbg5k72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/vd4e3ypbg5k72" + +Node: dcid:dc/e9lg6le4gt2md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/e9lg6le4gt2md" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2y09encpscbe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4483 +dcid: "dc/2y09encpscbe7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5d4psqqlyvl99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/5d4psqqlyvl99" + +Node: dcid:dc/v8nklfrl1bbr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/v8nklfrl1bbr2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ernzd380scwd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/ernzd380scwd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mz0pjq7s36rsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111199 +dcid: "dc/mz0pjq7s36rsg" + +Node: dcid:dc/pjxrgdxgjjsjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331511 +dcid: "dc/pjxrgdxgjjsjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/337ql6bhv7cfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/337ql6bhv7cfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pl9nr9xs7p137 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311340 +dcid: "dc/pl9nr9xs7p137" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rnp1qmyckh69b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512240 +dcid: "dc/rnp1qmyckh69b" + +Node: dcid:dc/lsnnbd5kzf9k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444110 +dcid: "dc/lsnnbd5kzf9k3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kg184cln5vcp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3151 +dcid: "dc/kg184cln5vcp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1wzgsq4n73m98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/1wzgsq4n73m98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/td5p5n6k5v3g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/td5p5n6k5v3g5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jykbttyj610f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/jykbttyj610f3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27vhhxng7syq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/27vhhxng7syq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9jn92001plvw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/9jn92001plvw7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eggt9086bpe5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/eggt9086bpe5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3rnmsetjs8rcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/3rnmsetjs8rcd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m1kx38yhyk0k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44813 +dcid: "dc/m1kx38yhyk0k1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rfdrfdc164y3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/rfdrfdc164y3b" + +Node: dcid:dc/k9hj8zjgwz4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238341 +dcid: "dc/k9hj8zjgwz4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2n24qqwbky4v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/2n24qqwbky4v5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6sfr77gdr3c3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/6sfr77gdr3c3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lr9ezydjpr06h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/lr9ezydjpr06h" + +Node: dcid:dc/4x9mlqqkbv2n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/4x9mlqqkbv2n7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x40vxqrrbbck4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/x40vxqrrbbck4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2vexnb0bnwsh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42331 +dcid: "dc/2vexnb0bnwsh1" + +Node: dcid:dc/5hng6ckw4cnr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/5hng6ckw4cnr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mycpvbrjfsehh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51212 +dcid: "dc/mycpvbrjfsehh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1wc69hsjct1n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/1wc69hsjct1n4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b64mcy7r1dfm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/b64mcy7r1dfm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1hz6lgnpt0x0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5181 +dcid: "dc/1hz6lgnpt0x0c" + +Node: dcid:dc/ngwsg2sgg4lrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/ngwsg2sgg4lrg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/twwjvvz46rx0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/twwjvvz46rx0b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sqxx534vg08cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212221 +dcid: "dc/sqxx534vg08cg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m22yrfyxh3dh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/m22yrfyxh3dh7" + +Node: dcid:dc/cg14ck5eryeq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/cg14ck5eryeq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ttsdmhstlsk3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423130 +dcid: "dc/ttsdmhstlsk3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6f3wn3ngw4mgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/6f3wn3ngw4mgb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bc8s6vb865p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/bc8s6vb865p2" + +Node: dcid:dc/vd558serslj75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/vd558serslj75" + +Node: dcid:dc/dn3v5mvrew909 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/dn3v5mvrew909" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ysnxzpy2xypw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/ysnxzpy2xypw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8nwft09tdvrm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/8nwft09tdvrm9" + +Node: dcid:dc/gel68tg1dtgq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/gel68tg1dtgq7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nqfcgjeqvkvl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33329 +dcid: "dc/nqfcgjeqvkvl5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ch2qfy8w4tk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/5ch2qfy8w4tk9" + +Node: dcid:dc/wm7qmm2rbyb86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/wm7qmm2rbyb86" + +Node: dcid:dc/ebv9c4935ldq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551112 +dcid: "dc/ebv9c4935ldq2" + +Node: dcid:dc/em74x250c5t0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/em74x250c5t0c" + +Node: dcid:dc/m6md7kh8mbzqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/m6md7kh8mbzqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xf52162fcgn99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/xf52162fcgn99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tqezcvs8b6sr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/tqezcvs8b6sr7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qmgqwjr8k3n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334413 +dcid: "dc/qmgqwjr8k3n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8tyg3z8394x43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33121 +dcid: "dc/8tyg3z8394x43" + +Node: dcid:dc/7rvveg7ych8r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/7rvveg7ych8r1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/53k3j8zqpe674 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/53k3j8zqpe674" + +Node: dcid:dc/8nnfgc9sfgpt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/8nnfgc9sfgpt5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ve01c1xsp2597 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212210 +dcid: "dc/ve01c1xsp2597" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xzkmsbh5tsvlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42372 +dcid: "dc/xzkmsbh5tsvlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dwvtxdqrzs1s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/dwvtxdqrzs1s5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xltk8e9z4jx4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/xltk8e9z4jx4f" + +Node: dcid:dc/stwz36h4e9593 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/stwz36h4e9593" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ttx4jrz54cy7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/ttx4jrz54cy7h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/szth3501mxgs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/szth3501mxgs3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yz3frlxyh4lc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/yz3frlxyh4lc5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/csy6djn2wks7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44411 +dcid: "dc/csy6djn2wks7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4bsg4z0d01g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/g4bsg4z0d01g7" + +Node: dcid:dc/t8j7v85gh9817 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332812 +dcid: "dc/t8j7v85gh9817" + +Node: dcid:dc/rnvcxnv9fefnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423740 +dcid: "dc/rnvcxnv9fefnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5w4sn7g5xkp53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/5w4sn7g5xkp53" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mthkbxksfr7d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/mthkbxksfr7d6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k4wfhm1tevxlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541420 +dcid: "dc/k4wfhm1tevxlf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fdr5ww69t0hff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33232 +dcid: "dc/fdr5ww69t0hff" + +Node: dcid:dc/ft28k3vtd1eed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/ft28k3vtd1eed" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wjeel99ydwzb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/wjeel99ydwzb7" + +Node: dcid:dc/b2kymyrgk8tc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31133 +dcid: "dc/b2kymyrgk8tc4" + +Node: dcid:dc/zj9y2pe46pj27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333294 +dcid: "dc/zj9y2pe46pj27" + +Node: dcid:dc/qqbs69s72vj23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424460 +dcid: "dc/qqbs69s72vj23" + +Node: dcid:dc/de5pggt1bgpm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/de5pggt1bgpm1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qzjz03wjkljw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/qzjz03wjkljw4" + +Node: dcid:dc/n9l64c66v8hs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/n9l64c66v8hs9" + +Node: dcid:dc/91nykk34qjpz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3391 +dcid: "dc/91nykk34qjpz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d6jfr75ccc9b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/d6jfr75ccc9b8" + +Node: dcid:dc/wtx8th2d011xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512120 +dcid: "dc/wtx8th2d011xh" + +Node: dcid:dc/6c7q3r39gt781 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/6c7q3r39gt781" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v1x3pmjv1t2m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326291 +dcid: "dc/v1x3pmjv1t2m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1t9s0f1m7y897 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/1t9s0f1m7y897" + +Node: dcid:dc/7ytw1l3t574w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443112 +dcid: "dc/7ytw1l3t574w4" + +Node: dcid:dc/nghjbptpmgfp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/nghjbptpmgfp5" + +Node: dcid:dc/29g89xsm9rn6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327 +dcid: "dc/29g89xsm9rn6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ry2jqgl8d8t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/7ry2jqgl8d8t8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c22d2wncttntb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/c22d2wncttntb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bxplewdjmnk2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333293 +dcid: "dc/bxplewdjmnk2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rwqcl6k60srch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337121 +dcid: "dc/rwqcl6k60srch" + +Node: dcid:dc/k83xppc4f6q55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/k83xppc4f6q55" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kn6e41hw8jsbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23816 +dcid: "dc/kn6e41hw8jsbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yvn0nzbb3clyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/yvn0nzbb3clyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3csdl7nz1x57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321212 +dcid: "dc/w3csdl7nz1x57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmtzd6mq7sql3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238162 +dcid: "dc/dmtzd6mq7sql3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rjz458g20esn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/rjz458g20esn1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k0ndvbvcnv7x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/k0ndvbvcnv7x2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eh6cswz6n84e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339912 +dcid: "dc/eh6cswz6n84e8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8tgs17lkvg3j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/8tgs17lkvg3j6" + +Node: dcid:dc/qjd6x0rcb0fh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/qjd6x0rcb0fh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ykn8n51zl2lj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/ykn8n51zl2lj5" + +Node: dcid:dc/yqhf8rjkzv9l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333111 +dcid: "dc/yqhf8rjkzv9l9" + +Node: dcid:dc/nmlwhwy61yf05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/nmlwhwy61yf05" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j2wxryzrp6356 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/j2wxryzrp6356" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q0vpf73v8pg44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/q0vpf73v8pg44" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s5gm8y37hfsvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51229 +dcid: "dc/s5gm8y37hfsvd" + +Node: dcid:dc/myjg9wmln35gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33637 +dcid: "dc/myjg9wmln35gb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d9vzdjp8gqef2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42314 +dcid: "dc/d9vzdjp8gqef2" + +Node: dcid:dc/9gn2c08kc93gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4869 +dcid: "dc/9gn2c08kc93gb" + +Node: dcid:dc/58kqqjs9h5kf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335929 +dcid: "dc/58kqqjs9h5kf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/62zfm074wlvff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45392 +dcid: "dc/62zfm074wlvff" + +Node: dcid:dc/e1h16yzdbbbq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/e1h16yzdbbbq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/77tmtw24ksfmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31322 +dcid: "dc/77tmtw24ksfmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0lbkcxzefdjzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/0lbkcxzefdjzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zkbgdl1vg5sl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/zkbgdl1vg5sl5" + +Node: dcid:dc/wqflhpzf21yxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/wqflhpzf21yxf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hwmp2h09nnff2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/hwmp2h09nnff2" + +Node: dcid:dc/jrqb29fqk5rd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/jrqb29fqk5rd4" + +Node: dcid:dc/wjf0pe2lk6jwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/wjf0pe2lk6jwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrdst1msh18wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/nrdst1msh18wg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/43yfzsjn5kwy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/43yfzsjn5kwy4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q5x2lvt9x9d59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541922 +dcid: "dc/q5x2lvt9x9d59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jq3n8ffn8ezc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/jq3n8ffn8ezc4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d7glfpe7pzqx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/d7glfpe7pzqx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7p7wz12m64zq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333210 +dcid: "dc/7p7wz12m64zq3" + +Node: dcid:dc/q191sbdmx7yx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/q191sbdmx7yx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j6gpc5rt8cvt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532291 +dcid: "dc/j6gpc5rt8cvt9" + +Node: dcid:dc/hpc3f74xzxby7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423330 +dcid: "dc/hpc3f74xzxby7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e4c3m7nr0gst7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/e4c3m7nr0gst7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bgmeqfhbns8hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/bgmeqfhbns8hg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/23wf9h2x2n2f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/23wf9h2x2n2f6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b9per97qy0gb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/b9per97qy0gb5" + +Node: dcid:dc/ree798k5769df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/ree798k5769df" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tyy5ecpn4rgt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/tyy5ecpn4rgt" + +Node: dcid:dc/rnp6dky0d9bp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/rnp6dky0d9bp2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q7g5jthmczq57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311711 +dcid: "dc/q7g5jthmczq57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s25n56ssm4ce1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/s25n56ssm4ce1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n6x8q97brchp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321212 +dcid: "dc/n6x8q97brchp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/333e1rk21ff9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1122 +dcid: "dc/333e1rk21ff9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7qelhwl47ks8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/p7qelhwl47ks8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6w2315krt5b7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/6w2315krt5b7h" + +Node: dcid:dc/5d0mlg74s1g88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11133 +dcid: "dc/5d0mlg74s1g88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ktph7w1vyxpc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111310 +dcid: "dc/ktph7w1vyxpc3" + +Node: dcid:dc/nhgqfgsy7q35f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44132 +dcid: "dc/nhgqfgsy7q35f" + +Node: dcid:dc/l6zdhl3zx46vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/l6zdhl3zx46vc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jv0y0xxzzte39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/jv0y0xxzzte39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mw4nznydxvdth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31412 +dcid: "dc/mw4nznydxvdth" + +Node: dcid:dc/s07gygm26qlw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/s07gygm26qlw5" + +Node: dcid:dc/p72fks8dzet19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311611 +dcid: "dc/p72fks8dzet19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8vppevbjq11f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334519 +dcid: "dc/r8vppevbjq11f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bzke3p26nql1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/bzke3p26nql1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z6ngtrtt5p7cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/z6ngtrtt5p7cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/34qfmgjl29ngg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238291 +dcid: "dc/34qfmgjl29ngg" + +Node: dcid:dc/f3691hbpm29s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/f3691hbpm29s2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jb2tf35x077c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/jb2tf35x077c2" + +Node: dcid:dc/x6d8kl73tqny7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481211 +dcid: "dc/x6d8kl73tqny7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/my7pm3tmqhyrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/my7pm3tmqhyrh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9tndjqt3qj7vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53212 +dcid: "dc/9tndjqt3qj7vc" + +Node: dcid:dc/gwwk30nq4hz3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/gwwk30nq4hz3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dzs7qqn9h0pt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42394 +dcid: "dc/dzs7qqn9h0pt" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cpcsbwcjqbvpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332313 +dcid: "dc/cpcsbwcjqbvpf" + +Node: dcid:dc/9cnk8b6xg9x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/9cnk8b6xg9x9" + +Node: dcid:dc/zb5vm43602gs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45393 +dcid: "dc/zb5vm43602gs6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qsqhd9n4jdqq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541860 +dcid: "dc/qsqhd9n4jdqq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ng0x0js5jvdb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/ng0x0js5jvdb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1kp14l09cdrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33111 +dcid: "dc/m1kp14l09cdrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r3s0ywmg7rq19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423610 +dcid: "dc/r3s0ywmg7rq19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kcfc43q6yrgh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/kcfc43q6yrgh6" + +Node: dcid:dc/kdb6klqtfh6pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/kdb6klqtfh6pb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f0e76tt3ylxz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32612 +dcid: "dc/f0e76tt3ylxz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wwhpg1kw67ch1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/wwhpg1kw67ch1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/764he5jq7pmjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42311 +dcid: "dc/764he5jq7pmjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/td7c4dq5pgq09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332919 +dcid: "dc/td7c4dq5pgq09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dl36j1ygwnv93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23839 +dcid: "dc/dl36j1ygwnv93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmh56vpsvjr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/cmh56vpsvjr1" + +Node: dcid:dc/c7wr0kv74zbsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/c7wr0kv74zbsf" + +Node: dcid:dc/6ets5evke9mw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/6ets5evke9mw5" + +Node: dcid:dc/dwrfy7w0ndrqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/dwrfy7w0ndrqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l2dymxlse7mx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326291 +dcid: "dc/l2dymxlse7mx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tgxqygs3t2gqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/tgxqygs3t2gqg" + +Node: dcid:dc/6gd3ezjd1x3yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332912 +dcid: "dc/6gd3ezjd1x3yb" + +Node: dcid:dc/qftgqfzqe1rjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315223 +dcid: "dc/qftgqfzqe1rjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntjn9fdvh7m49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111160 +dcid: "dc/ntjn9fdvh7m49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k4c49bklxez2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33429 +dcid: "dc/k4c49bklxez2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l5x6lv8qnx0pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424810 +dcid: "dc/l5x6lv8qnx0pb" + +Node: dcid:dc/eglc5e5xq80bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/eglc5e5xq80bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/geewdrxj2kngb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/geewdrxj2kngb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k19vg8h5klc59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/k19vg8h5klc59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xywfcq20e9dh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/xywfcq20e9dh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jm4bskzrq1bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/2jm4bskzrq1bb" + +Node: dcid:dc/zr4m6fxnp8ss5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/zr4m6fxnp8ss5" + +Node: dcid:dc/lbg4r1wyf2ff4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/lbg4r1wyf2ff4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ejv484vs3br74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/ejv484vs3br74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8ekmg7h0t9bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/r8ekmg7h0t9bf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fwwbnycy9dk4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424450 +dcid: "dc/fwwbnycy9dk4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yhs2jysw6rfzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/yhs2jysw6rfzb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27ethqe7ybb18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333612 +dcid: "dc/27ethqe7ybb18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kgh4xzmnmxb1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/kgh4xzmnmxb1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/txxhlc2l6l341 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/txxhlc2l6l341" + +Node: dcid:dc/6vek1412zrfcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/6vek1412zrfcc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0n6qtxgkv5rvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/0n6qtxgkv5rvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1c3csb89rten3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/1c3csb89rten3" + +Node: dcid:dc/p25rf5bv7ze39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/p25rf5bv7ze39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kg94y7ew1w1g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424520 +dcid: "dc/kg94y7ew1w1g5" + +Node: dcid:dc/t4xc8yvxswnh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/t4xc8yvxswnh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jm4xvjp8p4494 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/jm4xvjp8p4494" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ebn448v58ld7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5323 +dcid: "dc/4ebn448v58ld7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n99jeeq8qq5k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33121 +dcid: "dc/n99jeeq8qq5k7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5689dpdlhf5z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/5689dpdlhf5z7" + +Node: dcid:dc/h14wtzpk2zejf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/h14wtzpk2zejf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3bwqq53b1f8p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/3bwqq53b1f8p8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xfhg5fjpjdml4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551 +dcid: "dc/xfhg5fjpjdml4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dveklnlzyv3y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/dveklnlzyv3y1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fctey1mwr6e02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32611 +dcid: "dc/fctey1mwr6e02" + +Node: dcid:dc/3gwvtsv38te27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/3gwvtsv38te27" + +Node: dcid:dc/v2cef1qxcqjrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33351 +dcid: "dc/v2cef1qxcqjrf" + +Node: dcid:dc/hxlgstjve7ylc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111335 +dcid: "dc/hxlgstjve7ylc" + +Node: dcid:dc/g31b89456yxed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/g31b89456yxed" + +Node: dcid:dc/90bhk76jrqb17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/90bhk76jrqb17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y83rnnf69g0m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/y83rnnf69g0m7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5tw001xqzz5p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325992 +dcid: "dc/5tw001xqzz5p" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4s1le9h7t891 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/f4s1le9h7t891" + +Node: dcid:dc/gdt71c9l3x9e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512191 +dcid: "dc/gdt71c9l3x9e4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/25vw50g3rez7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334210 +dcid: "dc/25vw50g3rez7b" + +Node: dcid:dc/jpw5815hpwdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/jpw5815hpwdd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/10lsjs15b65tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448130 +dcid: "dc/10lsjs15b65tf" + +Node: dcid:dc/nv5k67xqpb2v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/nv5k67xqpb2v7" + +Node: dcid:dc/pj5jly7kqbhkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33271 +dcid: "dc/pj5jly7kqbhkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3cgp6fgz5dfgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33142 +dcid: "dc/3cgp6fgz5dfgh" + +Node: dcid:dc/k07drw7s89037 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31182 +dcid: "dc/k07drw7s89037" + +Node: dcid:dc/rtqz8x71pwd51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/rtqz8x71pwd51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v9jpgymcltt29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323116 +dcid: "dc/v9jpgymcltt29" + +Node: dcid:dc/wc6w16glkw9g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/wc6w16glkw9g9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ee3hgdxh9hx0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/ee3hgdxh9hx0g" + +Node: dcid:dc/9yj0bdp6s4ml5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326 +dcid: "dc/9yj0bdp6s4ml5" + +Node: dcid:dc/rc91cdv9gvl58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313312 +dcid: "dc/rc91cdv9gvl58" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwr4806m77zg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/mwr4806m77zg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3q77bj2z916rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/3q77bj2z916rf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cx9c6fv8lj7z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/cx9c6fv8lj7z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nqznddrvmsek7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/nqznddrvmsek7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f1e6cy2zz51n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424450 +dcid: "dc/f1e6cy2zz51n6" + +Node: dcid:dc/ney65shrxpvdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/ney65shrxpvdc" + +Node: dcid:dc/z7779cp5c9k69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424320 +dcid: "dc/z7779cp5c9k69" + +Node: dcid:dc/04nw132dtjwed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313311 +dcid: "dc/04nw132dtjwed" + +Node: dcid:dc/lde1mvrnnv4d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/lde1mvrnnv4d7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h5w9m02359vlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44612 +dcid: "dc/h5w9m02359vlc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86ch486hr45pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/86ch486hr45pf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b6x4cl9dz4el2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/b6x4cl9dz4el2" + +Node: dcid:dc/6ssey422zx732 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31192 +dcid: "dc/6ssey422zx732" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pvqy73qt7tdeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336991 +dcid: "dc/pvqy73qt7tdeg" + +Node: dcid:dc/bj3xwb0vrzpj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484230 +dcid: "dc/bj3xwb0vrzpj4" + +Node: dcid:dc/1kn18tfs8pcr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/1kn18tfs8pcr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9kq9ynz8tx2sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/9kq9ynz8tx2sg" + +Node: dcid:dc/hd6ntjrjfmsjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44821 +dcid: "dc/hd6ntjrjfmsjg" + +Node: dcid:dc/b9wpxjsn569wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31412 +dcid: "dc/b9wpxjsn569wd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s7b162h2gdel7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523120 +dcid: "dc/s7b162h2gdel7" + +Node: dcid:dc/ycdr0jxeyhq11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/ycdr0jxeyhq11" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yd3q44294ds96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/yd3q44294ds96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q84fnyt5nln6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811412 +dcid: "dc/q84fnyt5nln6" + +Node: dcid:dc/1qycjv36ylc09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/1qycjv36ylc09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w918j1xvfng3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32532 +dcid: "dc/w918j1xvfng3f" + +Node: dcid:dc/fwmymcmx8zgf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/fwmymcmx8zgf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zbsw38l9zrgm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23817 +dcid: "dc/zbsw38l9zrgm7" + +Node: dcid:dc/68nb44mk5xq68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/68nb44mk5xq68" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w8whpjptd5x3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454113 +dcid: "dc/w8whpjptd5x3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xc2e9yxnmpf65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/xc2e9yxnmpf65" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v4y067jk1mfe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31183 +dcid: "dc/v4y067jk1mfe4" + +Node: dcid:dc/nxllmts4enldd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115116 +dcid: "dc/nxllmts4enldd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5eethgr68mzbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1113 +dcid: "dc/5eethgr68mzbg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3xnl7q7glq2w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/3xnl7q7glq2w2" + +Node: dcid:dc/4h5d55mvbeq11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/4h5d55mvbeq11" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4yjhfgpmth3j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/4yjhfgpmth3j8" + +Node: dcid:dc/ytnhhzekjsyz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/ytnhhzekjsyz1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/27znxr19jtgn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/27znxr19jtgn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/95mgt5yz7859b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112120 +dcid: "dc/95mgt5yz7859b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wlpdbhcp37zrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423310 +dcid: "dc/wlpdbhcp37zrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5fb3e9d1r7br5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331524 +dcid: "dc/5fb3e9d1r7br5" + +Node: dcid:dc/s52m7pxx2ejjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/s52m7pxx2ejjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ywgl9p0tx0dnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/ywgl9p0tx0dnc" + +Node: dcid:dc/vrtq30q0r7led +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/vrtq30q0r7led" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/404xwwk8pb783 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331511 +dcid: "dc/404xwwk8pb783" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ww104r85hh2bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/ww104r85hh2bb" + +Node: dcid:dc/bqrw8wtv019w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/bqrw8wtv019w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2f92q7n6ngbwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/2f92q7n6ngbwg" + +Node: dcid:dc/4tnrlpjtxhe2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/4tnrlpjtxhe2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7b4844gkxxwjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42495 +dcid: "dc/7b4844gkxxwjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v83fl1p3b8sn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3335 +dcid: "dc/v83fl1p3b8sn2" + +Node: dcid:dc/bz1mmjq1dfcm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/bz1mmjq1dfcm4" + +Node: dcid:dc/lw2tmn1cf46r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423310 +dcid: "dc/lw2tmn1cf46r3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p2v91py11lnl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/p2v91py11lnl1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rnk9m8e3met06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213112 +dcid: "dc/rnk9m8e3met06" + +Node: dcid:dc/gvld01q665cr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453920 +dcid: "dc/gvld01q665cr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qswnjmmpw3gj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/qswnjmmpw3gj7" + +Node: dcid:dc/j92jgl2x4wf0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/j92jgl2x4wf0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vcl02kf2s8z0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/vcl02kf2s8z0d" + +Node: dcid:dc/75zvcbze9blbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323118 +dcid: "dc/75zvcbze9blbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/52eemv74ce6b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/52eemv74ce6b3" + +Node: dcid:dc/ch0djhvppbl5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32222 +dcid: "dc/ch0djhvppbl5h" + +Node: dcid:dc/twm7s6epkjb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238341 +dcid: "dc/twm7s6epkjb5" + +Node: dcid:dc/bvj50xw4mql0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/bvj50xw4mql0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/71pqhep9r60f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32518 +dcid: "dc/71pqhep9r60f7" + +Node: dcid:dc/16tmqj9hly209 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444210 +dcid: "dc/16tmqj9hly209" + +Node: dcid:dc/66m25yk60swbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/66m25yk60swbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cv84wr4dv1wwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/cv84wr4dv1wwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sc1k1fr7n6p51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32562 +dcid: "dc/sc1k1fr7n6p51" + +Node: dcid:dc/kmg4hsm5n798g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112112 +dcid: "dc/kmg4hsm5n798g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wltn5dkx3emy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/wltn5dkx3emy1" + +Node: dcid:dc/7vt5dyz1bwpbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/7vt5dyz1bwpbg" + +Node: dcid:dc/lkb36kdkettg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/lkb36kdkettg9" + +Node: dcid:dc/8dh37q289q1jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/8dh37q289q1jh" + +Node: dcid:dc/bsnpbqqzpppr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/bsnpbqqzpppr9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2cem87sv6ll02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23814 +dcid: "dc/2cem87sv6ll02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/08jmjyydpwss6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54142 +dcid: "dc/08jmjyydpwss6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pbwv644ve0txh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/pbwv644ve0txh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yk1bd09ejw6rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/yk1bd09ejw6rh" + +Node: dcid:dc/r7qhl1e0r4rsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/r7qhl1e0r4rsb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/slc83br8y1d1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/slc83br8y1d1h" + +Node: dcid:dc/j35ktxzsmeef4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314911 +dcid: "dc/j35ktxzsmeef4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yvzqk2dtckm0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332811 +dcid: "dc/yvzqk2dtckm0f" + +Node: dcid:dc/b5j3nh61kenc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/b5j3nh61kenc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k3w2c3qvqt1md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32621 +dcid: "dc/k3w2c3qvqt1md" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6pjbsrvn6n09h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/6pjbsrvn6n09h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1pc0lg03efkq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/1pc0lg03efkq9" + +Node: dcid:dc/n7r0m6m6f4764 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/n7r0m6m6f4764" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0kl1xeq2h5tf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/0kl1xeq2h5tf2" + +Node: dcid:dc/x44308tc79e68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/x44308tc79e68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/clg7xcsxhj2mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/clg7xcsxhj2mg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ltvcn1v1zxtcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488390 +dcid: "dc/ltvcn1v1zxtcc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gqykz21tdkjjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21311 +dcid: "dc/gqykz21tdkjjf" + +Node: dcid:dc/ppgyjc468rdl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339992 +dcid: "dc/ppgyjc468rdl6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3bmb9jxrw8k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/w3bmb9jxrw8k" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vygnp5e7c5n8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/vygnp5e7c5n8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0m4klt4ctehf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112930 +dcid: "dc/s0m4klt4ctehf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jmmqpmrqx1qff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/jmmqpmrqx1qff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fqkpcx9tvvjwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313230 +dcid: "dc/fqkpcx9tvvjwf" + +Node: dcid:dc/80edb611ypbj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/80edb611ypbj7" + +Node: dcid:dc/wglzz6dc2g6j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/wglzz6dc2g6j8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2mfzxlebr2f22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/2mfzxlebr2f22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gdycnynv4ptp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332911 +dcid: "dc/gdycnynv4ptp6" + +Node: dcid:dc/5g93zt9gkv3z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/5g93zt9gkv3z8" + +Node: dcid:dc/nwpdmx316dvhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/nwpdmx316dvhh" + +Node: dcid:dc/pe2st9ns7c1s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424450 +dcid: "dc/pe2st9ns7c1s" + +Node: dcid:dc/dt2sh69jtcjhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/dt2sh69jtcjhd" + +Node: dcid:dc/rjh2nf3gjxgq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/rjh2nf3gjxgq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tfhexexvrdrt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/tfhexexvrdrt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/try57zpmhl4jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/try57zpmhl4jb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7zeern7y24l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339943 +dcid: "dc/7zeern7y24l5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tsye5m13dgm81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/tsye5m13dgm81" + +Node: dcid:dc/w41bc5gctbph4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/w41bc5gctbph4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ph5k7hfxdzrl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3151 +dcid: "dc/ph5k7hfxdzrl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eqtq073vnvvec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/eqtq073vnvvec" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qnr63fewg0lt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/qnr63fewg0lt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/krg3gtkj7xn31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326121 +dcid: "dc/krg3gtkj7xn31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xg1rg01mhnnc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/xg1rg01mhnnc5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9e36nbndcb1tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/9e36nbndcb1tg" + +Node: dcid:dc/wd9xwxmptnpwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322232 +dcid: "dc/wd9xwxmptnpwd" + +Node: dcid:dc/h5xz8h0xh4nn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/h5xz8h0xh4nn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0w4ckl13p44jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/0w4ckl13p44jf" + +Node: dcid:dc/jpbjkn2f5xwf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/jpbjkn2f5xwf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rxym5r2m96hr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/rxym5r2m96hr2" + +Node: dcid:dc/fbrdm4errg4xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/fbrdm4errg4xb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/grxqng28bzq0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4861 +dcid: "dc/grxqng28bzq0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjcgsjj2tk3f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/vjcgsjj2tk3f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1pj4g58638sth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332997 +dcid: "dc/1pj4g58638sth" + +Node: dcid:dc/d08cvs9dqg4b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/d08cvs9dqg4b4" + +Node: dcid:dc/bv09q7lpwh4q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31331 +dcid: "dc/bv09q7lpwh4q6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lm8b88cvwbz17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/lm8b88cvwbz17" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j3sd61p7610w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/j3sd61p7610w4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p3lerfn0qhqb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532291 +dcid: "dc/p3lerfn0qhqb5" + +Node: dcid:dc/ghsy2pejw3ms7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/ghsy2pejw3ms7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t4gej72vqe7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/t4gej72vqe7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1klpn7e7x8rwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/1klpn7e7x8rwh" + +Node: dcid:dc/ds70dg34s4jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/ds70dg34s4jh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q06fb61215bbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/q06fb61215bbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mgpvcmqjcdh33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/mgpvcmqjcdh33" + +Node: dcid:dc/ecg7zmx0yxm0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/ecg7zmx0yxm0c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jphbkyxyd0bw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238152 +dcid: "dc/jphbkyxyd0bw5" + +Node: dcid:dc/x0khptyc3vtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/x0khptyc3vtg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/npmf27bsq4gyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/npmf27bsq4gyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t52vw93l4zqxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/t52vw93l4zqxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e6bsf18qxp614 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/e6bsf18qxp614" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/heg8edj5z76lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811430 +dcid: "dc/heg8edj5z76lh" + +Node: dcid:dc/20xnpq25zbf86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/20xnpq25zbf86" + +Node: dcid:dc/y4rgry0xegqe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339115 +dcid: "dc/y4rgry0xegqe" + +Node: dcid:dc/m8wdcnfffy4e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423610 +dcid: "dc/m8wdcnfffy4e4" + +Node: dcid:dc/90s4c3vr1sh2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/90s4c3vr1sh2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r9yyjtphkp01f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/r9yyjtphkp01f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m9n1cyrbe7gx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/m9n1cyrbe7gx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4fr7txjl5n1ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42314 +dcid: "dc/4fr7txjl5n1ec" + +Node: dcid:dc/mtk0qdk9gt6y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/mtk0qdk9gt6y9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b3lskhrb6rlw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/b3lskhrb6rlw" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vb8xl0870v0xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/vb8xl0870v0xc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7hz851jylktbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/7hz851jylktbc" + +Node: dcid:dc/7bhxxhzb1kff9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51119 +dcid: "dc/7bhxxhzb1kff9" + +Node: dcid:dc/ds6hcmjs349zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322231 +dcid: "dc/ds6hcmjs349zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p928jw78br6n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/p928jw78br6n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nhcvjkfm9w9h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/nhcvjkfm9w9h7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4dhtsywe28eq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561450 +dcid: "dc/4dhtsywe28eq9" + +Node: dcid:dc/5tsh8twbvq6e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/5tsh8twbvq6e7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yv0672v19r5f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31211 +dcid: "dc/yv0672v19r5f5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjpf6wt1wsqp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/vjpf6wt1wsqp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f6k7xtwf6esqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541930 +dcid: "dc/f6k7xtwf6esqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pbz9yj5h82fy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4482 +dcid: "dc/pbz9yj5h82fy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ky0leme02gwdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42383 +dcid: "dc/ky0leme02gwdg" + +Node: dcid:dc/9fpmxc096kpc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/9fpmxc096kpc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sx82dxqd8gx22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23814 +dcid: "dc/sx82dxqd8gx22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/msx72b5en3n56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/msx72b5en3n56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bgx5y7rhbggd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/bgx5y7rhbggd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ljfzl1wprvxh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313311 +dcid: "dc/ljfzl1wprvxh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5704chnkse8g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/5704chnkse8g3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l3hf8c5ez23l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42371 +dcid: "dc/l3hf8c5ez23l2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1h2v0nnzdpv5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/1h2v0nnzdpv5g" + +Node: dcid:dc/qlxgjtns9h5f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45114 +dcid: "dc/qlxgjtns9h5f1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2fencrqkbl477 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/2fencrqkbl477" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4mfj2lthjjqgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/4mfj2lthjjqgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z6vmtmlxkgvp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/814 +dcid: "dc/z6vmtmlxkgvp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fg8hpgcv65beh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/fg8hpgcv65beh" + +Node: dcid:dc/cbpm33j3eb3b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/cbpm33j3eb3b7" + +Node: dcid:dc/l3hnxfkm5kjc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/l3hnxfkm5kjc2" + +Node: dcid:dc/wg1rl115ce7kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32191 +dcid: "dc/wg1rl115ce7kc" + +Node: dcid:dc/6e61fywvlf926 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/6e61fywvlf926" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9v8heyhkz2fmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3341 +dcid: "dc/9v8heyhkz2fmd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/21t81y1tx7pcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332721 +dcid: "dc/21t81y1tx7pcb" + +Node: dcid:dc/4r4txvmv0yvph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238342 +dcid: "dc/4r4txvmv0yvph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qdqesby8ygp45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/qdqesby8ygp45" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g77mfhp78z406 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339943 +dcid: "dc/g77mfhp78z406" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/54fst4cpd1h18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424610 +dcid: "dc/54fst4cpd1h18" + +Node: dcid:dc/6b72h4bktj6kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339912 +dcid: "dc/6b72h4bktj6kd" + +Node: dcid:dc/3z282mwk85c8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/3z282mwk85c8d" + +Node: dcid:dc/87gw2y6gz08b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/87gw2y6gz08b9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nj273ql5my2p3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486910 +dcid: "dc/nj273ql5my2p3" + +Node: dcid:dc/qpvrswj2w5n58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441110 +dcid: "dc/qpvrswj2w5n58" + +Node: dcid:dc/g7fqe3xv023r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/g7fqe3xv023r1" + +Node: dcid:dc/ccx0p2ld5v77h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/ccx0p2ld5v77h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nvgd4j5pexgj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/nvgd4j5pexgj7" + +Node: dcid:dc/dr5q9p5wjrmm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/dr5q9p5wjrmm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7x6lzv5vr2d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/p7x6lzv5vr2d9" + +Node: dcid:dc/291ggreksqzgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/291ggreksqzgh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18xm3vhqpdzvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336412 +dcid: "dc/18xm3vhqpdzvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3rnr3g1bt3wkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/3rnr3g1bt3wkg" + +Node: dcid:dc/wew620kvd8275 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333291 +dcid: "dc/wew620kvd8275" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3xrf9gmf5wc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/g3xrf9gmf5wc1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kvvv5sc8qv6g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238311 +dcid: "dc/kvvv5sc8qv6g7" + +Node: dcid:dc/e6vbmc81px9ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/e6vbmc81px9ch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8b9h4hp1lyln5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/8b9h4hp1lyln5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yhr7dcb3j1glb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/yhr7dcb3j1glb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v0wlsey412894 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44111 +dcid: "dc/v0wlsey412894" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/de11c8kevjkqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31323 +dcid: "dc/de11c8kevjkqf" + +Node: dcid:dc/g1qg8dpfng4zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/g1qg8dpfng4zf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l3j6w1w8gw9q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/l3j6w1w8gw9q8" + +Node: dcid:dc/kclm716p5sl11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/kclm716p5sl11" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s8psxfphxxe64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334512 +dcid: "dc/s8psxfphxxe64" + +Node: dcid:dc/d88vpjg7ze55h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/d88vpjg7ze55h" + +Node: dcid:dc/td8qxlnlcngj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/td8qxlnlcngj7" + +Node: dcid:dc/ye48b9t3t0dxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32739 +dcid: "dc/ye48b9t3t0dxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hjfhp5s7d5j82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/hjfhp5s7d5j82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dg3bd1zwct5mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/dg3bd1zwct5mh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5j3bfpr4fjne4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483111 +dcid: "dc/5j3bfpr4fjne4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7xzm2ep62brg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/7xzm2ep62brg8" + +Node: dcid:dc/zgcbpm1l8n9n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/zgcbpm1l8n9n3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2312ds8pdbn2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322221 +dcid: "dc/2312ds8pdbn2h" + +Node: dcid:dc/zweyb8lrf8pk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238171 +dcid: "dc/zweyb8lrf8pk5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/79xrhgvw75fe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238142 +dcid: "dc/79xrhgvw75fe7" + +Node: dcid:dc/3m6hg5ml1c7t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333298 +dcid: "dc/3m6hg5ml1c7t7" + +Node: dcid:dc/y2ppwyt4d63s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/y2ppwyt4d63s6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v2cqxc2e23h5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/v2cqxc2e23h5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rj4erbn377qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3255 +dcid: "dc/rj4erbn377qd" + +Node: dcid:dc/3b722t5ee3w49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/3b722t5ee3w49" + +Node: dcid:dc/wxwf7tplt29lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/wxwf7tplt29lh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8kwwbp42dnn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/q8kwwbp42dnn" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6w5zd3s1601m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/6w5zd3s1601m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n5v33fp4eb1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114112 +dcid: "dc/n5v33fp4eb1h" + +Node: dcid:dc/pbt7zhsexq0pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/pbt7zhsexq0pf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ztd2x8x2h24b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/ztd2x8x2h24b3" + +Node: dcid:dc/jpp8sd0h9wle5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/jpp8sd0h9wle5" + +Node: dcid:dc/p8rnnz90jt964 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/p8rnnz90jt964" + +Node: dcid:dc/f1lyeqb18ydmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4482 +dcid: "dc/f1lyeqb18ydmb" + +Node: dcid:dc/wz9xche6mywg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/wz9xche6mywg8" + +Node: dcid:dc/h9pw837vmjz49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/h9pw837vmjz49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmgvwb4gg2ye3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/lmgvwb4gg2ye3" + +Node: dcid:dc/b3ll9ghy2q5y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/b3ll9ghy2q5y8" + +Node: dcid:dc/j8x2s9vze6p04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/j8x2s9vze6p04" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8e0yw2660m4e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327999 +dcid: "dc/8e0yw2660m4e7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mzvnrp2t416tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/mzvnrp2t416tg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ffg9febx1c9wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/ffg9febx1c9wd" + +Node: dcid:dc/skybrjjwsnltf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/skybrjjwsnltf" + +Node: dcid:dc/fl8snwt59n45g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/fl8snwt59n45g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r9xvf0e3qs1nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321912 +dcid: "dc/r9xvf0e3qs1nf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pzlqbqqwezct1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/pzlqbqqwezct1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s2knj6br1w528 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/s2knj6br1w528" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d8lb3txfv568d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423140 +dcid: "dc/d8lb3txfv568d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5w56cg0kelrh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/5w56cg0kelrh2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n030v6hh7tnh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/n030v6hh7tnh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zgsm2l5gdm76g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/zgsm2l5gdm76g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/twwvykfqvmtf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31182 +dcid: "dc/twwvykfqvmtf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjwvxn56bkntd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31499 +dcid: "dc/xjwvxn56bkntd" + +Node: dcid:dc/jefrmsecdvwtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448320 +dcid: "dc/jefrmsecdvwtc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/541qv7ec90fkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/541qv7ec90fkg" + +Node: dcid:dc/rsxhx13pzqzx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/rsxhx13pzqzx4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pspgpgkhnbkh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32532 +dcid: "dc/pspgpgkhnbkh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p8vcqwffpp9kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4921 +dcid: "dc/p8vcqwffpp9kg" + +Node: dcid:dc/9n3cl8vkrrqt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453310 +dcid: "dc/9n3cl8vkrrqt4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kg1y7rd55ybtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33592 +dcid: "dc/kg1y7rd55ybtc" + +Node: dcid:dc/lrl27zngmsmhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/lrl27zngmsmhf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/js1jhpwfg7m01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339993 +dcid: "dc/js1jhpwfg7m01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p3mk1f3wxd0b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332111 +dcid: "dc/p3mk1f3wxd0b4" + +Node: dcid:dc/sl2he2lc9sps +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33792 +dcid: "dc/sl2he2lc9sps" + +Node: dcid:dc/p549ss5j5tzef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3341 +dcid: "dc/p549ss5j5tzef" + +Node: dcid:dc/zmz8dwhgtv4t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/zmz8dwhgtv4t6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0z9w0p37e3e66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/0z9w0p37e3e66" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pmqgc706mnz56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42411 +dcid: "dc/pmqgc706mnz56" + +Node: dcid:dc/dvehncpz4rmw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/dvehncpz4rmw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l04gpgdqw7zd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/l04gpgdqw7zd6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h9fjy19xdvtyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322232 +dcid: "dc/h9fjy19xdvtyd" + +Node: dcid:dc/0qvycwwfls9r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81292 +dcid: "dc/0qvycwwfls9r6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1vjjkcgrjnbf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/1vjjkcgrjnbf3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhj0zhbyklnv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3315 +dcid: "dc/jhj0zhbyklnv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n29ye5x26mg14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/n29ye5x26mg14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ysfdrv23e9q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423740 +dcid: "dc/6ysfdrv23e9q6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0fjxxwdfehxe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212210 +dcid: "dc/0fjxxwdfehxe" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hb21ftkqn7rk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/hb21ftkqn7rk4" + +Node: dcid:dc/te16d4hz7zgdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/te16d4hz7zgdh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zdg24ytcg32qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/zdg24ytcg32qd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q0y48vf0bwztd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/q0y48vf0bwztd" + +Node: dcid:dc/ewkdlb6qkmmq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334119 +dcid: "dc/ewkdlb6qkmmq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jzpr6we3d2mf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/jzpr6we3d2mf8" + +Node: dcid:dc/rhebc3743nz6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/rhebc3743nz6d" + +Node: dcid:dc/e9l2f6pmf6c25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/e9l2f6pmf6c25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zqxzk8p78smyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335929 +dcid: "dc/zqxzk8p78smyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rf85pt7kk529f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/rf85pt7kk529f" + +Node: dcid:dc/n6nh1dbwmjv0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/n6nh1dbwmjv0f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3xzn25w5yw6v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48839 +dcid: "dc/3xzn25w5yw6v3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/25htpkz0172dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453110 +dcid: "dc/25htpkz0172dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ec8z641wcwp3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/ec8z641wcwp3f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1vjf16w4pmp05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33142 +dcid: "dc/1vjf16w4pmp05" + +Node: dcid:dc/y2q41yx6t41wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/y2q41yx6t41wb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4cbxtzkzg4lp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313311 +dcid: "dc/4cbxtzkzg4lp8" + +Node: dcid:dc/79gk8edp4qgm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/79gk8edp4qgm5" + +Node: dcid:dc/t61d4kkjvws95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23812 +dcid: "dc/t61d4kkjvws95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j542x018c49l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/j542x018c49l7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/086rf1jh8n9f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111211 +dcid: "dc/086rf1jh8n9f5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t1nfhr8rkk0h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/t1nfhr8rkk0h3" + +Node: dcid:dc/n4eps8e6m77f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112120 +dcid: "dc/n4eps8e6m77f5" + +Node: dcid:dc/qeyt4c4rmgbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335110 +dcid: "dc/qeyt4c4rmgbf" + +Node: dcid:dc/t6ssqbzcdlvm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51114 +dcid: "dc/t6ssqbzcdlvm2" + +Node: dcid:dc/ye8syb93gcq2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332722 +dcid: "dc/ye8syb93gcq2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l0r6vmdg941z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/l0r6vmdg941z2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8mk66d79wzp16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/8mk66d79wzp16" + +Node: dcid:dc/rjlhg4xp4hjr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/rjlhg4xp4hjr4" + +Node: dcid:dc/4wen15ff7d50h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/4wen15ff7d50h" + +Node: dcid:dc/wfxct4wxd4ssd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/wfxct4wxd4ssd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7vhpp19s6s7lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/7vhpp19s6s7lf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9exvbv5n2mlcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/9exvbv5n2mlcf" + +Node: dcid:dc/qwtcshk57c006 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/qwtcshk57c006" + +Node: dcid:dc/ydzg3jlpvyj43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42431 +dcid: "dc/ydzg3jlpvyj43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pbgfep1zdxfjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532230 +dcid: "dc/pbgfep1zdxfjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lcbmre7e6z276 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/lcbmre7e6z276" + +Node: dcid:dc/7l7k1ewmkk3m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/7l7k1ewmkk3m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/erq9x3b2gmgfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334112 +dcid: "dc/erq9x3b2gmgfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2sxjp94nh55l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/2sxjp94nh55l9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/17gqstz9c62gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/17gqstz9c62gf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rlfw925jhb6j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/rlfw925jhb6j6" + +Node: dcid:dc/09s8knvvh0p3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/09s8knvvh0p3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c9xfr0melsq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/c9xfr0melsq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bs7d0zh3ednjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/bs7d0zh3ednjb" + +Node: dcid:dc/xyzcy3e77smgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/xyzcy3e77smgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zjvzdwms241d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/1zjvzdwms241d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eev676pz287g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/eev676pz287g9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f5p1vedvheh9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/f5p1vedvheh9c" + +Node: dcid:dc/ky29xw0jc4bq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336330 +dcid: "dc/ky29xw0jc4bq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zfh2jj8cfxlsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/zfh2jj8cfxlsc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hkfzpk5m5ry1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/hkfzpk5m5ry1d" + +Node: dcid:dc/k4vj4vdz01zp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/k4vj4vdz01zp2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mj5yvsqw6s7vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561613 +dcid: "dc/mj5yvsqw6s7vc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wb711b9wqwzp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541930 +dcid: "dc/wb711b9wqwzp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1g1502mgnhb5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/1g1502mgnhb5b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k740yld5br9w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/k740yld5br9w" + +Node: dcid:dc/22tntb9mrpbd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481112 +dcid: "dc/22tntb9mrpbd2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n6nwes3xywqj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/n6nwes3xywqj1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dd74b17hg1w9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/dd74b17hg1w9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dp425x09z94zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/dp425x09z94zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1346v5wlb03n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332722 +dcid: "dc/1346v5wlb03n2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yrngk29db4gsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/yrngk29db4gsb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ybf4hm5meq0h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/ybf4hm5meq0h4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gx05y18z3m3v +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/gx05y18z3m3v" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ccf23nyzqsq95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/ccf23nyzqsq95" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8jbf06wxm8tm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/8jbf06wxm8tm2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6rdpsljmqp2dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/6rdpsljmqp2dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zzw4fhnrtmw51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314911 +dcid: "dc/zzw4fhnrtmw51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/22hv6wdy40jj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/22hv6wdy40jj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s3tb52ykv3fj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33391 +dcid: "dc/s3tb52ykv3fj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/em1vf449sfrx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311822 +dcid: "dc/em1vf449sfrx7" + +Node: dcid:dc/9s714ytdn8eq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33361 +dcid: "dc/9s714ytdn8eq" + +Node: dcid:dc/pqhfb747dgk93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/pqhfb747dgk93" + +Node: dcid:dc/m8crpm4wwc6q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/m8crpm4wwc6q6" + +Node: dcid:dc/s632w4rgqlpq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/s632w4rgqlpq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvb7nwvr2yywf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32223 +dcid: "dc/bvb7nwvr2yywf" + +Node: dcid:dc/y8g2n3wt9l0w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/y8g2n3wt9l0w6" + +Node: dcid:dc/mphzhlxvxk3eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/mphzhlxvxk3eh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bnypff2kpyc59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/bnypff2kpyc59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fsh9ehtnmyf9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/fsh9ehtnmyf9g" + +Node: dcid:dc/7f5vw9774x1s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44821 +dcid: "dc/7f5vw9774x1s" + +Node: dcid:dc/763esreqx30f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/763esreqx30f7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6dtype2gsgef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3169 +dcid: "dc/6dtype2gsgef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87q841emh729h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/87q841emh729h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ezm7sp2ytf391 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/ezm7sp2ytf391" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z2qmsbgx9epk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/z2qmsbgx9epk6" + +Node: dcid:dc/bg34y1bs6cs4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/bg34y1bs6cs4d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q9de19m9e7f8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423210 +dcid: "dc/q9de19m9e7f8c" + +Node: dcid:dc/gv0sfvmfrnc2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/gv0sfvmfrnc2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bfzz7zg2men44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/bfzz7zg2men44" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wpw35rkytbxnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/wpw35rkytbxnh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4c007yzphmwt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/4c007yzphmwt" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5tm87s6tfek8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/5tm87s6tfek8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9twv60p2zm3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/w9twv60p2zm3d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lncd1nzp1m3m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/lncd1nzp1m3m5" + +Node: dcid:dc/zt1x70gbrcjg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/zt1x70gbrcjg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pk3kjjb6mm93c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45122 +dcid: "dc/pk3kjjb6mm93c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jn1jkhehc8mf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/jn1jkhehc8mf7" + +Node: dcid:dc/ybbpnt5rfe7p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211112 +dcid: "dc/ybbpnt5rfe7p6" + +Node: dcid:dc/zles0tfnqeh49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/zles0tfnqeh49" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v4tm72cdkgh3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621391 +dcid: "dc/v4tm72cdkgh3g" + +Node: dcid:dc/5ef5slf4gqvyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/5ef5slf4gqvyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2h8glwskng45c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/2h8glwskng45c" + +Node: dcid:dc/fjdwxt18fqpfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56174 +dcid: "dc/fjdwxt18fqpfh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1pdprlrexke4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453910 +dcid: "dc/1pdprlrexke4h" + +Node: dcid:dc/m43w82dvcfm0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/m43w82dvcfm0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/00be2ff7kd9yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/00be2ff7kd9yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2fh78yc2s3bk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/2fh78yc2s3bk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1q3ker7zf14hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314 +dcid: "dc/1q3ker7zf14hf" + +Node: dcid:dc/9lkczw0fttkt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562991 +dcid: "dc/9lkczw0fttkt8" + +Node: dcid:dc/9pxsfbn76xhg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/9pxsfbn76xhg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yprkb6skwldsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33994 +dcid: "dc/yprkb6skwldsf" + +Node: dcid:dc/6yymgksgq1814 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327215 +dcid: "dc/6yymgksgq1814" + +Node: dcid:dc/1nz025jrm64e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/1nz025jrm64e4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/559sz8hy0sel2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/559sz8hy0sel2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mmbkv60y78l2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/mmbkv60y78l2b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/stwsq3g9fe5d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/stwsq3g9fe5d7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cgd105efmejt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81142 +dcid: "dc/cgd105efmejt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/41n5nel5c3x3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333120 +dcid: "dc/41n5nel5c3x3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdlvpey7h0t79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/kdlvpey7h0t79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/secse77wkpx18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/secse77wkpx18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jh8qx0jmpdjl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/jh8qx0jmpdjl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2vhyncw9kyk6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/2vhyncw9kyk6g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bhbjnjlxjzyn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/bhbjnjlxjzyn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mq7kymvc3z1t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/mq7kymvc3z1t5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sle8p3txwc3v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/sle8p3txwc3v3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m4xmgws74dbnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/m4xmgws74dbnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eew4c1m3tpyz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33993 +dcid: "dc/eew4c1m3tpyz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h6dg02yhszk63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/h6dg02yhszk63" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vn7bbk4wz1l3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332722 +dcid: "dc/vn7bbk4wz1l3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0x9b2q349stl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337212 +dcid: "dc/0x9b2q349stl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g9tcjqe0tl101 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334220 +dcid: "dc/g9tcjqe0tl101" + +Node: dcid:dc/rhenxgzlhwf69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/rhenxgzlhwf69" + +Node: dcid:dc/86l281ss4dk07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/86l281ss4dk07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lpnfxz070v98d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4243 +dcid: "dc/lpnfxz070v98d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2wxk5n8ctm3c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114111 +dcid: "dc/2wxk5n8ctm3c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/279s7jer6syn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/279s7jer6syn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9zpbvgyzdqb15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238161 +dcid: "dc/9zpbvgyzdqb15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3n0whyvkmq6c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33593 +dcid: "dc/3n0whyvkmq6c5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/94ef918h5my6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/94ef918h5my6g" + +Node: dcid:dc/59030sbt582zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483111 +dcid: "dc/59030sbt582zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sb35xy3zg3lz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/sb35xy3zg3lz4" + +Node: dcid:dc/8ggsp74f5hqlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442291 +dcid: "dc/8ggsp74f5hqlg" + +Node: dcid:dc/s3pbcxfr4ntd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/s3pbcxfr4ntd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kvrymsf2ks812 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/kvrymsf2ks812" + +Node: dcid:dc/khh5yc43t9gkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/khh5yc43t9gkh" + +Node: dcid:dc/k1gs2q2jjzx2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/k1gs2q2jjzx2b" + +Node: dcid:dc/t1qp9r7evg46d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/t1qp9r7evg46d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3lqyj936d9cm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314991 +dcid: "dc/3lqyj936d9cm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gmwkjyyxqe3m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322223 +dcid: "dc/gmwkjyyxqe3m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gls2e2jn855t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/gls2e2jn855t7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kbjdxwn68yfk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/kbjdxwn68yfk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/plbv6ljtrdm06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/plbv6ljtrdm06" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pcf5n2nve2p77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/pcf5n2nve2p77" + +Node: dcid:dc/8kvgcpys0j884 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/8kvgcpys0j884" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sq6x93jpkvsef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424520 +dcid: "dc/sq6x93jpkvsef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8s3nnm56pqc25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/8s3nnm56pqc25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wh7zrpett61f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/wh7zrpett61f1" + +Node: dcid:dc/qt3zgvqs3yf72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311511 +dcid: "dc/qt3zgvqs3yf72" + +Node: dcid:dc/663f711xrnxr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/663f711xrnxr2" + +Node: dcid:dc/zc0kc77j83708 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/zc0kc77j83708" + +Node: dcid:dc/q0kdrhq3vey86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/q0kdrhq3vey86" + +Node: dcid:dc/f9segc6xtfft2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/f9segc6xtfft2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kj730k0zeqlm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52222 +dcid: "dc/kj730k0zeqlm6" + +Node: dcid:dc/yrr39fbkk5w16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/yrr39fbkk5w16" + +Node: dcid:dc/8vszexmrn47e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/8vszexmrn47e3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ne4clpbtsdeyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31611 +dcid: "dc/ne4clpbtsdeyc" + +Node: dcid:dc/h6hmgj1qfkes2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/h6hmgj1qfkes2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nj76j08tz61sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337121 +dcid: "dc/nj76j08tz61sg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vp4cplffwv86g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/vp4cplffwv86g" + +Node: dcid:dc/zsz352lz0jfz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/zsz352lz0jfz1" + +Node: dcid:dc/gv0k36mn46fs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4861 +dcid: "dc/gv0k36mn46fs" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bhm5cgf1rtcs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44132 +dcid: "dc/bhm5cgf1rtcs" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/85hcezfbvkpk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33639 +dcid: "dc/85hcezfbvkpk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6l9y8b8cckxw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/6l9y8b8cckxw" + +Node: dcid:dc/fjvymp4btc4p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238152 +dcid: "dc/fjvymp4btc4p" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2vpfsl6gwngr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/2vpfsl6gwngr7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1f9385fdxlnr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/1f9385fdxlnr9" + +Node: dcid:dc/wx8418pjdswr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/wx8418pjdswr9" + +Node: dcid:dc/d9tn7s655cpsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/d9tn7s655cpsd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbgme6682gqwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/dbgme6682gqwc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vmlt3f2yph7c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/vmlt3f2yph7c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1rxwskn3dde5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/1rxwskn3dde5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tb355xnm1vsw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32614 +dcid: "dc/tb355xnm1vsw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1vjl0gn9n48sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332919 +dcid: "dc/1vjl0gn9n48sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8ynvg5cplth8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/q8ynvg5cplth8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bt7kyz2x7cx35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/bt7kyz2x7cx35" + +Node: dcid:dc/lbpl63vp6c90f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/lbpl63vp6c90f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2wfgy39efsx72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/2wfgy39efsx72" + +Node: dcid:dc/tkjvf2wbmkd3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/tkjvf2wbmkd3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6flq6y5822fmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/6flq6y5822fmh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/brlqk0vpytbqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/brlqk0vpytbqf" + +Node: dcid:dc/6mv5gvrw7q9df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323118 +dcid: "dc/6mv5gvrw7q9df" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/szbzgvt8zhe88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/szbzgvt8zhe88" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/62vbs7lsrxwf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323112 +dcid: "dc/62vbs7lsrxwf3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bmd9rw6ch0ebb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/bmd9rw6ch0ebb" + +Node: dcid:dc/26ckf0dj15cd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/213 +dcid: "dc/26ckf0dj15cd2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hlgmjc4gyg2ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/hlgmjc4gyg2ff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/plfttls81yhx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111332 +dcid: "dc/plfttls81yhx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tg36wrwcyy4sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/tg36wrwcyy4sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q4rwngzgcvb13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/q4rwngzgcvb13" + +Node: dcid:dc/v5teek8jphl4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/v5teek8jphl4d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cxbzfc7jpqyfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/cxbzfc7jpqyfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cf8sdh56g8jwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/cf8sdh56g8jwd" + +Node: dcid:dc/pykt9q0jw2gw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3212 +dcid: "dc/pykt9q0jw2gw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f8mgvq3jjwdv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/f8mgvq3jjwdv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3pqyj6dq65b51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314999 +dcid: "dc/3pqyj6dq65b51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ywksphr9v7rcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/ywksphr9v7rcc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ym8ct62hdppd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3221 +dcid: "dc/1ym8ct62hdppd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmy9bvbbdphjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/lmy9bvbbdphjf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dkl19sh1wj84c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/dkl19sh1wj84c" + +Node: dcid:dc/3hp45zt1w8k77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/3hp45zt1w8k77" + +Node: dcid:dc/pv8s1x1qe39hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323118 +dcid: "dc/pv8s1x1qe39hb" + +Node: dcid:dc/9n6n75nntee79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/9n6n75nntee79" + +Node: dcid:dc/s86fkp4lffqvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/s86fkp4lffqvh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gxr4zfwsrktec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/gxr4zfwsrktec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/th9tdk2szbb6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448310 +dcid: "dc/th9tdk2szbb6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4lp4htq690pgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/4lp4htq690pgb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bnf0r48v01n59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311513 +dcid: "dc/bnf0r48v01n59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/52fxvlyl8t4wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/52fxvlyl8t4wd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wyshcfdfbhq1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/wyshcfdfbhq1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5p2j2bn4e3511 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312113 +dcid: "dc/5p2j2bn4e3511" + +Node: dcid:dc/w8fd9t76zjzj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/w8fd9t76zjzj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4jglmpqhrxy54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/4jglmpqhrxy54" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/977jhrwycyp3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3221 +dcid: "dc/977jhrwycyp3f" + +Node: dcid:dc/1pn2mrevh3es4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/1pn2mrevh3es4" + +Node: dcid:dc/p3z6bhz73xg99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525910 +dcid: "dc/p3z6bhz73xg99" + +Node: dcid:dc/cwjmg6spxbfjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/cwjmg6spxbfjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/he5wj9byz5h85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/he5wj9byz5h85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n4b26cm83zr23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/n4b26cm83zr23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/573bhjsytgev5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/573bhjsytgev5" + +Node: dcid:dc/k9yx8twl1lzn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/k9yx8twl1lzn9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4slnyfmbjqlb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/4slnyfmbjqlb1" + +Node: dcid:dc/erbzhm74b4zwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/erbzhm74b4zwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m4jcxzybyqxlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/m4jcxzybyqxlb" + +Node: dcid:dc/rlw1te9rr4bn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/rlw1te9rr4bn5" + +Node: dcid:dc/g702gc1dd2fs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32739 +dcid: "dc/g702gc1dd2fs4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ml4t98fyxjff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332913 +dcid: "dc/5ml4t98fyxjff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3b05d7bty553c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/3b05d7bty553c" + +Node: dcid:dc/31qvbbxj747t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423110 +dcid: "dc/31qvbbxj747t3" + +Node: dcid:dc/fkxc1lq0ztxw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238171 +dcid: "dc/fkxc1lq0ztxw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3bhq14hxcnv22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/3bhq14hxcnv22" + +Node: dcid:dc/bmpd1b1pg9d48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/bmpd1b1pg9d48" + +Node: dcid:dc/l62rey06tqk9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/l62rey06tqk9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hpzf31v04xfbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/hpzf31v04xfbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8jtw43tb27nm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/8jtw43tb27nm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hhp9pmxt0vxf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32613 +dcid: "dc/hhp9pmxt0vxf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p13trkhbtn8h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441110 +dcid: "dc/p13trkhbtn8h4" + +Node: dcid:dc/59z0mlncvxgb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316991 +dcid: "dc/59z0mlncvxgb4" + +Node: dcid:dc/ew2262jm58g96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56174 +dcid: "dc/ew2262jm58g96" + +Node: dcid:dc/re5cp11f5phlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339950 +dcid: "dc/re5cp11f5phlf" + +Node: dcid:dc/wgzg76kvsp88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/wgzg76kvsp88" + +Node: dcid:dc/lk6x6xpvlrelc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44831 +dcid: "dc/lk6x6xpvlrelc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8n8vtfjm53zfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/8n8vtfjm53zfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wkc7dkq0rpfg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/wkc7dkq0rpfg7" + +Node: dcid:dc/3tl85xhncq3zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/3tl85xhncq3zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvlfpn6146y0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/bvlfpn6146y0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b45kghnt6rznh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423740 +dcid: "dc/b45kghnt6rznh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0c49525t98j93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/0c49525t98j93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4vst86y9gffv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42342 +dcid: "dc/4vst86y9gffv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pd2grc70kc3m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311612 +dcid: "dc/pd2grc70kc3m5" + +Node: dcid:dc/r0meznyry0pdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33149 +dcid: "dc/r0meznyry0pdc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nezc5mjk0qw74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/nezc5mjk0qw74" + +Node: dcid:dc/11pz1tkgp1j9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/11pz1tkgp1j9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3gr9x0qq8pq8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/3gr9x0qq8pq8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j34fhwm4hvysh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44421 +dcid: "dc/j34fhwm4hvysh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ve9319wgx0yn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/ve9319wgx0yn5" + +Node: dcid:dc/7sk3zxw5n4ckh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/7sk3zxw5n4ckh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nxjl9xs0jmq1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/nxjl9xs0jmq1h" + +Node: dcid:dc/z85fm1f9r3mff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333314 +dcid: "dc/z85fm1f9r3mff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/04bkwnhp4tqs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31111 +dcid: "dc/04bkwnhp4tqs3" + +Node: dcid:dc/kcjpz13cx4sgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424720 +dcid: "dc/kcjpz13cx4sgc" + +Node: dcid:dc/zq9e60pb9mv3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31499 +dcid: "dc/zq9e60pb9mv3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4dgebklztktg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/g4dgebklztktg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0s6hycwsb9gvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/0s6hycwsb9gvf" + +Node: dcid:dc/3mhl82g0rx8pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/3mhl82g0rx8pg" + +Node: dcid:dc/ncdvdcdynn162 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443120 +dcid: "dc/ncdvdcdynn162" + +Node: dcid:dc/290x2ewjt8nw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/290x2ewjt8nw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/01h2fn9x83wxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/01h2fn9x83wxf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/73m73scbqhhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512191 +dcid: "dc/73m73scbqhhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1tnjb7h555vsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42434 +dcid: "dc/1tnjb7h555vsh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/096wxx66md9w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/096wxx66md9w2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7fempxsk4y0xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/7fempxsk4y0xg" + +Node: dcid:dc/63hdrbbqg19hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/63hdrbbqg19hc" + +Node: dcid:dc/k7dd8rfmnjpr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/k7dd8rfmnjpr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f25799y37d13f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/f25799y37d13f" + +Node: dcid:dc/5fhmeb1wb4n5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/5fhmeb1wb4n5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r444r7ffetepd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/r444r7ffetepd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/342elmbhg9gm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111150 +dcid: "dc/342elmbhg9gm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6src1e3wq6y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/y6src1e3wq6y" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c1qst216cykt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/c1qst216cykt4" + +Node: dcid:dc/rhbcmbe9hbwm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238991 +dcid: "dc/rhbcmbe9hbwm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3r50362blyzt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/3r50362blyzt" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/36hks9gwbkdqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11231 +dcid: "dc/36hks9gwbkdqf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kg9dq19rcccdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/kg9dq19rcccdf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fwc5rt071g5h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53223 +dcid: "dc/fwc5rt071g5h8" + +Node: dcid:dc/2qjxl5ph3j0kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333516 +dcid: "dc/2qjxl5ph3j0kh" + +Node: dcid:dc/3efecdtbgjys9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/3efecdtbgjys9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s5h5hz4cz97t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/s5h5hz4cz97t3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d2nc9vktfc6yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/d2nc9vktfc6yd" + +Node: dcid:dc/5k1xgpezv76dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32552 +dcid: "dc/5k1xgpezv76dc" + +Node: dcid:dc/1qrpgvw3dt5n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/1qrpgvw3dt5n8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6xzqgw0nhvqeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/6xzqgw0nhvqeh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9ts54w5b5hyx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/9ts54w5b5hyx6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q5kb4kyrnrqth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/q5kb4kyrnrqth" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/stcyw2l8m687b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/stcyw2l8m687b" + +Node: dcid:dc/0k6t8xm5x6gxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/0k6t8xm5x6gxh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4s07jbd27yekb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316991 +dcid: "dc/4s07jbd27yekb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vtdx6slmg2qnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/vtdx6slmg2qnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6fk65rz5t09f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/6fk65rz5t09f1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0p23gmr3fv8y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/0p23gmr3fv8y3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/83sk18nlhqn3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21239 +dcid: "dc/83sk18nlhqn3h" + +Node: dcid:dc/1x0q2c2dfekv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/1x0q2c2dfekv" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cz1k3d2l4n737 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/cz1k3d2l4n737" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lbspxnjxn5ypc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423720 +dcid: "dc/lbspxnjxn5ypc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ytnley25f9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/3ytnley25f9h" + +Node: dcid:dc/w398drgv92fhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/w398drgv92fhc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jg8g1smxk0mw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/jg8g1smxk0mw" + +Node: dcid:dc/jljy3clwf8y4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311711 +dcid: "dc/jljy3clwf8y4g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ty3gzx6gvtl08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/ty3gzx6gvtl08" + +Node: dcid:dc/3zdq2gjcppk4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23833 +dcid: "dc/3zdq2gjcppk4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ts66v0e1phpx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/ts66v0e1phpx5" + +Node: dcid:dc/e99c0nyp64y6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/e99c0nyp64y6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xfz1e9hhjvbyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32591 +dcid: "dc/xfz1e9hhjvbyb" + +Node: dcid:dc/ljwcb1k64z45h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/ljwcb1k64z45h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wbkzh498n63s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333512 +dcid: "dc/wbkzh498n63s1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1dkksst56hb8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/1dkksst56hb8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hegpgz5k6f9k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/hegpgz5k6f9k" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bs355kdd2pcn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42432 +dcid: "dc/bs355kdd2pcn1" + +Node: dcid:dc/qr1e4efh4s22d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32619 +dcid: "dc/qr1e4efh4s22d" + +Node: dcid:dc/gy7d9dmw54lx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/gy7d9dmw54lx1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vn3x7etkeqq0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/vn3x7etkeqq0f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ccnck0v55tt12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/ccnck0v55tt12" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nv0t3wb806drg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/nv0t3wb806drg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q7189fsq9pfb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238131 +dcid: "dc/q7189fsq9pfb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pvvtr1xme77w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/pvvtr1xme77w2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vl90jt7pebe1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/vl90jt7pebe1b" + +Node: dcid:dc/4cbzvcm92h1s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/4cbzvcm92h1s6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pcvmd4k6vw1h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/pcvmd4k6vw1h2" + +Node: dcid:dc/ylf5g4r4e2nm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11193 +dcid: "dc/ylf5g4r4e2nm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w7l0lb99tre6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/w7l0lb99tre6d" + +Node: dcid:dc/hk4mbsp8pq9g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333 +dcid: "dc/hk4mbsp8pq9g4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8mwf82fjsz8wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/8mwf82fjsz8wg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nc1ccmv7h94g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332912 +dcid: "dc/nc1ccmv7h94g3" + +Node: dcid:dc/99xv417l7nd1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322211 +dcid: "dc/99xv417l7nd1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qn7s3x23f83y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/qn7s3x23f83y4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wrswz7pxxpep7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339950 +dcid: "dc/wrswz7pxxpep7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/efh6cct8rrg96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/efh6cct8rrg96" + +Node: dcid:dc/d4gj8hwnzvzb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/d4gj8hwnzvzb2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r67cjs9w69krh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5323 +dcid: "dc/r67cjs9w69krh" + +Node: dcid:dc/m67rsrfgmjqwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238141 +dcid: "dc/m67rsrfgmjqwd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qzq6364tq485 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/qzq6364tq485" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4wf48c5l3l36b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/4wf48c5l3l36b" + +Node: dcid:dc/5es8rk2j2wzn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/5es8rk2j2wzn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tpp395wglzht9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/tpp395wglzht9" + +Node: dcid:dc/17qhtjmh4xvgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/17qhtjmh4xvgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xxcez1xgt241c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/xxcez1xgt241c" + +Node: dcid:dc/5zt31rvg1rdf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31161 +dcid: "dc/5zt31rvg1rdf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/njs30pk7wng4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333995 +dcid: "dc/njs30pk7wng4" + +Node: dcid:dc/47bkztkbwm45d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/47bkztkbwm45d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qphv3fe173cm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32621 +dcid: "dc/qphv3fe173cm2" + +Node: dcid:dc/c7rjzttehjdrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/c7rjzttehjdrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3nevrjj6t52fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/3nevrjj6t52fb" + +Node: dcid:dc/ybx46lsb8vy69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/ybx46lsb8vy69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9cqwevwhqdvp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21231 +dcid: "dc/9cqwevwhqdvp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n6w5rddlzrkgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/n6w5rddlzrkgf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6wvmnvx8skh7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/6wvmnvx8skh7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/trn2zkwhp7363 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/trn2zkwhp7363" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mkhjvt0ebkbf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/mkhjvt0ebkbf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cyr6vxxp7r9b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/cyr6vxxp7r9b8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p2qc9mdqex1fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238172 +dcid: "dc/p2qc9mdqex1fh" + +Node: dcid:dc/zp84v2zemvmb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/zp84v2zemvmb3" + +Node: dcid:dc/zeb708084vmgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/zeb708084vmgf" + +Node: dcid:dc/hd9ldjbb0yjf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33711 +dcid: "dc/hd9ldjbb0yjf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t1z71v0pk7zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/t1z71v0pk7zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7mfrq6crclblh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/7mfrq6crclblh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kccw39ehjms42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/kccw39ehjms42" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1rh6h9elc9n95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/1rh6h9elc9n95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s676czdvsf766 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/s676czdvsf766" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0gbklzlmxg29d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/0gbklzlmxg29d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gb3d6npfgg8v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44831 +dcid: "dc/gb3d6npfgg8v9" + +Node: dcid:dc/p399z10w43vyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339999 +dcid: "dc/p399z10w43vyh" + +Node: dcid:dc/z8fn908s1n73g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/z8fn908s1n73g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4sc5rdmqxxw12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/4sc5rdmqxxw12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwf83gbzfkgm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/jwf83gbzfkgm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xtc1gxpmjm155 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327993 +dcid: "dc/xtc1gxpmjm155" + +Node: dcid:dc/1yg1wjd4wj4qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316 +dcid: "dc/1yg1wjd4wj4qb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8z2qx3cnvrge4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/8z2qx3cnvrge4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6j91sdjje57w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/6j91sdjje57w4" + +Node: dcid:dc/tqgf8zv96r5t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3133 +dcid: "dc/tqgf8zv96r5t8" + +Node: dcid:dc/es2x5fp2k1nyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423830 +dcid: "dc/es2x5fp2k1nyd" + +Node: dcid:dc/27jdbnj1yetb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/27jdbnj1yetb9" + +Node: dcid:dc/48zgn0b7ek7hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/48zgn0b7ek7hd" + +Node: dcid:dc/q2pvfv3lthb99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/q2pvfv3lthb99" + +Node: dcid:dc/y0yx2ycz2zh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/y0yx2ycz2zh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pnybqrw6dv1v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/pnybqrw6dv1v9" + +Node: dcid:dc/6bcpqrr51mve2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31211 +dcid: "dc/6bcpqrr51mve2" + +Node: dcid:dc/ny1vygfx4dhvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/ny1vygfx4dhvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nwpbzvx9s5xg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/nwpbzvx9s5xg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s6e2jwfjhlc81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/s6e2jwfjhlc81" + +Node: dcid:dc/5z0rl9wv3dtn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/5z0rl9wv3dtn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zvfq979nqm0sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812922 +dcid: "dc/zvfq979nqm0sh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5fhccpwwr039c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/5fhccpwwr039c" + +Node: dcid:dc/9zxyv7fhm6ts1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/9zxyv7fhm6ts1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3gj7vkb404qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/j3gj7vkb404qd" + +Node: dcid:dc/0hkt087y3xx85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/0hkt087y3xx85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86je2nnh58c1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/86je2nnh58c1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h7bh6l9ecjmx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49211 +dcid: "dc/h7bh6l9ecjmx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qdv0c2c1djfn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423220 +dcid: "dc/qdv0c2c1djfn1" + +Node: dcid:dc/zj1jd26hdve69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/zj1jd26hdve69" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rskf6pcnr5ht +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/rskf6pcnr5ht" + +Node: dcid:dc/mwbpge6kjvlm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/mwbpge6kjvlm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nb75w54zem721 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325110 +dcid: "dc/nb75w54zem721" + +Node: dcid:dc/elbp1bdk9exnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11231 +dcid: "dc/elbp1bdk9exnb" + +Node: dcid:dc/3rcjqkz7sv4t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/3rcjqkz7sv4t7" + +Node: dcid:dc/m8nqlscevp3c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333994 +dcid: "dc/m8nqlscevp3c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xb84mez2eyv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323118 +dcid: "dc/xb84mez2eyv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k56vfref99xx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/k56vfref99xx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4z8r32px66d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/4z8r32px66d6" + +Node: dcid:dc/ps7tw9e4t8v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525930 +dcid: "dc/ps7tw9e4t8v4" + +Node: dcid:dc/rz5tdcvvs1wq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486110 +dcid: "dc/rz5tdcvvs1wq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/crn8h7zk57mef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/crn8h7zk57mef" + +Node: dcid:dc/2f3nx20fbkjs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315212 +dcid: "dc/2f3nx20fbkjs2" + +Node: dcid:dc/jtrggx86td0z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/jtrggx86td0z5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q7xfdvmdefbh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/q7xfdvmdefbh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/frs3c1v8zb0b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/frs3c1v8zb0b6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fedteh26bng5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621320 +dcid: "dc/fedteh26bng5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0sf2tmk86znwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333319 +dcid: "dc/0sf2tmk86znwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c973xvq5tm9y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333514 +dcid: "dc/c973xvq5tm9y7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bmppydcc3zzed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/bmppydcc3zzed" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ykw46jkb0ygc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/ykw46jkb0ygc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2lvrz9s8pv3wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339993 +dcid: "dc/2lvrz9s8pv3wf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gdvk97cg494f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/gdvk97cg494f6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9x28t8yhsk2eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/9x28t8yhsk2eg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/21tscf73kz748 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/21tscf73kz748" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p54h4dprlz49f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/p54h4dprlz49f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/51em0wk3sdb62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/51em0wk3sdb62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/75vl4kzqy91r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/75vl4kzqy91r" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wvqf6egv6zdm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32629 +dcid: "dc/wvqf6egv6zdm7" + +Node: dcid:dc/ny5h1vs6rj451 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423620 +dcid: "dc/ny5h1vs6rj451" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bx76c97esn4j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/bx76c97esn4j9" + +Node: dcid:dc/lj3zc1egz35zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/lj3zc1egz35zc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvmw222nhhhl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/cvmw222nhhhl9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qhb9rtnt66zn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335110 +dcid: "dc/qhb9rtnt66zn7" + +Node: dcid:dc/qw82pwx4hrbzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/qw82pwx4hrbzd" + +Node: dcid:dc/4pyft5dmv3l8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334512 +dcid: "dc/4pyft5dmv3l8c" + +Node: dcid:dc/1j7jmy39fwhw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11 +dcid: "dc/1j7jmy39fwhw5" + +Node: dcid:dc/kedwmb2m5zxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/kedwmb2m5zxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8psn9228gj4tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52219 +dcid: "dc/8psn9228gj4tb" + +Node: dcid:dc/70nekr7q4d1h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/70nekr7q4d1h2" + +Node: dcid:dc/lpepqvmdr1t26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/lpepqvmdr1t26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/01swnz71g340h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/01swnz71g340h" + +Node: dcid:dc/cp60lekpd9q64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/cp60lekpd9q64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p6yqknttfpxj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/p6yqknttfpxj1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/skm1b3zpd7qp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/skm1b3zpd7qp2" + +Node: dcid:dc/5d3t27hmyj2w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/5d3t27hmyj2w3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8w3ryeyweenv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/8w3ryeyweenv" + +Node: dcid:dc/7pphhqsfentz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/7pphhqsfentz4" + +Node: dcid:dc/8dqhgmef14k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/8dqhgmef14k2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4nnqmlcx9zz3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/814110 +dcid: "dc/4nnqmlcx9zz3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v5ytf395thbvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332321 +dcid: "dc/v5ytf395thbvb" + +Node: dcid:dc/k0gb6b2vbxt58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/k0gb6b2vbxt58" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zr484k3p4x0zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/zr484k3p4x0zb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/37jkymzsp33q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/37jkymzsp33q" + +Node: dcid:dc/gcfczve6s7g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/gcfczve6s7g6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wr85pjeke7fe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/wr85pjeke7fe7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nc8re6n3vsed7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32562 +dcid: "dc/nc8re6n3vsed7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bwnhmr4dv3ff9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/bwnhmr4dv3ff9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6w4c1cg1z4pg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/6w4c1cg1z4pg7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l1zygddhdzex1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/l1zygddhdzex1" + +Node: dcid:dc/drb72gnq3gl6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3311 +dcid: "dc/drb72gnq3gl6h" + +Node: dcid:dc/tj41jqheb08d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/tj41jqheb08d7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8gc1scrks8839 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541340 +dcid: "dc/8gc1scrks8839" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rsmgwn7420g29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/rsmgwn7420g29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8bh5w71snx65b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/8bh5w71snx65b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/36xq72jd949x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/36xq72jd949x2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ng7v5y9dgj339 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445292 +dcid: "dc/ng7v5y9dgj339" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxr7k8se5s7x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111331 +dcid: "dc/bxr7k8se5s7x4" + +Node: dcid:dc/jn1jxtlc8nkg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/jn1jxtlc8nkg9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zv7g4wsfw1e52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/zv7g4wsfw1e52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8gnh24nfcg15h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/8gnh24nfcg15h" + +Node: dcid:dc/zn41dxh1595gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/zn41dxh1595gd" + +Node: dcid:dc/e73416jyx4ph3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42448 +dcid: "dc/e73416jyx4ph3" + +Node: dcid:dc/eh68tpmj4p6f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/eh68tpmj4p6f3" + +Node: dcid:dc/g5k9esftzrex1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11132 +dcid: "dc/g5k9esftzrex1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z5ggvxfkj6vp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/z5ggvxfkj6vp1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3wzcbt7ylnz68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/3wzcbt7ylnz68" + +Node: dcid:dc/qzkwegsg0m3sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/qzkwegsg0m3sh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jvnrtx44zpgyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424810 +dcid: "dc/jvnrtx44zpgyf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/01h2hnbcht578 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/01h2hnbcht578" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ckky6fh80t2yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/ckky6fh80t2yg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/049ppv3d2jvy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/049ppv3d2jvy3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/46865hpkvjqtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/46865hpkvjqtg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z3ztw69q6pyq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/z3ztw69q6pyq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b3qph4glflfm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/b3qph4glflfm3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wc721y5xt5551 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/wc721y5xt5551" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d3v763wps27db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/d3v763wps27db" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dwpgdb8zqk1rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/dwpgdb8zqk1rd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3hbc1y1e2y7c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/3hbc1y1e2y7c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l178e10wh80p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/l178e10wh80p9" + +Node: dcid:dc/5vsn546ed4ke4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/5vsn546ed4ke4" + +Node: dcid:dc/xf7ys9893w46c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/xf7ys9893w46c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4kh2eyly977x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/4kh2eyly977x5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mxxedxbtn95q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/mxxedxbtn95q5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pdcfjt1mnfhzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/pdcfjt1mnfhzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jx8p1gzqxcy2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/jx8p1gzqxcy2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ltpdx7yf8ldc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/ltpdx7yf8ldc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/53y53nybfr39g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332811 +dcid: "dc/53y53nybfr39g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmh8rdtrr32k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/lmh8rdtrr32k6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lltpf35j57np8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/lltpf35j57np8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3khdlqhbfcp41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/3khdlqhbfcp41" + +Node: dcid:dc/tp8ypwd3cf8t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42342 +dcid: "dc/tp8ypwd3cf8t" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7x04mwrte79d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493130 +dcid: "dc/7x04mwrte79d1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3g0zjg2fk4nt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423390 +dcid: "dc/3g0zjg2fk4nt1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7rjew1m7wvzfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/7rjew1m7wvzfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ypptpghw6lxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/8ypptpghw6lxd" + +Node: dcid:dc/29pj9r3qsxx06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312111 +dcid: "dc/29pj9r3qsxx06" + +Node: dcid:dc/gd5v6llf9jmx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2121 +dcid: "dc/gd5v6llf9jmx2" + +Node: dcid:dc/7c0yndktwhkpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/7c0yndktwhkpc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5blz7l79ebtd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812113 +dcid: "dc/5blz7l79ebtd4" + +Node: dcid:dc/766h947dbv8b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42493 +dcid: "dc/766h947dbv8b7" + +Node: dcid:dc/c8pldh07jqceh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44812 +dcid: "dc/c8pldh07jqceh" + +Node: dcid:dc/e9kd8n6fl94bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/e9kd8n6fl94bf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6ymz3n4tgqy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/6ymz3n4tgqy2" + +Node: dcid:dc/nglg0nvjw3ysf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/nglg0nvjw3ysf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ch9l03sw1e4h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339113 +dcid: "dc/ch9l03sw1e4h2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mxqzyt970qks1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/mxqzyt970qks1" + +Node: dcid:dc/d7p7384wwr194 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115111 +dcid: "dc/d7p7384wwr194" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kg62nt85rdttb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/kg62nt85rdttb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t76wegg80ylm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/t76wegg80ylm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9jwbzyqr3epz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3159 +dcid: "dc/9jwbzyqr3epz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gxbb2pt0clt52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/gxbb2pt0clt52" + +Node: dcid:dc/rwqgky63p5n4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11212 +dcid: "dc/rwqgky63p5n4h" + +Node: dcid:dc/4y5tp7vj504g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/4y5tp7vj504g9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hpg4yv5rnjylb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/hpg4yv5rnjylb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xph5s16jqzpk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/xph5s16jqzpk" + +Node: dcid:dc/nlyp6xc7vxd79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32511 +dcid: "dc/nlyp6xc7vxd79" + +Node: dcid:dc/skd6c5mnyp6yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/skd6c5mnyp6yd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/55qxxvwkynjp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/55qxxvwkynjp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h7jd94gjt0y8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3115 +dcid: "dc/h7jd94gjt0y8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9yxelzrk4rpj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/9yxelzrk4rpj6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e3k2n55lbxge +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/e3k2n55lbxge" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ps2cd6xb08jeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/ps2cd6xb08jeh" + +Node: dcid:dc/hk454mfkz7jv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31199 +dcid: "dc/hk454mfkz7jv1" + +Node: dcid:dc/3m2j3ztcbkkmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42443 +dcid: "dc/3m2j3ztcbkkmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ds9mx603ffqc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/ds9mx603ffqc7" + +Node: dcid:dc/6jzmz13c93cd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/6jzmz13c93cd8" + +Node: dcid:dc/2e07y5fc9blv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33792 +dcid: "dc/2e07y5fc9blv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/exdy1y297p3zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/exdy1y297p3zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/77vzktbprvvq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238192 +dcid: "dc/77vzktbprvvq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9mqlxzrybpb71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/9mqlxzrybpb71" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0zv389pk3w5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/0zv389pk3w5g" + +Node: dcid:dc/c1pjcprltcsqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/c1pjcprltcsqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hznr26jd96869 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/hznr26jd96869" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nednmz0x8xzp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33631 +dcid: "dc/nednmz0x8xzp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qwvcc5ynl1f91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111334 +dcid: "dc/qwvcc5ynl1f91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ylr349h1wkz0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333210 +dcid: "dc/ylr349h1wkz0g" + +Node: dcid:dc/mxeqj5tvq8p21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/mxeqj5tvq8p21" + +Node: dcid:dc/gdr5wwbflntkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/gdr5wwbflntkb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n9l3pg0l2g26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45114 +dcid: "dc/n9l3pg0l2g26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmv6hrxx75mg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42445 +dcid: "dc/cmv6hrxx75mg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cwt82362d00nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333314 +dcid: "dc/cwt82362d00nb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7msr67y328ft2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/7msr67y328ft2" + +Node: dcid:dc/9zv8wlmny41qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33149 +dcid: "dc/9zv8wlmny41qd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/85k9l5jksqsqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423330 +dcid: "dc/85k9l5jksqsqc" + +Node: dcid:dc/gygfz7fbnz7t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314110 +dcid: "dc/gygfz7fbnz7t7" + +Node: dcid:dc/8j95e63dykln9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33361 +dcid: "dc/8j95e63dykln9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9106de0vj0qz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327125 +dcid: "dc/9106de0vj0qz" + +Node: dcid:dc/39mhmdy84k1m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/39mhmdy84k1m8" + +Node: dcid:dc/elk5lvlrpjbb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/elk5lvlrpjbb9" + +Node: dcid:dc/t141xq3x2yv53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331422 +dcid: "dc/t141xq3x2yv53" + +Node: dcid:dc/066196l3p8848 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532120 +dcid: "dc/066196l3p8848" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4jsg1bsydhd8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/4jsg1bsydhd8c" + +Node: dcid:dc/72kqev9dl90d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/72kqev9dl90d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3tf0rv8lb3y4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423860 +dcid: "dc/3tf0rv8lb3y4b" + +Node: dcid:dc/zeyqtycyjc7w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/zeyqtycyjc7w" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dcxbn7fbbeh59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336991 +dcid: "dc/dcxbn7fbbeh59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2phx73svyjnv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23831 +dcid: "dc/2phx73svyjnv6" + +Node: dcid:dc/kb4g0lsmhckyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42447 +dcid: "dc/kb4g0lsmhckyd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yee9zkfstyr31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/yee9zkfstyr31" + +Node: dcid:dc/m80nnwyynnt7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/m80nnwyynnt7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x2c3w94cxlgyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/x2c3w94cxlgyc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jtpepcstpq4g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/jtpepcstpq4g7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5yhllql20rq2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/5yhllql20rq2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rh1e1nzhc5ykh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/rh1e1nzhc5ykh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0zdpk5qte3gvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311212 +dcid: "dc/0zdpk5qte3gvf" + +Node: dcid:dc/rxxkj2l374zt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326130 +dcid: "dc/rxxkj2l374zt6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pf4x7kshbh4d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/pf4x7kshbh4d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2yws3nd1zn8j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/2yws3nd1zn8j9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5xnw84t26phh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56145 +dcid: "dc/5xnw84t26phh8" + +Node: dcid:dc/w225n1ccq93v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/w225n1ccq93v5" + +Node: dcid:dc/qwnertnbsts62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/qwnertnbsts62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvx37n2s90479 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532230 +dcid: "dc/cvx37n2s90479" + +Node: dcid:dc/7g7rwzffs73d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33999 +dcid: "dc/7g7rwzffs73d3" + +Node: dcid:dc/mwjfd7jdntf87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/mwjfd7jdntf87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1cw6kyzhn21t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/1cw6kyzhn21t" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/51klb2sg9hn1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519110 +dcid: "dc/51klb2sg9hn1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7gpjq2np4psm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111199 +dcid: "dc/7gpjq2np4psm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d7s76vcm5nfp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/d7s76vcm5nfp5" + +Node: dcid:dc/sgj107gpwxc74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/sgj107gpwxc74" + +Node: dcid:dc/22sjpqbn3x3yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339913 +dcid: "dc/22sjpqbn3x3yg" + +Node: dcid:dc/kldw6e003smb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42394 +dcid: "dc/kldw6e003smb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/41p699cgbzyk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/41p699cgbzyk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wp3eh96t5nr4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31521 +dcid: "dc/wp3eh96t5nr4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5yysmvlxpjk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/k5yysmvlxpjk7" + +Node: dcid:dc/pbr9q3m80xlr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334515 +dcid: "dc/pbr9q3m80xlr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t3vwlemlbm7w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42493 +dcid: "dc/t3vwlemlbm7w1" + +Node: dcid:dc/6281nd5lc4lh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/6281nd5lc4lh8" + +Node: dcid:dc/8edkpb5s83447 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/8edkpb5s83447" + +Node: dcid:dc/btkgw4y8ccz74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/btkgw4y8ccz74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/stdw86ny1xqh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/stdw86ny1xqh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wx8vgb86fx8tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/wx8vgb86fx8tb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwfqbr1xrrefh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311212 +dcid: "dc/jwfqbr1xrrefh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/609r33tkjhfgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611410 +dcid: "dc/609r33tkjhfgb" + +Node: dcid:dc/pq7r5ng9qrsc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/pq7r5ng9qrsc4" + +Node: dcid:dc/3lc1j5mjc0ge7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/3lc1j5mjc0ge7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fje2h85gqvbd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/fje2h85gqvbd1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6790exd1rpgrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/6790exd1rpgrb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2wx3s0mp4c0th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3256 +dcid: "dc/2wx3s0mp4c0th" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbd5351kwl9n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333411 +dcid: "dc/rbd5351kwl9n4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ss1dm78ekkcg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/ss1dm78ekkcg8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b0rrfp2v8ph4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31211 +dcid: "dc/b0rrfp2v8ph4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dyr4vdq26zfgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/dyr4vdq26zfgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w4d52r8284n59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/w4d52r8284n59" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ms33s6vwq849b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/ms33s6vwq849b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7vcj2v49dkfmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/7vcj2v49dkfmf" + +Node: dcid:dc/58107zeb6hdff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/58107zeb6hdff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j73zlbdjmlqdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/j73zlbdjmlqdc" + +Node: dcid:dc/y9p3vdes1qs52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33511 +dcid: "dc/y9p3vdes1qs52" + +Node: dcid:dc/nvp560gf95g66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3351 +dcid: "dc/nvp560gf95g66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/53mg40wq1n7zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423210 +dcid: "dc/53mg40wq1n7zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m38fmrp9e6x8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3161 +dcid: "dc/m38fmrp9e6x8h" + +Node: dcid:dc/fvd0xzhf1m92g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336350 +dcid: "dc/fvd0xzhf1m92g" + +Node: dcid:dc/lgxyxss5hf81c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/lgxyxss5hf81c" + +Node: dcid:dc/cf6cyjb5gt0r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44419 +dcid: "dc/cf6cyjb5gt0r7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kp8fsw9qj5yvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/kp8fsw9qj5yvd" + +Node: dcid:dc/02kd0r7n7cv72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45392 +dcid: "dc/02kd0r7n7cv72" + +Node: dcid:dc/p66j8grdc3pk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336312 +dcid: "dc/p66j8grdc3pk" + +Node: dcid:dc/yg7pb3xqbl8eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33632 +dcid: "dc/yg7pb3xqbl8eb" + +Node: dcid:dc/c8k01bclelch2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/c8k01bclelch2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/13sn89jxw5nr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/13sn89jxw5nr4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n09dmhfj85891 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321999 +dcid: "dc/n09dmhfj85891" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t5kqb7rbebcf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42361 +dcid: "dc/t5kqb7rbebcf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w8vx2ffxvvgzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/w8vx2ffxvvgzf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/plv4beb9mhf58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314121 +dcid: "dc/plv4beb9mhf58" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tds0m0phhrhj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/tds0m0phhrhj4" + +Node: dcid:dc/tc1hk3ezp5f23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326150 +dcid: "dc/tc1hk3ezp5f23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lc5fzln7873d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/lc5fzln7873d1" + +Node: dcid:dc/41mx4vc8c3gq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/41mx4vc8c3gq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4f9s1spcwjjn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2131 +dcid: "dc/4f9s1spcwjjn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wemdksnhlnt37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32613 +dcid: "dc/wemdksnhlnt37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7gd21yx87zzv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32732 +dcid: "dc/7gd21yx87zzv1" + +Node: dcid:dc/5mxf4p3f5bj62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541213 +dcid: "dc/5mxf4p3f5bj62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mjsxlxg5jxfzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/mjsxlxg5jxfzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0gl204506nhq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/0gl204506nhq9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kr87h9s9z6ce2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/kr87h9s9z6ce2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9w2jbmx6nvjsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/9w2jbmx6nvjsb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xy7yt8454m237 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/xy7yt8454m237" + +Node: dcid:dc/j06hvqm7feq85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115116 +dcid: "dc/j06hvqm7feq85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yc44y9wz11yp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/yc44y9wz11yp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zwj75g20ye067 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/zwj75g20ye067" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ny7szkfxmjsnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/ny7szkfxmjsnf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l2kgj20n5yyp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/l2kgj20n5yyp9" + +Node: dcid:dc/p6c69mjys6dx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334119 +dcid: "dc/p6c69mjys6dx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gflbtcq97d46b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/gflbtcq97d46b" + +Node: dcid:dc/x7kwpxmvee5w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45393 +dcid: "dc/x7kwpxmvee5w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zlsn8bwn2yn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/zlsn8bwn2yn9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tl15yx1pghpjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/tl15yx1pghpjg" + +Node: dcid:dc/h910r0mqfdrpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/h910r0mqfdrpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ydy7elp3npw92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327991 +dcid: "dc/ydy7elp3npw92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wv4p3rdh8zr64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31529 +dcid: "dc/wv4p3rdh8zr64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dczbfgjb1cc8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/dczbfgjb1cc8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wd6lm1487vqg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33312 +dcid: "dc/wd6lm1487vqg7" + +Node: dcid:dc/s84rw22l78vt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332311 +dcid: "dc/s84rw22l78vt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w31p73b0tmp69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/w31p73b0tmp69" + +Node: dcid:dc/dvzspz1vm69bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31133 +dcid: "dc/dvzspz1vm69bf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j9n0dzec86e57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/j9n0dzec86e57" + +Node: dcid:dc/6rqpkbhvh4hrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311119 +dcid: "dc/6rqpkbhvh4hrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l12kr2eq3m6ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/l12kr2eq3m6ch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/01pzfcmctzr56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42331 +dcid: "dc/01pzfcmctzr56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s8cfygbqz0d17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325199 +dcid: "dc/s8cfygbqz0d17" + +Node: dcid:dc/705f71540hlmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/705f71540hlmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rcp33l84eedzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/rcp33l84eedzb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yxf5zwvn4t2t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/yxf5zwvn4t2t" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xpwf7h3984n37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/xpwf7h3984n37" + +Node: dcid:dc/ds35leh1tbb6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/ds35leh1tbb6d" + +Node: dcid:dc/0j8h58stj2gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44421 +dcid: "dc/0j8h58stj2gf" + +Node: dcid:dc/s49yewx6f3904 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/s49yewx6f3904" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4c4yeh4lpq5m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/4c4yeh4lpq5m8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s1zqep2j257bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/s1zqep2j257bh" + +Node: dcid:dc/6ynj0jwep3mc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/6ynj0jwep3mc6" + +Node: dcid:dc/gzk15rhpdqe6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21211 +dcid: "dc/gzk15rhpdqe6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qlrf184qhs5n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311999 +dcid: "dc/qlrf184qhs5n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6k0cestv4hddf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/6k0cestv4hddf" + +Node: dcid:dc/tfeshy6wlzhl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/tfeshy6wlzhl7" + +Node: dcid:dc/ejyh53fnndzf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/ejyh53fnndzf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/szg6r2k895kf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49313 +dcid: "dc/szg6r2k895kf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xffhef2x25y47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33635 +dcid: "dc/xffhef2x25y47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6yv9d0dzcgzqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/6yv9d0dzcgzqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svd9vcnvvv091 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/svd9vcnvvv091" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hlrde4ej1v4n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/hlrde4ej1v4n9" + +Node: dcid:dc/3j6n79je6wbs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/3j6n79je6wbs2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w4rgqmbqy8xh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3351 +dcid: "dc/w4rgqmbqy8xh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2h6knyhsemcp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/2h6knyhsemcp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjwtmzs7zscc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/533 +dcid: "dc/vjwtmzs7zscc3" + +Node: dcid:dc/cdbg0y34n1bvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/cdbg0y34n1bvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6vhvg3ehjqleg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/6vhvg3ehjqleg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6f9kk3mv23ps5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211112 +dcid: "dc/6f9kk3mv23ps5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cjppy6gkfmbn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3274 +dcid: "dc/cjppy6gkfmbn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1gfp4nps6erpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325132 +dcid: "dc/1gfp4nps6erpf" + +Node: dcid:dc/we75bkf9vvzn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/we75bkf9vvzn8" + +Node: dcid:dc/87p6s7p4gym0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/87p6s7p4gym0h" + +Node: dcid:dc/6wzjmnr96j41h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423490 +dcid: "dc/6wzjmnr96j41h" + +Node: dcid:dc/10sk75c6vdqr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334419 +dcid: "dc/10sk75c6vdqr7" + +Node: dcid:dc/t5vfxxjvznz65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/t5vfxxjvznz65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/20rflg1wjz382 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/20rflg1wjz382" + +Node: dcid:dc/kdpdsyle8wwy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/kdpdsyle8wwy9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wk35xf80n6hw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238342 +dcid: "dc/wk35xf80n6hw6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vyfznwepvmk13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/vyfznwepvmk13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vx7ltny3vybj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/vx7ltny3vybj7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/05kze9d88ht3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/05kze9d88ht3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6xrms1sl6pzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32511 +dcid: "dc/6xrms1sl6pzc" + +Node: dcid:dc/wh6444lp816y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/wh6444lp816y8" + +Node: dcid:dc/6cgt0stw8lex1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311821 +dcid: "dc/6cgt0stw8lex1" + +Node: dcid:dc/2eqvdbb0hbf8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52591 +dcid: "dc/2eqvdbb0hbf8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dgch7zskmfbt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11293 +dcid: "dc/dgch7zskmfbt2" + +Node: dcid:dc/gm7qnhw8czt3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/gm7qnhw8czt3h" + +Node: dcid:dc/30f9y6mhjnk4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/30f9y6mhjnk4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z1ce4gtnvbmr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/z1ce4gtnvbmr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tlny79ks9ehr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33311 +dcid: "dc/tlny79ks9ehr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w722f6c1fwcm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/w722f6c1fwcm" + +Node: dcid:dc/n7px021bkcrv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32629 +dcid: "dc/n7px021bkcrv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/29t2ypb4wy7e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/29t2ypb4wy7e6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dsjvr4sklwyt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/dsjvr4sklwyt6" + +Node: dcid:dc/1he43pycgk7n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/1he43pycgk7n5" + +Node: dcid:dc/mwfves9r6k2dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/mwfves9r6k2dg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6yp98hhn929df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/6yp98hhn929df" + +Node: dcid:dc/knngvvrbc0qt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42394 +dcid: "dc/knngvvrbc0qt5" + +Node: dcid:dc/npe1x5jtlxmqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/npe1x5jtlxmqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lhwbn2gwh60kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/lhwbn2gwh60kb" + +Node: dcid:dc/bwfhm6fex4v97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/bwfhm6fex4v97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ykkx5pwzgkqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/0ykkx5pwzgkqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8q14lkbnht2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/k8q14lkbnht2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nl0d1hx2tjjf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/nl0d1hx2tjjf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ws45vtxytxvg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/ws45vtxytxvg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hb0lwez0jglyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33512 +dcid: "dc/hb0lwez0jglyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rlmknmxcv8bl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/rlmknmxcv8bl9" + +Node: dcid:dc/fj66gnbet0m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/fj66gnbet0m" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dj76xhqppmdyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321114 +dcid: "dc/dj76xhqppmdyb" + +Node: dcid:dc/rjjbnpr36lcnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/rjjbnpr36lcnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmq0t6fwvteh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/qmq0t6fwvteh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/03hs8t8jr2sqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/03hs8t8jr2sqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/89dp1ss409cbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/89dp1ss409cbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k9p097xwhjsyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/k9p097xwhjsyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tkvt68b4v0349 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/tkvt68b4v0349" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3xv99ngj1t01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/w3xv99ngj1t01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nzflqnm152vw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/nzflqnm152vw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/br5778jhyt4m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333992 +dcid: "dc/br5778jhyt4m9" + +Node: dcid:dc/013fsw7v5ks9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/013fsw7v5ks9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/39efglmsvrvfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/518111 +dcid: "dc/39efglmsvrvfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v00t9gcgdl0qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/v00t9gcgdl0qd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4hx57pemtblj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333120 +dcid: "dc/4hx57pemtblj" + +Node: dcid:dc/hvpmv1nsbqqc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/hvpmv1nsbqqc2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/40n3l8hssylhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51229 +dcid: "dc/40n3l8hssylhd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0sctskrr06rx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23813 +dcid: "dc/0sctskrr06rx8" + +Node: dcid:dc/3g15mcxt2b434 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33995 +dcid: "dc/3g15mcxt2b434" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c3389wrf44hv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11212 +dcid: "dc/c3389wrf44hv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n746v427prf55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238311 +dcid: "dc/n746v427prf55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6l0y6rx23qqgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/6l0y6rx23qqgf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bvpl669phh65h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/bvpl669phh65h" + +Node: dcid:dc/xcz9h46kt7yg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324121 +dcid: "dc/xcz9h46kt7yg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tkj2s5n956kn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/tkj2s5n956kn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qgs3zvy3gwyrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31521 +dcid: "dc/qgs3zvy3gwyrh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bbfbfnc38mmp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424520 +dcid: "dc/bbfbfnc38mmp2" + +Node: dcid:dc/8tsgqwn28srjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327320 +dcid: "dc/8tsgqwn28srjb" + +Node: dcid:dc/xn9y6jkcnsxv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/xn9y6jkcnsxv1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v209tex71l48c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32531 +dcid: "dc/v209tex71l48c" + +Node: dcid:dc/h2l22b4rk4tf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42386 +dcid: "dc/h2l22b4rk4tf8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4j97s74pc1jv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42349 +dcid: "dc/4j97s74pc1jv" + +Node: dcid:dc/m35372qv8pm25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33791 +dcid: "dc/m35372qv8pm25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8knzr8bxsnpe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481211 +dcid: "dc/8knzr8bxsnpe" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ksh241ky7ymd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31152 +dcid: "dc/ksh241ky7ymd2" + +Node: dcid:dc/l42z62gknr9cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/l42z62gknr9cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z3tyqskjmcmjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/z3tyqskjmcmjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nf2rnxf4cq7kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32521 +dcid: "dc/nf2rnxf4cq7kb" + +Node: dcid:dc/nvg40wdy9s12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/nvg40wdy9s12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fcn7wgvcwtsj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/fcn7wgvcwtsj2" + +Node: dcid:dc/vqrsymx696qx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23815 +dcid: "dc/vqrsymx696qx6" + +Node: dcid:dc/dfblnc3fx6vb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/dfblnc3fx6vb6" + +Node: dcid:dc/j8lkmftszzjpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/j8lkmftszzjpc" + +Node: dcid:dc/02w3jylcqynpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/02w3jylcqynpb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/74m77v2w7jzzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/74m77v2w7jzzh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mhbkbtf2wczh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/mhbkbtf2wczh1" + +Node: dcid:dc/g5e276240bs61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/g5e276240bs61" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4gsmxdvtq51gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/4gsmxdvtq51gb" + +Node: dcid:dc/1kqvlm8y2cfth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/1kqvlm8y2cfth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z4l1wydl1nry8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336312 +dcid: "dc/z4l1wydl1nry8" + +Node: dcid:dc/gk7rz7efxt6j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331421 +dcid: "dc/gk7rz7efxt6j6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7h5wgqmcwscdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115113 +dcid: "dc/7h5wgqmcwscdd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ww3ksthte979 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/8ww3ksthte979" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3l7yt1xht9qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/f3l7yt1xht9qc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6sdvf38g39n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311311 +dcid: "dc/l6sdvf38g39n5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/852xm0hxy6gyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/852xm0hxy6gyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/10hnxkzgxfqmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/10hnxkzgxfqmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llhtgwg7t08q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/llhtgwg7t08q4" + +Node: dcid:dc/mgpnd778txs23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52219 +dcid: "dc/mgpnd778txs23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/thtphyc5k4dr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/thtphyc5k4dr1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/603zkhfx63372 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333513 +dcid: "dc/603zkhfx63372" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0jj1b8hl0xsfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238341 +dcid: "dc/0jj1b8hl0xsfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d1rz32cwtep4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33411 +dcid: "dc/d1rz32cwtep4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h6rq1n68698y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/h6rq1n68698y9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d8v3nq8f7x945 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/d8v3nq8f7x945" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pb1kzjfptxq6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/pb1kzjfptxq6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c9yk4rym9wbt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/c9yk4rym9wbt7" + +Node: dcid:dc/bm2rxs6ry0bd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/bm2rxs6ry0bd6" + +Node: dcid:dc/f31f58e788zn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/f31f58e788zn2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5shgn694byn64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/5shgn694byn64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hz9v0km38237b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42333 +dcid: "dc/hz9v0km38237b" + +Node: dcid:dc/53zk68zmcwk8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/53zk68zmcwk8h" + +Node: dcid:dc/mdy8pjbc3ddyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/mdy8pjbc3ddyd" + +Node: dcid:dc/2gewc8ptb94g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/2gewc8ptb94g4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mv3z5klhtrs66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111910 +dcid: "dc/mv3z5klhtrs66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fklzzdqpstt74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/fklzzdqpstt74" + +Node: dcid:dc/84lvwbdwde455 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/84lvwbdwde455" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0e4b1v6tbkce4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/0e4b1v6tbkce4" + +Node: dcid:dc/yys8kjb6e9hc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3159 +dcid: "dc/yys8kjb6e9hc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4s1rx4x7bz2xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336214 +dcid: "dc/4s1rx4x7bz2xh" + +Node: dcid:dc/cph5ysmykszdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/cph5ysmykszdc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ky3exfgrrh5q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/ky3exfgrrh5q1" + +Node: dcid:dc/gqpdhvb1xl87h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54183 +dcid: "dc/gqpdhvb1xl87h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n8g32x24rrls5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/n8g32x24rrls5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9sz987mbbwzed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42469 +dcid: "dc/9sz987mbbwzed" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t19n40tvr8r61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/t19n40tvr8r61" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fzzpdmm7yrzvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/fzzpdmm7yrzvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fevsw8czrfmm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333923 +dcid: "dc/fevsw8czrfmm3" + +Node: dcid:dc/tpzhtqketjfmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/tpzhtqketjfmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6q7ze89ftsykg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453910 +dcid: "dc/6q7ze89ftsykg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rnchc1nllh7hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311212 +dcid: "dc/rnchc1nllh7hc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/97bx9e59l4rtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314999 +dcid: "dc/97bx9e59l4rtd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7n4bjfjpmh3x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/7n4bjfjpmh3x7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3mvrw6e1zbv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/3mvrw6e1zbv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m0bmrcsr92m87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/m0bmrcsr92m87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l5hzcrl9f89t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525930 +dcid: "dc/l5hzcrl9f89t4" + +Node: dcid:dc/pz0827ee3rjc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/pz0827ee3rjc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vvz5ret0dky62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/vvz5ret0dky62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5cnksr7n1b912 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/5cnksr7n1b912" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/20f4c33zwekpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339111 +dcid: "dc/20f4c33zwekpc" + +Node: dcid:dc/4fehlvy3g8q1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/4fehlvy3g8q1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hrt5sj5sk32p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32199 +dcid: "dc/hrt5sj5sk32p7" + +Node: dcid:dc/cs88ldbmq9wq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339112 +dcid: "dc/cs88ldbmq9wq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q15p2vf2vnczf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333293 +dcid: "dc/q15p2vf2vnczf" + +Node: dcid:dc/39j4lp4z0cvt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/39j4lp4z0cvt4" + +Node: dcid:dc/b0keqzpmjywv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/b0keqzpmjywv1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8dls21ebyjw97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/8dls21ebyjw97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/meny85vnedqld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/meny85vnedqld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k33ypw5fyfcqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333415 +dcid: "dc/k33ypw5fyfcqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2b52q7c5n3w9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/2b52q7c5n3w9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jpdt3yg7mrk6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/jpdt3yg7mrk6b" + +Node: dcid:dc/ebnyry246wpw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/ebnyry246wpw9" + +Node: dcid:dc/ge3dqt1etgkh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/ge3dqt1etgkh8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/746bvjmcsxpf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/746bvjmcsxpf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ghleln82esg6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/ghleln82esg6f" + +Node: dcid:dc/6jwhqvzn5vm93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/6jwhqvzn5vm93" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ezxqsemy3hxr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31152 +dcid: "dc/ezxqsemy3hxr" + +Node: dcid:dc/v9g35j9psqvqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/v9g35j9psqvqh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zq9fmyy6d3tt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/zq9fmyy6d3tt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1j3700h350ld1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/1j3700h350ld1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gjyq9lldwv56h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325413 +dcid: "dc/gjyq9lldwv56h" + +Node: dcid:dc/26d7bk5tg5n28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/26d7bk5tg5n28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e6t9qybncnwe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621391 +dcid: "dc/e6t9qybncnwe9" + +Node: dcid:dc/pbnrhwbc3m4k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3169 +dcid: "dc/pbnrhwbc3m4k7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7sr54t9jfgp97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32519 +dcid: "dc/7sr54t9jfgp97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3jsfgn06pm4l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311919 +dcid: "dc/3jsfgn06pm4l" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b187gjhkp5qrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/b187gjhkp5qrd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lj7p9cn77vbs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/lj7p9cn77vbs1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kw4kry4jrwl1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423140 +dcid: "dc/kw4kry4jrwl1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lc7fjxd4ec678 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/lc7fjxd4ec678" + +Node: dcid:dc/zc0xrbeebpxv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/zc0xrbeebpxv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2vlmfjvcs27mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/2vlmfjvcs27mc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cydewy7fb6ec4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/cydewy7fb6ec4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lx53ps1ryz7pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/lx53ps1ryz7pf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c1vgzdyee40wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/c1vgzdyee40wb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m3ck6v8w96qfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/m3ck6v8w96qfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/01w9hh82xp5l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112330 +dcid: "dc/01w9hh82xp5l5" + +Node: dcid:dc/2fnt09drypb27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333996 +dcid: "dc/2fnt09drypb27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kyw4x7673g001 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/kyw4x7673g001" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dvr9lztkl2zqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/dvr9lztkl2zqh" + +Node: dcid:dc/x2h18fvkxr659 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42361 +dcid: "dc/x2h18fvkxr659" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bqh4021syt8e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/bqh4021syt8e8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r4qq6t6jv4mlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/r4qq6t6jv4mlb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4y05lh649tjt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327331 +dcid: "dc/4y05lh649tjt9" + +Node: dcid:dc/0x57xfxgefe38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/0x57xfxgefe38" + +Node: dcid:dc/vq0mee346twrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331524 +dcid: "dc/vq0mee346twrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5wv42fdh5ts28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/5wv42fdh5ts28" + +Node: dcid:dc/0t09m8d8rn2t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31499 +dcid: "dc/0t09m8d8rn2t6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jvynyxz1lzc32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333922 +dcid: "dc/jvynyxz1lzc32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wbmy4lfx9hksb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11293 +dcid: "dc/wbmy4lfx9hksb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pzy07hvn94yzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/pzy07hvn94yzb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mhj8j30eq62z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/mhj8j30eq62z7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4f3xftxct62s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/4f3xftxct62s4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v8kthlprsrvd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/v8kthlprsrvd2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jrbl5hd2vtnx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/jrbl5hd2vtnx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rle9cdyydpyy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/rle9cdyydpyy" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gzwncnc336h08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53311 +dcid: "dc/gzwncnc336h08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zbcrq6mjy4df9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/zbcrq6mjy4df9" + +Node: dcid:dc/hzsldnvc2rfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1122 +dcid: "dc/hzsldnvc2rfc" + +Node: dcid:dc/z0hvlm7vgn6wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48691 +dcid: "dc/z0hvlm7vgn6wd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4vvnry87eqg2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/4vvnry87eqg2g" + +Node: dcid:dc/hh4wdmj6z7rkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/hh4wdmj6z7rkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yqhe17br8tmdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/yqhe17br8tmdb" + +Node: dcid:dc/sxkpz85y56dtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/sxkpz85y56dtg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h7zs8yykk5lz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/h7zs8yykk5lz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jey455cnttw2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/jey455cnttw2c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jtjdnw8jwjrg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/jtjdnw8jwjrg6" + +Node: dcid:dc/c3j2w9ywregrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112330 +dcid: "dc/c3j2w9ywregrh" + +Node: dcid:dc/8c939scx7l6f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33111 +dcid: "dc/8c939scx7l6f4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9r9sc6y4dkt53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/9r9sc6y4dkt53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kpcb4b9tzh1y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/kpcb4b9tzh1y9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fzfczglddhnr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/fzfczglddhnr6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/164vjfntmqrm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/164vjfntmqrm3" + +Node: dcid:dc/6hh4ws2ktge6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/6hh4ws2ktge6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cv99mhx7cl688 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325611 +dcid: "dc/cv99mhx7cl688" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dt0yjf6tvk0lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42343 +dcid: "dc/dt0yjf6tvk0lc" + +Node: dcid:dc/2mr9d374gl2l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42322 +dcid: "dc/2mr9d374gl2l6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7fkwsfy9km7k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/7fkwsfy9km7k3" + +Node: dcid:dc/h7w9jws3de2l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/h7w9jws3de2l9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f11pd2cd306f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/f11pd2cd306f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1n31f71yvd264 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423130 +dcid: "dc/1n31f71yvd264" + +Node: dcid:dc/f16jrd8lmseq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/f16jrd8lmseq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3b36563d0xkn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/3b36563d0xkn7" + +Node: dcid:dc/ys5st5fpyxby4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/ys5st5fpyxby4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9sn05dezg3x37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336412 +dcid: "dc/9sn05dezg3x37" + +Node: dcid:dc/nj3p64b9bfzc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33639 +dcid: "dc/nj3p64b9bfzc3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cerdgf14fp2z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/cerdgf14fp2z1" + +Node: dcid:dc/yxdbd5nzcg3rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3351 +dcid: "dc/yxdbd5nzcg3rg" + +Node: dcid:dc/n8ntnmgzglw01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/n8ntnmgzglw01" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b2teyvkvm95k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/b2teyvkvm95k1" + +Node: dcid:dc/4jbmznh9hs7kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/4jbmznh9hs7kh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/br3tqtgzmp403 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111339 +dcid: "dc/br3tqtgzmp403" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n03fhxlysnrw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/n03fhxlysnrw" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/70gk961xp8ll9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112120 +dcid: "dc/70gk961xp8ll9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4kd44vhgcjze8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/4kd44vhgcjze8" + +Node: dcid:dc/e0xrrn1y16cb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561491 +dcid: "dc/e0xrrn1y16cb4" + +Node: dcid:dc/0xyx8q0cwjgkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/0xyx8q0cwjgkf" + +Node: dcid:dc/0rmbzjq05ymb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/0rmbzjq05ymb6" + +Node: dcid:dc/z5n7wl6f1jbx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/z5n7wl6f1jbx2" + +Node: dcid:dc/lkz5qpdsk2484 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/lkz5qpdsk2484" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t16zsrl25cdzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332999 +dcid: "dc/t16zsrl25cdzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x1yk9wvz41878 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212111 +dcid: "dc/x1yk9wvz41878" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3908m40nh8pb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/3908m40nh8pb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0mn0d2myt2bv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3274 +dcid: "dc/0mn0d2myt2bv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0j4r75h6q4y4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/0j4r75h6q4y4g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fcf8zces7wnmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/fcf8zces7wnmf" + +Node: dcid:dc/dwykb70yy50n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/dwykb70yy50n" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0ryx393pk24r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335122 +dcid: "dc/0ryx393pk24r3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j2khkp5413kg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/j2khkp5413kg4" + +Node: dcid:dc/vg52ehn3pkpn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3312 +dcid: "dc/vg52ehn3pkpn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lj82hrpdm9n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/lj82hrpdm9n1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/34hqjzc7ef7qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56174 +dcid: "dc/34hqjzc7ef7qg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ypn8sex2q1vzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/ypn8sex2q1vzg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f159lj4g9gq62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81141 +dcid: "dc/f159lj4g9gq62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wwjf7jhy4x2w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238141 +dcid: "dc/wwjf7jhy4x2w4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hjj64f67qml22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453920 +dcid: "dc/hjj64f67qml22" + +Node: dcid:dc/bw8dhf2crbxmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/bw8dhf2crbxmg" + +Node: dcid:dc/npwlnpmx3kq42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/npwlnpmx3kq42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kv4d2mzxdnfr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/kv4d2mzxdnfr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h25hzw2e4gxp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/h25hzw2e4gxp8" + +Node: dcid:dc/9xeqzdbwse7cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/9xeqzdbwse7cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3qfqdve4j2chb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/3qfqdve4j2chb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6w83kr7x1mw7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336413 +dcid: "dc/6w83kr7x1mw7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z9ly3wlwq88m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/z9ly3wlwq88m1" + +Node: dcid:dc/6d4yd8wqlewb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/6d4yd8wqlewb4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5sd8kpy334k1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112512 +dcid: "dc/5sd8kpy334k1h" + +Node: dcid:dc/w5f0wlqlspez2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/w5f0wlqlspez2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5vqsc9v2bn2w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/5vqsc9v2bn2w" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fz3cnvkngdhc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/fz3cnvkngdhc7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15b0k4fb1yrh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44811 +dcid: "dc/15b0k4fb1yrh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jlzpl48zddz0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/jlzpl48zddz0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zs0dntnfc7lh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332439 +dcid: "dc/zs0dntnfc7lh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwfklezntrxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/jwfklezntrxb" + +Node: dcid:dc/s4sfk0kms6gh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339111 +dcid: "dc/s4sfk0kms6gh6" + +Node: dcid:dc/v42102b13bpl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/v42102b13bpl8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/30zs656ncwee1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424110 +dcid: "dc/30zs656ncwee1" + +Node: dcid:dc/gsvxh8h0m28v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/gsvxh8h0m28v6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hd1z2ve4swh12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/hd1z2ve4swh12" + +Node: dcid:dc/q793n1ljg60hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/q793n1ljg60hf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jhjxsqcmct838 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444210 +dcid: "dc/jhjxsqcmct838" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xdgmxy8v02ye +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/xdgmxy8v02ye" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wvweehznv0nd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33281 +dcid: "dc/wvweehznv0nd6" + +Node: dcid:dc/pe58hp09by0s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/pe58hp09by0s3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hflls3dxkrffb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/hflls3dxkrffb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/heljy2js15zzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/heljy2js15zzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nvvmdp86k99r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/nvvmdp86k99r9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0mnhj73swsqph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/0mnhj73swsqph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s0jmt1t1rp89g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/s0jmt1t1rp89g" + +Node: dcid:dc/epylsmbq70vwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332311 +dcid: "dc/epylsmbq70vwh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rntnxdwxtytx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/rntnxdwxtytx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7wgcz4pkmpved +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112340 +dcid: "dc/7wgcz4pkmpved" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1mwmtttp8bqw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/1mwmtttp8bqw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f8fgekvh1q9dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3116 +dcid: "dc/f8fgekvh1q9dh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dvcfbb8cqxzmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325991 +dcid: "dc/dvcfbb8cqxzmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eyhpktvz3hbyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/eyhpktvz3hbyd" + +Node: dcid:dc/nx1s6hssh6mg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/nx1s6hssh6mg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dqf1983leb91d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/dqf1983leb91d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4skvve3kz7y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/c4skvve3kz7y9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8j9vbghlp44bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/8j9vbghlp44bb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8m4mpgqjcysvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33232 +dcid: "dc/8m4mpgqjcysvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x84d42dh5y8bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/x84d42dh5y8bf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sq9zj2mr5w95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/sq9zj2mr5w95" + +Node: dcid:dc/ne2mxh6p74hn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/ne2mxh6p74hn2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rebyldhdn608d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/rebyldhdn608d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1ljw33gsksphb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/1ljw33gsksphb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4bygwdp7zktr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/4bygwdp7zktr1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v36zdtbtfmd28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238162 +dcid: "dc/v36zdtbtfmd28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qrkedqq3n9c6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/qrkedqq3n9c6f" + +Node: dcid:dc/l2rfzn3frrelb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311822 +dcid: "dc/l2rfzn3frrelb" + +Node: dcid:dc/h0skv91fx5qjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/h0skv91fx5qjg" + +Node: dcid:dc/zecbgrqtkcljf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/zecbgrqtkcljf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3tml7pc4n2wrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/3tml7pc4n2wrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwg1fd37gbky4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/mwg1fd37gbky4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l8bvwcj11k9x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332722 +dcid: "dc/l8bvwcj11k9x3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0jb66xytehq3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/0jb66xytehq3b" + +Node: dcid:dc/mx05c03yttnh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/mx05c03yttnh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jt01n53gqy5n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/jt01n53gqy5n1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v9tmdqdxqlek9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/v9tmdqdxqlek9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sljgk2zt6jr05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/sljgk2zt6jr05" + +Node: dcid:dc/04g947nsl6le9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/04g947nsl6le9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tweg940zbg593 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/tweg940zbg593" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g8cqxewkz27p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/g8cqxewkz27p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6f4ytfqmdq59f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/6f4ytfqmdq59f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x2svgx286g8e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325612 +dcid: "dc/x2svgx286g8e4" + +Node: dcid:dc/m8e9n9mwxjqe5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/m8e9n9mwxjqe5" + +Node: dcid:dc/x2p9lwlt7m666 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/x2p9lwlt7m666" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmtn2ldd7kmp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11212 +dcid: "dc/dmtn2ldd7kmp2" + +Node: dcid:dc/5kk8xj01mhmm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325211 +dcid: "dc/5kk8xj01mhmm5" + +Node: dcid:dc/evf2xd0y46vc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/evf2xd0y46vc8" + +Node: dcid:dc/tgdld0hyj2n68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/tgdld0hyj2n68" + +Node: dcid:dc/2p0ef1eqvlmrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332212 +dcid: "dc/2p0ef1eqvlmrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sxkfjfqmq4hk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314121 +dcid: "dc/sxkfjfqmq4hk" + +Node: dcid:dc/bw56cvml9rjsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333612 +dcid: "dc/bw56cvml9rjsh" + +Node: dcid:dc/jydcrh38r79r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/jydcrh38r79r1" + +Node: dcid:dc/ydwgzdcmp77r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/ydwgzdcmp77r1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/00hr3l1bpcsxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441229 +dcid: "dc/00hr3l1bpcsxb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tlev5wtwj83wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111910 +dcid: "dc/tlev5wtwj83wg" + +Node: dcid:dc/6lq2fk637zrsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/6lq2fk637zrsh" + +Node: dcid:dc/jh7srzyvn51n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/jh7srzyvn51n" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e4n7805t91g5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45392 +dcid: "dc/e4n7805t91g5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3k8nyt7ksq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/w3k8nyt7ksq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dl1fp4tf3v7j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44812 +dcid: "dc/dl1fp4tf3v7j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5hlpdvemj5727 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333415 +dcid: "dc/5hlpdvemj5727" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/71d5wqex9xnv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333295 +dcid: "dc/71d5wqex9xnv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vlydp3l6kmp5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3327 +dcid: "dc/vlydp3l6kmp5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5l0qdq408cdf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325611 +dcid: "dc/5l0qdq408cdf1" + +Node: dcid:dc/gxd1dtlwyc5z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11116 +dcid: "dc/gxd1dtlwyc5z9" + +Node: dcid:dc/r5f0lpqqrkt9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325414 +dcid: "dc/r5f0lpqqrkt9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pmyvm237b9es6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/pmyvm237b9es6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zkm5zzspzpbtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4483 +dcid: "dc/zkm5zzspzpbtg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7e09ch42611m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/7e09ch42611m9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/phqhgjgqtfl14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/phqhgjgqtfl14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zsv5ysskzyp39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/zsv5ysskzyp39" + +Node: dcid:dc/f4327pm4jgde2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/f4327pm4jgde2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/58mc5q5lhj0nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/58mc5q5lhj0nh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4fbppj4c4mhzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322 +dcid: "dc/4fbppj4c4mhzf" + +Node: dcid:dc/9gezt6ygm4ym2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/9gezt6ygm4ym2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvdz1xvs8y9lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/cvdz1xvs8y9lf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zz7qkqyf7egc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334514 +dcid: "dc/zz7qkqyf7egc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0k2y2pdfg10mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/0k2y2pdfg10mh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5xbftg3bzgsm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/5xbftg3bzgsm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lptxk4xph08b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444110 +dcid: "dc/lptxk4xph08b1" + +Node: dcid:dc/fbjn6e6w3nw6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/fbjn6e6w3nw6f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c0hqcdt0gmhc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313221 +dcid: "dc/c0hqcdt0gmhc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4nbdwgzfge9zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/4nbdwgzfge9zb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/852pcnpx33gq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/852pcnpx33gq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s1xf2yfvehkbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/s1xf2yfvehkbc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/py6ent326bkbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423740 +dcid: "dc/py6ent326bkbf" + +Node: dcid:dc/fk5j9zbjwrkj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/fk5j9zbjwrkj8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4yznbekr0z53g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/4yznbekr0z53g" + +Node: dcid:dc/lhxs339r11m71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23834 +dcid: "dc/lhxs339r11m71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1fnhkjrnhclz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2122 +dcid: "dc/1fnhkjrnhclz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cge1q0dwzwrv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611410 +dcid: "dc/cge1q0dwzwrv7" + +Node: dcid:dc/9blhq7d3s7zl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333618 +dcid: "dc/9blhq7d3s7zl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2vy5by3p8fk22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54186 +dcid: "dc/2vy5by3p8fk22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vx1xwbk4fst2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/vx1xwbk4fst2d" + +Node: dcid:dc/lnvsjz80e7d11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/lnvsjz80e7d11" + +Node: dcid:dc/yjncj8rhx5pb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3326 +dcid: "dc/yjncj8rhx5pb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1tlxx1716reeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/1tlxx1716reeb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l8d6fmjvvllw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/l8d6fmjvvllw8" + +Node: dcid:dc/fx3l97pn1g6d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445299 +dcid: "dc/fx3l97pn1g6d3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rgdslmbpgg2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44412 +dcid: "dc/8rgdslmbpgg2h" + +Node: dcid:dc/1rww46zpphrz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32531 +dcid: "dc/1rww46zpphrz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ycdyvvzjn2jt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325181 +dcid: "dc/ycdyvvzjn2jt4" + +Node: dcid:dc/p5gdbe41jbp0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/p5gdbe41jbp0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z9kjzvm809h7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3149 +dcid: "dc/z9kjzvm809h7f" + +Node: dcid:dc/nwn12ly72fmz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42481 +dcid: "dc/nwn12ly72fmz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f5fs3sjtbn518 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311511 +dcid: "dc/f5fs3sjtbn518" + +Node: dcid:dc/1v80k1vbvjwwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448320 +dcid: "dc/1v80k1vbvjwwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/89gqt6kw35d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/89gqt6kw35d3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ytr61en11zc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/2ytr61en11zc7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dc86jgmlpw982 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/dc86jgmlpw982" + +Node: dcid:dc/43sjp173478tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238911 +dcid: "dc/43sjp173478tg" + +Node: dcid:dc/71kfmtmxfm9b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238192 +dcid: "dc/71kfmtmxfm9b2" + +Node: dcid:dc/elwe00xk7fzbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/elwe00xk7fzbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j8lpwgegj37x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337910 +dcid: "dc/j8lpwgegj37x9" + +Node: dcid:dc/2cxrb0e6rcmmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/2cxrb0e6rcmmg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/knc7wm7f4rtcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/knc7wm7f4rtcd" + +Node: dcid:dc/c9ck1tmgwevb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/c9ck1tmgwevb5" + +Node: dcid:dc/9yve3mlpmm1df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3322 +dcid: "dc/9yve3mlpmm1df" + +Node: dcid:dc/phk2yrpsfp7l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/phk2yrpsfp7l3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2w4mtt7y199f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/2w4mtt7y199f1" + +Node: dcid:dc/q2nzrt4zdtzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/q2nzrt4zdtzc" + +Node: dcid:dc/l0k2pp762n6cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/l0k2pp762n6cd" + +Node: dcid:dc/m1sv79srrhs79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/m1sv79srrhs79" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7v9zvqs8nmmf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423850 +dcid: "dc/7v9zvqs8nmmf1" + +Node: dcid:dc/yxxs3hh2g2shd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327 +dcid: "dc/yxxs3hh2g2shd" + +Node: dcid:dc/lm90yrlhy76r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/lm90yrlhy76r2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mnvdp4m69q82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/mnvdp4m69q82" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pp3njdj2yeb06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/pp3njdj2yeb06" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3f2yhb48461q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111150 +dcid: "dc/3f2yhb48461q1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kjx6xrzh0lt69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31699 +dcid: "dc/kjx6xrzh0lt69" + +Node: dcid:dc/130bjpm1pjd1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/130bjpm1pjd1h" + +Node: dcid:dc/rhgq7700wb6k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/rhgq7700wb6k8" + +Node: dcid:dc/3h3f1pgqvw4eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/3h3f1pgqvw4eh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qgpe0ds1rw5rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/qgpe0ds1rw5rd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jdbef686c690d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332311 +dcid: "dc/jdbef686c690d" + +Node: dcid:dc/q67cf34en37sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/q67cf34en37sf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zk6q68lhk02w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/zk6q68lhk02w" + +Node: dcid:dc/d66367yn2xqwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/d66367yn2xqwc" + +Node: dcid:dc/pndhs5exsmkh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/pndhs5exsmkh5" + +Node: dcid:dc/b4x4wednpzceg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332439 +dcid: "dc/b4x4wednpzceg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1z870edy2qs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32222 +dcid: "dc/m1z870edy2qs7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7cz2z363c02pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/7cz2z363c02pc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5kbydveefkhgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/5kbydveefkhgg" + +Node: dcid:dc/xkpqlwwk1vgx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42461 +dcid: "dc/xkpqlwwk1vgx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xj52cvzhz17j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335314 +dcid: "dc/xj52cvzhz17j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p56gl9mkl370g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/p56gl9mkl370g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xpjy2qt64vyqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33911 +dcid: "dc/xpjy2qt64vyqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0m9vkbg21gg52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/0m9vkbg21gg52" + +Node: dcid:dc/qtv0zkzhhvxb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/qtv0zkzhhvxb2" + +Node: dcid:dc/m857mbk0m3y1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441110 +dcid: "dc/m857mbk0m3y1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qn0fvwqhmcpvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/qn0fvwqhmcpvf" + +Node: dcid:dc/64dqrh7dn5g1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/64dqrh7dn5g1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3lsre4n2zl9k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/3lsre4n2zl9k4" + +Node: dcid:dc/363sp8c82d08h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311920 +dcid: "dc/363sp8c82d08h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yzgdbgxyfgprc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/yzgdbgxyfgprc" + +Node: dcid:dc/52w949jfejfl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/52w949jfejfl1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1w34x7kjkzww7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/1w34x7kjkzww7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b9xw77ssm64q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/b9xw77ssm64q9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbcpz48j086lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/dbcpz48j086lc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kexec8z1kbg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42321 +dcid: "dc/kexec8z1kbg1" + +Node: dcid:dc/mledlx0kb8jq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/mledlx0kb8jq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q62egqb2xbxfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/324121 +dcid: "dc/q62egqb2xbxfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jkxv8zbtdyn93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/jkxv8zbtdyn93" + +Node: dcid:dc/8ysdhxq2vv6x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238151 +dcid: "dc/8ysdhxq2vv6x3" + +Node: dcid:dc/nccrb0xne26d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327 +dcid: "dc/nccrb0xne26d4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n1twlnqmvfxb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325211 +dcid: "dc/n1twlnqmvfxb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s9kvqcy0cfxx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32614 +dcid: "dc/s9kvqcy0cfxx4" + +Node: dcid:dc/w0c13hf365lw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/w0c13hf365lw" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g21td51hdt7qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/g21td51hdt7qd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7wcwxvgggs3qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/7wcwxvgggs3qh" + +Node: dcid:dc/pvhye5mssq152 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/pvhye5mssq152" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/scsp69634ycff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/scsp69634ycff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/025xxxyp7d0s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236117 +dcid: "dc/025xxxyp7d0s" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eq0h0h3crceb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/eq0h0h3crceb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p3d4yzy64mc7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334515 +dcid: "dc/p3d4yzy64mc7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1pte73bwcgxed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/1pte73bwcgxed" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0ps9yd21x07w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/0ps9yd21x07w6" + +Node: dcid:dc/kzjpvn5c1ljq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/kzjpvn5c1ljq8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jvykwrerhek7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326291 +dcid: "dc/jvykwrerhek7d" + +Node: dcid:dc/8hg8t71sfk2bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/8hg8t71sfk2bc" + +Node: dcid:dc/6xlx7nwg26dn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/6xlx7nwg26dn1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jldffhe6dm1x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311612 +dcid: "dc/jldffhe6dm1x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j60fy8e2drnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/j60fy8e2drnc" + +Node: dcid:dc/yzzsv4kpdgdz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111320 +dcid: "dc/yzzsv4kpdgdz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vhtcj2epv4d0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/vhtcj2epv4d0f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wpw50jqr7lsj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/wpw50jqr7lsj5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dev5zx6m5ttmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31192 +dcid: "dc/dev5zx6m5ttmd" + +Node: dcid:dc/p0tms1vd0lyv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4246 +dcid: "dc/p0tms1vd0lyv9" + +Node: dcid:dc/qng5j5x1qcxsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/qng5j5x1qcxsg" + +Node: dcid:dc/7vv8hfkcpf236 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/7vv8hfkcpf236" + +Node: dcid:dc/0e73pp193j9pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33152 +dcid: "dc/0e73pp193j9pb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3dtnds631y7pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/3dtnds631y7pf" + +Node: dcid:dc/krj5yyxz7rtp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332721 +dcid: "dc/krj5yyxz7rtp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/54c2zm06pd3xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/54c2zm06pd3xf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/crwytmfcfdy98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/crwytmfcfdy98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3reqxszt4rhv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/3reqxszt4rhv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pn9j5744y4cg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/pn9j5744y4cg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jdsv430hm1597 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321911 +dcid: "dc/jdsv430hm1597" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lhgjgx90qft9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/lhgjgx90qft9f" + +Node: dcid:dc/e871lh873z2p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/e871lh873z2p1" + +Node: dcid:dc/rmb6pvxb990x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/rmb6pvxb990x2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kjxgwldxrqbxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33512 +dcid: "dc/kjxgwldxrqbxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t3b0pyw2dqb86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/t3b0pyw2dqb86" + +Node: dcid:dc/122yspk50pclc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/122yspk50pclc" + +Node: dcid:dc/mq5htqz0sn1xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/mq5htqz0sn1xc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gz0l34drn7bgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/gz0l34drn7bgh" + +Node: dcid:dc/j436e062qlvy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522220 +dcid: "dc/j436e062qlvy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ypn5llpnr69b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311340 +dcid: "dc/ypn5llpnr69b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/70bqbt67fsff4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33391 +dcid: "dc/70bqbt67fsff4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/br1mhkszysg6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44132 +dcid: "dc/br1mhkszysg6d" + +Node: dcid:dc/g8e3tkb485qbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/g8e3tkb485qbf" + +Node: dcid:dc/0fvpr5bvxjky6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81143 +dcid: "dc/0fvpr5bvxjky6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wnk5b4dre0zt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333613 +dcid: "dc/wnk5b4dre0zt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zpee94yz52r64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315233 +dcid: "dc/zpee94yz52r64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gt9n1gtm88g54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/gt9n1gtm88g54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8dfv99jwqngs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/8dfv99jwqngs9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/szn7v1bjcpf5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/szn7v1bjcpf5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rscy8z6bgt7cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334220 +dcid: "dc/rscy8z6bgt7cd" + +Node: dcid:dc/hyqpy9qgh0w31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/hyqpy9qgh0w31" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gbl78q46scm75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/gbl78q46scm75" + +Node: dcid:dc/w8yq7z5phzym8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/w8yq7z5phzym8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lx84wkm77vfx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/lx84wkm77vfx1" + +Node: dcid:dc/k5ledn7p50k6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/k5ledn7p50k6b" + +Node: dcid:dc/xmbt7nxbqml77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424690 +dcid: "dc/xmbt7nxbqml77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e63cef4g24yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/e63cef4g24yf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nj9de51ndkbm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/nj9de51ndkbm3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fm5f7b5l25qtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/fm5f7b5l25qtd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lb86ebz3e4pnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339920 +dcid: "dc/lb86ebz3e4pnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgvjvhsbcr9p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/lgvjvhsbcr9p2" + +Node: dcid:dc/exzfeyz2bn10f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522210 +dcid: "dc/exzfeyz2bn10f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lzbdhpqj3dx83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/lzbdhpqj3dx83" + +Node: dcid:dc/yb74nnweywmd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33312 +dcid: "dc/yb74nnweywmd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4914xqfqc1wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/f4914xqfqc1wh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hctgr27nyp848 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/hctgr27nyp848" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3jp85zddb2w05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/3jp85zddb2w05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3j0cvwjzlzxy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/3j0cvwjzlzxy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qxr3m3vhrj33f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/qxr3m3vhrj33f" + +Node: dcid:dc/wd9d0r6913tm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/wd9d0r6913tm7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sv3mxcm671fw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238162 +dcid: "dc/sv3mxcm671fw7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpfmel1q5bxwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/fpfmel1q5bxwh" + +Node: dcid:dc/yyn9rjpkp1vb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/yyn9rjpkp1vb2" + +Node: dcid:dc/j2v8tkwddj5r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/j2v8tkwddj5r" + +Node: dcid:dc/kf14m69lp9w13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62132 +dcid: "dc/kf14m69lp9w13" + +Node: dcid:dc/2y7hsn05ltf72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/2y7hsn05ltf72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rvdnfmnme3jh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322213 +dcid: "dc/rvdnfmnme3jh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6bge4bbtllsr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332312 +dcid: "dc/6bge4bbtllsr9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0307msgh6yp9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/0307msgh6yp9g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jm4x1sv65r98f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/jm4x1sv65r98f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fq487fe9rkpx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/fq487fe9rkpx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mbv66xhbmqhpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325414 +dcid: "dc/mbv66xhbmqhpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/95nm5mj91cnr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/95nm5mj91cnr" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cwk2zvclfkl55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/cwk2zvclfkl55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/meqx9v2khsgw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/meqx9v2khsgw" + +Node: dcid:dc/90pdv4nr41ndc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/90pdv4nr41ndc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2zw1trgx4k9c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33121 +dcid: "dc/2zw1trgx4k9c2" + +Node: dcid:dc/hc01gd5jx7t28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/hc01gd5jx7t28" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fg0k9phnez41c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/fg0k9phnez41c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j6y3yvbfy0r48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/j6y3yvbfy0r48" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2bnh2jn85vmm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/2bnh2jn85vmm8" + +Node: dcid:dc/r7hddm8qcgy5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/r7hddm8qcgy5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0cpr80tq269nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/0cpr80tq269nc" + +Node: dcid:dc/5r8he0rczkx26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212312 +dcid: "dc/5r8he0rczkx26" + +Node: dcid:dc/35qwk1lrrynl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56145 +dcid: "dc/35qwk1lrrynl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h6yh86313b5c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32619 +dcid: "dc/h6yh86313b5c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8gzr9qfm33w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/r8gzr9qfm33w2" + +Node: dcid:dc/c0qbne0pkzxx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112210 +dcid: "dc/c0qbne0pkzxx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3m6e93v3cv236 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/3m6e93v3cv236" + +Node: dcid:dc/zn12frbe1rz14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/zn12frbe1rz14" + +Node: dcid:dc/jeq82czlm8gx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/jeq82czlm8gx7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8tm3z0rhtzmbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44421 +dcid: "dc/8tm3z0rhtzmbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8gkrmhfrwvesd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/8gkrmhfrwvesd" + +Node: dcid:dc/nbdmfhwlk47ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525930 +dcid: "dc/nbdmfhwlk47ff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hfggfx12ssdv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/hfggfx12ssdv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xtjyz4ww0mbjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541213 +dcid: "dc/xtjyz4ww0mbjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q7lhdtqr77jr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/q7lhdtqr77jr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/etbh3g8ffzn38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/etbh3g8ffzn38" + +Node: dcid:dc/fhll6prrkp6mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/fhll6prrkp6mc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cy39dqz91yvzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32221 +dcid: "dc/cy39dqz91yvzc" + +Node: dcid:dc/7rmsy62xw7peg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/7rmsy62xw7peg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t4y2le9k5lpeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/t4y2le9k5lpeg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ln18y9g9dt4wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334413 +dcid: "dc/ln18y9g9dt4wf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pjm5pyjl1nkn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/pjm5pyjl1nkn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5x6vdk9jz05f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/d5x6vdk9jz05f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2074tyf176zxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/2074tyf176zxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/12thcj0b4fv53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33632 +dcid: "dc/12thcj0b4fv53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2scg85rt6pvgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/2scg85rt6pvgc" + +Node: dcid:dc/93vfcxpdrr4n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56191 +dcid: "dc/93vfcxpdrr4n3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/60e7fzvbfeev2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/60e7fzvbfeev2" + +Node: dcid:dc/9yfsvf3f5bgkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/9yfsvf3f5bgkh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dkld2xp2qrx0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32791 +dcid: "dc/dkld2xp2qrx0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ckptjfmzxcqxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/ckptjfmzxcqxf" + +Node: dcid:dc/t7373p0xv56g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/t7373p0xv56g8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x91z42pjfwd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/x91z42pjfwd1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7b48q99sc7nb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811113 +dcid: "dc/7b48q99sc7nb6" + +Node: dcid:dc/9y9cf68n5kwp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336412 +dcid: "dc/9y9cf68n5kwp6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qq8nv4fvl29x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/qq8nv4fvl29x4" + +Node: dcid:dc/jq4rwej9sxhm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/jq4rwej9sxhm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wlxqp3hkvnn6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32712 +dcid: "dc/wlxqp3hkvnn6b" + +Node: dcid:dc/zlhqenjl6h5vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493130 +dcid: "dc/zlhqenjl6h5vh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3xqtgv25m6prf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/3xqtgv25m6prf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0m9cff9mptpzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/0m9cff9mptpzg" + +Node: dcid:dc/ss5cp6c3nvds8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42394 +dcid: "dc/ss5cp6c3nvds8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y8fef1nblw18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334416 +dcid: "dc/y8fef1nblw18" + +Node: dcid:dc/t5dc4b95e5k2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/t5dc4b95e5k2f" + +Node: dcid:dc/q036s4v65dngd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321214 +dcid: "dc/q036s4v65dngd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ex1lwgjt8frkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/ex1lwgjt8frkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s9wvrbbgvqf2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33149 +dcid: "dc/s9wvrbbgvqf2c" + +Node: dcid:dc/cmyzgn19jm8q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/cmyzgn19jm8q9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2bgpb0m53jpyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33341 +dcid: "dc/2bgpb0m53jpyf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rnhxwg0kdc5t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/rnhxwg0kdc5t8" + +Node: dcid:dc/w2rfkmsjz2nv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32733 +dcid: "dc/w2rfkmsjz2nv1" + +Node: dcid:dc/3kyn4jtvmd48b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/3kyn4jtvmd48b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bdsj9lf1jm35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/1bdsj9lf1jm35" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c94rgggsqrend +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/c94rgggsqrend" + +Node: dcid:dc/ksgwfwqf30en +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315999 +dcid: "dc/ksgwfwqf30en" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sk4pr7md05g5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/sk4pr7md05g5d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/24q70d0hltdn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2122 +dcid: "dc/24q70d0hltdn6" + +Node: dcid:dc/tssxht5r1eld6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/tssxht5r1eld6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2p10m98ytjkkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/2p10m98ytjkkg" + +Node: dcid:dc/phmhklk4llgl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/phmhklk4llgl1" + +Node: dcid:dc/grrd7wpqr70p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/grrd7wpqr70p" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qzt14501seby9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/qzt14501seby9" + +Node: dcid:dc/ystks42nnkyx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/ystks42nnkyx9" + +Node: dcid:dc/7njxd9dhhcbj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541830 +dcid: "dc/7njxd9dhhcbj4" + +Node: dcid:dc/kdj0ecmy1mv0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/kdj0ecmy1mv0h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xqt82nk8xdw56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327991 +dcid: "dc/xqt82nk8xdw56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dtlq2cyx28vkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44612 +dcid: "dc/dtlq2cyx28vkd" + +Node: dcid:dc/jngfxy8dt88jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/jngfxy8dt88jf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7pft4j3cjg11g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56191 +dcid: "dc/7pft4j3cjg11g" + +Node: dcid:dc/qdxnbyz727gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442291 +dcid: "dc/qdxnbyz727gf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q5xwb7b96dcd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/q5xwb7b96dcd1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yd31yzb3qz5y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/yd31yzb3qz5y2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/llf3rheeksptd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/llf3rheeksptd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4w0dw96dqfz86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325181 +dcid: "dc/4w0dw96dqfz86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gslgbtr8xkeb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/gslgbtr8xkeb8" + +Node: dcid:dc/v5ezpbjn03jh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562991 +dcid: "dc/v5ezpbjn03jh7" + +Node: dcid:dc/s73bv08s5mp84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5511 +dcid: "dc/s73bv08s5mp84" + +Node: dcid:dc/skt77cy23mtl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339932 +dcid: "dc/skt77cy23mtl2" + +Node: dcid:dc/r4ke5tkr29egd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424930 +dcid: "dc/r4ke5tkr29egd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8flczkllpxgm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/8flczkllpxgm1" + +Node: dcid:dc/qzfbj73pz96n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334290 +dcid: "dc/qzfbj73pz96n8" + +Node: dcid:dc/pk6pmvtr5jwvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/pk6pmvtr5jwvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v63pl8fbwxyb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/v63pl8fbwxyb5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pbgefqppyke7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111320 +dcid: "dc/pbgefqppyke7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zrmj8l3c8kc9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/zrmj8l3c8kc9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bhy3qj3m7ngs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/bhy3qj3m7ngs8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kfd5k9hg3mp29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3262 +dcid: "dc/kfd5k9hg3mp29" + +Node: dcid:dc/qlj7nrvsb85h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238152 +dcid: "dc/qlj7nrvsb85h2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lchwd1hyl24p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/lchwd1hyl24p8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b7sh7s36x6nt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/b7sh7s36x6nt7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/frcm98jxw5vr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/frcm98jxw5vr4" + +Node: dcid:dc/chpyr81bg1t66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551 +dcid: "dc/chpyr81bg1t66" + +Node: dcid:dc/ksgs1rv5fzyp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/ksgs1rv5fzyp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h9xvetyq6bx2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/h9xvetyq6bx2b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/88swptdm36166 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238342 +dcid: "dc/88swptdm36166" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cwlj1pgw3etc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212111 +dcid: "dc/cwlj1pgw3etc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ljpv15mw3he11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/ljpv15mw3he11" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8hcst7jqvrdj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5511 +dcid: "dc/8hcst7jqvrdj8" + +Node: dcid:dc/rzjvvygzew6y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32199 +dcid: "dc/rzjvvygzew6y" + +Node: dcid:dc/jb79tp7wyzze +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339914 +dcid: "dc/jb79tp7wyzze" + +Node: dcid:dc/t0bqjqn3w29nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311919 +dcid: "dc/t0bqjqn3w29nd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1mj5ly9f6d1b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/1mj5ly9f6d1b1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f48e27dwkxkw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/f48e27dwkxkw4" + +Node: dcid:dc/8l1czyc5k5617 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/8l1czyc5k5617" + +Node: dcid:dc/l4z0pxehvc11d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/l4z0pxehvc11d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f8zql1skxbh14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423420 +dcid: "dc/f8zql1skxbh14" + +Node: dcid:dc/1blex2fxqww4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454311 +dcid: "dc/1blex2fxqww4c" + +Node: dcid:dc/dyzfz92vrv98c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/dyzfz92vrv98c" + +Node: dcid:dc/7ws5fp53hm7y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/7ws5fp53hm7y8" + +Node: dcid:dc/lxccmz038w6rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42411 +dcid: "dc/lxccmz038w6rf" + +Node: dcid:dc/rr26x2gfsqwcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/rr26x2gfsqwcd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v8sw272gylkfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/v8sw272gylkfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vy1jfebwj2erh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/vy1jfebwj2erh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gegf1gsmdtjn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/gegf1gsmdtjn6" + +Node: dcid:dc/dty3s7glgcghf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33593 +dcid: "dc/dty3s7glgcghf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9dpk3534r48t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/9dpk3534r48t3" + +Node: dcid:dc/6pvzc8948wc62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/6pvzc8948wc62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/05c0j0fp272z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/05c0j0fp272z2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kzlwhmfqxj46b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/kzlwhmfqxj46b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ez62v7k5dpql1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/ez62v7k5dpql1" + +Node: dcid:dc/s1wqfl38rpewf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3116 +dcid: "dc/s1wqfl38rpewf" + +Node: dcid:dc/vxgbp7028cwn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/vxgbp7028cwn1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9zrc45vzg0h97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/9zrc45vzg0h97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y2gq8e9fwqc67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325320 +dcid: "dc/y2gq8e9fwqc67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3wh7102jjzgwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/3wh7102jjzgwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpvgd81vsl7z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/fpvgd81vsl7z3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y9pzvbrcyvvdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/y9pzvbrcyvvdc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qrv0v8gc3q61b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/qrv0v8gc3q61b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nwzdvftfjmm06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33431 +dcid: "dc/nwzdvftfjmm06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/09yz49h1qzmg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/09yz49h1qzmg4" + +Node: dcid:dc/s546fe6wv5zt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238332 +dcid: "dc/s546fe6wv5zt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pvt8mcegzcqb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/pvt8mcegzcqb3" + +Node: dcid:dc/1phwvd1ess5j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/1phwvd1ess5j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bw2blnywzs0v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336991 +dcid: "dc/bw2blnywzs0v5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p61syqmb7bq04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32791 +dcid: "dc/p61syqmb7bq04" + +Node: dcid:dc/jpjkv585px0t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/jpjkv585px0t9" + +Node: dcid:dc/cfm49zwpkr6fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2121 +dcid: "dc/cfm49zwpkr6fc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9p2zgqx1e738b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/9p2zgqx1e738b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eqxwtynr6bd63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/eqxwtynr6bd63" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j14yctqrdv71h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/j14yctqrdv71h" + +Node: dcid:dc/ncpr9shphn6kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/ncpr9shphn6kb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zry1v4jhj93ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/zry1v4jhj93ng" + +Node: dcid:dc/4vz8ldfl243t2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/4vz8ldfl243t2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0bh8jsf2yfh7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327332 +dcid: "dc/0bh8jsf2yfh7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pt7j050q684jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/pt7j050q684jh" + +Node: dcid:dc/gyjstt5s61fg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/gyjstt5s61fg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2r02n42dy26k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/2r02n42dy26k2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jlxt9k4ygfp34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42372 +dcid: "dc/jlxt9k4ygfp34" + +Node: dcid:dc/0cvx6e342vrz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/0cvx6e342vrz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t532zf8eqsdt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/t532zf8eqsdt" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/72qx9e2vscbt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52312 +dcid: "dc/72qx9e2vscbt1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jgqmnmz540jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315222 +dcid: "dc/2jgqmnmz540jh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2877e9jjm25q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332323 +dcid: "dc/2877e9jjm25q6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8sdhff33szef1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/8sdhff33szef1" + +Node: dcid:dc/h8tpqlwlt4g15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/h8tpqlwlt4g15" + +Node: dcid:dc/44xntg53vvm78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332420 +dcid: "dc/44xntg53vvm78" + +Node: dcid:dc/m3qkls69plxq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/m3qkls69plxq8" + +Node: dcid:dc/8dtc1nplf0y15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/8dtc1nplf0y15" + +Node: dcid:dc/dwj5v326swlz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483211 +dcid: "dc/dwj5v326swlz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lk8s5d25j3eq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/lk8s5d25j3eq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wdzwnb7hnkqpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/wdzwnb7hnkqpd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qr3vlm6f2cy4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334516 +dcid: "dc/qr3vlm6f2cy4g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ls5ed8el7m02c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/ls5ed8el7m02c" + +Node: dcid:dc/kbmvm971vgkz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238192 +dcid: "dc/kbmvm971vgkz7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z6wr71lcxdypg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441320 +dcid: "dc/z6wr71lcxdypg" + +Node: dcid:dc/3ex076cv2dwx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332313 +dcid: "dc/3ex076cv2dwx3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vcm0h9bt8bdf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/vcm0h9bt8bdf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xs9jj6fcrl8p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/xs9jj6fcrl8p6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9yg630hl5s95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/q9yg630hl5s95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/43ntfehddw7h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/43ntfehddw7h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5wwvvpltzh0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/k5wwvvpltzh0f" + +Node: dcid:dc/25xgzpd5d02l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/25xgzpd5d02l6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1z6qhnbvkzl22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112120 +dcid: "dc/1z6qhnbvkzl22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/759ym2begwst2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32712 +dcid: "dc/759ym2begwst2" + +Node: dcid:dc/vg4yzvqcyev9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532420 +dcid: "dc/vg4yzvqcyev9g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w0852p87d6d91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/w0852p87d6d91" + +Node: dcid:dc/phh7dljt0g693 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3342 +dcid: "dc/phh7dljt0g693" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kss59dth87ty8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/kss59dth87ty8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hj1wh2jktk867 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62132 +dcid: "dc/hj1wh2jktk867" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ncf0s0ng8ct6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/ncf0s0ng8ct6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y88rvqct2v9w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/y88rvqct2v9w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e1p12wbj33jb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315222 +dcid: "dc/e1p12wbj33jb3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lnl6hzp2vn8d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315999 +dcid: "dc/lnl6hzp2vn8d9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1r2mjxkb3j5jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/1r2mjxkb3j5jh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8jpmwm57mm101 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/8jpmwm57mm101" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zjmhe58fej3tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/zjmhe58fej3tb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/smkg5vkd2vl6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561740 +dcid: "dc/smkg5vkd2vl6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jd05tvzghbxx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/jd05tvzghbxx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/24cxxqpjf3xk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/24cxxqpjf3xk2" + +Node: dcid:dc/zcp4w4trg604c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/zcp4w4trg604c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0xvyg4z2kvx8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238142 +dcid: "dc/0xvyg4z2kvx8h" + +Node: dcid:dc/vhwjsd3zphr13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/vhwjsd3zphr13" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g8pfyeq5ejc78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327910 +dcid: "dc/g8pfyeq5ejc78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7yw96gdck5em4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/7yw96gdck5em4" + +Node: dcid:dc/v4q7fe7505301 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/v4q7fe7505301" + +Node: dcid:dc/m9rzb75hl0t58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/m9rzb75hl0t58" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/83rq26g5lgwj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/83rq26g5lgwj5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ep41ywt9nn832 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33791 +dcid: "dc/ep41ywt9nn832" + +Node: dcid:dc/20zw21khhqcn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/20zw21khhqcn6" + +Node: dcid:dc/jlr271wl6fje3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332812 +dcid: "dc/jlr271wl6fje3" + +Node: dcid:dc/crw4m34pvr0qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/crw4m34pvr0qc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ynqn3pcr509rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/ynqn3pcr509rh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0per07v6mrwqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/0per07v6mrwqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6r1et2n7mx9g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5511 +dcid: "dc/6r1et2n7mx9g2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hv9c4bwyq7lqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/hv9c4bwyq7lqh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e2syr7lg5jtgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/e2syr7lg5jtgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zzn17t3gezqg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/zzn17t3gezqg3" + +Node: dcid:dc/cs48t350lq2w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/cs48t350lq2w7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmlt06n3l72v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42481 +dcid: "dc/cmlt06n3l72v4" + +Node: dcid:dc/3lq74chm3g0r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311330 +dcid: "dc/3lq74chm3g0r3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jqd9rqnp4kznh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923120 +dcid: "dc/jqd9rqnp4kznh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w34rzfnrdkxc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/w34rzfnrdkxc5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x3k0k2hlc1kfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111991 +dcid: "dc/x3k0k2hlc1kfb" + +Node: dcid:dc/mpwx47emtgjtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/mpwx47emtgjtc" + +Node: dcid:dc/jd5ysblrtjbz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/jd5ysblrtjbz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/90mh3p8nb70jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/90mh3p8nb70jc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/exz54f5shxgyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42492 +dcid: "dc/exz54f5shxgyc" + +Node: dcid:dc/xxys6p18nfn2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/55111 +dcid: "dc/xxys6p18nfn2g" + +Node: dcid:dc/tp316ynn2vgyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/tp316ynn2vgyf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jvvjg86375hd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/jvvjg86375hd7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5cqr278lj9b74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212111 +dcid: "dc/5cqr278lj9b74" + +Node: dcid:dc/4y0c4ke37wqxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1123 +dcid: "dc/4y0c4ke37wqxb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xnr2j4slk1ddb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42386 +dcid: "dc/xnr2j4slk1ddb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hs3sn1721n229 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/hs3sn1721n229" + +Node: dcid:dc/e78h1e57tnqzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/e78h1e57tnqzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f0cgmkcfq7s4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/f0cgmkcfq7s4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7t2s6yr9nphp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/7t2s6yr9nphp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gzfs19wtzwj8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323118 +dcid: "dc/gzfs19wtzwj8h" + +Node: dcid:dc/p0w5dqyywd4t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/p0w5dqyywd4t8" + +Node: dcid:dc/dr9e0m227vsb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424720 +dcid: "dc/dr9e0m227vsb5" + +Node: dcid:dc/3prbv43c61b59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/3prbv43c61b59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lxl9w24gzkx1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/lxl9w24gzkx1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nls0lhp6ex215 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/nls0lhp6ex215" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kgqfbrc3b6w8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/kgqfbrc3b6w8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/45ccqg3v39155 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/45ccqg3v39155" + +Node: dcid:dc/kzcvvsxtk8zsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/kzcvvsxtk8zsh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q325ht7hmhwp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/q325ht7hmhwp1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cx76xtd43yvp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42349 +dcid: "dc/cx76xtd43yvp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s7slyjztfmfy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42445 +dcid: "dc/s7slyjztfmfy6" + +Node: dcid:dc/f0b0ktkfp2xn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44312 +dcid: "dc/f0b0ktkfp2xn1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f255yek8zhbv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/f255yek8zhbv" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/44yjes1ywbgl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/44yjes1ywbgl2" + +Node: dcid:dc/r9vy1y4f76l32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/r9vy1y4f76l32" + +Node: dcid:dc/5sx5pdq4p0m0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/5sx5pdq4p0m0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3y04jpdddrg09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/3y04jpdddrg09" + +Node: dcid:dc/cynqbt2x2kn6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/cynqbt2x2kn6g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s1402qv4c2lj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/s1402qv4c2lj8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qylhzdx7562c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/qylhzdx7562c2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3s43b6s62sbg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/3s43b6s62sbg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m2z8ffdb40jw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/m2z8ffdb40jw1" + +Node: dcid:dc/59k1slzcftch6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42382 +dcid: "dc/59k1slzcftch6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tlkqxf10dk9e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/tlkqxf10dk9e4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e0qy762tpqv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/e0qy762tpqv" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l3p8fzx2hg6p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3391 +dcid: "dc/l3p8fzx2hg6p6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tcrwdz9dy8e8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333924 +dcid: "dc/tcrwdz9dy8e8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rjhlw2wnwwjc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332913 +dcid: "dc/rjhlw2wnwwjc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qhd2hh8qdvmmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/qhd2hh8qdvmmh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nsvntlk95s01b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32721 +dcid: "dc/nsvntlk95s01b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvs0f97yrs7v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/bvs0f97yrs7v3" + +Node: dcid:dc/ygx617ezjytd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/ygx617ezjytd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8xbpyfq83jwl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/8xbpyfq83jwl9" + +Node: dcid:dc/mtf02eh70yh03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/mtf02eh70yh03" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/te0hck5mg6p24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33633 +dcid: "dc/te0hck5mg6p24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ymxh01ew4l1cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42384 +dcid: "dc/ymxh01ew4l1cc" + +Node: dcid:dc/hqh05lqd1n1b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/hqh05lqd1n1b6" + +Node: dcid:dc/pe95jh1bnpehg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/pe95jh1bnpehg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hy3x9qke1pjl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339999 +dcid: "dc/hy3x9qke1pjl7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pxejev3qcq5s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/pxejev3qcq5s1" + +Node: dcid:dc/7zncz8hvy84d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/7zncz8hvy84d4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0xre209hzqxx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1123 +dcid: "dc/0xre209hzqxx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/frxn3g5nh48k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/frxn3g5nh48k8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwzwger97erg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/jwzwger97erg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bzf4x8n2yyyr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32615 +dcid: "dc/bzf4x8n2yyyr9" + +Node: dcid:dc/wl3b36ngpht3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/wl3b36ngpht3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tpsjvs9clelm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/tpsjvs9clelm9" + +Node: dcid:dc/g0h6q6ng9c4f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33149 +dcid: "dc/g0h6q6ng9c4f7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yx8rhhnzqn7k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33791 +dcid: "dc/yx8rhhnzqn7k1" + +Node: dcid:dc/hy1ztmxdmftd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334514 +dcid: "dc/hy1ztmxdmftd" + +Node: dcid:dc/1gfbqf1tyxhq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448310 +dcid: "dc/1gfbqf1tyxhq" + +Node: dcid:dc/c8hqgbed2e686 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/c8hqgbed2e686" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0fcvrrr3cx85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/0fcvrrr3cx85" + +Node: dcid:dc/ftf6kr20xbfdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52219 +dcid: "dc/ftf6kr20xbfdc" + +Node: dcid:dc/sfzwtmedw6ebd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/sfzwtmedw6ebd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bzr7sg30jve8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11115 +dcid: "dc/bzr7sg30jve8g" + +Node: dcid:dc/swvw6qj1fpekb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314110 +dcid: "dc/swvw6qj1fpekb" + +Node: dcid:dc/jx8x85jrfb52g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/jx8x85jrfb52g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8v5rgnn1e1mwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/8v5rgnn1e1mwd" + +Node: dcid:dc/4zd2eh0b02v25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42411 +dcid: "dc/4zd2eh0b02v25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q6w3cl3tbnd75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321219 +dcid: "dc/q6w3cl3tbnd75" + +Node: dcid:dc/bj93ph7l5rbzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445220 +dcid: "dc/bj93ph7l5rbzg" + +Node: dcid:dc/khtx9cmvkld1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/khtx9cmvkld1g" + +Node: dcid:dc/593gbw5c0ww2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/593gbw5c0ww2g" + +Node: dcid:dc/15p8k1lkperng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/15p8k1lkperng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bz2hnd45qp3c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/bz2hnd45qp3c1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vpqfyw1t95jl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/vpqfyw1t95jl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j0swbcwqmgst4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/j0swbcwqmgst4" + +Node: dcid:dc/qq3kjpcwe4rmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33631 +dcid: "dc/qq3kjpcwe4rmb" + +Node: dcid:dc/9fy90rbh5pk39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/9fy90rbh5pk39" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sh6lf1v0g60rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/sh6lf1v0g60rb" + +Node: dcid:dc/cmsdpnlgh7ejb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333911 +dcid: "dc/cmsdpnlgh7ejb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mrm355blqt6j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/mrm355blqt6j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e43xbp9lhjjr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/e43xbp9lhjjr3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c970hpgyc48m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/c970hpgyc48m5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8hgjlqc73zjxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/8hgjlqc73zjxf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jdqwpvc4z0k22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/jdqwpvc4z0k22" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b9w461nvecpgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/b9w461nvecpgg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9khrg8y24cxr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/9khrg8y24cxr2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xyylnme4yjrq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/xyylnme4yjrq" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nm7sxdbl61q8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/nm7sxdbl61q8d" + +Node: dcid:dc/pjrj58ssqe9s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445299 +dcid: "dc/pjrj58ssqe9s6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/myfgm4kztqn62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/myfgm4kztqn62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/90pk9y1mq4138 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325199 +dcid: "dc/90pk9y1mq4138" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q36910b97wntc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/q36910b97wntc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d8jkg2v7c9nbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/d8jkg2v7c9nbb" + +Node: dcid:dc/19q5ww7cttg8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/19q5ww7cttg8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/983rb0d93p549 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/983rb0d93p549" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z7vc14tysve9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/z7vc14tysve9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q0vs1rtql4h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/q0vs1rtql4h6" + +Node: dcid:dc/bfng06hkqd1mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314912 +dcid: "dc/bfng06hkqd1mb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ttyf5vfxt86k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332813 +dcid: "dc/ttyf5vfxt86k7" + +Node: dcid:dc/gknpxnxxhl0n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/gknpxnxxhl0n2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r5xmhr1329mf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314 +dcid: "dc/r5xmhr1329mf8" + +Node: dcid:dc/wrpyf7cydwkv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445292 +dcid: "dc/wrpyf7cydwkv7" + +Node: dcid:dc/b6xx6t8f3jbz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/b6xx6t8f3jbz1" + +Node: dcid:dc/b5p2gdzts8f7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3335 +dcid: "dc/b5p2gdzts8f7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rzgpc7yg5s259 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/rzgpc7yg5s259" + +Node: dcid:dc/5ddjc232exd3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/5ddjc232exd3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/59bvjrbrtdrg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/59bvjrbrtdrg5" + +Node: dcid:dc/gw68qeb5tbet8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111422 +dcid: "dc/gw68qeb5tbet8" + +Node: dcid:dc/04jeel1yp6c64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/04jeel1yp6c64" + +Node: dcid:dc/cl2szy95y8x79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/cl2szy95y8x79" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/er217d24rtftb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532112 +dcid: "dc/er217d24rtftb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ctqgjm5tv0rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52222 +dcid: "dc/5ctqgjm5tv0rb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3f6w7t6tgkhe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/3f6w7t6tgkhe1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p1x4mr6p4ejr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33151 +dcid: "dc/p1x4mr6p4ejr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9pkr61lhqb0p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/9pkr61lhqb0p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r0fv9e41dt03c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/r0fv9e41dt03c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0yf5gewc7yzj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333293 +dcid: "dc/0yf5gewc7yzj8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rkcyd02njpsm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/rkcyd02njpsm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27gfvsp18mj1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333512 +dcid: "dc/27gfvsp18mj1b" + +Node: dcid:dc/65y83c1nkbbgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45331 +dcid: "dc/65y83c1nkbbgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ybxvtzjhtd3vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/ybxvtzjhtd3vc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/13dg94502dz65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/13dg94502dz65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/097x08k0r8nq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321999 +dcid: "dc/097x08k0r8nq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjzyck2wd15mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/vjzyck2wd15mf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kfkrc1xhqdsf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/kfkrc1xhqdsf5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1qsgf8l8cybe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/1qsgf8l8cybe4" + +Node: dcid:dc/mx0tq760fglz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42331 +dcid: "dc/mx0tq760fglz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z4smr6r7qgdf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331210 +dcid: "dc/z4smr6r7qgdf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7lx896b193wqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/7lx896b193wqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8gr2d193bfcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/k8gr2d193bfcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5t1vws8xps4m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236117 +dcid: "dc/5t1vws8xps4m4" + +Node: dcid:dc/6tnldenfx40xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/6tnldenfx40xb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/psbttpqbmrd7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/psbttpqbmrd7c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wt0cc7e8qb392 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3121 +dcid: "dc/wt0cc7e8qb392" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/37x7qvmd4gy34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/37x7qvmd4gy34" + +Node: dcid:dc/z6c805rzesj7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/z6c805rzesj7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6srehcyhv3hcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322223 +dcid: "dc/6srehcyhv3hcb" + +Node: dcid:dc/7bjres8qbgjs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/7bjres8qbgjs2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ke283pkfeb0xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/ke283pkfeb0xg" + +Node: dcid:dc/43r3jmzck4yz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/43r3jmzck4yz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kb19drk5lx7lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53221 +dcid: "dc/kb19drk5lx7lf" + +Node: dcid:dc/mnghml4zlg3w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33152 +dcid: "dc/mnghml4zlg3w" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5nv0nhh3l8z9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/5nv0nhh3l8z9d" + +Node: dcid:dc/vmg82cn14j14c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238131 +dcid: "dc/vmg82cn14j14c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3vecsps1sbgg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336322 +dcid: "dc/3vecsps1sbgg8" + +Node: dcid:dc/0wcs1psbe00n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115114 +dcid: "dc/0wcs1psbe00n1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2m7ts6c54l6f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/2m7ts6c54l6f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rsr76f7gcbrxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/rsr76f7gcbrxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/flj2wvbvs423b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423620 +dcid: "dc/flj2wvbvs423b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9hdm77bx6s6n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/9hdm77bx6s6n2" + +Node: dcid:dc/sg0zwv66hwc78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53231 +dcid: "dc/sg0zwv66hwc78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ys2s5n7ehwde5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111331 +dcid: "dc/ys2s5n7ehwde5" + +Node: dcid:dc/t2v1rb538pjb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/t2v1rb538pjb6" + +Node: dcid:dc/x208h6sb9e8h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53242 +dcid: "dc/x208h6sb9e8h8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q4whztgj0rh68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/q4whztgj0rh68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wqy47t5edzps +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445210 +dcid: "dc/wqy47t5edzps" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2clszy0l3wc2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334517 +dcid: "dc/2clszy0l3wc2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/08hks2g2vje5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33351 +dcid: "dc/08hks2g2vje5g" + +Node: dcid:dc/2hgc08qbgg553 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/2hgc08qbgg553" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2n5w0yn0ch8j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/2n5w0yn0ch8j1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p473w0nxh4zr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/p473w0nxh4zr" + +Node: dcid:dc/59jc7e8j8cv29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/59jc7e8j8cv29" + +Node: dcid:dc/y04dnlebkfq16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/y04dnlebkfq16" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fr87wvcghhx4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/fr87wvcghhx4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/efpv6nqmfmcd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31611 +dcid: "dc/efpv6nqmfmcd7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4nhpcqe0p2bgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31151 +dcid: "dc/4nhpcqe0p2bgb" + +Node: dcid:dc/4wsj3tcbp0y13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52593 +dcid: "dc/4wsj3tcbp0y13" + +Node: dcid:dc/q7wggebtev7hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/q7wggebtev7hc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vq1lwgx4mkjn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333411 +dcid: "dc/vq1lwgx4mkjn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1z8eg5tjj9qgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/1z8eg5tjj9qgc" + +Node: dcid:dc/gpvbvcfsy7vp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/gpvbvcfsy7vp5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x1yhym3sgfvt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42494 +dcid: "dc/x1yhym3sgfvt8" + +Node: dcid:dc/xbv04qllgp477 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/xbv04qllgp477" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9fz32gf6gw1x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541340 +dcid: "dc/9fz32gf6gw1x1" + +Node: dcid:dc/t8265xzmktlh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3334 +dcid: "dc/t8265xzmktlh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cb04g9le5rgnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/cb04g9le5rgnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k4grzkjq201xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/k4grzkjq201xh" + +Node: dcid:dc/m4mqwq0rs3zvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/m4mqwq0rs3zvb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vebvxfthf7xf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/vebvxfthf7xf7" + +Node: dcid:dc/v3y1l0tbkpz9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42492 +dcid: "dc/v3y1l0tbkpz9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b0p0xexc41zch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31133 +dcid: "dc/b0p0xexc41zch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zxhp8cthspc65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33232 +dcid: "dc/zxhp8cthspc65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/05skm1zse93s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424940 +dcid: "dc/05skm1zse93s" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vm5ltxqlstm5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/vm5ltxqlstm5f" + +Node: dcid:dc/wb03d25cfdvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/wb03d25cfdvh" + +Node: dcid:dc/pnjrjm9lcxyf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321219 +dcid: "dc/pnjrjm9lcxyf3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xqm2m4bc2mn3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/xqm2m4bc2mn3c" + +Node: dcid:dc/16ccyn9r47l46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45114 +dcid: "dc/16ccyn9r47l46" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pydmv5vxwl4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53222 +dcid: "dc/pydmv5vxwl4b" + +Node: dcid:dc/r57p1yph9etdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81292 +dcid: "dc/r57p1yph9etdf" + +Node: dcid:dc/l49bvyk3csfzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/l49bvyk3csfzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qsyt9xxex7n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333210 +dcid: "dc/8qsyt9xxex7n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v354dh41xmed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31611 +dcid: "dc/v354dh41xmed" + +Node: dcid:dc/pz0lc0sv6gwv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5321 +dcid: "dc/pz0lc0sv6gwv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/71v063rvpbqxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/71v063rvpbqxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tjpnrhgsg6vgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/tjpnrhgsg6vgc" + +Node: dcid:dc/b1g01m4m364sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/b1g01m4m364sb" + +Node: dcid:dc/g4cylhmmspre9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313221 +dcid: "dc/g4cylhmmspre9" + +Node: dcid:dc/lr14tkfgxnzz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/lr14tkfgxnzz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t2s9ghy84ejk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/t2s9ghy84ejk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lkkyft8prln1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/lkkyft8prln1h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7jbwnm5k386w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/7jbwnm5k386w4" + +Node: dcid:dc/mj2h4nz5z1tl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333291 +dcid: "dc/mj2h4nz5z1tl9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yn0qqln5tpgj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/yn0qqln5tpgj6" + +Node: dcid:dc/s56p622m630j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/s56p622m630j7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7c5xvqq894dx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/7c5xvqq894dx7" + +Node: dcid:dc/zyhl7t3yhzng9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/zyhl7t3yhzng9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l5g7ke3xkbf9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33241 +dcid: "dc/l5g7ke3xkbf9g" + +Node: dcid:dc/q1hn0zs5wkp06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/q1hn0zs5wkp06" + +Node: dcid:dc/r8jqxekxrvp1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/r8jqxekxrvp1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rrxtmd5kemks +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443130 +dcid: "dc/rrxtmd5kemks" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddn5nmc5eqyeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31529 +dcid: "dc/ddn5nmc5eqyeh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mqy7whe4rsnjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/mqy7whe4rsnjd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p1wz5w14sf3g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811112 +dcid: "dc/p1wz5w14sf3g5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtylbe6lvkt4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/jtylbe6lvkt4h" + +Node: dcid:dc/sw1gcd0p47rj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/sw1gcd0p47rj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gsld0lsglxf65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111331 +dcid: "dc/gsld0lsglxf65" + +Node: dcid:dc/2z6t38v6h5th4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/2z6t38v6h5th4" + +Node: dcid:dc/6b390n7lywcv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333515 +dcid: "dc/6b390n7lywcv3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d62l83kme0ckf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/d62l83kme0ckf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l35jyt051xb13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/l35jyt051xb13" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pggn4r1tlkq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/pggn4r1tlkq1" + +Node: dcid:dc/v221p4r0s0798 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/v221p4r0s0798" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cc4mc57zwxjx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54142 +dcid: "dc/cc4mc57zwxjx1" + +Node: dcid:dc/6dzxr0yf7pd7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/6dzxr0yf7pd7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7x5nnpg5ndr73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/7x5nnpg5ndr73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9n52q0nm00jq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/9n52q0nm00jq6" + +Node: dcid:dc/gdy9zs9sqfbg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45114 +dcid: "dc/gdy9zs9sqfbg9" + +Node: dcid:dc/f14pj3ejf0r76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/f14pj3ejf0r76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v7kwlrs34jgw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339113 +dcid: "dc/v7kwlrs34jgw6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ey6y2hdbwbqd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/ey6y2hdbwbqd7" + +Node: dcid:dc/y6gmplgevmm2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324121 +dcid: "dc/y6gmplgevmm2h" + +Node: dcid:dc/2xv3edgcebzd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44613 +dcid: "dc/2xv3edgcebzd2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/43e81q7x3v8pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/43e81q7x3v8pg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t0w127k5bdd36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424930 +dcid: "dc/t0w127k5bdd36" + +Node: dcid:dc/kbrzxm94sdtg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51119 +dcid: "dc/kbrzxm94sdtg8" + +Node: dcid:dc/1p3p8fcr4z385 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/1p3p8fcr4z385" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l9j0ghleg2xkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/l9j0ghleg2xkh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7jpsbn2m15ngd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/7jpsbn2m15ngd" + +Node: dcid:dc/st8xr4nhyny4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/st8xr4nhyny4f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s09hzy0lkj2f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/s09hzy0lkj2f3" + +Node: dcid:dc/6n1wpfh5thkdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/6n1wpfh5thkdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/444tf3pwydvb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3219 +dcid: "dc/444tf3pwydvb9" + +Node: dcid:dc/3ncsmn2s20dkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51811 +dcid: "dc/3ncsmn2s20dkb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jcwywnx2741m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/jcwywnx2741m9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/331sveep68v73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/331sveep68v73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86xvrkd15qjth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333996 +dcid: "dc/86xvrkd15qjth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r4cwp1cherrb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/r4cwp1cherrb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vg4xqykqk6bz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321991 +dcid: "dc/vg4xqykqk6bz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4djc4w4fffn24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3274 +dcid: "dc/4djc4w4fffn24" + +Node: dcid:dc/0xkt16pq28cy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33361 +dcid: "dc/0xkt16pq28cy6" + +Node: dcid:dc/3vbqqb48teqh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/3vbqqb48teqh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/30dkgw2nd7rzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/30dkgw2nd7rzh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f88ewjfmvy157 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/f88ewjfmvy157" + +Node: dcid:dc/pb458jztnx16f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/pb458jztnx16f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fvk3gsgmwrqjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23813 +dcid: "dc/fvk3gsgmwrqjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cgw4qzjw3npv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/cgw4qzjw3npv1" + +Node: dcid:dc/11pcf594njtm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81292 +dcid: "dc/11pcf594njtm8" + +Node: dcid:dc/y49d9ccmpwyg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/y49d9ccmpwyg7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5jr6pm78l7kd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/5jr6pm78l7kd3" + +Node: dcid:dc/tel0v8ezlpv13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33792 +dcid: "dc/tel0v8ezlpv13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q65h8yt1w76xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53223 +dcid: "dc/q65h8yt1w76xh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/td37krzdefh6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/td37krzdefh6f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vrqgkp3llttb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/vrqgkp3llttb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yn1tm5b9hw3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/yn1tm5b9hw3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mfze5gd6rdkpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3212 +dcid: "dc/mfze5gd6rdkpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b9ew6f9vxt8ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2121 +dcid: "dc/b9ew6f9vxt8ld" + +Node: dcid:dc/snhns8rd53jx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/snhns8rd53jx8" + +Node: dcid:dc/pl4ltht1lccc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321219 +dcid: "dc/pl4ltht1lccc6" + +Node: dcid:dc/n9hfn2qx6wpj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/n9hfn2qx6wpj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ef0j46rnnjdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/8ef0j46rnnjdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhzz6mw65ndwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/jhzz6mw65ndwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/82zt6zfklzs55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/82zt6zfklzs55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ze11my0kxjyx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/ze11my0kxjyx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/weg5n6y51pjr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/weg5n6y51pjr7" + +Node: dcid:dc/rt124lz04h2s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/rt124lz04h2s1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5lv16m3kqbvjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/5lv16m3kqbvjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dx6smvh1f8heg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/dx6smvh1f8heg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wy5b50ms4gg5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/wy5b50ms4gg5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/effn1jl2vll61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/effn1jl2vll61" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x90fqzrt5gkn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/x90fqzrt5gkn1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jxy0hqlf5rz6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/jxy0hqlf5rz6f" + +Node: dcid:dc/xxqksje6hfjq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/xxqksje6hfjq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dv5ezngc5cnx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454311 +dcid: "dc/dv5ezngc5cnx7" + +Node: dcid:dc/qe7s7qhyc2ejh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3323 +dcid: "dc/qe7s7qhyc2ejh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ls3svzs1bqm36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/ls3svzs1bqm36" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lmyrlqs7k7br3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/lmyrlqs7k7br3" + +Node: dcid:dc/jwp6nyhpw2wv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/jwp6nyhpw2wv1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/41nm8qr83wft6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/41nm8qr83wft6" + +Node: dcid:dc/480pp0jbxrhg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/480pp0jbxrhg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/81c5vhs16lev3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/81c5vhs16lev3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yzbnb3150w4yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/yzbnb3150w4yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r0wyw2rdcmdq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/r0wyw2rdcmdq9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f33ttxdtrkg9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/f33ttxdtrkg9d" + +Node: dcid:dc/d9zszqhbsw7e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/d9zszqhbsw7e7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/76q8sc8jefc97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424420 +dcid: "dc/76q8sc8jefc97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/21p7232mg86pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31194 +dcid: "dc/21p7232mg86pc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jkh49688gpe95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33461 +dcid: "dc/jkh49688gpe95" + +Node: dcid:dc/3q9b33w682yc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/3q9b33w682yc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pcs933ncwytph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/pcs933ncwytph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/30x5jmvt7mj2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/30x5jmvt7mj2b" + +Node: dcid:dc/7lmjfcx5fzg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/7lmjfcx5fzg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c8hlztm07rrvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44521 +dcid: "dc/c8hlztm07rrvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fswy7gg71xkq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/fswy7gg71xkq5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l0sgzx7vdpg89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/l0sgzx7vdpg89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rtts2v593v6zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/rtts2v593v6zh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tf5c49ztl4c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811420 +dcid: "dc/tf5c49ztl4c5" + +Node: dcid:dc/k27nvl4the5x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443120 +dcid: "dc/k27nvl4the5x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tcypzery989p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334210 +dcid: "dc/tcypzery989p7" + +Node: dcid:dc/9hmle944xy9m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331528 +dcid: "dc/9hmle944xy9m" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s7th92897c0s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3221 +dcid: "dc/s7th92897c0s" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zf3z4sp4xyq94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31322 +dcid: "dc/zf3z4sp4xyq94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q0xq99gywy142 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424460 +dcid: "dc/q0xq99gywy142" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9vbvs80c2s8v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44412 +dcid: "dc/9vbvs80c2s8v6" + +Node: dcid:dc/hcls8b3qm5dw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11115 +dcid: "dc/hcls8b3qm5dw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y7r6bfjt7hjgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/y7r6bfjt7hjgh" + +Node: dcid:dc/dzj4vydb3s347 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/dzj4vydb3s347" + +Node: dcid:dc/805xdp1kflz44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/805xdp1kflz44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3hl7tgj1gy1zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/3hl7tgj1gy1zc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/meypl3gpg4yk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311513 +dcid: "dc/meypl3gpg4yk" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gz598yw9wjn93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332311 +dcid: "dc/gz598yw9wjn93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hb80zbc35dld5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/hb80zbc35dld5" + +Node: dcid:dc/fhegkwsryqwnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/fhegkwsryqwnd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wyeh0vhmhlzp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/wyeh0vhmhlzp6" + +Node: dcid:dc/h8ne6d2f03c18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42446 +dcid: "dc/h8ne6d2f03c18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qvzw984wm7793 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336399 +dcid: "dc/qvzw984wm7793" + +Node: dcid:dc/g7jcxl75fcgyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/g7jcxl75fcgyf" + +Node: dcid:dc/rm9s7b8zzmrvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213111 +dcid: "dc/rm9s7b8zzmrvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9bx4jbkzxz1r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/9bx4jbkzxz1r" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fbyg0429l6hsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/fbyg0429l6hsf" + +Node: dcid:dc/gmdlcyjj5wm26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/gmdlcyjj5wm26" + +Node: dcid:dc/6zm9199zph7k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326130 +dcid: "dc/6zm9199zph7k2" + +Node: dcid:dc/e8j8ltpdn99m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/e8j8ltpdn99m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sts96h7nlpddd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33321 +dcid: "dc/sts96h7nlpddd" + +Node: dcid:dc/x0zcd2der1xt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332321 +dcid: "dc/x0zcd2der1xt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nz56t7hvh2jn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/nz56t7hvh2jn1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mzfjmsm6t1fs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/mzfjmsm6t1fs9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ffwqdf8db5nth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/ffwqdf8db5nth" + +Node: dcid:dc/eksl5kfze8qz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4869 +dcid: "dc/eksl5kfze8qz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ee2b6q467re4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323118 +dcid: "dc/ee2b6q467re4d" + +Node: dcid:dc/ymtckm2ccpv14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/ymtckm2ccpv14" + +Node: dcid:dc/0ly73d6z60sj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/0ly73d6z60sj5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dczflz1cehkj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333414 +dcid: "dc/dczflz1cehkj9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/py3333gmw3z64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/py3333gmw3z64" + +Node: dcid:dc/q49q5pxr45l17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/q49q5pxr45l17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8mlnt4glfs06g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/8mlnt4glfs06g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bpnspr2jzk8v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44831 +dcid: "dc/bpnspr2jzk8v1" + +Node: dcid:dc/pq9fff1hm85g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/pq9fff1hm85g1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yy1bxp91twtmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3169 +dcid: "dc/yy1bxp91twtmh" + +Node: dcid:dc/qyjymjxsyg514 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/qyjymjxsyg514" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jg9gtj0p5z8lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42445 +dcid: "dc/jg9gtj0p5z8lh" + +Node: dcid:dc/j68hl19h9m8bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23812 +dcid: "dc/j68hl19h9m8bb" + +Node: dcid:dc/8wz81jpygkzgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424480 +dcid: "dc/8wz81jpygkzgc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cfecmx0qgz9pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/cfecmx0qgz9pd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/py45h6b9r0p15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/py45h6b9r0p15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/scfq8vpypb3c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332811 +dcid: "dc/scfq8vpypb3c5" + +Node: dcid:dc/tyy9lk3mjnefg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/tyy9lk3mjnefg" + +Node: dcid:dc/zh2gzpjyrylb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314110 +dcid: "dc/zh2gzpjyrylb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z1wefcxgb8278 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3255 +dcid: "dc/z1wefcxgb8278" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hpc0xeffqd3ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238331 +dcid: "dc/hpc0xeffqd3ch" + +Node: dcid:dc/ychyksxxrln21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3121 +dcid: "dc/ychyksxxrln21" + +Node: dcid:dc/4sb9met6ljq97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33231 +dcid: "dc/4sb9met6ljq97" + +Node: dcid:dc/czhxnh2rs27e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325311 +dcid: "dc/czhxnh2rs27e2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sp2ksd30kl4y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/sp2ksd30kl4y8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dpmzd274xmeb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/dpmzd274xmeb7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7y0l01hfbcje4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/7y0l01hfbcje4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/81f2s2c70mlbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/81f2s2c70mlbf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b902xj556mwwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/b902xj556mwwd" + +Node: dcid:dc/j0zbq5ssztbm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/j0zbq5ssztbm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0dcn2kvg9281b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332323 +dcid: "dc/0dcn2kvg9281b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jffmrh2k34nm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325199 +dcid: "dc/jffmrh2k34nm8" + +Node: dcid:dc/tn8vjc6tvqmvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/tn8vjc6tvqmvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fnzxbmdcld933 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541191 +dcid: "dc/fnzxbmdcld933" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jrn1005p0x0b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/jrn1005p0x0b4" + +Node: dcid:dc/73vk0chpvcl7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/73vk0chpvcl7f" + +Node: dcid:dc/kv0rfvycjvmq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3111 +dcid: "dc/kv0rfvycjvmq8" + +Node: dcid:dc/b00zhbwwkk93c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/b00zhbwwkk93c" + +Node: dcid:dc/v9nzyrxhb2hf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333293 +dcid: "dc/v9nzyrxhb2hf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q6md2mrbpz3xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/q6md2mrbpz3xd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjkv15h7k91f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33111 +dcid: "dc/vjkv15h7k91f3" + +Node: dcid:dc/gtrtwder800x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/gtrtwder800x3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t9vpcyp6mbgx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3346 +dcid: "dc/t9vpcyp6mbgx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3mrrpxgcewqh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/3mrrpxgcewqh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dhtk3hxwb4n4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33999 +dcid: "dc/dhtk3hxwb4n4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mdb2lzjs1r0y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/mdb2lzjs1r0y8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mfxdhdrcfwnw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/mfxdhdrcfwnw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lpjfjjwefhqn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/lpjfjjwefhqn2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/13ydhdyy5ctbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/13ydhdyy5ctbc" + +Node: dcid:dc/l7wmx84gb2n0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/l7wmx84gb2n0b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sfx9jpt51gyt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/sfx9jpt51gyt8" + +Node: dcid:dc/9tmrlbgtppj85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/9tmrlbgtppj85" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nd6np9d7rszjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/nd6np9d7rszjf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/03hy17w0jhwn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/03hy17w0jhwn" + +Node: dcid:dc/8rh89xmg7f683 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42384 +dcid: "dc/8rh89xmg7f683" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wcncmcfj8np1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33231 +dcid: "dc/wcncmcfj8np1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/htsm7bdcprpvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/htsm7bdcprpvh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jj3gjfmng0tw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238911 +dcid: "dc/jj3gjfmng0tw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3dbgfmf0f9cld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48839 +dcid: "dc/3dbgfmf0f9cld" + +Node: dcid:dc/c621w1655nswf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/c621w1655nswf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8x1gl14vdwhb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/8x1gl14vdwhb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vfjchdbtt8779 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/vfjchdbtt8779" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2hektwdwxtflc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/2hektwdwxtflc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/74w8vxdhscf0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/74w8vxdhscf0g" + +Node: dcid:dc/j7fnmxbwg34z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/j7fnmxbwg34z5" + +Node: dcid:dc/bf3dm7l62c705 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/bf3dm7l62c705" + +Node: dcid:dc/m258e459hz154 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/m258e459hz154" + +Node: dcid:dc/59y1bybgs9mp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424440 +dcid: "dc/59y1bybgs9mp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5qptgwyqv28x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/5qptgwyqv28x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hyq1lh1jsq9lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311822 +dcid: "dc/hyq1lh1jsq9lh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4q84n30vxnz0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/4q84n30vxnz0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6s6tbfppefx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/l6s6tbfppefx" + +Node: dcid:dc/6qegepqth87p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339950 +dcid: "dc/6qegepqth87p2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tm1n4y2dvkz41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/tm1n4y2dvkz41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wlz2pzb7z3x4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/wlz2pzb7z3x4c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yz4h2kdegetcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/yz4h2kdegetcc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z2s88bcczjqed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238321 +dcid: "dc/z2s88bcczjqed" + +Node: dcid:dc/esthy8dbcylsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23812 +dcid: "dc/esthy8dbcylsb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b0e26ln4v8qq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/b0e26ln4v8qq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/177skbrbcq4m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/177skbrbcq4m7" + +Node: dcid:dc/j8rxbmjs7nmj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/j8rxbmjs7nmj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dnmn0v2c1xhgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811113 +dcid: "dc/dnmn0v2c1xhgd" + +Node: dcid:dc/19zlsj5clvymg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333513 +dcid: "dc/19zlsj5clvymg" + +Node: dcid:dc/2jl4msx9grdr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/2jl4msx9grdr6" + +Node: dcid:dc/m2bxbzef52t34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/m2bxbzef52t34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wkes7v30b0p2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/wkes7v30b0p2d" + +Node: dcid:dc/qr927mgc7dbff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325612 +dcid: "dc/qr927mgc7dbff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ck6r54pk3yqj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/ck6r54pk3yqj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tdsk4v5v99g2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54141 +dcid: "dc/tdsk4v5v99g2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b1dw9s1mq6cvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561491 +dcid: "dc/b1dw9s1mq6cvb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ggfns9cdcmcb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/ggfns9cdcmcb9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gkgp01wd4y9p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/gkgp01wd4y9p" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qgyx6n71j445 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/qgyx6n71j445" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5t90vb5rn2xxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423390 +dcid: "dc/5t90vb5rn2xxg" + +Node: dcid:dc/58101g8qq2nf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/58101g8qq2nf1" + +Node: dcid:dc/s5j3ldw1z8cy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/s5j3ldw1z8cy5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tcglp184lcxt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/tcglp184lcxt7" + +Node: dcid:dc/6gh5650dxz2m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61141 +dcid: "dc/6gh5650dxz2m5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w49knwdmyyb1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/w49knwdmyyb1f" + +Node: dcid:dc/f7tds762hgg09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33911 +dcid: "dc/f7tds762hgg09" + +Node: dcid:dc/qlqkwf726y2n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/qlqkwf726y2n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9meb59ls8exrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/9meb59ls8exrb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gy1ee3nvnf70d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/gy1ee3nvnf70d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dqq4020kwv059 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/dqq4020kwv059" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/47ez7nl1wdzc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/47ez7nl1wdzc8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n337fn1755cz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/n337fn1755cz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2bh30kglzg35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332996 +dcid: "dc/r2bh30kglzg35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6pxbwnjm77z56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3334 +dcid: "dc/6pxbwnjm77z56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jk4xr84d51bg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/jk4xr84d51bg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wqzk4vjkt30l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/wqzk4vjkt30l3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nnfslshy1z7wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/nnfslshy1z7wh" + +Node: dcid:dc/rgmhvnpgrxpb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336370 +dcid: "dc/rgmhvnpgrxpb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8lnyznt4x047 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336312 +dcid: "dc/q8lnyznt4x047" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2hnzc1v00p1d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/213113 +dcid: "dc/2hnzc1v00p1d9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zlepe9gyv7y9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212221 +dcid: "dc/zlepe9gyv7y9d" + +Node: dcid:dc/mnj12v11cyev6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/mnj12v11cyev6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7q7kkld847gd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21211 +dcid: "dc/7q7kkld847gd6" + +Node: dcid:dc/ryy03c6xptpf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331513 +dcid: "dc/ryy03c6xptpf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y0f10439ms753 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/y0f10439ms753" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zsskpz57pgtq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/zsskpz57pgtq9" + +Node: dcid:dc/1x4sp2p0xf263 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/1x4sp2p0xf263" + +Node: dcid:dc/1ynd945ss009g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/1ynd945ss009g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x6hhq63tzqnxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/x6hhq63tzqnxf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8nlg0t88spcw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/8nlg0t88spcw6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s3epr76wxd7y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423860 +dcid: "dc/s3epr76wxd7y5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0kkgn7ps90fcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/0kkgn7ps90fcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l4mh8nfchw0c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42493 +dcid: "dc/l4mh8nfchw0c4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lpmj4qnxfrkf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23817 +dcid: "dc/lpmj4qnxfrkf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mf71c9kp8kzz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/mf71c9kp8kzz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cqbnk75l974d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/cqbnk75l974d3" + +Node: dcid:dc/rttb1993yzqy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/rttb1993yzqy3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sdxp525z3n1e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33429 +dcid: "dc/sdxp525z3n1e7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tftk3nl4lgfg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314999 +dcid: "dc/tftk3nl4lgfg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h2yd08hn7lkvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/h2yd08hn7lkvb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2mj2sq35lwytb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/2mj2sq35lwytb" + +Node: dcid:dc/tbshhfl455916 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/tbshhfl455916" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3bze9qkhsv35d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/3bze9qkhsv35d" + +Node: dcid:dc/xmebv1c0v71qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/xmebv1c0v71qh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zbde04n3ql8w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322232 +dcid: "dc/zbde04n3ql8w7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/54yck7s8f0thd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42339 +dcid: "dc/54yck7s8f0thd" + +Node: dcid:dc/c0wxmt45gffxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/c0wxmt45gffxc" + +Node: dcid:dc/hc3v62t433nn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423210 +dcid: "dc/hc3v62t433nn" + +Node: dcid:dc/xw2msskbvq44d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311920 +dcid: "dc/xw2msskbvq44d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5yb5fmc8g69q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/5yb5fmc8g69q5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7xrkl3822mdq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/7xrkl3822mdq8" + +Node: dcid:dc/5g1fvy78blccg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/5g1fvy78blccg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z0r0xcjh8988b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423110 +dcid: "dc/z0r0xcjh8988b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1b4j93wm6fcs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111339 +dcid: "dc/1b4j93wm6fcs8" + +Node: dcid:dc/gz5y0sqv9t3mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/gz5y0sqv9t3mh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/czq8enpv7fcd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/czq8enpv7fcd5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lzdbmbwhlqrp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/lzdbmbwhlqrp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m22z5wl7b1kt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611511 +dcid: "dc/m22z5wl7b1kt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8vztknmmbyp12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/8vztknmmbyp12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kk18yfnj5zt21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/kk18yfnj5zt21" + +Node: dcid:dc/jghfk6lwqq2g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/jghfk6lwqq2g5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cnkrk052d99ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/cnkrk052d99ed" + +Node: dcid:dc/s8y8gyh59d0d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/s8y8gyh59d0d5" + +Node: dcid:dc/lgrrdg1flrsy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/lgrrdg1flrsy1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k5y0yzfmdsk92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/k5y0yzfmdsk92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d2swjq32cj0mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32223 +dcid: "dc/d2swjq32cj0mb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9kxzc5vnppdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/w9kxzc5vnppdd" + +Node: dcid:dc/5tqjtb9k315v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42441 +dcid: "dc/5tqjtb9k315v7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5xljyb7g6ct97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322121 +dcid: "dc/5xljyb7g6ct97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gw34ld2jf4m71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42444 +dcid: "dc/gw34ld2jf4m71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z9w98kznhj4r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335991 +dcid: "dc/z9w98kznhj4r6" + +Node: dcid:dc/5lqzspy8nj2l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/5lqzspy8nj2l2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8q53gqm8c5kqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/8q53gqm8c5kqf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qhvxgfskt7hv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/qhvxgfskt7hv5" + +Node: dcid:dc/08k9xjwb8fb15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561431 +dcid: "dc/08k9xjwb8fb15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/epby2sx4e4gx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/epby2sx4e4gx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eme3d642le55c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33341 +dcid: "dc/eme3d642le55c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d0ppp3bgv894c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31211 +dcid: "dc/d0ppp3bgv894c" + +Node: dcid:dc/c7k6z0zk7p3m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/c7k6z0zk7p3m7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h88vh2gd5s1b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/h88vh2gd5s1b9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fb1jjrzcbpjd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325120 +dcid: "dc/fb1jjrzcbpjd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7z9hq5fsgnm0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/7z9hq5fsgnm0h" + +Node: dcid:dc/l7snx37xfqrj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/l7snx37xfqrj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b7nzkjr4jcecg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326299 +dcid: "dc/b7nzkjr4jcecg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/klhm1dctc3lpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/klhm1dctc3lpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cfxcmsfk3ww59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/cfxcmsfk3ww59" + +Node: dcid:dc/lydxcwvbr9bkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/lydxcwvbr9bkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rgy2t2v9eqj64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33637 +dcid: "dc/rgy2t2v9eqj64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vshhv5mvnrs91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/vshhv5mvnrs91" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p4e255s71ykj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53231 +dcid: "dc/p4e255s71ykj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9chnqv38wtxq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/9chnqv38wtxq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zew7xm4k2g4v +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/zew7xm4k2g4v" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fv91j50znx0mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3159 +dcid: "dc/fv91j50znx0mc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/77e2k8x4xkw8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/77e2k8x4xkw8h" + +Node: dcid:dc/hfq28bl1xqq1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/hfq28bl1xqq1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/25ep4ev0q68n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112920 +dcid: "dc/25ep4ev0q68n" + +Node: dcid:dc/lj9p4zv0lv7h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/lj9p4zv0lv7h9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/eyz5fyddkbz09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/eyz5fyddkbz09" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gxyt88esz18xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/gxyt88esz18xg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gn24f7gdsrtgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/gn24f7gdsrtgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4jwxtrzerkyd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/4jwxtrzerkyd6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kl6zjxss6dn01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/kl6zjxss6dn01" + +Node: dcid:dc/rl04wtk6sfddg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/rl04wtk6sfddg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/phf6ksdqw0g78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238111 +dcid: "dc/phf6ksdqw0g78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j25t1p935gw6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/j25t1p935gw6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j7530dnh34y28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3346 +dcid: "dc/j7530dnh34y28" + +Node: dcid:dc/d3xsrmp3v67h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/d3xsrmp3v67h1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/29jyklnsjelt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/29jyklnsjelt1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xd8z8mmqhbmp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/xd8z8mmqhbmp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zlf4fev4d1sng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/zlf4fev4d1sng" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m7qxskqx5jr35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/m7qxskqx5jr35" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e3hwx35b8hnr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/e3hwx35b8hnr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0k90x75bf08r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33231 +dcid: "dc/0k90x75bf08r5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/70bcyg1swpr1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/70bcyg1swpr1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5dk9x3cnjd31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/k5dk9x3cnjd31" + +Node: dcid:dc/202v9n45llkb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/202v9n45llkb2" + +Node: dcid:dc/7q5vj49rgqwzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/7q5vj49rgqwzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xr1lbfk7qh4r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3341 +dcid: "dc/xr1lbfk7qh4r8" + +Node: dcid:dc/t0h92s624xqxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321920 +dcid: "dc/t0h92s624xqxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hrek35q7fvc32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333120 +dcid: "dc/hrek35q7fvc32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ttx9djqvccfjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/ttx9djqvccfjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5nxvcr0cfmjw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/5nxvcr0cfmjw" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/81k9hk2x0443f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/81k9hk2x0443f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pe4c7dv94qqh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/pe4c7dv94qqh2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hd62z04rhsh07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333220 +dcid: "dc/hd62z04rhsh07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/82yvfntmtf992 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/82yvfntmtf992" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ksf7x7qxkkrw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325131 +dcid: "dc/ksf7x7qxkkrw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vfb2pe04yzgy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32419 +dcid: "dc/vfb2pe04yzgy6" + +Node: dcid:dc/c9xw3tp5csjp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/c9xw3tp5csjp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g2yp0c78d9112 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49211 +dcid: "dc/g2yp0c78d9112" + +Node: dcid:dc/k38gc6kjyv7e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/k38gc6kjyv7e" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x88v7ntj9mmf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337110 +dcid: "dc/x88v7ntj9mmf4" + +Node: dcid:dc/tk91mqyl6gxp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/tk91mqyl6gxp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4svegb4k3ezdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/4svegb4k3ezdc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tkbdp5s6lj911 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/tkbdp5s6lj911" + +Node: dcid:dc/yke09xk439bkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/yke09xk439bkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sdvdb08fzsmeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/sdvdb08fzsmeb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6mrgwfmm9b2bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238121 +dcid: "dc/6mrgwfmm9b2bh" + +Node: dcid:dc/h8pej8bnvy8hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33429 +dcid: "dc/h8pej8bnvy8hb" + +Node: dcid:dc/8j8w7pf73ekn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/8j8w7pf73ekn" + +Node: dcid:dc/d8pfhe9nrxqf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/d8pfhe9nrxqf3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9j5n1wbgswfr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/9j5n1wbgswfr6" + +Node: dcid:dc/my3mkvg0qkjs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/my3mkvg0qkjs2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svqs2sflqf3dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/svqs2sflqf3dc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gdbwb945lxfd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/gdbwb945lxfd2" + +Node: dcid:dc/jjmvwnbxvm7sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/jjmvwnbxvm7sg" + +Node: dcid:dc/1q67vsw67reh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/1q67vsw67reh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jpp3786cf53yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/jpp3786cf53yh" + +Node: dcid:dc/fm5fsd331tndh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/fm5fsd331tndh" + +Node: dcid:dc/04e5990bk46bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/04e5990bk46bg" + +Node: dcid:dc/cd8d34p2j6yx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423720 +dcid: "dc/cd8d34p2j6yx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ts0fpwv5j005g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/ts0fpwv5j005g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0148w82tdbwx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/0148w82tdbwx2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pnfb8nxlze22g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/pnfb8nxlze22g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dv4ke01hm2dwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/dv4ke01hm2dwd" + +Node: dcid:dc/9efdxbz7h5946 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/9efdxbz7h5946" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0er3m9cmeles6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/0er3m9cmeles6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g6exqqjthbz1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/g6exqqjthbz1c" + +Node: dcid:dc/x0gtey2bjl73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311340 +dcid: "dc/x0gtey2bjl73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hpfwnqrl74042 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332439 +dcid: "dc/hpfwnqrl74042" + +Node: dcid:dc/wszvp2rsbghl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/wszvp2rsbghl7" + +Node: dcid:dc/ejw0qder6pzp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/ejw0qder6pzp6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w96lh6fefpng4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/w96lh6fefpng4" + +Node: dcid:dc/4rm3cxnev0q95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42431 +dcid: "dc/4rm3cxnev0q95" + +Node: dcid:dc/6jq9jdwhmjqr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/6jq9jdwhmjqr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w17wpnf2yjrb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/w17wpnf2yjrb8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gsdztxphkv0rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811122 +dcid: "dc/gsdztxphkv0rg" + +Node: dcid:dc/l4xwwgh0yswh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111332 +dcid: "dc/l4xwwgh0yswh7" + +Node: dcid:dc/4w14v9ybd0nlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313221 +dcid: "dc/4w14v9ybd0nlf" + +Node: dcid:dc/c07typnfmljq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/c07typnfmljq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zpvn53x5vy3z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/zpvn53x5vy3z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xml80q6dbxpe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321992 +dcid: "dc/xml80q6dbxpe7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mgv7szs87xt2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/mgv7szs87xt2d" + +Node: dcid:dc/mhe85fdejf6s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561740 +dcid: "dc/mhe85fdejf6s3" + +Node: dcid:dc/jtwg90sw80kl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/jtwg90sw80kl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ce4nhdl1jps7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/2ce4nhdl1jps7" + +Node: dcid:dc/33c1lpw2sdfr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33999 +dcid: "dc/33c1lpw2sdfr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zwq1htjghh7tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/zwq1htjghh7tf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/119nkbj1w9kf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523130 +dcid: "dc/119nkbj1w9kf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rlns6neezf04b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/rlns6neezf04b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t1nqr6hd31m68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322222 +dcid: "dc/t1nqr6hd31m68" + +Node: dcid:dc/30cj950zjmhx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/30cj950zjmhx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l653ersdsq4f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/l653ersdsq4f1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yz1h395rjdk0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32518 +dcid: "dc/yz1h395rjdk0d" + +Node: dcid:dc/c9cr7b7ef8br8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/c9cr7b7ef8br8" + +Node: dcid:dc/0dcxlfmzce1x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48611 +dcid: "dc/0dcxlfmzce1x2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fgfs5kcyz2t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/fgfs5kcyz2t8" + +Node: dcid:dc/ql4nxxs70jjwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/ql4nxxs70jjwf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/th9ewmmqdvzb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11292 +dcid: "dc/th9ewmmqdvzb3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lr7v8ljqkpjy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311711 +dcid: "dc/lr7v8ljqkpjy6" + +Node: dcid:dc/bwr1l8y9we9k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/bwr1l8y9we9k7" + +Node: dcid:dc/wnkqptsmsrvp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/wnkqptsmsrvp4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/43jdbtby8034g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337121 +dcid: "dc/43jdbtby8034g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fntvm2es8dls7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51212 +dcid: "dc/fntvm2es8dls7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hvrmzw0q5wpzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42459 +dcid: "dc/hvrmzw0q5wpzc" + +Node: dcid:dc/k8hqqlhm34mv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/k8hqqlhm34mv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5wqfzpc0c1mdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/5wqfzpc0c1mdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3rj3879dwvn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111339 +dcid: "dc/j3rj3879dwvn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ztxsw31bpp5x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/ztxsw31bpp5x7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v9lpknrleymp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/v9lpknrleymp2" + +Node: dcid:dc/0005r4jvqbjtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11193 +dcid: "dc/0005r4jvqbjtc" + +Node: dcid:dc/41ljyq2kpqjt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/41ljyq2kpqjt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ec7c9yhrnhtv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/ec7c9yhrnhtv" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tzmlfs06lhz3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/tzmlfs06lhz3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nx79xpqkcyfm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/nx79xpqkcyfm2" + +Node: dcid:dc/sjbsyynjzferg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32551 +dcid: "dc/sjbsyynjzferg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mfexhxn0r1d86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/mfexhxn0r1d86" + +Node: dcid:dc/zfmz9h5qyyjhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/zfmz9h5qyyjhf" + +Node: dcid:dc/v0jzdmexjlttd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3222 +dcid: "dc/v0jzdmexjlttd" + +Node: dcid:dc/5bpqry74hrje +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/5bpqry74hrje" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m4qkcx9ph00wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/m4qkcx9ph00wf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/41ckc4jbrfjn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33711 +dcid: "dc/41ckc4jbrfjn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/krfrj0rj239vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/krfrj0rj239vd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zv0g2b777glm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/zv0g2b777glm9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/prr5bmvphm1v +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238312 +dcid: "dc/prr5bmvphm1v" + +Node: dcid:dc/kx5p0gpxmf3f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/kx5p0gpxmf3f8" + +Node: dcid:dc/23jqpsx26fedf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451220 +dcid: "dc/23jqpsx26fedf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vspe2evwgbwx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42495 +dcid: "dc/vspe2evwgbwx3" + +Node: dcid:dc/5wevdt8srrbdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114111 +dcid: "dc/5wevdt8srrbdf" + +Node: dcid:dc/3k2dq75xzw70d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54183 +dcid: "dc/3k2dq75xzw70d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s6xj5zkvewq98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/s6xj5zkvewq98" + +Node: dcid:dc/j7n5eqntnkwbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/j7n5eqntnkwbf" + +Node: dcid:dc/6jp6emlbpsbbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/6jp6emlbpsbbb" + +Node: dcid:dc/cchrg91pmr3qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/cchrg91pmr3qg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qljxzdt43x03g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/qljxzdt43x03g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4gxexeje6qeh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3133 +dcid: "dc/4gxexeje6qeh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ljvtbtktkc13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311999 +dcid: "dc/4ljvtbtktkc13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pl2swhbtbk945 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/pl2swhbtbk945" + +Node: dcid:dc/cd2zzn33v67wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/cd2zzn33v67wc" + +Node: dcid:dc/w0ty7l0krzqj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311212 +dcid: "dc/w0ty7l0krzqj8" + +Node: dcid:dc/5dq5b74ep733b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/5dq5b74ep733b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q4ebx1pq16cf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336214 +dcid: "dc/q4ebx1pq16cf5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7xt7x3d915l92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/7xt7x3d915l92" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mwtd8tjvgfk67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322221 +dcid: "dc/mwtd8tjvgfk67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/466khs4z8tbmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/466khs4z8tbmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y2y81zp7d6vvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32121 +dcid: "dc/y2y81zp7d6vvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w31fw65389wp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/w31fw65389wp8" + +Node: dcid:dc/3nc483bchvd1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/3nc483bchvd1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pccpprrrkd6p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453910 +dcid: "dc/pccpprrrkd6p8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5lfts98db5t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33131 +dcid: "dc/5lfts98db5t1" + +Node: dcid:dc/ekgwx29gnw4h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/ekgwx29gnw4h1" + +Node: dcid:dc/tvxdsjqnqs3j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/tvxdsjqnqs3j7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/prds6hc2p7mdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334512 +dcid: "dc/prds6hc2p7mdb" + +Node: dcid:dc/2n6qlp8wkmff6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/2n6qlp8wkmff6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2txrwbsbjhk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/2txrwbsbjhk2" + +Node: dcid:dc/qcge6381gs4s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4533 +dcid: "dc/qcge6381gs4s5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tc2pm1egfngwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114112 +dcid: "dc/tc2pm1egfngwh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zfww222tzf127 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448210 +dcid: "dc/zfww222tzf127" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/57jyny7xkygqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/57jyny7xkygqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mtzf2lkfyhe17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/mtzf2lkfyhe17" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/20hb0jz70e835 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424920 +dcid: "dc/20hb0jz70e835" + +Node: dcid:dc/1n885xhjz3e39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315233 +dcid: "dc/1n885xhjz3e39" + +Node: dcid:dc/nbmmr7ms8n4f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/nbmmr7ms8n4f8" + +Node: dcid:dc/m1tbjdgqrp6r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/m1tbjdgqrp6r8" + +Node: dcid:dc/wjb35gt9fndc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/wjb35gt9fndc5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/23h7n040xwvy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32229 +dcid: "dc/23h7n040xwvy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pvyp2826qc6b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/pvyp2826qc6b7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/99nmxlqqv98z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532120 +dcid: "dc/99nmxlqqv98z7" + +Node: dcid:dc/rvzg0l6hn3szc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333315 +dcid: "dc/rvzg0l6hn3szc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q1z10zgcdrbcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532111 +dcid: "dc/q1z10zgcdrbcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7pd4jtg584yk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/7pd4jtg584yk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tp254ezf8cqt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339991 +dcid: "dc/tp254ezf8cqt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddnbbsdl9lr66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/ddnbbsdl9lr66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9d1szcl9znsl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/9d1szcl9znsl1" + +Node: dcid:dc/cgjv9t64kwwzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/cgjv9t64kwwzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9wexv7rytvgmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/9wexv7rytvgmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w4545jeqh9mq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/w4545jeqh9mq1" + +Node: dcid:dc/necz0bh61p1rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/necz0bh61p1rh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h2lt8s6h1h8pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445292 +dcid: "dc/h2lt8s6h1h8pf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mhx0ezswqzvr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/mhx0ezswqzvr4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/my7jwwdvdj2wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/my7jwwdvdj2wf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v53961zfgn1r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/v53961zfgn1r4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tlb78vdx53gs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423310 +dcid: "dc/tlb78vdx53gs6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e9z4p9q149cp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446130 +dcid: "dc/e9z4p9q149cp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e662e8zefd0z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42349 +dcid: "dc/e662e8zefd0z1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r10tfc4ss27gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/r10tfc4ss27gh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kq5dyj1vtrgrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327125 +dcid: "dc/kq5dyj1vtrgrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/31xnpf34neks9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/31xnpf34neks9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xb61scyzm2kw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/xb61scyzm2kw5" + +Node: dcid:dc/40zhhsknpkj77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3341 +dcid: "dc/40zhhsknpkj77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qxyn98jm0ejg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522190 +dcid: "dc/qxyn98jm0ejg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ch5fhm2x66ztg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423710 +dcid: "dc/ch5fhm2x66ztg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w20tc6w98g8p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/w20tc6w98g8p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eezfdp6wnv642 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/eezfdp6wnv642" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/29ee30vcx0759 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45291 +dcid: "dc/29ee30vcx0759" + +Node: dcid:dc/19kk1sp6xhl16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/19kk1sp6xhl16" + +Node: dcid:dc/c77jdtvwtdq6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/c77jdtvwtdq6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1jkx8srl3x681 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/1jkx8srl3x681" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rk6xdfgb5fj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/rk6xdfgb5fj7" + +Node: dcid:dc/2gz88f2k8ps65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333513 +dcid: "dc/2gz88f2k8ps65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4c8nm2zthzjv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/4c8nm2zthzjv6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3x4f951y67eq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32552 +dcid: "dc/3x4f951y67eq8" + +Node: dcid:dc/11zfz1letwyhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/11zfz1letwyhb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t1w0jlxx49mh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332999 +dcid: "dc/t1w0jlxx49mh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dk05h84bfrn27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334419 +dcid: "dc/dk05h84bfrn27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c6kzz6j9tjgc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3255 +dcid: "dc/c6kzz6j9tjgc2" + +Node: dcid:dc/24ekt1mkqq3m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/24ekt1mkqq3m7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xlet1ddnn68rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/xlet1ddnn68rh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1j8rkhhkgkz63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11193 +dcid: "dc/1j8rkhhkgkz63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bv94fm1nq2bzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/bv94fm1nq2bzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3yzvxtstzjp02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/3yzvxtstzjp02" + +Node: dcid:dc/4e98b5ksbe68b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/4e98b5ksbe68b" + +Node: dcid:dc/d1whpzyk6b5ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/d1whpzyk6b5ef" + +Node: dcid:dc/37qn9gmkv6ty5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/37qn9gmkv6ty5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eprxe2e8g3s86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/eprxe2e8g3s86" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cjese28q75fjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/cjese28q75fjc" + +Node: dcid:dc/v91fqcst6jvxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32613 +dcid: "dc/v91fqcst6jvxg" + +Node: dcid:dc/pv4c0rre70jn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333511 +dcid: "dc/pv4c0rre70jn1" + +Node: dcid:dc/vps435ly8qh62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621320 +dcid: "dc/vps435ly8qh62" + +Node: dcid:dc/qgzf50c7pkyd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/qgzf50c7pkyd4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4pdqx6cllwvcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/4pdqx6cllwvcb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c0mh7648qbnm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115114 +dcid: "dc/c0mh7648qbnm7" + +Node: dcid:dc/m9w5pxrp2zh7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31191 +dcid: "dc/m9w5pxrp2zh7d" + +Node: dcid:dc/cftnxh1g2blfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/cftnxh1g2blfd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q73qfmb9k4q4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522210 +dcid: "dc/q73qfmb9k4q4d" + +Node: dcid:dc/86n80vw5hphd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/86n80vw5hphd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zvg358881v7f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333997 +dcid: "dc/zvg358881v7f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5r8857zp5v8v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/5r8857zp5v8v7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8yb66c5wy3sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/k8yb66c5wy3sc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e7y4zfee47x33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/e7y4zfee47x33" + +Node: dcid:dc/6m6fd63m181c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23833 +dcid: "dc/6m6fd63m181c7" + +Node: dcid:dc/rj6b6d6nhplt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51911 +dcid: "dc/rj6b6d6nhplt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rwp1l62d0qc97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332439 +dcid: "dc/rwp1l62d0qc97" + +Node: dcid:dc/8vded43sv4yxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3159 +dcid: "dc/8vded43sv4yxb" + +Node: dcid:dc/9fnbktep24fj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/9fnbktep24fj7" + +Node: dcid:dc/k2sq9rk20pcw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/k2sq9rk20pcw" + +Node: dcid:dc/2ye8yhgjsrzm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321918 +dcid: "dc/2ye8yhgjsrzm6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mgf6g90c8y7tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/mgf6g90c8y7tb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c6vbg3q5jjhph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/c6vbg3q5jjhph" + +Node: dcid:dc/vgd4re14ee717 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/vgd4re14ee717" + +Node: dcid:dc/fdy676kwtk9bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333516 +dcid: "dc/fdy676kwtk9bf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4bm314vdqs682 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532420 +dcid: "dc/4bm314vdqs682" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bc8qyhchhzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337214 +dcid: "dc/1bc8qyhchhzb" + +Node: dcid:dc/zn885dl8x08wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/zn885dl8x08wc" + +Node: dcid:dc/03glkytwbvrs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331525 +dcid: "dc/03glkytwbvrs7" + +Node: dcid:dc/yqgrvedm7q3bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33331 +dcid: "dc/yqgrvedm7q3bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0cf68pbr3w3lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/0cf68pbr3w3lh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k9jw47sypzm37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562991 +dcid: "dc/k9jw47sypzm37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/23f3q4488s8b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/23f3q4488s8b9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/klxndj882vdn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/klxndj882vdn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1e41bgyyw386h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/1e41bgyyw386h" + +Node: dcid:dc/ylqpq0904dgr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/ylqpq0904dgr6" + +Node: dcid:dc/4eys7s4pyjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/4eys7s4pyjb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tgsyrdep0nm64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/tgsyrdep0nm64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c77nbfxs07hkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/c77nbfxs07hkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bm8jpsxyrcsq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311514 +dcid: "dc/bm8jpsxyrcsq6" + +Node: dcid:dc/d5yn35dgrvdq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21311 +dcid: "dc/d5yn35dgrvdq5" + +Node: dcid:dc/zrrnfkvzyenn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/zrrnfkvzyenn9" + +Node: dcid:dc/tfc808bwsdj19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/tfc808bwsdj19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0xvv9v1lm2c16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532420 +dcid: "dc/0xvv9v1lm2c16" + +Node: dcid:dc/ym8pggznhv73b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3219 +dcid: "dc/ym8pggznhv73b" + +Node: dcid:dc/w4mgz9vglhjt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52219 +dcid: "dc/w4mgz9vglhjt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5jchr99q7925d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322213 +dcid: "dc/5jchr99q7925d" + +Node: dcid:dc/88k92k6ykd594 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332439 +dcid: "dc/88k92k6ykd594" + +Node: dcid:dc/8pls7xw20hs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/8pls7xw20hs2" + +Node: dcid:dc/d1sg7wlwe3lv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/d1sg7wlwe3lv7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9g8ehp5qt4pqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111160 +dcid: "dc/9g8ehp5qt4pqf" + +Node: dcid:dc/bep1dbg73k88f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/bep1dbg73k88f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l2cvllpn5yfqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/l2cvllpn5yfqf" + +Node: dcid:dc/bs6lnevm2tt8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541860 +dcid: "dc/bs6lnevm2tt8b" + +Node: dcid:dc/vf5ke3z3xx00d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/vf5ke3z3xx00d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sk1nw44l2lvg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335931 +dcid: "dc/sk1nw44l2lvg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zbj6wc9ndld6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/1zbj6wc9ndld6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kbpkdpxz3hps1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/kbpkdpxz3hps1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6j313wmxmls18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/6j313wmxmls18" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fwkbx8hdvk4h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23834 +dcid: "dc/fwkbx8hdvk4h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7pvq60ygzlqh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/7pvq60ygzlqh1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/srmh0ndb28xg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561740 +dcid: "dc/srmh0ndb28xg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5jpjee5dnxfmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316991 +dcid: "dc/5jpjee5dnxfmg" + +Node: dcid:dc/r2b1dy0n8zp02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/r2b1dy0n8zp02" + +Node: dcid:dc/69lfe8z0zxh54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/69lfe8z0zxh54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wkebnlxscy2t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/wkebnlxscy2t6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bgt81gfx49rqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/bgt81gfx49rqf" + +Node: dcid:dc/8jq7qrlj2vm98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811113 +dcid: "dc/8jq7qrlj2vm98" + +Node: dcid:dc/xmv354th6xxyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/xmv354th6xxyg" + +Node: dcid:dc/4wz6x3g0serc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/4wz6x3g0serc7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/04sselg8nhbq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327999 +dcid: "dc/04sselg8nhbq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nsrlgslkx4fs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/nsrlgslkx4fs7" + +Node: dcid:dc/9w75c5ny2re3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331524 +dcid: "dc/9w75c5ny2re3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qbk5h0r1v8cr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334513 +dcid: "dc/qbk5h0r1v8cr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0wlqfr4mykdq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325132 +dcid: "dc/0wlqfr4mykdq3" + +Node: dcid:dc/e2182k35q0zd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/e2182k35q0zd4" + +Node: dcid:dc/bc32eggtc9fm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/bc32eggtc9fm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zsdnhq3ywpknd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333993 +dcid: "dc/zsdnhq3ywpknd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1tk2p3h7k2ke7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/1tk2p3h7k2ke7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ne3me40ksh11b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3111 +dcid: "dc/ne3me40ksh11b" + +Node: dcid:dc/zxnzbsccp4w31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/zxnzbsccp4w31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kqtrlp57cech +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/kqtrlp57cech" + +Node: dcid:dc/4xr09bj6mftcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/4xr09bj6mftcg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w4qn9q21q9ebg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31191 +dcid: "dc/w4qn9q21q9ebg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hspep54c61my4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238151 +dcid: "dc/hspep54c61my4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/585lec60j7sx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331421 +dcid: "dc/585lec60j7sx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yx0j6cq4wvnbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/yx0j6cq4wvnbc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8xzr1mnksc7hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326130 +dcid: "dc/8xzr1mnksc7hf" + +Node: dcid:dc/fs6nljr2b8j6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/fs6nljr2b8j6c" + +Node: dcid:dc/z8np3fw3xj6eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/z8np3fw3xj6eb" + +Node: dcid:dc/lnjyfme7fes76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3346 +dcid: "dc/lnjyfme7fes76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y30b8qkt124y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3252 +dcid: "dc/y30b8qkt124y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bx4bsq1w8jp39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/bx4bsq1w8jp39" + +Node: dcid:dc/7ghqe56r5h3gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/7ghqe56r5h3gb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqm9t5zwss3s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/sqm9t5zwss3s3" + +Node: dcid:dc/bkc2vnv05m9q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326140 +dcid: "dc/bkc2vnv05m9q5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0lrmylrh5s5z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/0lrmylrh5s5z2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nvhywhnfz3hfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5323 +dcid: "dc/nvhywhnfz3hfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4bejpekmssn09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/4bejpekmssn09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2751gex6zvgn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/2751gex6zvgn" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sv3h4xwvh4s47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4243 +dcid: "dc/sv3h4xwvh4s47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yw1jpvs6zjv4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/yw1jpvs6zjv4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xefcdq5q0p5wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/xefcdq5q0p5wd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmmmt7t5wnqr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/dmmmt7t5wnqr5" + +Node: dcid:dc/hn0mfxd2tklh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454311 +dcid: "dc/hn0mfxd2tklh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d7xq76ttcpfy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42442 +dcid: "dc/d7xq76ttcpfy" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svfrdzxzj8qtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/svfrdzxzj8qtb" + +Node: dcid:dc/7q24bbswkztm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33593 +dcid: "dc/7q24bbswkztm6" + +Node: dcid:dc/kw8bwxfngbc3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44313 +dcid: "dc/kw8bwxfngbc3h" + +Node: dcid:dc/26f9lxbcn4pmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/26f9lxbcn4pmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7xqelqeq5q043 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/7xqelqeq5q043" + +Node: dcid:dc/zb0v4lhrg9s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/zb0v4lhrg9s6" + +Node: dcid:dc/hrlel2805rrt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423220 +dcid: "dc/hrlel2805rrt1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wg0ccym20rk39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33392 +dcid: "dc/wg0ccym20rk39" + +Node: dcid:dc/hx207kqt3s4n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/hx207kqt3s4n2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gpmmhl4l20f2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/gpmmhl4l20f2h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9n9n0tjn59tk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/9n9n0tjn59tk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b0v8bbj0ds4th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3256 +dcid: "dc/b0v8bbj0ds4th" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7mky2t9rlrvbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/7mky2t9rlrvbh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kk24csncr17s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331521 +dcid: "dc/kk24csncr17s8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zzq29bs5q17x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32561 +dcid: "dc/zzq29bs5q17x5" + +Node: dcid:dc/ngz909j54pebg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/ngz909j54pebg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8d0x0t1qk5vr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/8d0x0t1qk5vr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mzv825r11xebg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321999 +dcid: "dc/mzv825r11xebg" + +Node: dcid:dc/ysmsjs76v7xw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/ysmsjs76v7xw1" + +Node: dcid:dc/nnllqeq9c0p68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/nnllqeq9c0p68" + +Node: dcid:dc/zjwwrd2yt29k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48423 +dcid: "dc/zjwwrd2yt29k1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f7sz6npjp847f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1122 +dcid: "dc/f7sz6npjp847f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kprk0vze5ngxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42481 +dcid: "dc/kprk0vze5ngxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lvg91k8h8gdk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42448 +dcid: "dc/lvg91k8h8gdk3" + +Node: dcid:dc/sk8v6vzshelj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337212 +dcid: "dc/sk8v6vzshelj6" + +Node: dcid:dc/bqtq3yppdl4l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/bqtq3yppdl4l" + +Node: dcid:dc/g7tejsqqw6zs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/g7tejsqqw6zs" + +Node: dcid:dc/rw44ccf6w7rw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/rw44ccf6w7rw5" + +Node: dcid:dc/3cwne926q2pvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/3cwne926q2pvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r1ke73k635787 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/r1ke73k635787" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rs64x4ygtmbp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111930 +dcid: "dc/rs64x4ygtmbp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5g5hs26jzt9zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339111 +dcid: "dc/5g5hs26jzt9zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7zktl1qc0heg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/7zktl1qc0heg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y7behshz3v4b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321912 +dcid: "dc/y7behshz3v4b4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m5m31375z7f31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339991 +dcid: "dc/m5m31375z7f31" + +Node: dcid:dc/k3bcb1y58ygz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/k3bcb1y58ygz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dq6fhj9qsl4q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33621 +dcid: "dc/dq6fhj9qsl4q" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4re7e0xwdcxyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11191 +dcid: "dc/4re7e0xwdcxyf" + +Node: dcid:dc/1fxw60rxykwz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/1fxw60rxykwz1" + +Node: dcid:dc/bcebwqm9w9rv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31191 +dcid: "dc/bcebwqm9w9rv1" + +Node: dcid:dc/nmtvdth2swm8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/nmtvdth2swm8f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6bycv6mng3nnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/6bycv6mng3nnd" + +Node: dcid:dc/yfem09d4nr40f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334517 +dcid: "dc/yfem09d4nr40f" + +Node: dcid:dc/y6yywpsv845jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/y6yywpsv845jg" + +Node: dcid:dc/02wj3esxrd6vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/02wj3esxrd6vg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/971pd9q1321sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33341 +dcid: "dc/971pd9q1321sh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eqm0cw1ce9pb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/eqm0cw1ce9pb3" + +Node: dcid:dc/nmr6trnzc2sc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3151 +dcid: "dc/nmr6trnzc2sc3" + +Node: dcid:dc/e6gc94xpqgw16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42361 +dcid: "dc/e6gc94xpqgw16" + +Node: dcid:dc/7bdpt07lns95c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/7bdpt07lns95c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6we265c4vxx1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/6we265c4vxx1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ewh3dqgj8g8cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4869 +dcid: "dc/ewh3dqgj8g8cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjk2kzvnjp6n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/xjk2kzvnjp6n7" + +Node: dcid:dc/bwrkhyrx87p4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/bwrkhyrx87p4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ft4psvrphm1w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/ft4psvrphm1w2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wjf8wnrxhwcsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811112 +dcid: "dc/wjf8wnrxhwcsd" + +Node: dcid:dc/8dw7vj5882qq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/8dw7vj5882qq1" + +Node: dcid:dc/y30qp8gbzk6mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32221 +dcid: "dc/y30qp8gbzk6mg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrwvm02xrylv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/nrwvm02xrylv3" + +Node: dcid:dc/wzz9t818m1gk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/wzz9t818m1gk8" + +Node: dcid:dc/13edw3m8rm1ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/13edw3m8rm1ld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y5v8k5wy8n4cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/y5v8k5wy8n4cb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/80zxp1hl2s3g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/80zxp1hl2s3g9" + +Node: dcid:dc/cmr8kt8v0vkt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/cmr8kt8v0vkt4" + +Node: dcid:dc/msye4l2q4z6v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333911 +dcid: "dc/msye4l2q4z6v9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/25cvgnqf0kfxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312111 +dcid: "dc/25cvgnqf0kfxb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jlym9neqhl81c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332913 +dcid: "dc/jlym9neqhl81c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1c7cz6ev9fv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332912 +dcid: "dc/1c7cz6ev9fv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqg589jxk28tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/sqg589jxk28tg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d7gvx9medwsq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/d7gvx9medwsq" + +Node: dcid:dc/gml1m56yv2v99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/gml1m56yv2v99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j891bjd92jzm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/j891bjd92jzm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1egph4c8npck3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/1egph4c8npck3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r3xcl34kbl5kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/r3xcl34kbl5kc" + +Node: dcid:dc/c7nbnpq7y8flh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/c7nbnpq7y8flh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n56dbsymx9k66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/n56dbsymx9k66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ns9w1sw6z33eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32711 +dcid: "dc/ns9w1sw6z33eg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wgg0cz06ynm76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445210 +dcid: "dc/wgg0cz06ynm76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7b8bbwvgyx7f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42431 +dcid: "dc/7b8bbwvgyx7f4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e8lc5wtdwhf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/e8lc5wtdwhf3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55plxwfdspby7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/55plxwfdspby7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f7v60r9bj35zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/f7v60r9bj35zh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4w0gn3e9jb0z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/4w0gn3e9jb0z2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/06tn25lpzqpgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/06tn25lpzqpgf" + +Node: dcid:dc/g1p0fmyhr9jm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/g1p0fmyhr9jm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lfc4v20056bf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/lfc4v20056bf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c0746r5r9s3k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453110 +dcid: "dc/c0746r5r9s3k5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pp1vmpc83tw64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/pp1vmpc83tw64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5rjwjpmmb25k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/5rjwjpmmb25k9" + +Node: dcid:dc/xnwl11q927wf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522190 +dcid: "dc/xnwl11q927wf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qg4blsztg5fdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/qg4blsztg5fdc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w24d8ztq8l9yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/w24d8ztq8l9yb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/08e5tswz21js1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/08e5tswz21js1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s4kcsnm5srh47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3323 +dcid: "dc/s4kcsnm5srh47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5391bhjzzdtjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33313 +dcid: "dc/5391bhjzzdtjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8wsw4bgj7kwy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33131 +dcid: "dc/8wsw4bgj7kwy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mex7t93q3er79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115111 +dcid: "dc/mex7t93q3er79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbs51kzgmpwrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/rbs51kzgmpwrc" + +Node: dcid:dc/mv7tn5wm6b3j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33149 +dcid: "dc/mv7tn5wm6b3j3" + +Node: dcid:dc/89k48djdr499b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316999 +dcid: "dc/89k48djdr499b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9h4y84dbcjmz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/9h4y84dbcjmz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ttbc747pfyjq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/ttbc747pfyjq6" + +Node: dcid:dc/elfnyyrjrkd6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/elfnyyrjrkd6d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zv8ltgcxttql7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327999 +dcid: "dc/zv8ltgcxttql7" + +Node: dcid:dc/0bwcjref9reg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/0bwcjref9reg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fc9w3mr0yfzc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61141 +dcid: "dc/fc9w3mr0yfzc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c1789hw646be4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42361 +dcid: "dc/c1789hw646be4" + +Node: dcid:dc/m44q2qdg3q7zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/m44q2qdg3q7zd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jlj7e99j3r9p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/jlj7e99j3r9p4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wzvy0rxmx4qp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311615 +dcid: "dc/wzvy0rxmx4qp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ttnvb135ym642 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532420 +dcid: "dc/ttnvb135ym642" + +Node: dcid:dc/cvs6szy8dbfv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/cvs6szy8dbfv3" + +Node: dcid:dc/tp52wcfc7lsy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32616 +dcid: "dc/tp52wcfc7lsy2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tqz4m5s9zqtf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/tqz4m5s9zqtf1" + +Node: dcid:dc/60d6gkyw0yx38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423860 +dcid: "dc/60d6gkyw0yx38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5x3ttgd8xv9c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/5x3ttgd8xv9c7" + +Node: dcid:dc/bp0g7fxfc7xj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/bp0g7fxfc7xj8" + +Node: dcid:dc/4slwrx475espg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/4slwrx475espg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tmjlzgxb9kqw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337910 +dcid: "dc/tmjlzgxb9kqw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/39smv2wejder2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/39smv2wejder2" + +Node: dcid:dc/gle6hs5lp1k67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/gle6hs5lp1k67" + +Node: dcid:dc/9b5zfxjswr304 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/9b5zfxjswr304" + +Node: dcid:dc/wb29b1l7z22jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/wb29b1l7z22jc" + +Node: dcid:dc/4lwf4zdgq3zcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/4lwf4zdgq3zcg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z7ztcz3t7ctb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/z7ztcz3t7ctb4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lrqykhy29y75f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/lrqykhy29y75f" + +Node: dcid:dc/mcggp9sx9kx8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/mcggp9sx9kx8d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y8zhtv49nqpm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/814 +dcid: "dc/y8zhtv49nqpm6" + +Node: dcid:dc/0q9sxhxwgd0mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/0q9sxhxwgd0mg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tdzczm2fngg14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/tdzczm2fngg14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bjljg85ejtzzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/bjljg85ejtzzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kd65hgfs68sl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/kd65hgfs68sl1" + +Node: dcid:dc/ks9y0vhmzxlh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423390 +dcid: "dc/ks9y0vhmzxlh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8q8wzmckt04g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322221 +dcid: "dc/8q8wzmckt04g6" + +Node: dcid:dc/q6yxgs2y86ckh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/q6yxgs2y86ckh" + +Node: dcid:dc/44bsjs1l1r8z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/44bsjs1l1r8z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/weg63rhxct181 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5511 +dcid: "dc/weg63rhxct181" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j51x67t9l2wk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812921 +dcid: "dc/j51x67t9l2wk" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jfjydk34fj67h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/jfjydk34fj67h" + +Node: dcid:dc/dy2k68mmhenfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314 +dcid: "dc/dy2k68mmhenfd" + +Node: dcid:dc/m4yzrxe9g98w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/m4yzrxe9g98w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pvcyn0153910f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/pvcyn0153910f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hq4sdczw1typb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311613 +dcid: "dc/hq4sdczw1typb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xcb30hc66lyrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337110 +dcid: "dc/xcb30hc66lyrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ezfxrgg69kkr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/ezfxrgg69kkr7" + +Node: dcid:dc/hz8pyl8j4hm46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336413 +dcid: "dc/hz8pyl8j4hm46" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x1vlvtrl2nv55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522210 +dcid: "dc/x1vlvtrl2nv55" + +Node: dcid:dc/xrjry1mr5zkjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/xrjry1mr5zkjb" + +Node: dcid:dc/szp2xmr52nfk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/szp2xmr52nfk7" + +Node: dcid:dc/fhtb5p688rnyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333220 +dcid: "dc/fhtb5p688rnyd" + +Node: dcid:dc/w1h117eh2twqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/w1h117eh2twqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5cxqn7elbj59f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/5cxqn7elbj59f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hk0zej3jn5n64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/hk0zej3jn5n64" + +Node: dcid:dc/g3hsdzrtc81k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/g3hsdzrtc81k" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wtmegt6dlp82c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31151 +dcid: "dc/wtmegt6dlp82c" + +Node: dcid:dc/btrc6yfb1910c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/btrc6yfb1910c" + +Node: dcid:dc/h77bt8rxcjve3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/h77bt8rxcjve3" + +Node: dcid:dc/9knk23kw169jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/9knk23kw169jf" + +Node: dcid:dc/m8ze6r4sh0xdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611410 +dcid: "dc/m8ze6r4sh0xdb" + +Node: dcid:dc/p6hpw9mxj09zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/p6hpw9mxj09zc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/619ebd62y9278 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/619ebd62y9278" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4wzpgmmp3k6qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/4wzpgmmp3k6qg" + +Node: dcid:dc/z17r3vmylvnph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333999 +dcid: "dc/z17r3vmylvnph" + +Node: dcid:dc/tc0k2lfhgnyvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42441 +dcid: "dc/tc0k2lfhgnyvd" + +Node: dcid:dc/wbtt3ngg69wl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/wbtt3ngg69wl7" + +Node: dcid:dc/bhr2n8bz3pykh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/bhr2n8bz3pykh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5pd0yjn4fv16b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/5pd0yjn4fv16b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/33vyygv9slzy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423710 +dcid: "dc/33vyygv9slzy6" + +Node: dcid:dc/fdv9bqxh7hmlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/fdv9bqxh7hmlh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2nfympkhb85n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/2nfympkhb85n9" + +Node: dcid:dc/4zj4fzzy8dhxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/4zj4fzzy8dhxc" + +Node: dcid:dc/eb3krvcszcws +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/eb3krvcszcws" + +Node: dcid:dc/fq8h2pz9xvyxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/fq8h2pz9xvyxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8j7eg8zzfb6t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/8j7eg8zzfb6t" + +Node: dcid:dc/ww6wqtwe214z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8141 +dcid: "dc/ww6wqtwe214z1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qjrhxx536w066 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333512 +dcid: "dc/qjrhxx536w066" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4e46k8e0c0vzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/4e46k8e0c0vzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/05vfj42qgzw01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48691 +dcid: "dc/05vfj42qgzw01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/89rf8gvq16ld6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/89rf8gvq16ld6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1fctqs0427b65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/1fctqs0427b65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s6qe72gdm8xc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42392 +dcid: "dc/s6qe72gdm8xc3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/84gd9je53te9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/84gd9je53te9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jfp7891xvpge5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/jfp7891xvpge5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mtx8klm5llv3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/mtx8klm5llv3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4ps43j63q6v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/f4ps43j63q6v5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1vd3nn14lj64b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/1vd3nn14lj64b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/89sprweqk0mrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/89sprweqk0mrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cr8c4q9nz82mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33992 +dcid: "dc/cr8c4q9nz82mb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fgggc908sttcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/fgggc908sttcd" + +Node: dcid:dc/l8y11788teq9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/l8y11788teq9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wb65x02cwgw5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/wb65x02cwgw5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0yls9md02k0k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4411 +dcid: "dc/0yls9md02k0k6" + +Node: dcid:dc/jye6tssjkm332 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/jye6tssjkm332" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8kh81lg87swdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/8kh81lg87swdb" + +Node: dcid:dc/smdhwx37c2yy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33911 +dcid: "dc/smdhwx37c2yy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bghyh2lz2rdw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/bghyh2lz2rdw2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kyd6mx0q6bgs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/kyd6mx0q6bgs2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b04z10fwfpd19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42313 +dcid: "dc/b04z10fwfpd19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0n1t4zktzl8bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/0n1t4zktzl8bh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cx1w704rhpxt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/cx1w704rhpxt2" + +Node: dcid:dc/lcpq2536nkqp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/lcpq2536nkqp8" + +Node: dcid:dc/mm805dyj8wg76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33313 +dcid: "dc/mm805dyj8wg76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h00909v7xst6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/h00909v7xst6" + +Node: dcid:dc/j2yj1j32f0ty4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3149 +dcid: "dc/j2yj1j32f0ty4" + +Node: dcid:dc/m49e7e0bhzb3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/m49e7e0bhzb3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jkhzlrvqw8n88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/jkhzlrvqw8n88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8y1j2b9hec7k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/8y1j2b9hec7k2" + +Node: dcid:dc/zws6dwtmd3mrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/zws6dwtmd3mrd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3866yecmd2gm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/3866yecmd2gm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jc7pdcml94m0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/jc7pdcml94m0g" + +Node: dcid:dc/4xyrw4x27z3r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/4xyrw4x27z3r2" + +Node: dcid:dc/ed5f7bg7rz8l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333991 +dcid: "dc/ed5f7bg7rz8l4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpjkdg05tg2c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/fpjkdg05tg2c7" + +Node: dcid:dc/2ypesbkcpmtd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/2ypesbkcpmtd4" + +Node: dcid:dc/j988gg6kl47r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/j988gg6kl47r" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8tlxld19syd83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811420 +dcid: "dc/8tlxld19syd83" + +Node: dcid:dc/79vj1cv0z7zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334290 +dcid: "dc/79vj1cv0z7zc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j90hj3ql7n8pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/j90hj3ql7n8pc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/37n8x41cbkb61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/37n8x41cbkb61" + +Node: dcid:dc/qgpqqfzwz03d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/qgpqqfzwz03d" + +Node: dcid:dc/4bpy1ghs49vn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/4bpy1ghs49vn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bhjkmcfvr0gn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/bhjkmcfvr0gn6" + +Node: dcid:dc/ettrrrz0shdx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311330 +dcid: "dc/ettrrrz0shdx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dpe6958pklwr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/dpe6958pklwr6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e0c92jz00lg53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/e0c92jz00lg53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hhlstn9461wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/hhlstn9461wh" + +Node: dcid:dc/ft5pxb6fr8mk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2122 +dcid: "dc/ft5pxb6fr8mk" + +Node: dcid:dc/6h7cpxfq5yryf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/6h7cpxfq5yryf" + +Node: dcid:dc/1k1jcltyrzzw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/1k1jcltyrzzw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jzpl8fz5f8f9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/jzpl8fz5f8f9g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vwqp6l5wghk65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/vwqp6l5wghk65" + +Node: dcid:dc/1b2czhfsze644 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/1b2czhfsze644" + +Node: dcid:dc/ms23y6wf1g1c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/ms23y6wf1g1c7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8yeq7byhf7zn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42443 +dcid: "dc/8yeq7byhf7zn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qfz15zwlyphm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45113 +dcid: "dc/qfz15zwlyphm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dg6wl6zylx2z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/dg6wl6zylx2z" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j753hhnm0d7s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315228 +dcid: "dc/j753hhnm0d7s3" + +Node: dcid:dc/ms9x4k4cw54rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32552 +dcid: "dc/ms9x4k4cw54rh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gnegbgsp3wvld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/814110 +dcid: "dc/gnegbgsp3wvld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3b4l7mh02r451 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/3b4l7mh02r451" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0967g6mmbj635 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486910 +dcid: "dc/0967g6mmbj635" + +Node: dcid:dc/fgs9cq1b4frm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/fgs9cq1b4frm8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5rdlp03s0qrbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335121 +dcid: "dc/5rdlp03s0qrbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fj5301jgep429 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32711 +dcid: "dc/fj5301jgep429" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0crhhtll1dfm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/0crhhtll1dfm1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/62dnwpv77wh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/62dnwpv77wh3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v9njvm8vfk7b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48423 +dcid: "dc/v9njvm8vfk7b9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1yw025nbtt2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/w1yw025nbtt2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/znk5q89j5ys38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/znk5q89j5ys38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kekdvvm6hv621 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/kekdvvm6hv621" + +Node: dcid:dc/t7n03de04rtdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/t7n03de04rtdd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rj17nh0llvyv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/rj17nh0llvyv3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fn0jkwfzn4c3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31111 +dcid: "dc/fn0jkwfzn4c3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m2zvwte8pm2y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/m2zvwte8pm2y4" + +Node: dcid:dc/kgdjnhzhc1ww2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532111 +dcid: "dc/kgdjnhzhc1ww2" + +Node: dcid:dc/1b3dz49b9wrlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312112 +dcid: "dc/1b3dz49b9wrlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f6xvm4w1k3q05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/f6xvm4w1k3q05" + +Node: dcid:dc/dpx182bhh46r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/dpx182bhh46r7" + +Node: dcid:dc/t0p1mczqsnfv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/t0p1mczqsnfv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cx45hksp92j3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/cx45hksp92j3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftq17hbrhny3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/ftq17hbrhny3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fxh94pspck715 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323116 +dcid: "dc/fxh94pspck715" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zpzmjbpltw5m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/zpzmjbpltw5m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rcd2xtzmrevm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33632 +dcid: "dc/rcd2xtzmrevm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ym5plcvqhyh49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/ym5plcvqhyh49" + +Node: dcid:dc/4tj7evjedl843 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/4tj7evjedl843" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dn31c85f0lsgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/dn31c85f0lsgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h7efd3nl6dqw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315223 +dcid: "dc/h7efd3nl6dqw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/njjecmbj25bg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532291 +dcid: "dc/njjecmbj25bg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s4sb365sx0xnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54193 +dcid: "dc/s4sb365sx0xnb" + +Node: dcid:dc/gc7tfpd5kv38c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/gc7tfpd5kv38c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yv115f6ypfez7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112210 +dcid: "dc/yv115f6ypfez7" + +Node: dcid:dc/vtzryrrl4s3x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333994 +dcid: "dc/vtzryrrl4s3x4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1redb08lf51df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532210 +dcid: "dc/1redb08lf51df" + +Node: dcid:dc/7myrxzfxbs4y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81143 +dcid: "dc/7myrxzfxbs4y" + +Node: dcid:dc/znjw0qspbf1g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56145 +dcid: "dc/znjw0qspbf1g4" + +Node: dcid:dc/n9z66kjw54hg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/n9z66kjw54hg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b0chhnsl4hcr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334290 +dcid: "dc/b0chhnsl4hcr9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xx1srvbyvy00h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3273 +dcid: "dc/xx1srvbyvy00h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3fr8mr8n58fc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/3fr8mr8n58fc9" + +Node: dcid:dc/ks1erh2rr7mz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448320 +dcid: "dc/ks1erh2rr7mz4" + +Node: dcid:dc/c6z7retgltyhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/c6z7retgltyhb" + +Node: dcid:dc/2ezn1dp2jkxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/2ezn1dp2jkxf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kvyrx8ye32bb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/kvyrx8ye32bb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1q2g2hef92zw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/1q2g2hef92zw9" + +Node: dcid:dc/bvwvp6559v3z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/bvwvp6559v3z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/frbg52qs8lfxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33421 +dcid: "dc/frbg52qs8lfxg" + +Node: dcid:dc/khxhcget3dq49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/khxhcget3dq49" + +Node: dcid:dc/ht9knfzzn12c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/ht9knfzzn12c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x4txcxkrj4qf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/x4txcxkrj4qf7" + +Node: dcid:dc/d4nys3zqnt9f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/d4nys3zqnt9f5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9nht3btgc8819 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511199 +dcid: "dc/9nht3btgc8819" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tb9fx5m5k52j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3391 +dcid: "dc/tb9fx5m5k52j7" + +Node: dcid:dc/0r7mc2z60pyz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311999 +dcid: "dc/0r7mc2z60pyz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qge6qfrl9p1wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/qge6qfrl9p1wh" + +Node: dcid:dc/1zjv06f2h3eph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/1zjv06f2h3eph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x742nllgq4jd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/x742nllgq4jd8" + +Node: dcid:dc/nr09plxp554qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315239 +dcid: "dc/nr09plxp554qh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zm1259nsekw31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332618 +dcid: "dc/zm1259nsekw31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wqhqj4qfk9rs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/wqhqj4qfk9rs5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6zede9pg8hx6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/6zede9pg8hx6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mfqfj40er68dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327993 +dcid: "dc/mfqfj40er68dh" + +Node: dcid:dc/m9gdxhwgthebb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/m9gdxhwgthebb" + +Node: dcid:dc/fjjqtg5lkwzqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/fjjqtg5lkwzqh" + +Node: dcid:dc/v67g2jm1tmg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/v67g2jm1tmg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wxbnsj0tfjhgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111310 +dcid: "dc/wxbnsj0tfjhgf" + +Node: dcid:dc/zjlcbckq2fpmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3149 +dcid: "dc/zjlcbckq2fpmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7w0e0p0dzj82g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/7w0e0p0dzj82g" + +Node: dcid:dc/z78985dk1kepf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/z78985dk1kepf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0pp93q1rlz592 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/0pp93q1rlz592" + +Node: dcid:dc/bm5x860rke74f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/55111 +dcid: "dc/bm5x860rke74f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fstg9jjrrd7bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44521 +dcid: "dc/fstg9jjrrd7bb" + +Node: dcid:dc/sczhp5772xd62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/sczhp5772xd62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lyrgerm86zyzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/lyrgerm86zyzf" + +Node: dcid:dc/2w6rks7klqlxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/2w6rks7klqlxc" + +Node: dcid:dc/kqcew3730ptv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1122 +dcid: "dc/kqcew3730ptv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t85qpc3rl4qhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/t85qpc3rl4qhb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1h4934ks3p3dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/1h4934ks3p3dg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b3y1kse5je5b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325992 +dcid: "dc/b3y1kse5je5b7" + +Node: dcid:dc/bee94bv2nvh32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/bee94bv2nvh32" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q11e4m8wvhs1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32799 +dcid: "dc/q11e4m8wvhs1c" + +Node: dcid:dc/fpl2mcbn8ws54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/fpl2mcbn8ws54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/09d681pctd1pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/09d681pctd1pd" + +Node: dcid:dc/x2rmhcz3lg5s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/x2rmhcz3lg5s5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gd1knqxlfyvy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424520 +dcid: "dc/gd1knqxlfyvy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8mxvdstgpbh1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/8mxvdstgpbh1f" + +Node: dcid:dc/rvdc46vw9g89b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/rvdc46vw9g89b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rv0d4m6hb43g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/rv0d4m6hb43g6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nppncn0dv0es8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335991 +dcid: "dc/nppncn0dv0es8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x0fkn87mtk69g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561910 +dcid: "dc/x0fkn87mtk69g" + +Node: dcid:dc/frcv7n97dgfng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/frcv7n97dgfng" + +Node: dcid:dc/ql8rny74szfld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/ql8rny74szfld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vgc2dwvyvqd7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/vgc2dwvyvqd7d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pzt72k93zej84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4531 +dcid: "dc/pzt72k93zej84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wns1kqpnh1r8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/wns1kqpnh1r8h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jyr0ccf9mestb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/jyr0ccf9mestb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/60tbxtdsbwxk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33221 +dcid: "dc/60tbxtdsbwxk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9j9n8l4dmmtg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/9j9n8l4dmmtg9" + +Node: dcid:dc/kkvxv9w75g1sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/kkvxv9w75g1sh" + +Node: dcid:dc/trxzgq7mm1m28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/trxzgq7mm1m28" + +Node: dcid:dc/znt2qjyd31tp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/znt2qjyd31tp8" + +Node: dcid:dc/fw2bwxnxb0c0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/fw2bwxnxb0c0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qfmvcz8ddr327 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331521 +dcid: "dc/qfmvcz8ddr327" + +Node: dcid:dc/0cntd5scmp99d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/0cntd5scmp99d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3lhh3qcwsvl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/g3lhh3qcwsvl" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1k4c09w4mq9m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3343 +dcid: "dc/1k4c09w4mq9m8" + +Node: dcid:dc/04sctcl0t36y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33994 +dcid: "dc/04sctcl0t36y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f890ygldpjm5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/f890ygldpjm5f" + +Node: dcid:dc/81l6e0sqsxld8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/81l6e0sqsxld8" + +Node: dcid:dc/kvhcqvh51d6t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333922 +dcid: "dc/kvhcqvh51d6t7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5b297d9mtt6s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33321 +dcid: "dc/5b297d9mtt6s7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lkvtpww5vq33h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/lkvtpww5vq33h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjfh98npphtjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/xjfh98npphtjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xt4d9cgfy1tk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/xt4d9cgfy1tk1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n5x1bj5lxe67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45393 +dcid: "dc/n5x1bj5lxe67" + +Node: dcid:dc/k43ln8lq6ddz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/k43ln8lq6ddz9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nxsxkf6gskl63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/nxsxkf6gskl63" + +Node: dcid:dc/vs2yhjf201cz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334519 +dcid: "dc/vs2yhjf201cz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wgwtpp58t0k2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/wgwtpp58t0k2g" + +Node: dcid:dc/cbpt1myf533wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423740 +dcid: "dc/cbpt1myf533wh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ns2yy6ftcnsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32711 +dcid: "dc/2ns2yy6ftcnsg" + +Node: dcid:dc/bnrf8kw34hbsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/bnrf8kw34hbsg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v5beg653nbsb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31491 +dcid: "dc/v5beg653nbsb9" + +Node: dcid:dc/g85qf2ww02wt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/g85qf2ww02wt7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/089vv25er9w91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/089vv25er9w91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lx35lccjttw04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/lx35lccjttw04" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/psr2c6jn3j846 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/psr2c6jn3j846" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2x27ry13fj9z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/2x27ry13fj9z6" + +Node: dcid:dc/bqj6fjr2vwex +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/bqj6fjr2vwex" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qr9nezshb0gm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315212 +dcid: "dc/qr9nezshb0gm5" + +Node: dcid:dc/jdzsfdyk13wx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/jdzsfdyk13wx5" + +Node: dcid:dc/078eqxgpq8m63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/078eqxgpq8m63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/78t4yc8j21m34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/213111 +dcid: "dc/78t4yc8j21m34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jk7sw355n0rv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336214 +dcid: "dc/jk7sw355n0rv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vm1c2gg4w2wj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332722 +dcid: "dc/vm1c2gg4w2wj" + +Node: dcid:dc/z6vp30se3m0p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/z6vp30se3m0p4" + +Node: dcid:dc/l9vf7hw9m5bh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/l9vf7hw9m5bh9" + +Node: dcid:dc/53n5nzh1vqnnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/53n5nzh1vqnnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r9c9md98mck13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/r9c9md98mck13" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g20xlvctc7g14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333319 +dcid: "dc/g20xlvctc7g14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rrq2p30r6wbx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339950 +dcid: "dc/rrq2p30r6wbx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2v06lrskr5nb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326212 +dcid: "dc/2v06lrskr5nb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bg5z9t3nnke69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325199 +dcid: "dc/bg5z9t3nnke69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0bf7nhqn4g12h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446120 +dcid: "dc/0bf7nhqn4g12h" + +Node: dcid:dc/m6frlf9rdd29h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44832 +dcid: "dc/m6frlf9rdd29h" + +Node: dcid:dc/pqpv2ffmsw664 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523999 +dcid: "dc/pqpv2ffmsw664" + +Node: dcid:dc/5smgqfexfjb37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/5smgqfexfjb37" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ssesldy2h94yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/ssesldy2h94yb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q6wsstbhf84q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/q6wsstbhf84q" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b3gqv6dlh5et5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238121 +dcid: "dc/b3gqv6dlh5et5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0q1jf2jszt5jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423850 +dcid: "dc/0q1jf2jszt5jb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nszrnl3ygfwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/nszrnl3ygfwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v8hy7lly8br0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/v8hy7lly8br0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xcm9eepgx2m1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/xcm9eepgx2m1d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yhwh7nejr9lj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238392 +dcid: "dc/yhwh7nejr9lj7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bem951z1ze3r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333514 +dcid: "dc/bem951z1ze3r1" + +Node: dcid:dc/4hsh8slx7kfq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/4hsh8slx7kfq4" + +Node: dcid:dc/hfxcf88fxhcg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3311 +dcid: "dc/hfxcf88fxhcg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/crfz9t3e7dprc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3379 +dcid: "dc/crfz9t3e7dprc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8l1wnsdxky84c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/8l1wnsdxky84c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eg7v94klr3e43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62132 +dcid: "dc/eg7v94klr3e43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xkqew2b4kb4h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/xkqew2b4kb4h3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ylkrze7bwem5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11132 +dcid: "dc/ylkrze7bwem5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9t7p0grx0rv89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/9t7p0grx0rv89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nt024vh30qt34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/nt024vh30qt34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5yc5bfwsjgddb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/5yc5bfwsjgddb" + +Node: dcid:dc/xq42613lymkz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23813 +dcid: "dc/xq42613lymkz" + +Node: dcid:dc/rheqzx4pfrhw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/rheqzx4pfrhw7" + +Node: dcid:dc/q21rgd42vr3dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/q21rgd42vr3dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bl7cw92jc8d79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/bl7cw92jc8d79" + +Node: dcid:dc/xc04rq81cccr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/xc04rq81cccr3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fdeykdfkf6y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/fdeykdfkf6y5" + +Node: dcid:dc/0tcqe4cdljy63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/0tcqe4cdljy63" + +Node: dcid:dc/fv1jjepd2res3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/fv1jjepd2res3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j6znq27e65b77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/j6znq27e65b77" + +Node: dcid:dc/1wkke3v1lcjkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/1wkke3v1lcjkb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gt49m755xljb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/gt49m755xljb3" + +Node: dcid:dc/1m4bxsjw1jc5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424590 +dcid: "dc/1m4bxsjw1jc5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8xjzpxg0gtf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/r8xjzpxg0gtf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/32lj2m99bqvz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/32lj2m99bqvz" + +Node: dcid:dc/dc847b00d1cgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/dc847b00d1cgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ehg7dtdt2ejj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/ehg7dtdt2ejj5" + +Node: dcid:dc/f9kjl7mdexl1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/f9kjl7mdexl1g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sh9q3g3ttg3jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51911 +dcid: "dc/sh9q3g3ttg3jc" + +Node: dcid:dc/078l8b5er1vmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81142 +dcid: "dc/078l8b5er1vmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3jr0p7yjw06z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/3jr0p7yjw06z9" + +Node: dcid:dc/1v1lx7tgdvtz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/1v1lx7tgdvtz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2s7jbln07jln +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111199 +dcid: "dc/2s7jbln07jln" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8kqqrty4tm6z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561450 +dcid: "dc/8kqqrty4tm6z5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/35vt6dns3sg4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31611 +dcid: "dc/35vt6dns3sg4f" + +Node: dcid:dc/hk1mvxnk070r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311991 +dcid: "dc/hk1mvxnk070r7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sxn1g23jcyx3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611511 +dcid: "dc/sxn1g23jcyx3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xln8jgr641tb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/xln8jgr641tb3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2d12brlgxwfh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/2d12brlgxwfh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6h39gl654em05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/6h39gl654em05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t16qlbttc6gt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/t16qlbttc6gt8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e8rh1x96bbkmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/e8rh1x96bbkmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ccdj863qbsne8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33399 +dcid: "dc/ccdj863qbsne8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/83jy77gnrqjt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32212 +dcid: "dc/83jy77gnrqjt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eyrnwpt45fx71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/eyrnwpt45fx71" + +Node: dcid:dc/p7mjb1jc8t4m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/p7mjb1jc8t4m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gcq1w2tqh4871 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3339 +dcid: "dc/gcq1w2tqh4871" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y41pt3d9tg6y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445292 +dcid: "dc/y41pt3d9tg6y" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tkstfzyjpw4q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114111 +dcid: "dc/tkstfzyjpw4q7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5g1g6jzwlg5wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327212 +dcid: "dc/5g1g6jzwlg5wb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s7b528ktdm119 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/s7b528ktdm119" + +Node: dcid:dc/0ktqrxbdyxqwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/0ktqrxbdyxqwh" + +Node: dcid:dc/f432r3he936t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423330 +dcid: "dc/f432r3he936t1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gtkcswg6ve1t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/gtkcswg6ve1t" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qyc2pvm96nhz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32591 +dcid: "dc/qyc2pvm96nhz5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tqge1vhn159ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/tqge1vhn159ph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eqmm4g49q4y0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53221 +dcid: "dc/eqmm4g49q4y0g" + +Node: dcid:dc/hz4932s9xepw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/hz4932s9xepw3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yz2egqb4p00h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3271 +dcid: "dc/yz2egqb4p00h2" + +Node: dcid:dc/wgs8gyvhyz3x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532420 +dcid: "dc/wgs8gyvhyz3x2" + +Node: dcid:dc/derjxfp6t5eq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/derjxfp6t5eq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/522fgzc51y1rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/522fgzc51y1rf" + +Node: dcid:dc/52qnv0jpmby0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/52qnv0jpmby0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6l9k6n718dbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/6l9k6n718dbc" + +Node: dcid:dc/pnrl8ewxbc5n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/pnrl8ewxbc5n1" + +Node: dcid:dc/qnm4r7k1z1pf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/qnm4r7k1z1pf9" + +Node: dcid:dc/cmk1x3jxrndsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/cmk1x3jxrndsg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cg6tq3ke910g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/cg6tq3ke910g8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/088dz8hl52rnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/088dz8hl52rnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n3deelgsjnsz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/n3deelgsjnsz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fgc3fxs4258kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32739 +dcid: "dc/fgc3fxs4258kb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j9xqes38v3ky3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/j9xqes38v3ky3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fm96qhdj11m2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/fm96qhdj11m2g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/exhv01qh1klvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/exhv01qh1klvb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pn5h70f3l1qwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334517 +dcid: "dc/pn5h70f3l1qwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g226n8qh4h5j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335121 +dcid: "dc/g226n8qh4h5j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bnqxwgqyny6v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/bnqxwgqyny6v3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l5tl9p97dmtfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/l5tl9p97dmtfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1nnvft57wymc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326 +dcid: "dc/1nnvft57wymc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0nspyxnye08p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331528 +dcid: "dc/0nspyxnye08p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pl6ymqll4n3cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315239 +dcid: "dc/pl6ymqll4n3cc" + +Node: dcid:dc/gv70qwthmkbkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/gv70qwthmkbkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mzbenyeeh1lqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/mzbenyeeh1lqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0g07qjg6fxxc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/0g07qjg6fxxc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/16cksrwzbv113 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238312 +dcid: "dc/16cksrwzbv113" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3znrl4ddvw0jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/3znrl4ddvw0jf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fwp0t4r529k05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/fwp0t4r529k05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tw117s1l2w774 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/tw117s1l2w774" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jz1ttf4ck6t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/2jz1ttf4ck6t6" + +Node: dcid:dc/3vbtp7bj4wv08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/3vbtp7bj4wv08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/czwml27ywgs36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/czwml27ywgs36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t0see6g88qxw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/t0see6g88qxw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9gel0bh40ggy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/9gel0bh40ggy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wqjm9j8714r9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33992 +dcid: "dc/wqjm9j8714r9g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sez6j9jqdg3f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/sez6j9jqdg3f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2vd7vzkrp1th5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/2vd7vzkrp1th5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9lcx4tmgq07c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339115 +dcid: "dc/9lcx4tmgq07c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fdh1trpcx2jq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/fdh1trpcx2jq6" + +Node: dcid:dc/ttb1bsn80bxkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/ttb1bsn80bxkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8mxrxlznnl331 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/8mxrxlznnl331" + +Node: dcid:dc/5w0ysfrvw271c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/5w0ysfrvw271c" + +Node: dcid:dc/d3heb0wvd5b49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/d3heb0wvd5b49" + +Node: dcid:dc/3yshj0r8r1wt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326212 +dcid: "dc/3yshj0r8r1wt9" + +Node: dcid:dc/vmd6y8z4beewb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/vmd6y8z4beewb" + +Node: dcid:dc/yj6k6vxh32tvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561622 +dcid: "dc/yj6k6vxh32tvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8r6phcy1e9kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333291 +dcid: "dc/q8r6phcy1e9kf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r55yhkenw47nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/r55yhkenw47nh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wd7zwhkfyf9pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/wd7zwhkfyf9pb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n4vsl9xpwmb77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/n4vsl9xpwmb77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7hm579tw1de9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/7hm579tw1de9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cc9cgrk78hg7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321918 +dcid: "dc/cc9cgrk78hg7h" + +Node: dcid:dc/909pxt2mn7j4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561622 +dcid: "dc/909pxt2mn7j4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/26wnvs0dxcr54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/26wnvs0dxcr54" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hddt2dr84qdxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423940 +dcid: "dc/hddt2dr84qdxd" + +Node: dcid:dc/tzre3cqtgwtn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33631 +dcid: "dc/tzre3cqtgwtn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sznfs3pl6np41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/sznfs3pl6np41" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mm4gst7tc6yj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/mm4gst7tc6yj3" + +Node: dcid:dc/0dt0byx4x50f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/0dt0byx4x50f3" + +Node: dcid:dc/ecs6c9s13d1c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/ecs6c9s13d1c4" + +Node: dcid:dc/jdb3bnpby4f28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/jdb3bnpby4f28" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qlslqsxs7q9p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/qlslqsxs7q9p6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fsmxwqp63c202 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/fsmxwqp63c202" + +Node: dcid:dc/rsx5zz7xppdx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/rsx5zz7xppdx2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6ymtzhn005yf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331421 +dcid: "dc/6ymtzhn005yf1" + +Node: dcid:dc/khed05050s6r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335929 +dcid: "dc/khed05050s6r9" + +Node: dcid:dc/qmszn8fx2rd98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424590 +dcid: "dc/qmszn8fx2rd98" + +Node: dcid:dc/0gk4msz1cjzj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/0gk4msz1cjzj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3gmbzvfxm93g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/3gmbzvfxm93g8" + +Node: dcid:dc/0cb8d0ep42zh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333515 +dcid: "dc/0cb8d0ep42zh6" + +Node: dcid:dc/hn6vm2g7rbr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/hn6vm2g7rbr6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d1e5y6dwb8qjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238172 +dcid: "dc/d1e5y6dwb8qjg" + +Node: dcid:dc/xhrz1pnm4622b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/xhrz1pnm4622b" + +Node: dcid:dc/26rkhq21ryh42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42342 +dcid: "dc/26rkhq21ryh42" + +Node: dcid:dc/0fjj9f0bf12e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33711 +dcid: "dc/0fjj9f0bf12e5" + +Node: dcid:dc/pdp84nvb3efc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44421 +dcid: "dc/pdp84nvb3efc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8kppv753np57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5321 +dcid: "dc/q8kppv753np57" + +Node: dcid:dc/x1f82e150nbb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321214 +dcid: "dc/x1f82e150nbb9" + +Node: dcid:dc/zhq3fm9gtvql3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/zhq3fm9gtvql3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lzlc7bm299qd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/lzlc7bm299qd6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2hqb90x8s7es3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42452 +dcid: "dc/2hqb90x8s7es3" + +Node: dcid:dc/5fwjz8dqnybc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/5fwjz8dqnybc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l95skql2pth22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/l95skql2pth22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/spq0mf7l5fy3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/spq0mf7l5fy3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p40jmf982v773 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423860 +dcid: "dc/p40jmf982v773" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8v54zk3f82srd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/8v54zk3f82srd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/44w6ersqd9ggb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486910 +dcid: "dc/44w6ersqd9ggb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9vtz04l48vjw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/9vtz04l48vjw1" + +Node: dcid:dc/yd7ket5fmppm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/yd7ket5fmppm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vxle0hqvxpe96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423460 +dcid: "dc/vxle0hqvxpe96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8k72hcpcg4be5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/8k72hcpcg4be5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cerqqtpx6d85h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44529 +dcid: "dc/cerqqtpx6d85h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q19e7262nf96h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453910 +dcid: "dc/q19e7262nf96h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ksf6bb9ybt3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32532 +dcid: "dc/4ksf6bb9ybt3d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xvsc5jhrdbe31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/xvsc5jhrdbe31" + +Node: dcid:dc/dpy9kq4kw8cth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312112 +dcid: "dc/dpy9kq4kw8cth" + +Node: dcid:dc/3bc4h2nq21w1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/3bc4h2nq21w1b" + +Node: dcid:dc/jb4stlhnryzv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/jb4stlhnryzv1" + +Node: dcid:dc/byk1lt8jc1mp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/byk1lt8jc1mp4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0c06ls8y0shp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/533110 +dcid: "dc/0c06ls8y0shp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cfws9gchjr619 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/cfws9gchjr619" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3gfhv7qkzpp07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/3gfhv7qkzpp07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rgyesx4ebj7vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/rgyesx4ebj7vb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e180kw1e7jk47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/e180kw1e7jk47" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/97yjf51tbh2z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23834 +dcid: "dc/97yjf51tbh2z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z9m299jycdc8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33621 +dcid: "dc/z9m299jycdc8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1dtmymr2yrbx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326122 +dcid: "dc/1dtmymr2yrbx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dkpw3z2ejbx4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/dkpw3z2ejbx4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/13fpg1ewcq2v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/13fpg1ewcq2v2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5phntj5zv5xw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33351 +dcid: "dc/5phntj5zv5xw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zcdb2fwhb7qtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/zcdb2fwhb7qtd" + +Node: dcid:dc/qz7cj50k0h963 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/qz7cj50k0h963" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b9f6n3ss6fw1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/b9f6n3ss6fw1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ktccd2pq2lqn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/ktccd2pq2lqn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/txwhmsbwt6p93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/txwhmsbwt6p93" + +Node: dcid:dc/phs4bsbjtceng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/phs4bsbjtceng" + +Node: dcid:dc/8er5m9bsvdze +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/8er5m9bsvdze" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7w1fss7ss3p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52591 +dcid: "dc/7w1fss7ss3p8" + +Node: dcid:dc/rccqx3zxprb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/rccqx3zxprb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4esmk5vbr1hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/c4esmk5vbr1hc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ldmsptsqblq97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/ldmsptsqblq97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/chwt8ebnkvslf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/chwt8ebnkvslf" + +Node: dcid:dc/2lljyz467y1r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/2lljyz467y1r3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xvx0e5g8b7v9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112920 +dcid: "dc/xvx0e5g8b7v9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/82nfkc2vzk56c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/82nfkc2vzk56c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zqwlwc9xw7e7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/zqwlwc9xw7e7h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nmp2mhqxs7tt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33791 +dcid: "dc/nmp2mhqxs7tt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9nhxwh4w2ngq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/9nhxwh4w2ngq7" + +Node: dcid:dc/sptq3xf3sk4s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/sptq3xf3sk4s" + +Node: dcid:dc/dkc5080g3ppfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/dkc5080g3ppfb" + +Node: dcid:dc/qck7nn9kye5f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/qck7nn9kye5f7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/59sfw4qgz9rk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/59sfw4qgz9rk8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/69rw62j61nx8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/69rw62j61nx8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l462ppyyspg02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33231 +dcid: "dc/l462ppyyspg02" + +Node: dcid:dc/59c8zc5ft1536 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/59c8zc5ft1536" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m76x877w143c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/m76x877w143c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmdcq2feeet6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/dmdcq2feeet6b" + +Node: dcid:dc/88khc9q40ypw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/88khc9q40ypw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6sm0glnvmgqp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53311 +dcid: "dc/6sm0glnvmgqp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l3j83228bykyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/l3j83228bykyb" + +Node: dcid:dc/e72s4k315j7db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811430 +dcid: "dc/e72s4k315j7db" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h6f3x8zbh8861 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493130 +dcid: "dc/h6f3x8zbh8861" + +Node: dcid:dc/9f638y11wh3s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81141 +dcid: "dc/9f638y11wh3s9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gyj2dw6j2vz2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442210 +dcid: "dc/gyj2dw6j2vz2c" + +Node: dcid:dc/rftjv0vrz4f86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238122 +dcid: "dc/rftjv0vrz4f86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/psmchc1cfh86g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/psmchc1cfh86g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7dye5v8bgy6d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336370 +dcid: "dc/7dye5v8bgy6d5" + +Node: dcid:dc/jshe9k04jlh16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325311 +dcid: "dc/jshe9k04jlh16" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tmj3f3n1qwq72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/tmj3f3n1qwq72" + +Node: dcid:dc/pgck5lrxn2js5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42386 +dcid: "dc/pgck5lrxn2js5" + +Node: dcid:dc/2qylr0xvb7m34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/2qylr0xvb7m34" + +Node: dcid:dc/6lj4r5rd11q7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/6lj4r5rd11q7d" + +Node: dcid:dc/k4dq6p4p6vdwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32511 +dcid: "dc/k4dq6p4p6vdwd" + +Node: dcid:dc/8kmcgtbyvj29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812331 +dcid: "dc/8kmcgtbyvj29" + +Node: dcid:dc/kn3s65g9qtg71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/kn3s65g9qtg71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jrz44638x1v4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561431 +dcid: "dc/jrz44638x1v4g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nww7vb9dlnh6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/nww7vb9dlnh6g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1f5201eejelhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31111 +dcid: "dc/1f5201eejelhc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jb5fd9f2xvmy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/jb5fd9f2xvmy1" + +Node: dcid:dc/7erhtt1v5858f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48691 +dcid: "dc/7erhtt1v5858f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4gbbp6rkzdbx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/4gbbp6rkzdbx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b7fpby8dc9v39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/b7fpby8dc9v39" + +Node: dcid:dc/ryhpjn8cs8w43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/ryhpjn8cs8w43" + +Node: dcid:dc/d9rzfynmynjeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/d9rzfynmynjeb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hjgbcwl9py7c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/hjgbcwl9py7c6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zve490fmthml8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/zve490fmthml8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t4gbvscmn0hp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/t4gbvscmn0hp5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n8el2fc783f8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/n8el2fc783f8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2gjyg01k3tfqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/2gjyg01k3tfqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d9x3q1nmsh5n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111991 +dcid: "dc/d9x3q1nmsh5n3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n5e9kr6nyzwpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5331 +dcid: "dc/n5e9kr6nyzwpb" + +Node: dcid:dc/s4h9p368c6jyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/s4h9p368c6jyf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s0c22dq6lh56g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339113 +dcid: "dc/s0c22dq6lh56g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q4qxlsmdrrc95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/q4qxlsmdrrc95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5q0xgqnrmx7zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31161 +dcid: "dc/5q0xgqnrmx7zh" + +Node: dcid:dc/6cfsn6pdksmnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/6cfsn6pdksmnf" + +Node: dcid:dc/e2q75t4ehsm45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/e2q75t4ehsm45" + +Node: dcid:dc/vww6tv30qw6c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21239 +dcid: "dc/vww6tv30qw6c9" + +Node: dcid:dc/w2r2yn4ptcz54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/w2r2yn4ptcz54" + +Node: dcid:dc/qy0nnbc80bhc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/qy0nnbc80bhc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2tnh45e3nvvl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52313 +dcid: "dc/2tnh45e3nvvl7" + +Node: dcid:dc/p4tkzmwb4ws67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236117 +dcid: "dc/p4tkzmwb4ws67" + +Node: dcid:dc/40jfs3why0ec7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/40jfs3why0ec7" + +Node: dcid:dc/rh2pwx6b16935 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/rh2pwx6b16935" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tw2c1k3bp7qzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/tw2c1k3bp7qzf" + +Node: dcid:dc/b8kq8nencxyw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4531 +dcid: "dc/b8kq8nencxyw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1vtt31fmzdkvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45391 +dcid: "dc/1vtt31fmzdkvc" + +Node: dcid:dc/t2wrcc1x6rjy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11212 +dcid: "dc/t2wrcc1x6rjy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9c758zyhp1kw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327331 +dcid: "dc/9c758zyhp1kw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bkrjwyvkkyh4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/bkrjwyvkkyh4b" + +Node: dcid:dc/ps284z4809cx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/ps284z4809cx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55p6zxek8e5v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/55p6zxek8e5v9" + +Node: dcid:dc/cjmpepfr64s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/cjmpepfr64s5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5zgwfx3dghh09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/5zgwfx3dghh09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sl8h5mxsg3mr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31529 +dcid: "dc/sl8h5mxsg3mr1" + +Node: dcid:dc/d1dh7cy8hmbh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/d1dh7cy8hmbh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/egfl296bnx7b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5331 +dcid: "dc/egfl296bnx7b1" + +Node: dcid:dc/crq1djm6bp6f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/crq1djm6bp6f9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4re9b3efkef59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/4re9b3efkef59" + +Node: dcid:dc/rwjgtj5ql13zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/rwjgtj5ql13zd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mlpzbc9krfg09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/mlpzbc9krfg09" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pd3lsdnvprxv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/pd3lsdnvprxv1" + +Node: dcid:dc/ys2q426rx7q01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/ys2q426rx7q01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ebky182qsgryh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/ebky182qsgryh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nrnvkxqb7hxx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/nrnvkxqb7hxx3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7tnb6tjw1pdbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/7tnb6tjw1pdbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/80tl4q1t8k728 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/80tl4q1t8k728" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/41631qegv28sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335991 +dcid: "dc/41631qegv28sd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/df9snbtn9dt91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33272 +dcid: "dc/df9snbtn9dt91" + +Node: dcid:dc/mv3hmbf1c8tkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/mv3hmbf1c8tkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/320r25qn280l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/320r25qn280l4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x5tt9vnkfzcs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/x5tt9vnkfzcs7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/33790658z38yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/33790658z38yf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eg08ewjb5fh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/eg08ewjb5fh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2l2vpefsbt519 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44521 +dcid: "dc/2l2vpefsbt519" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g6gne0w42gvjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/g6gne0w42gvjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/08w0jvrepwjp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424330 +dcid: "dc/08w0jvrepwjp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gee5mkwts6yn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33241 +dcid: "dc/gee5mkwts6yn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mq7y1kjw164rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333411 +dcid: "dc/mq7y1kjw164rg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9766p3vrj416b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561613 +dcid: "dc/9766p3vrj416b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vx2b00wr9yjyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/vx2b00wr9yjyg" + +Node: dcid:dc/pcw8986w3ssjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/pcw8986w3ssjh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n7tpxs2058vhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332912 +dcid: "dc/n7tpxs2058vhc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cnxpf1qldk5b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/cnxpf1qldk5b3" + +Node: dcid:dc/l9zb3zsdpnsm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/l9zb3zsdpnsm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e64v2xe2vn7rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/e64v2xe2vn7rb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fey6ryvttegf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423420 +dcid: "dc/fey6ryvttegf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pm6qg2q7dst63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/pm6qg2q7dst63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0gxv8lrqs4w0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111160 +dcid: "dc/0gxv8lrqs4w0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2v2syp73qkdj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42374 +dcid: "dc/2v2syp73qkdj8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vk1y7mxtttvk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/vk1y7mxtttvk5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vw994rg65wb0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/vw994rg65wb0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8w6wwdnn1fxbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/8w6wwdnn1fxbh" + +Node: dcid:dc/7dlzqcn3xcgc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/7dlzqcn3xcgc5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7zbj6fcfcnx23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/7zbj6fcfcnx23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jsk56hwp0ytz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/jsk56hwp0ytz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hgnd85ne5jspg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332410 +dcid: "dc/hgnd85ne5jspg" + +Node: dcid:dc/ssqnzv1mlsmfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/ssqnzv1mlsmfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kf47ty76f0qz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/kf47ty76f0qz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jkjye4ph6wkv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327993 +dcid: "dc/jkjye4ph6wkv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x3qysj49sf842 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3251 +dcid: "dc/x3qysj49sf842" + +Node: dcid:dc/br4h8pejv7y06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/br4h8pejv7y06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ebkk7rj2e615 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4861 +dcid: "dc/8ebkk7rj2e615" + +Node: dcid:dc/t7hbhspcf6tc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312112 +dcid: "dc/t7hbhspcf6tc2" + +Node: dcid:dc/jyxe3ssnf0f71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31499 +dcid: "dc/jyxe3ssnf0f71" + +Node: dcid:dc/wl0jnnlp84wlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45122 +dcid: "dc/wl0jnnlp84wlb" + +Node: dcid:dc/pp4er061bb1k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3255 +dcid: "dc/pp4er061bb1k8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwyeg3j0b9e65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334412 +dcid: "dc/jwyeg3j0b9e65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5zzr8w591890f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/5zzr8w591890f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tvd9w9pxpwkhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/tvd9w9pxpwkhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s25py6qyvgwp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238132 +dcid: "dc/s25py6qyvgwp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sd0m6qsmq9jqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332311 +dcid: "dc/sd0m6qsmq9jqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7rdmxsx4h57v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/7rdmxsx4h57v8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c07jpbeqk6gj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/c07jpbeqk6gj3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7fgrprtwx0lk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/7fgrprtwx0lk6" + +Node: dcid:dc/gvd8ycl22mqp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314129 +dcid: "dc/gvd8ycl22mqp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k492cglqjry69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/k492cglqjry69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m674yqw151hz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/m674yqw151hz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y439k8kj78ng3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327910 +dcid: "dc/y439k8kj78ng3" + +Node: dcid:dc/9548v61g0sg44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53242 +dcid: "dc/9548v61g0sg44" + +Node: dcid:dc/jvpf537pg4g49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42385 +dcid: "dc/jvpf537pg4g49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0lb0x0q4whhj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333515 +dcid: "dc/0lb0x0q4whhj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7emd72x6njec7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31332 +dcid: "dc/7emd72x6njec7" + +Node: dcid:dc/t8vt8cnylnz47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/t8vt8cnylnz47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9mm9pgm0kmcfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/9mm9pgm0kmcfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9vsfmhlppv14c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/442291 +dcid: "dc/9vsfmhlppv14c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xszqcydyqtc36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/xszqcydyqtc36" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xv1hfldnpp4bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/xv1hfldnpp4bf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2rezs82958x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33111 +dcid: "dc/r2rezs82958x1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0y1vdwt79c2b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/0y1vdwt79c2b1" + +Node: dcid:dc/6z746qs56f9nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335313 +dcid: "dc/6z746qs56f9nh" + +Node: dcid:dc/v2e81ywty7kcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336322 +dcid: "dc/v2e81ywty7kcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qfkpjst0n22ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/qfkpjst0n22ng" + +Node: dcid:dc/8fts2evcye3fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/8fts2evcye3fh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87sjxfxy6fbx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44112 +dcid: "dc/87sjxfxy6fbx3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x785hlbzl1kld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/x785hlbzl1kld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0qnswwk0kcmd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4232 +dcid: "dc/0qnswwk0kcmd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nzmc198nt81w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/nzmc198nt81w5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jr4psh4yqqv98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/jr4psh4yqqv98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2c6pndw4vm4tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/2c6pndw4vm4tf" + +Node: dcid:dc/n7bw6ghbjcdz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/n7bw6ghbjcdz5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmnvypz0ywt49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315228 +dcid: "dc/lmnvypz0ywt49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gtj93yq251lxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/gtj93yq251lxb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/84m3w0nfrm76h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212111 +dcid: "dc/84m3w0nfrm76h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e5dcptqwlxxw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/e5dcptqwlxxw6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ew6n8x7x86lzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316 +dcid: "dc/ew6n8x7x86lzb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/syn1kenx9mn84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311330 +dcid: "dc/syn1kenx9mn84" + +Node: dcid:dc/n86mp9f3p55k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/n86mp9f3p55k7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7bn34kee5q2f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/7bn34kee5q2f7" + +Node: dcid:dc/3mgp36t9lc784 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/3mgp36t9lc784" + +Node: dcid:dc/9z3r02ewvwq21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/9z3r02ewvwq21" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/536t74zw8l7df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23817 +dcid: "dc/536t74zw8l7df" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g40lbhh9xpz74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541922 +dcid: "dc/g40lbhh9xpz74" + +Node: dcid:dc/n74zzmtpqs29b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53211 +dcid: "dc/n74zzmtpqs29b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5qdg9frx17y47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/5qdg9frx17y47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/te0rnk1cm3pp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3342 +dcid: "dc/te0rnk1cm3pp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmfbzqrtvczw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/cmfbzqrtvczw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mz04wng1wsk2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/mz04wng1wsk2g" + +Node: dcid:dc/hql3q5zx47dk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/hql3q5zx47dk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/crps672gxw8z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3312 +dcid: "dc/crps672gxw8z6" + +Node: dcid:dc/01yc3k23tsyk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/01yc3k23tsyk" + +Node: dcid:dc/qscsl2gjesw0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/qscsl2gjesw0c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wwrqw6r9xgegh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33151 +dcid: "dc/wwrqw6r9xgegh" + +Node: dcid:dc/466r2sml8cb9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/466r2sml8cb9g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h578sj35rvlfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/h578sj35rvlfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qy9x2p85n1yk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3346 +dcid: "dc/qy9x2p85n1yk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yhkdm7v4s4hv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/yhkdm7v4s4hv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/njp8y559jz0p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/njp8y559jz0p4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c7sy3xjh79249 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/c7sy3xjh79249" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4djvfscf06sh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/4djvfscf06sh1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/87pkz9gf0peeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/87pkz9gf0peeh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yx5ys11qs6v31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/yx5ys11qs6v31" + +Node: dcid:dc/rnkgrv4qvbc8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/rnkgrv4qvbc8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xxdrxvl4mh9j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/xxdrxvl4mh9j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kxtbk13pgnvn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42433 +dcid: "dc/kxtbk13pgnvn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jbh6wmtz41yy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722410 +dcid: "dc/jbh6wmtz41yy1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ejw15r4cfbl0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/55111 +dcid: "dc/ejw15r4cfbl0d" + +Node: dcid:dc/41xx3t98gsy3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/41xx3t98gsy3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ent6zbrbb9mf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/ent6zbrbb9mf1" + +Node: dcid:dc/pk5gsyb2f827f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/pk5gsyb2f827f" + +Node: dcid:dc/g7gjqpll4kph7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313320 +dcid: "dc/g7gjqpll4kph7" + +Node: dcid:dc/by31ys6m30651 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/by31ys6m30651" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/szsj3mlyp9d79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314911 +dcid: "dc/szsj3mlyp9d79" + +Node: dcid:dc/hkxm6m5zncy91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/hkxm6m5zncy91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3qzbvwfrtpdth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541420 +dcid: "dc/3qzbvwfrtpdth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hxhm9xfh5n6vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/hxhm9xfh5n6vc" + +Node: dcid:dc/3r8mh628vmknd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/3r8mh628vmknd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mhfkenly7lc26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/mhfkenly7lc26" + +Node: dcid:dc/97bvx71wlbqhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/97bvx71wlbqhg" + +Node: dcid:dc/2wj1bwjbvwmfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483211 +dcid: "dc/2wj1bwjbvwmfg" + +Node: dcid:dc/p4tmv9wdbvsj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/p4tmv9wdbvsj6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/100tn4ef47h88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334112 +dcid: "dc/100tn4ef47h88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/28q69htp3tyz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424440 +dcid: "dc/28q69htp3tyz3" + +Node: dcid:dc/yg6b8bg8yvjn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/yg6b8bg8yvjn8" + +Node: dcid:dc/z4r8qcdc177b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/z4r8qcdc177b9" + +Node: dcid:dc/7xxrspkh2k4q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/7xxrspkh2k4q" + +Node: dcid:dc/qjsq9bbjjcelb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238392 +dcid: "dc/qjsq9bbjjcelb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xh394p4g66pk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/xh394p4g66pk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nwpnph9gs2re8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51811 +dcid: "dc/nwpnph9gs2re8" + +Node: dcid:dc/v7xvf1chdp151 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523999 +dcid: "dc/v7xvf1chdp151" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lrghgnyvzmmg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33431 +dcid: "dc/lrghgnyvzmmg9" + +Node: dcid:dc/027v535swnsg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32799 +dcid: "dc/027v535swnsg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yyn51ewzmhym8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/yyn51ewzmhym8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7spy9h6j0b6bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/7spy9h6j0b6bb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2h9wvw1d68qkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81143 +dcid: "dc/2h9wvw1d68qkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ynpvm9pvknq57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315299 +dcid: "dc/ynpvm9pvknq57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18xr4rngz6s5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/18xr4rngz6s5c" + +Node: dcid:dc/5bfpqvxqq8x1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811411 +dcid: "dc/5bfpqvxqq8x1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gls384n9krgyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/gls384n9krgyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vd6cz68fmqrsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424420 +dcid: "dc/vd6cz68fmqrsb" + +Node: dcid:dc/lj8psgnt5rtd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/lj8psgnt5rtd8" + +Node: dcid:dc/s9jhp7h1er579 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/s9jhp7h1er579" + +Node: dcid:dc/wqpqj143f90w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238161 +dcid: "dc/wqpqj143f90w6" + +Node: dcid:dc/s85l9h6lvqsgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/s85l9h6lvqsgh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2jnc6w5blxjy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/2jnc6w5blxjy8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5tfzs32myl4bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/5tfzs32myl4bg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rcwv44bx3gerb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/rcwv44bx3gerb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t63rwqpq26v1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/t63rwqpq26v1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/015q9nvkvhq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/015q9nvkvhq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kcgktexg96tl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333111 +dcid: "dc/kcgktexg96tl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n4pxxmn25jwp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/n4pxxmn25jwp4" + +Node: dcid:dc/djwrb9k6wbvqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333294 +dcid: "dc/djwrb9k6wbvqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e4r8f2rw0h4kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33291 +dcid: "dc/e4r8f2rw0h4kf" + +Node: dcid:dc/9x3hp8gddydgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/9x3hp8gddydgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j2568mm70s3xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/j2568mm70s3xd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6mr7r3m2t2ck3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/6mr7r3m2t2ck3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xg61y3q9h5en7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4921 +dcid: "dc/xg61y3q9h5en7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/42ehvk11jf705 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/42ehvk11jf705" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v3qgsf0r1zsyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423430 +dcid: "dc/v3qgsf0r1zsyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qdslp5jwjnr9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/qdslp5jwjnr9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/60ele3eftvy8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/60ele3eftvy8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5thxkrp0e5t9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/5thxkrp0e5t9h" + +Node: dcid:dc/f8kj263tzvseh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/f8kj263tzvseh" + +Node: dcid:dc/bc70c7twm6fb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448130 +dcid: "dc/bc70c7twm6fb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sl1q1dz8xxdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33637 +dcid: "dc/sl1q1dz8xxdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wywgz8bgk0wfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/wywgz8bgk0wfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qvwbd9nhm1fv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/qvwbd9nhm1fv" + +Node: dcid:dc/18y7slk3f4lzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/18y7slk3f4lzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7c9dyncxzpvyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442210 +dcid: "dc/7c9dyncxzpvyh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/102w1qcr0mhph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112920 +dcid: "dc/102w1qcr0mhph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dwwm48gfkmdx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/dwwm48gfkmdx6" + +Node: dcid:dc/8e5hg2hlhle8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/8e5hg2hlhle8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9gbxrdlrp8qvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/9gbxrdlrp8qvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vx95m601m4tdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238332 +dcid: "dc/vx95m601m4tdc" + +Node: dcid:dc/pqs1zw1nj3889 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331111 +dcid: "dc/pqs1zw1nj3889" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0mt9d7z2qn796 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3333 +dcid: "dc/0mt9d7z2qn796" + +Node: dcid:dc/x22m6h3ed69q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311991 +dcid: "dc/x22m6h3ed69q8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fd2lxvm4bwj8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/fd2lxvm4bwj8b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g6hv4e3hfx0jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/g6hv4e3hfx0jb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ve5ms40ztmk55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32312 +dcid: "dc/ve5ms40ztmk55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4vn1rwg6dwv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611410 +dcid: "dc/g4vn1rwg6dwv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dh5bt340tbc18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/dh5bt340tbc18" + +Node: dcid:dc/b093vhp57mbe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52222 +dcid: "dc/b093vhp57mbe9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tp1q2vg2l35d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238332 +dcid: "dc/tp1q2vg2l35d7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1xwrkzfrn5gdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33391 +dcid: "dc/1xwrkzfrn5gdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sj3n2s2q9m36f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/sj3n2s2q9m36f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5vvjxwt30cccb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/5vvjxwt30cccb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2pfq2vxq0sqg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/2pfq2vxq0sqg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nqzpd7dqvjkw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/nqzpd7dqvjkw" + +Node: dcid:dc/1rhsk4z9fkg5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/1rhsk4z9fkg5d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftfd7m32zer01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423460 +dcid: "dc/ftfd7m32zer01" + +Node: dcid:dc/ztvkskkpvhvzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/ztvkskkpvhvzg" + +Node: dcid:dc/zq4mf8bnxsjwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42495 +dcid: "dc/zq4mf8bnxsjwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpfb9wrpz19k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/fpfb9wrpz19k4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cb9kp4y4c3bh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524127 +dcid: "dc/cb9kp4y4c3bh7" + +Node: dcid:dc/w74sjxc5kfrg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/w74sjxc5kfrg4" + +Node: dcid:dc/ddyg0pklgp7t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3219 +dcid: "dc/ddyg0pklgp7t9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/053y2jp38j3q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/053y2jp38j3q8" + +Node: dcid:dc/em4ptnftvfteh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/em4ptnftvfteh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/79tc6trpnxlg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/79tc6trpnxlg5" + +Node: dcid:dc/mqhfelcz5xpwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/mqhfelcz5xpwb" + +Node: dcid:dc/xp3tq0kzqj9b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11293 +dcid: "dc/xp3tq0kzqj9b3" + +Node: dcid:dc/mf2wpc0w17j61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54142 +dcid: "dc/mf2wpc0w17j61" + +Node: dcid:dc/e1wzq7xb8xj47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54193 +dcid: "dc/e1wzq7xb8xj47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ny1hkd004w2p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/ny1hkd004w2p1" + +Node: dcid:dc/tz51t124blnyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336214 +dcid: "dc/tz51t124blnyf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ph1yrkxr6t97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42459 +dcid: "dc/1ph1yrkxr6t97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xg9m5mq5k6lv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/xg9m5mq5k6lv4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k2gfx4qc0144f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/k2gfx4qc0144f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ks9yytg4hzryc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42385 +dcid: "dc/ks9yytg4hzryc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x9epzf1hyv2fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/x9epzf1hyv2fd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/srv2d2xtjxme5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33461 +dcid: "dc/srv2d2xtjxme5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ttmpw79054vpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/ttmpw79054vpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qm59fg9qqbfv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/qm59fg9qqbfv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b6kypmtm9bk6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/b6kypmtm9bk6h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1jkx3fq8z687d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/533 +dcid: "dc/1jkx3fq8z687d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbg4wg85q3fl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333314 +dcid: "dc/rbg4wg85q3fl7" + +Node: dcid:dc/mhhntqs86kxvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/mhhntqs86kxvb" + +Node: dcid:dc/c53hdbt2223p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/c53hdbt2223p6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vz6r33qzmcctb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/vz6r33qzmcctb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f1zd9vj1yt95d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333511 +dcid: "dc/f1zd9vj1yt95d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yl50pbjycz384 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/yl50pbjycz384" + +Node: dcid:dc/3q2j83b5y4tmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/3q2j83b5y4tmg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tk2znmnblxzs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315299 +dcid: "dc/tk2znmnblxzs5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0r3973hnbqlv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/0r3973hnbqlv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f23516lv9xc29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423940 +dcid: "dc/f23516lv9xc29" + +Node: dcid:dc/ms9s2853c1y47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/ms9s2853c1y47" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7cdy1158gkexh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/7cdy1158gkexh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f3l4sq2w8twz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/f3l4sq2w8twz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ngm94yr6xn1ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333516 +dcid: "dc/ngm94yr6xn1ph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9gmp0646e61d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3331 +dcid: "dc/9gmp0646e61d2" + +Node: dcid:dc/mfxl7yytrx3k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325992 +dcid: "dc/mfxl7yytrx3k2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nmseh8vdkgrwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332912 +dcid: "dc/nmseh8vdkgrwg" + +Node: dcid:dc/7qjw7zwmhp31d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/7qjw7zwmhp31d" + +Node: dcid:dc/6g3yt06zd23k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/6g3yt06zd23k6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1mvd875e2f79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/1mvd875e2f79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y0v3x3zm6fq52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453910 +dcid: "dc/y0v3x3zm6fq52" + +Node: dcid:dc/qp4fq999j55c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/qp4fq999j55c7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rxdkttj2lxf37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/rxdkttj2lxf37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15ksezmbh8n05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/15ksezmbh8n05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/76rl3q8mtx2f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/76rl3q8mtx2f9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p0z7j2bw5pb4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32212 +dcid: "dc/p0z7j2bw5pb4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gedsp19kqr0e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/gedsp19kqr0e1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6jh77bwccwsy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/6jh77bwccwsy4" + +Node: dcid:dc/rshj65wlkd5w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333618 +dcid: "dc/rshj65wlkd5w6" + +Node: dcid:dc/gh5cmjewj0blf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/gh5cmjewj0blf" + +Node: dcid:dc/4c4fq01cqcvyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/4c4fq01cqcvyb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/prgcfstwbl943 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448310 +dcid: "dc/prgcfstwbl943" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fb1xl5w2318ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/fb1xl5w2318ld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z1e4w4qsv3we +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327390 +dcid: "dc/z1e4w4qsv3we" + +Node: dcid:dc/cf13xvyzsgyvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/cf13xvyzsgyvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bgg55jmtjvzt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238291 +dcid: "dc/bgg55jmtjvzt7" + +Node: dcid:dc/zqdzt75bbbx1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/zqdzt75bbbx1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bb5n1ezcz9pg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/bb5n1ezcz9pg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fje47lys2hq1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5323 +dcid: "dc/fje47lys2hq1g" + +Node: dcid:dc/pyh2hhyzw6r17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44312 +dcid: "dc/pyh2hhyzw6r17" + +Node: dcid:dc/sgvfj3zv1xlf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/sgvfj3zv1xlf4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wmbesm3hertvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/wmbesm3hertvc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qfkmm0xnp386f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/qfkmm0xnp386f" + +Node: dcid:dc/c4qyrjlejh0rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/c4qyrjlejh0rg" + +Node: dcid:dc/1qz86rebtg1y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/1qz86rebtg1y9" + +Node: dcid:dc/qq1ypq0mtmkfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327331 +dcid: "dc/qq1ypq0mtmkfc" + +Node: dcid:dc/e3swbb3l6qwvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42444 +dcid: "dc/e3swbb3l6qwvd" + +Node: dcid:dc/b4hmk0638392d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/b4hmk0638392d" + +Node: dcid:dc/1cfqj9tks9262 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/1cfqj9tks9262" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qfd6sw62pjqe8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/qfd6sw62pjqe8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r0bsw3bh0m2ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/r0bsw3bh0m2ff" + +Node: dcid:dc/dwl5rewn6fhjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/dwl5rewn6fhjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/weqnt2e1e0089 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/weqnt2e1e0089" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4y0kdcgl5hft5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3315 +dcid: "dc/4y0kdcgl5hft5" + +Node: dcid:dc/8jgmlslmpdr3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/8jgmlslmpdr3c" + +Node: dcid:dc/m07h2g1b9wdh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/m07h2g1b9wdh5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8pepr8lrwbpz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325120 +dcid: "dc/8pepr8lrwbpz4" + +Node: dcid:dc/rvlywbj5e2dcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/rvlywbj5e2dcg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hr195ly6g6xs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111910 +dcid: "dc/hr195ly6g6xs1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ncd0jeztkg93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/8ncd0jeztkg93" + +Node: dcid:dc/wnrvlpncdkj38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/wnrvlpncdkj38" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2eygnd3w69vk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/2eygnd3w69vk5" + +Node: dcid:dc/4rknmnpz037ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/4rknmnpz037ef" + +Node: dcid:dc/jx6yebfn8xmc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/jx6yebfn8xmc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r82ssx187mmm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424320 +dcid: "dc/r82ssx187mmm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b3l4dnfdtf241 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111211 +dcid: "dc/b3l4dnfdtf241" + +Node: dcid:dc/f1xfq8hvn2br7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/f1xfq8hvn2br7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/05f6qnytdxkl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/05f6qnytdxkl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/be79zexqwt7hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322223 +dcid: "dc/be79zexqwt7hh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ld4ztd7dtpmt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448210 +dcid: "dc/ld4ztd7dtpmt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s676zre1xymgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/s676zre1xymgb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d0w7l1zpyf3tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/d0w7l1zpyf3tg" + +Node: dcid:dc/q2zg4ptmscjp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/q2zg4ptmscjp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rmwcqecwxwlr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/rmwcqecwxwlr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k2l1j562qntq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551114 +dcid: "dc/k2l1j562qntq1" + +Node: dcid:dc/3wvj5nz26dme8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/3wvj5nz26dme8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/435szyxj82w2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/435szyxj82w2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/07jd9j2z2wp9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/07jd9j2z2wp9b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mjnx5m84f2tx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/mjnx5m84f2tx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/edyf805gxll91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/edyf805gxll91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3sghc44f2n53d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493130 +dcid: "dc/3sghc44f2n53d" + +Node: dcid:dc/rbk6n8c9p2phg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/rbk6n8c9p2phg" + +Node: dcid:dc/2ehrjq4bcbkq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/2ehrjq4bcbkq5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/47088fv6zlp4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/47088fv6zlp4b" + +Node: dcid:dc/90dc4bqcgp8rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/90dc4bqcgp8rc" + +Node: dcid:dc/641seeykb0y21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/641seeykb0y21" + +Node: dcid:dc/xfvnf3bzsdc2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/xfvnf3bzsdc2c" + +Node: dcid:dc/g4sf675eknqp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315999 +dcid: "dc/g4sf675eknqp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4qt48hc9gw0yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/4qt48hc9gw0yd" + +Node: dcid:dc/6vrnr0v4qvtqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/6vrnr0v4qvtqd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1n3k2dedk18p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/1n3k2dedk18p6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7lh6gh7zykkcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3342 +dcid: "dc/7lh6gh7zykkcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1jqm2g7cm9m75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3133 +dcid: "dc/1jqm2g7cm9m75" + +Node: dcid:dc/gbhefx7fbw0jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/gbhefx7fbw0jc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xvb7cmqs23zk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/xvb7cmqs23zk1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sfzs8p83rck99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3251 +dcid: "dc/sfzs8p83rck99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9c08e30rzf07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/q9c08e30rzf07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dm52k031ghc11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/dm52k031ghc11" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w7v121l9ff0qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/w7v121l9ff0qb" + +Node: dcid:dc/wp4bxg2770r9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/wp4bxg2770r9d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1envtlqz5vnj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424460 +dcid: "dc/1envtlqz5vnj6" + +Node: dcid:dc/fxjqmk0zym6s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/fxjqmk0zym6s8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8lr37kq1qtqc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/8lr37kq1qtqc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0rc0b3920c6r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/0rc0b3920c6r" + +Node: dcid:dc/690xfpneckhbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322299 +dcid: "dc/690xfpneckhbb" + +Node: dcid:dc/md3tjb8nj7ls8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/md3tjb8nj7ls8" + +Node: dcid:dc/f9vlxe9dgv5bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/f9vlxe9dgv5bd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5hpl1fv2q3w98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562991 +dcid: "dc/5hpl1fv2q3w98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xdnhp36jfjmzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336412 +dcid: "dc/xdnhp36jfjmzc" + +Node: dcid:dc/hdhk7p5tkmb41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/hdhk7p5tkmb41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hc8nx1670knjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/hc8nx1670knjd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9xf6rs55188d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32551 +dcid: "dc/9xf6rs55188d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ls2hfcj4ycr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/7ls2hfcj4ycr8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4r8hec5l373vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327332 +dcid: "dc/4r8hec5l373vf" + +Node: dcid:dc/thr6qwy9fvtch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/thr6qwy9fvtch" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tphsp3lj8mtt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/tphsp3lj8mtt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ddx7ctn5tws2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42494 +dcid: "dc/4ddx7ctn5tws2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/00z4hcpm02psh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334510 +dcid: "dc/00z4hcpm02psh" + +Node: dcid:dc/hy10hezdvgckg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/hy10hezdvgckg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bzt9xyb2esjh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3343 +dcid: "dc/bzt9xyb2esjh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lzd8kkwhv8r75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/lzd8kkwhv8r75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/68ln02yb9v956 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/68ln02yb9v956" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2zxnrt9lq35q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315299 +dcid: "dc/2zxnrt9lq35q2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19z8bw4xm7v46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523130 +dcid: "dc/19z8bw4xm7v46" + +Node: dcid:dc/lm0p298nn6w53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/lm0p298nn6w53" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gfsvxn6e1ydv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/gfsvxn6e1ydv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vlz9hfj2vjks5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2122 +dcid: "dc/vlz9hfj2vjks5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0t7fc8nkf964g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/0t7fc8nkf964g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/333kfs6cbbbt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332618 +dcid: "dc/333kfs6cbbbt7" + +Node: dcid:dc/3dmntpt554m9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/3dmntpt554m9d" + +Node: dcid:dc/qp28p3kghqqbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3336 +dcid: "dc/qp28p3kghqqbc" + +Node: dcid:dc/vwdk2rlj0es7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/vwdk2rlj0es7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rmhsqpmyscnw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/rmhsqpmyscnw1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ds59bremnp969 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33321 +dcid: "dc/ds59bremnp969" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4g6egegppbqr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/4g6egegppbqr1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fshhnsl90qy0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/fshhnsl90qy0d" + +Node: dcid:dc/6yyzf1ebmt4zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424430 +dcid: "dc/6yyzf1ebmt4zg" + +Node: dcid:dc/fdnzhh4p8dbfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/533110 +dcid: "dc/fdnzhh4p8dbfh" + +Node: dcid:dc/63wz8c0rk376g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33593 +dcid: "dc/63wz8c0rk376g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7lvb5yebkwwpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/7lvb5yebkwwpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tnw8q0fkdekw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334119 +dcid: "dc/tnw8q0fkdekw1" + +Node: dcid:dc/91grp2mhpmlpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/91grp2mhpmlpf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cwpn2pt9906wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/cwpn2pt9906wb" + +Node: dcid:dc/1pkkvt0wjlm27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/1pkkvt0wjlm27" + +Node: dcid:dc/8slh72ljhl00b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112112 +dcid: "dc/8slh72ljhl00b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5wdwkwhhcmbr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/5wdwkwhhcmbr4" + +Node: dcid:dc/lp29pgxkxyp33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/lp29pgxkxyp33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p9f3mpdcqf9p3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/p9f3mpdcqf9p3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bgsc80cds0m8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333612 +dcid: "dc/bgsc80cds0m8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d06tc07r72leg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/d06tc07r72leg" + +Node: dcid:dc/fczs1xpjkzydb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326150 +dcid: "dc/fczs1xpjkzydb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/21wv0sv3dejn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81142 +dcid: "dc/21wv0sv3dejn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8387414kdr2c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332911 +dcid: "dc/8387414kdr2c2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18fxezf6e6d98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44613 +dcid: "dc/18fxezf6e6d98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6hfxmqkektw65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811411 +dcid: "dc/6hfxmqkektw65" + +Node: dcid:dc/4t0x7v076v201 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115111 +dcid: "dc/4t0x7v076v201" + +Node: dcid:dc/3p2cr7e83yfj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/3p2cr7e83yfj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l3btb5nvp026g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/551112 +dcid: "dc/l3btb5nvp026g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yklq5rpv90051 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44412 +dcid: "dc/yklq5rpv90051" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/573csztqzkbsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/492110 +dcid: "dc/573csztqzkbsg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rs4wcec3b1f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/8rs4wcec3b1f4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5yfrzfd5zb3x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/5yfrzfd5zb3x3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cf2k7qc5j1rv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/cf2k7qc5j1rv5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d70e2nx1t9nx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541340 +dcid: "dc/d70e2nx1t9nx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5z1t82mm79066 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423490 +dcid: "dc/5z1t82mm79066" + +Node: dcid:dc/bw8226dly2ck2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/bw8226dly2ck2" + +Node: dcid:dc/l3t7lgghez408 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/l3t7lgghez408" + +Node: dcid:dc/r6cthkzjhnqv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/r6cthkzjhnqv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g7jp8hxkbcsl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/g7jp8hxkbcsl7" + +Node: dcid:dc/gjwm1137061n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/gjwm1137061n2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zn3r3l8266nm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/zn3r3l8266nm8" + +Node: dcid:dc/9r4097f0z6xrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/9r4097f0z6xrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p6bx16xqwzm99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/p6bx16xqwzm99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7nscbw8t6j0r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33633 +dcid: "dc/7nscbw8t6j0r1" + +Node: dcid:dc/j73ezgey44py8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3314 +dcid: "dc/j73ezgey44py8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l4kgc7mlc24g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/l4kgc7mlc24g5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zctcn5jlgt352 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42321 +dcid: "dc/zctcn5jlgt352" + +Node: dcid:dc/y67kbqc4y69n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/y67kbqc4y69n4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjvqg36f3z3t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/xjvqg36f3z3t" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n8nne16tjzpp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/n8nne16tjzpp2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yrkh6cgdgl5g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/yrkh6cgdgl5g7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f44m5jg6v2wr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/f44m5jg6v2wr2" + +Node: dcid:dc/8nnnq1xjpw016 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323112 +dcid: "dc/8nnnq1xjpw016" + +Node: dcid:dc/gcxvecgpt955d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/gcxvecgpt955d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s165bdw11tvcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/s165bdw11tvcc" + +Node: dcid:dc/ly1vz7w9b3cb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333210 +dcid: "dc/ly1vz7w9b3cb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lxlt4gpr38blg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/lxlt4gpr38blg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l230rmlfqfwk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/l230rmlfqfwk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ccg0llyvghh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333993 +dcid: "dc/0ccg0llyvghh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6bd5v42ssyhmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3271 +dcid: "dc/6bd5v42ssyhmb" + +Node: dcid:dc/cydwnectdtyth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/cydwnectdtyth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8sxh2mtd56w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111320 +dcid: "dc/q8sxh2mtd56w4" + +Node: dcid:dc/tqf12jncbnxk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/tqf12jncbnxk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rmnyv55vhyk38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/rmnyv55vhyk38" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8ky9nlxq6pfr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42432 +dcid: "dc/8ky9nlxq6pfr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qsbspdkpvdhc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/qsbspdkpvdhc8" + +Node: dcid:dc/cdgk6tcmcb84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/cdgk6tcmcb84" + +Node: dcid:dc/0tbw65brtcztg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44412 +dcid: "dc/0tbw65brtcztg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5972w62fzlc0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/5972w62fzlc0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m15qs9wj6jw2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/m15qs9wj6jw2h" + +Node: dcid:dc/x1l0n6njw03lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/x1l0n6njw03lf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9wt8d2srn5xj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/9wt8d2srn5xj" + +Node: dcid:dc/qxkhphfe1tkq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/qxkhphfe1tkq5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ltwqwtxcq9l23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/ltwqwtxcq9l23" + +Node: dcid:dc/m857939365yxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/m857939365yxg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vglgj8zlcn1l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/vglgj8zlcn1l2" + +Node: dcid:dc/l2n3p4738r09c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326122 +dcid: "dc/l2n3p4738r09c" + +Node: dcid:dc/b5n4myrnm2vzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/b5n4myrnm2vzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zw306x8qkqv3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424420 +dcid: "dc/zw306x8qkqv3h" + +Node: dcid:dc/tzhk0hem5teqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/tzhk0hem5teqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z3rbc8xk9nmk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42392 +dcid: "dc/z3rbc8xk9nmk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0g9pysw1tvv22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/0g9pysw1tvv22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7833qv9595tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52314 +dcid: "dc/p7833qv9595tb" + +Node: dcid:dc/b3rr4k9f9pkr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/b3rr4k9f9pkr1" + +Node: dcid:dc/19e1qpk0y7kmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/19e1qpk0y7kmc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g4jtrqvln5707 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/g4jtrqvln5707" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ys5expvr9b105 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33512 +dcid: "dc/ys5expvr9b105" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gm2w2gkzsyz29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4921 +dcid: "dc/gm2w2gkzsyz29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y4tgg5vwdcez +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32519 +dcid: "dc/y4tgg5vwdcez" + +Node: dcid:dc/y8hywsmwkejth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/y8hywsmwkejth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7b87qf2yn2ttd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44813 +dcid: "dc/7b87qf2yn2ttd" + +Node: dcid:dc/hbe5wwy6pfhp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/hbe5wwy6pfhp2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/br5n9mby3njzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/br5n9mby3njzd" + +Node: dcid:dc/b07ztg0rdwcf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/b07ztg0rdwcf6" + +Node: dcid:dc/jghd57p14btff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/jghd57p14btff" + +Node: dcid:dc/4hyjhn4rkn6y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334514 +dcid: "dc/4hyjhn4rkn6y6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kve75wgztx6dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/kve75wgztx6dh" + +Node: dcid:dc/ggf7xrk5fyc04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/ggf7xrk5fyc04" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7zyjbz5cqskq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/7zyjbz5cqskq6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nwjjnxgcf03yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/nwjjnxgcf03yb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhmsfxxhpeg19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314 +dcid: "dc/jhmsfxxhpeg19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3knwdgv50xlpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315222 +dcid: "dc/3knwdgv50xlpb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ps7d4qe6k0fc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/ps7d4qe6k0fc7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bj9rebnptnn85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23815 +dcid: "dc/bj9rebnptnn85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0s9qwb1eck1gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/0s9qwb1eck1gf" + +Node: dcid:dc/ct187nxnm2m79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334416 +dcid: "dc/ct187nxnm2m79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wq2pr0lr8zzy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423330 +dcid: "dc/wq2pr0lr8zzy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x6hxqzqdev7g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112112 +dcid: "dc/x6hxqzqdev7g5" + +Node: dcid:dc/h3jb6jdhpk1ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62132 +dcid: "dc/h3jb6jdhpk1ff" + +Node: dcid:dc/xw0m4e008gpt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/xw0m4e008gpt2" + +Node: dcid:dc/nt0w47xpl6h1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/nt0w47xpl6h1f" + +Node: dcid:dc/v21zn4fw77qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/v21zn4fw77qf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1fjq3hbd9q1xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/1fjq3hbd9q1xc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1xpdxrcpwrlk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/1xpdxrcpwrlk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rhm6gsc1dxb0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325910 +dcid: "dc/rhm6gsc1dxb0f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hz0415k4nqsw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486110 +dcid: "dc/hz0415k4nqsw2" + +Node: dcid:dc/jcskkdxejnfrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/jcskkdxejnfrf" + +Node: dcid:dc/z7wpfyhdmm7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/z7wpfyhdmm7g" + +Node: dcid:dc/xp8lkxeeplcm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/xp8lkxeeplcm8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k7lnvbjvel1n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/k7lnvbjvel1n5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vrj2lxv53sg9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541830 +dcid: "dc/vrj2lxv53sg9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sczmbrfkvq97g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/sczmbrfkvq97g" + +Node: dcid:dc/1lnp161d0p629 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/1lnp161d0p629" + +Node: dcid:dc/fxm5kk6f06meh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31523 +dcid: "dc/fxm5kk6f06meh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/njg8nr5w1ge94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111336 +dcid: "dc/njg8nr5w1ge94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9p0hrl370eb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/q9p0hrl370eb5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/stq5yr7gzjjqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/stq5yr7gzjjqg" + +Node: dcid:dc/gxcl01vrxze8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/gxcl01vrxze8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rv8dqkb1ddvgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/rv8dqkb1ddvgb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7zp35r33mw85f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423710 +dcid: "dc/7zp35r33mw85f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ghjk882lext9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/3ghjk882lext9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q9fxpzyvr4m74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/q9fxpzyvr4m74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/klxf05d3zpx59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532420 +dcid: "dc/klxf05d3zpx59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z3lxnjp47e688 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333922 +dcid: "dc/z3lxnjp47e688" + +Node: dcid:dc/ktbew31zm6rp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/ktbew31zm6rp7" + +Node: dcid:dc/fkkey93bhbwhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/fkkey93bhbwhh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2hwx7x6t1rpj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336370 +dcid: "dc/2hwx7x6t1rpj9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gqcw138jrw1f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/gqcw138jrw1f4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mme8xxb9dgv3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/mme8xxb9dgv3b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/24bkcg2jgwt3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/24bkcg2jgwt3h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m1nltzx5rs4h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32521 +dcid: "dc/m1nltzx5rs4h8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2xq96fy21n63g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44613 +dcid: "dc/2xq96fy21n63g" + +Node: dcid:dc/b6srhrpyjmen7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/b6srhrpyjmen7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9vj5hzpgtd909 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/9vj5hzpgtd909" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/spsq6we265g84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/spsq6we265g84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w06fjl2wssvrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/w06fjl2wssvrg" + +Node: dcid:dc/csfp8hc00lxkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/csfp8hc00lxkf" + +Node: dcid:dc/67cxsve879st +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325211 +dcid: "dc/67cxsve879st" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lthbqf0fxc8j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811412 +dcid: "dc/lthbqf0fxc8j7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6k41eem0gmjjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/6k41eem0gmjjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ldfbxb2zrkved +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/ldfbxb2zrkved" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v6vb5d473kep6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423210 +dcid: "dc/v6vb5d473kep6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kz6x6g4nnvyyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/kz6x6g4nnvyyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s47fn9h81mhr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/s47fn9h81mhr3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3tvdw1xbl6fm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334416 +dcid: "dc/3tvdw1xbl6fm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9qb2yxgpwtzq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/9qb2yxgpwtzq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3vxt6b9dqsn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524127 +dcid: "dc/g3vxt6b9dqsn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1wkpwwkd1nr7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/1wkpwwkd1nr7c" + +Node: dcid:dc/ve986rwc8tdv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/ve986rwc8tdv6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hg7hfq72rl91f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211112 +dcid: "dc/hg7hfq72rl91f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dwqndk6w28pn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33122 +dcid: "dc/dwqndk6w28pn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wgmeq39xffh34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/wgmeq39xffh34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4pnefs2cv5hyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423840 +dcid: "dc/4pnefs2cv5hyd" + +Node: dcid:dc/cc2zw4jwsqby8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/cc2zw4jwsqby8" + +Node: dcid:dc/mkgtfm54ny9m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/mkgtfm54ny9m5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vzy3kwlejxfg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/vzy3kwlejxfg6" + +Node: dcid:dc/lhr3hg13xv7zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11231 +dcid: "dc/lhr3hg13xv7zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fmlem9wkpdv5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31161 +dcid: "dc/fmlem9wkpdv5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rns43psjfg7n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/rns43psjfg7n7" + +Node: dcid:dc/1tym69xyklfld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/1tym69xyklfld" + +Node: dcid:dc/5nq30h9kclfs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337122 +dcid: "dc/5nq30h9kclfs7" + +Node: dcid:dc/1rzrgg0jysdk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334310 +dcid: "dc/1rzrgg0jysdk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5w8vw8g6h0czf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/5w8vw8g6h0czf" + +Node: dcid:dc/hf61fc8rwd921 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/hf61fc8rwd921" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2pz0pyxyj0th3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/2pz0pyxyj0th3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sm9j8sk0tz6c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/sm9j8sk0tz6c2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fdqc969lbb2fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532310 +dcid: "dc/fdqc969lbb2fd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zy9f506f92js +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115111 +dcid: "dc/zy9f506f92js" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f70r9l2446s31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/f70r9l2446s31" + +Node: dcid:dc/d8erncv4zzek5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522220 +dcid: "dc/d8erncv4zzek5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tld39l4exe5pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/tld39l4exe5pg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y61bz4k3kk742 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333618 +dcid: "dc/y61bz4k3kk742" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4w9ddtjr0l9kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332999 +dcid: "dc/4w9ddtjr0l9kc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x5veme5w61z31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51212 +dcid: "dc/x5veme5w61z31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lzl1wht9rcp49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51212 +dcid: "dc/lzl1wht9rcp49" + +Node: dcid:dc/n905vp6ngqr47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325131 +dcid: "dc/n905vp6ngqr47" + +Node: dcid:dc/kn8cpl5eg59nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44111 +dcid: "dc/kn8cpl5eg59nc" + +Node: dcid:dc/lf5hpsp9y8t5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333319 +dcid: "dc/lf5hpsp9y8t5b" + +Node: dcid:dc/wjbmmjmv0101g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424810 +dcid: "dc/wjbmmjmv0101g" + +Node: dcid:dc/t3f91lsmppmr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3253 +dcid: "dc/t3f91lsmppmr8" + +Node: dcid:dc/eqp5ykqgtldd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/eqp5ykqgtldd7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4brt9pwzxqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/4brt9pwzxqd" + +Node: dcid:dc/q4rhkgjh7ejhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/q4rhkgjh7ejhd" + +Node: dcid:dc/3vq8y5d94vvdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/3vq8y5d94vvdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/45fegy9r5pc27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/45fegy9r5pc27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d69m15nx3xnyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/d69m15nx3xnyh" + +Node: dcid:dc/99209nqys9wv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33311 +dcid: "dc/99209nqys9wv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nndt8tv6cyxdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/nndt8tv6cyxdh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cppb08b8xgsp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3326 +dcid: "dc/cppb08b8xgsp8" + +Node: dcid:dc/d9ym8dge4etq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/d9ym8dge4etq5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lz3xql3jkbztd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42374 +dcid: "dc/lz3xql3jkbztd" + +Node: dcid:dc/bx8gsqs161v57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111335 +dcid: "dc/bx8gsqs161v57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxf5tskm2kwq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/bxf5tskm2kwq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2d7jx6sw0k522 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/2d7jx6sw0k522" + +Node: dcid:dc/h8ybx4l60z5ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3252 +dcid: "dc/h8ybx4l60z5ph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1g2dl1l42pfmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313311 +dcid: "dc/1g2dl1l42pfmf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n8nb54h0xhw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/n8nb54h0xhw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8k2ltrys1chjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339112 +dcid: "dc/8k2ltrys1chjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bhyl62r2mt84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/1bhyl62r2mt84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ymkmpwltq70zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441229 +dcid: "dc/ymkmpwltq70zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/044pr892swt55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111339 +dcid: "dc/044pr892swt55" + +Node: dcid:dc/pzf8bqpw7nbg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/pzf8bqpw7nbg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pg6k2d416qft2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/pg6k2d416qft2" + +Node: dcid:dc/12729csph7wg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112930 +dcid: "dc/12729csph7wg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r33cwpqsn8p6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/r33cwpqsn8p6g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nhb1vxelz5g53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/nhb1vxelz5g53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fghjj5bsny5dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336399 +dcid: "dc/fghjj5bsny5dc" + +Node: dcid:dc/5psj187xrysnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/5psj187xrysnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1fjgbp6e39744 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/1fjgbp6e39744" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/grm948y6w4qk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42321 +dcid: "dc/grm948y6w4qk" + +Node: dcid:dc/szkct3s93b2t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/szkct3s93b2t4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zfb1slyp7wn46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/zfb1slyp7wn46" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mwevv06g7w4ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/mwevv06g7w4ng" + +Node: dcid:dc/v6dlh1ntdf932 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/v6dlh1ntdf932" + +Node: dcid:dc/vze1gmt73hsbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/vze1gmt73hsbg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jd3bee4xq7mv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/jd3bee4xq7mv" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kz8ezmkqy539g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488991 +dcid: "dc/kz8ezmkqy539g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8yv4cvl9y4v34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/8yv4cvl9y4v34" + +Node: dcid:dc/6q1rxfjtrkrj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313230 +dcid: "dc/6q1rxfjtrkrj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yg2dpvbg5pd4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/yg2dpvbg5pd4d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m5nj13neyb62b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/m5nj13neyb62b" + +Node: dcid:dc/z819enlvlzf4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/z819enlvlzf4b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4g820wwwdkky3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423420 +dcid: "dc/4g820wwwdkky3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xcr6h9zk1b4r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812921 +dcid: "dc/xcr6h9zk1b4r6" + +Node: dcid:dc/w28j5ys4r5c84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321212 +dcid: "dc/w28j5ys4r5c84" + +Node: dcid:dc/bvrfbh7lq9z78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/bvrfbh7lq9z78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vh34fj10zqbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112930 +dcid: "dc/vh34fj10zqbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/znk2xs587pmg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/znk2xs587pmg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6zkez4q39l1m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/6zkez4q39l1m4" + +Node: dcid:dc/8sx6jynqv7fy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112310 +dcid: "dc/8sx6jynqv7fy8" + +Node: dcid:dc/7k8j31z48lqw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/7k8j31z48lqw8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tfwv5tq2bf1bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31122 +dcid: "dc/tfwv5tq2bf1bg" + +Node: dcid:dc/e0n0wxcrmz3gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333513 +dcid: "dc/e0n0wxcrmz3gc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15ld8b8erxjrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/15ld8b8erxjrb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rfh2r0nb9hzb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/rfh2r0nb9hzb4" + +Node: dcid:dc/ncv18wb7tn0qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326111 +dcid: "dc/ncv18wb7tn0qc" + +Node: dcid:dc/zkssb8frx058f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/zkssb8frx058f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zht9themqwh51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31213 +dcid: "dc/zht9themqwh51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kw8snc7zfz8e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42342 +dcid: "dc/kw8snc7zfz8e2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1vfd5btczgx19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/1vfd5btczgx19" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l036c8feh9z56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53223 +dcid: "dc/l036c8feh9z56" + +Node: dcid:dc/cd74jvfybnqgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114112 +dcid: "dc/cd74jvfybnqgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/89gzc9qpmlb59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/89gzc9qpmlb59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/syhx4c86ylvn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/syhx4c86ylvn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0bty8sxwnfjf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/0bty8sxwnfjf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0vg618erl1sb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/0vg618erl1sb6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bsm2f14n5w38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/bsm2f14n5w38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rpe3qllmvc6n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811420 +dcid: "dc/rpe3qllmvc6n2" + +Node: dcid:dc/n2nk9cmyvvqk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/n2nk9cmyvvqk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmrn0x598fj49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334516 +dcid: "dc/dmrn0x598fj49" + +Node: dcid:dc/4pnvxv395wbe6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32121 +dcid: "dc/4pnvxv395wbe6" + +Node: dcid:dc/kwk3e9y25tl2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/kwk3e9y25tl2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vy3qq7pwgx3yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/vy3qq7pwgx3yb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bhxczvr0gkl32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311830 +dcid: "dc/bhxczvr0gkl32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fhzhf608fpq0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/fhzhf608fpq0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k8f3dc8f8ptg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42339 +dcid: "dc/k8f3dc8f8ptg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n13zgsy1xqlzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448120 +dcid: "dc/n13zgsy1xqlzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hwxhy804fg2j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31499 +dcid: "dc/hwxhy804fg2j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9djrdnc4zctn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/9djrdnc4zctn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jcfhk3xne7b16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31699 +dcid: "dc/jcfhk3xne7b16" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ld4xxt9gnx4tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/ld4xxt9gnx4tg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g8vshj916e9b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/g8vshj916e9b9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d24t2z9cyqcpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81143 +dcid: "dc/d24t2z9cyqcpg" + +Node: dcid:dc/52zwn72repkgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/52zwn72repkgc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wdeljnk92k6bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4411 +dcid: "dc/wdeljnk92k6bf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f8rg7fbpvljz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332812 +dcid: "dc/f8rg7fbpvljz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mjj0ddb63ezz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3252 +dcid: "dc/mjj0ddb63ezz9" + +Node: dcid:dc/vssmbd5v46jyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32615 +dcid: "dc/vssmbd5v46jyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tdjlp3q2r8hp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339992 +dcid: "dc/tdjlp3q2r8hp1" + +Node: dcid:dc/m9tgbcqd1fne3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313221 +dcid: "dc/m9tgbcqd1fne3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rzgl2xr13w1k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3323 +dcid: "dc/rzgl2xr13w1k8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n5hth13yb61c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/n5hth13yb61c7" + +Node: dcid:dc/x82yzqxqcxp95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/x82yzqxqcxp95" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4w8qfl85fx0tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/4w8qfl85fx0tb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pvmhzp0q9mg66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/pvmhzp0q9mg66" + +Node: dcid:dc/gwrp5etmsn14d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/gwrp5etmsn14d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w1kcp3s1kcp34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/w1kcp3s1kcp34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b4fbcn51mepe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532210 +dcid: "dc/b4fbcn51mepe" + +Node: dcid:dc/vqeh1p8wxtpt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/vqeh1p8wxtpt7" + +Node: dcid:dc/q9yfyepev0ekg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/q9yfyepev0ekg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h67hf44p360y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238321 +dcid: "dc/h67hf44p360y6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1y76wg42h8ly1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/1y76wg42h8ly1" + +Node: dcid:dc/tyrk7235sdw9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334111 +dcid: "dc/tyrk7235sdw9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/klk7mvgk4wxcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/klk7mvgk4wxcd" + +Node: dcid:dc/d1d9zr380e0q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/d1d9zr380e0q" + +Node: dcid:dc/dr4m0k9dpf4s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42342 +dcid: "dc/dr4m0k9dpf4s1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rhkbmtn3pw4xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/533110 +dcid: "dc/rhkbmtn3pw4xc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1wwb0d0zmhe0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32229 +dcid: "dc/1wwb0d0zmhe0g" + +Node: dcid:dc/9pm5hxbvwc325 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/9pm5hxbvwc325" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xer0jtvzwbx0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/xer0jtvzwbx0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yyckzpw3sljed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23812 +dcid: "dc/yyckzpw3sljed" + +Node: dcid:dc/4dx8c7ge0yzs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11132 +dcid: "dc/4dx8c7ge0yzs4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gps5jrcez34gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441120 +dcid: "dc/gps5jrcez34gh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vpkkzz7cbx463 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/vpkkzz7cbx463" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/35h9gjf5y98y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/35h9gjf5y98y7" + +Node: dcid:dc/7cftwk7fhk43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336322 +dcid: "dc/7cftwk7fhk43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dm15s8fb28bc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/dm15s8fb28bc2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fzr4vvknm9j9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/fzr4vvknm9j9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6v983etxbj29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311611 +dcid: "dc/y6v983etxbj29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0lmv3q17rhws3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424590 +dcid: "dc/0lmv3q17rhws3" + +Node: dcid:dc/pqhkxhm2cftm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325110 +dcid: "dc/pqhkxhm2cftm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pw9w20b50nc73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/pw9w20b50nc73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9hb1ht739kkbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/9hb1ht739kkbg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b1s4fw11j7p48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/b1s4fw11j7p48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qv46t6bbtl5c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/qv46t6bbtl5c3" + +Node: dcid:dc/8tnbhcmrwmbcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/8tnbhcmrwmbcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cm6m0rvckbye7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/cm6m0rvckbye7" + +Node: dcid:dc/kl5y95t6n3zng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/kl5y95t6n3zng" + +Node: dcid:dc/bekbfmsf3lph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443130 +dcid: "dc/bekbfmsf3lph" + +Node: dcid:dc/ck5vc9p97mt76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/ck5vc9p97mt76" + +Node: dcid:dc/eenv7wdlewbt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11233 +dcid: "dc/eenv7wdlewbt5" + +Node: dcid:dc/j04h3e1jfb36h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314912 +dcid: "dc/j04h3e1jfb36h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f36g6z2xf3ydb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/f36g6z2xf3ydb" + +Node: dcid:dc/r0wblx0pdlnth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/r0wblx0pdlnth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t4psdfnng2jb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/t4psdfnng2jb3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jl9qd8llrxvxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522210 +dcid: "dc/jl9qd8llrxvxc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/903rjly8nvdzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/903rjly8nvdzd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m20fwnx3jjtyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/m20fwnx3jjtyf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ww46z37ccperb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/ww46z37ccperb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n9lf458l6kn21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/n9lf458l6kn21" + +Node: dcid:dc/ykbqz9q1mvft1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32412 +dcid: "dc/ykbqz9q1mvft1" + +Node: dcid:dc/5y37mndmlmzv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/5y37mndmlmzv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mbdl49mf96t5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3343 +dcid: "dc/mbdl49mf96t5d" + +Node: dcid:dc/l3p3y482tlbc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322231 +dcid: "dc/l3p3y482tlbc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7rx1wpzdhpqj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42374 +dcid: "dc/7rx1wpzdhpqj9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3bj5vmtc5fdz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/3bj5vmtc5fdz1" + +Node: dcid:dc/pzsfgy9dc80kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/pzsfgy9dc80kc" + +Node: dcid:dc/6q2zmhepzb0r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/6q2zmhepzb0r4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k1bm8rstecek2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3312 +dcid: "dc/k1bm8rstecek2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rwe6jkg25krb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/rwe6jkg25krb8" + +Node: dcid:dc/bv7xs31ev56r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44412 +dcid: "dc/bv7xs31ev56r6" + +Node: dcid:dc/jxxlqbelrdvlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/jxxlqbelrdvlc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4gc9p5fy2qkk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/4gc9p5fy2qkk7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2bj50cnxjb0kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315233 +dcid: "dc/2bj50cnxjb0kb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ghm0vzne4pwl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3279 +dcid: "dc/ghm0vzne4pwl1" + +Node: dcid:dc/7bpfb5qzpjgch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313311 +dcid: "dc/7bpfb5qzpjgch" + +Node: dcid:dc/x9qr0h923q1p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424330 +dcid: "dc/x9qr0h923q1p4" + +Node: dcid:dc/69gby8wqlm5q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/69gby8wqlm5q6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nevtzbkblhqxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332323 +dcid: "dc/nevtzbkblhqxh" + +Node: dcid:dc/kyk7eg2z60971 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/kyk7eg2z60971" + +Node: dcid:dc/xpghkmftfzz4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332710 +dcid: "dc/xpghkmftfzz4f" + +Node: dcid:dc/3s49yvjp51y54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/3s49yvjp51y54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vvv0esb8vdqy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/vvv0esb8vdqy4" + +Node: dcid:dc/jhzrncwzmmpv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333292 +dcid: "dc/jhzrncwzmmpv2" + +Node: dcid:dc/evwm58mejgpyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423620 +dcid: "dc/evwm58mejgpyf" + +Node: dcid:dc/chvpp0pgwtmv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/chvpp0pgwtmv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z4xgdfvk6bz43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31611 +dcid: "dc/z4xgdfvk6bz43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1teywhcc75c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212111 +dcid: "dc/w1teywhcc75c6" + +Node: dcid:dc/80sgh3jlddyx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/80sgh3jlddyx" + +Node: dcid:dc/0rjwhk21q2lxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/0rjwhk21q2lxh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m3n96tx8sfzp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/m3n96tx8sfzp4" + +Node: dcid:dc/rlghfw59s2x97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/rlghfw59s2x97" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wqv6rsjhbsyy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512290 +dcid: "dc/wqv6rsjhbsyy3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jge7m5fmrv38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/2jge7m5fmrv38" + +Node: dcid:dc/bz5n7xdg3qwd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/bz5n7xdg3qwd6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s1kgs81y0k118 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/s1kgs81y0k118" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g9wyssmdvppy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/g9wyssmdvppy" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5fq092vqysbx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/5fq092vqysbx5" + +Node: dcid:dc/rdebtyr4h4t37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/rdebtyr4h4t37" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x0lyr41b726z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336413 +dcid: "dc/x0lyr41b726z4" + +Node: dcid:dc/hsfqtfz4h95l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/hsfqtfz4h95l6" + +Node: dcid:dc/fqgk667btsv2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/fqgk667btsv2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xb1s8v6hfk776 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/xb1s8v6hfk776" + +Node: dcid:dc/50ts3rh125h4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/50ts3rh125h4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cbn119lwz2969 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/cbn119lwz2969" + +Node: dcid:dc/yv8sv2tk3xck3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42494 +dcid: "dc/yv8sv2tk3xck3" + +Node: dcid:dc/2j10wkcyneg28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/2j10wkcyneg28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9cbptm31h8fhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511199 +dcid: "dc/9cbptm31h8fhd" + +Node: dcid:dc/jcyjntz25x1g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/jcyjntz25x1g8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6nwdf0cq5f21c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/6nwdf0cq5f21c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f8y9ymn1emvjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424330 +dcid: "dc/f8y9ymn1emvjh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t36mgwbmkh83c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/t36mgwbmkh83c" + +Node: dcid:dc/vxl5zfvhc72p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/vxl5zfvhc72p" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0w68z47ggpf3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334419 +dcid: "dc/0w68z47ggpf3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/60yfpcb85srg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/60yfpcb85srg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvflq3sv9wlh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/bvflq3sv9wlh7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y71znb26k0c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/y71znb26k0c1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lskkj9betvly6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3315 +dcid: "dc/lskkj9betvly6" + +Node: dcid:dc/zh37jzyksrm78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333514 +dcid: "dc/zh37jzyksrm78" + +Node: dcid:dc/xh5j28kpsx277 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/xh5j28kpsx277" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x46k3zyk78mz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811412 +dcid: "dc/x46k3zyk78mz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ttwxzgt3f3e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/6ttwxzgt3f3e8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ymllkxb4j9wlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/ymllkxb4j9wlh" + +Node: dcid:dc/rts57v9lme813 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/rts57v9lme813" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m86r0ggw2eqy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334518 +dcid: "dc/m86r0ggw2eqy" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v441yvq5wgde9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/v441yvq5wgde9" + +Node: dcid:dc/4wcwtcbjfwlr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112340 +dcid: "dc/4wcwtcbjfwlr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1243fj077bwt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334112 +dcid: "dc/1243fj077bwt2" + +Node: dcid:dc/m5k60l0lwbrnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/m5k60l0lwbrnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gt4eesvmjd2z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/814110 +dcid: "dc/gt4eesvmjd2z1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/38gxg9dprdzb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/38gxg9dprdzb1" + +Node: dcid:dc/ge4dvkk7ep55c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/ge4dvkk7ep55c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t0qnhzt50hz2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339912 +dcid: "dc/t0qnhzt50hz2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yb2p9qjyxmrqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/yb2p9qjyxmrqd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e3m2wshqynm4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/e3m2wshqynm4f" + +Node: dcid:dc/rjzg2mjc0rjs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5321 +dcid: "dc/rjzg2mjc0rjs3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sp2e0nwtx0t98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/sp2e0nwtx0t98" + +Node: dcid:dc/2161l88dx6nd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/2161l88dx6nd6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y8fm1r0n6cvgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/y8fm1r0n6cvgh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fmk86h7pklmf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326299 +dcid: "dc/fmk86h7pklmf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q5kp7vy5m6qxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/q5kp7vy5m6qxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7357p8819jsc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42443 +dcid: "dc/7357p8819jsc9" + +Node: dcid:dc/d7c3z3ffv7bdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/d7c3z3ffv7bdd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6gcglkgbezjm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/6gcglkgbezjm" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b8xh20yb02tl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/b8xh20yb02tl4" + +Node: dcid:dc/s3xqbsnh9hy65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112330 +dcid: "dc/s3xqbsnh9hy65" + +Node: dcid:dc/gvknvj0bhgyrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423840 +dcid: "dc/gvknvj0bhgyrf" + +Node: dcid:dc/7g354whm31lz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/7g354whm31lz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rng4k81nhlpp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/rng4k81nhlpp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g22hyk2nh0q28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3346 +dcid: "dc/g22hyk2nh0q28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sq7hv4pq63326 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/sq7hv4pq63326" + +Node: dcid:dc/bescwebhprpl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446120 +dcid: "dc/bescwebhprpl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5njbjc68vy5pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/5njbjc68vy5pc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k1mrw068w5e66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321918 +dcid: "dc/k1mrw068w5e66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r3cmd8vbx6dt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/r3cmd8vbx6dt5" + +Node: dcid:dc/hfy6r27mq5n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/hfy6r27mq5n6" + +Node: dcid:dc/k2762j7776k3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/k2762j7776k3f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4kjckfxw2q8r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42461 +dcid: "dc/4kjckfxw2q8r8" + +Node: dcid:dc/jvmq7j27b1cv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3336 +dcid: "dc/jvmq7j27b1cv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yrs7t1knxy8s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/yrs7t1knxy8s9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9p2j0beb2039d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/9p2j0beb2039d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/16yxdb4h4l5nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/16yxdb4h4l5nd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/msm6f29j61z79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/msm6f29j61z79" + +Node: dcid:dc/zxr6vgvr2n763 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446130 +dcid: "dc/zxr6vgvr2n763" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m0neenbzyvzj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3253 +dcid: "dc/m0neenbzyvzj7" + +Node: dcid:dc/gz6t3ewvkrc72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/gz6t3ewvkrc72" + +Node: dcid:dc/yn8e37dddkk34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/yn8e37dddkk34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/431e947psxetc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423430 +dcid: "dc/431e947psxetc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tfjf62wsv3yw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3322 +dcid: "dc/tfjf62wsv3yw4" + +Node: dcid:dc/f91h94m1vsk33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/f91h94m1vsk33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1mpxefgng0tpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/1mpxefgng0tpb" + +Node: dcid:dc/9b1220yg5jsnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/9b1220yg5jsnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yp68xfckbfqkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/yp68xfckbfqkg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7ptvs1791q2s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/7ptvs1791q2s6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p83s49qydt0jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/p83s49qydt0jd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nknsd0vvzd10h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/nknsd0vvzd10h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pd869rkp1r4xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/pd869rkp1r4xb" + +Node: dcid:dc/p0pfd8d0drp3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51911 +dcid: "dc/p0pfd8d0drp3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nfddwdjsdyvpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/nfddwdjsdyvpb" + +Node: dcid:dc/8h6ycwblqwtqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332111 +dcid: "dc/8h6ycwblqwtqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m5y37x264tw11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/m5y37x264tw11" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x0xe0nmdqzy8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/x0xe0nmdqzy8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b6z9fbzqlh6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334611 +dcid: "dc/b6z9fbzqlh6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d3rntzjh3kqs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/d3rntzjh3kqs4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmbphzgev4lxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/dmbphzgev4lxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e4z1584htw756 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/e4z1584htw756" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4bxvbj6f39vp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3311 +dcid: "dc/4bxvbj6f39vp4" + +Node: dcid:dc/tw2k94vf0bk94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332311 +dcid: "dc/tw2k94vf0bk94" + +Node: dcid:dc/e7spd02zv5388 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315999 +dcid: "dc/e7spd02zv5388" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/93eypzt96mde6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/93eypzt96mde6" + +Node: dcid:dc/25nqmevfplj15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/25nqmevfplj15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5x4ykhf9eqq32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/5x4ykhf9eqq32" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/phrdhx5h21e04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541191 +dcid: "dc/phrdhx5h21e04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hl4yrpen0rnj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/hl4yrpen0rnj7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m88m811e2ny3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33313 +dcid: "dc/m88m811e2ny3" + +Node: dcid:dc/0t6vfwpk4pns9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/0t6vfwpk4pns9" + +Node: dcid:dc/jxdlkg9phe3wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31213 +dcid: "dc/jxdlkg9phe3wb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gbv2bhenymw12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/gbv2bhenymw12" + +Node: dcid:dc/z99jrljyv2ycf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23815 +dcid: "dc/z99jrljyv2ycf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qfrgh3h3xfv7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/qfrgh3h3xfv7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f000l6pgh9mc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/f000l6pgh9mc7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27hfvhmv1ktc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11115 +dcid: "dc/27hfvhmv1ktc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ngl2tghfn9vkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325992 +dcid: "dc/ngl2tghfn9vkg" + +Node: dcid:dc/8jbs6t3wetwx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45421 +dcid: "dc/8jbs6t3wetwx3" + +Node: dcid:dc/9rhm408wyvw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925 +dcid: "dc/9rhm408wyvw1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/52efn5ds00myb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/52efn5ds00myb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/63plz1qte8d99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/63plz1qte8d99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g9vbq79r0rjy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/g9vbq79r0rjy" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ymk8t40v97b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/4ymk8t40v97b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/htk9xrzhjpxy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/htk9xrzhjpxy1" + +Node: dcid:dc/84yp4cxdmw8l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42494 +dcid: "dc/84yp4cxdmw8l2" + +Node: dcid:dc/9c7k9qhms0dtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/9c7k9qhms0dtd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kg19vzd019t44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/kg19vzd019t44" + +Node: dcid:dc/r6xmcq2zpt617 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/r6xmcq2zpt617" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2qmc2c5cw5f9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/2qmc2c5cw5f9g" + +Node: dcid:dc/8924197m7gy4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/8924197m7gy4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k2yrpjj6eqftf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23816 +dcid: "dc/k2yrpjj6eqftf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jvwk3t5v923e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/jvwk3t5v923e1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xpfdfkwkj2kt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/xpfdfkwkj2kt4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9vtde477feqxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/9vtde477feqxc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ge5ldp5bj10b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/ge5ldp5bj10b6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tghkse0blb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327390 +dcid: "dc/tghkse0blb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0wl7h5p0xs5q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/0wl7h5p0xs5q8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r269ktb0jmfw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312130 +dcid: "dc/r269ktb0jmfw5" + +Node: dcid:dc/fwjx4xw27dgpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311615 +dcid: "dc/fwjx4xw27dgpd" + +Node: dcid:dc/ttkg3jrd1zv23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42493 +dcid: "dc/ttkg3jrd1zv23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0zj9z3zcdpv63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/0zj9z3zcdpv63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5mb1mhwpps3k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/5mb1mhwpps3k2" + +Node: dcid:dc/88qec5xdh00ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/88qec5xdh00ed" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xq6g8dxtd09xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/xq6g8dxtd09xc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mq4kky6g5r0jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/mq4kky6g5r0jg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kh5f663mfpzk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/kh5f663mfpzk5" + +Node: dcid:dc/3ny3k6qthl0s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/3ny3k6qthl0s5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8bdzrtp5l0ls7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/8bdzrtp5l0ls7" + +Node: dcid:dc/kx06knwcd8wm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/kx06knwcd8wm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/566pmxlr5ejxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423940 +dcid: "dc/566pmxlr5ejxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ynclh4jks4jmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334611 +dcid: "dc/ynclh4jks4jmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jem6hpqdb9hwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522190 +dcid: "dc/jem6hpqdb9hwg" + +Node: dcid:dc/wver87xtjzf17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31412 +dcid: "dc/wver87xtjzf17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwgv6l964dedh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/jwgv6l964dedh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bb0xtz40dm27b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325414 +dcid: "dc/bb0xtz40dm27b" + +Node: dcid:dc/0msqzbzdr9p7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/0msqzbzdr9p7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3tc6lq2j7d699 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/3tc6lq2j7d699" + +Node: dcid:dc/2wvl3z7cmkr22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311920 +dcid: "dc/2wvl3z7cmkr22" + +Node: dcid:dc/38r2e2h6tq20g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/38r2e2h6tq20g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lzrewn5mv9xhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/lzrewn5mv9xhg" + +Node: dcid:dc/j6h20e4gjjmyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/j6h20e4gjjmyb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gmm04stjbe3l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445210 +dcid: "dc/gmm04stjbe3l6" + +Node: dcid:dc/216mq04jkt4m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321212 +dcid: "dc/216mq04jkt4m8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e839lxjqr8cjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/e839lxjqr8cjb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/332m1lcnvjfs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/332m1lcnvjfs2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qspr7lspmw4hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/533110 +dcid: "dc/qspr7lspmw4hb" + +Node: dcid:dc/vp0edh0cb06yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/vp0edh0cb06yg" + +Node: dcid:dc/82j08pz5pvxr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/82j08pz5pvxr4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g2yxl1fgyx8cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562991 +dcid: "dc/g2yxl1fgyx8cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/84czmnc1b6sp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/84czmnc1b6sp5" + +Node: dcid:dc/qxbxk3bsy7tm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/qxbxk3bsy7tm5" + +Node: dcid:dc/6z2pjymnjkvj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33411 +dcid: "dc/6z2pjymnjkvj7" + +Node: dcid:dc/2jjt2qy3lwe76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42374 +dcid: "dc/2jjt2qy3lwe76" + +Node: dcid:dc/cjfhx2wymq9c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/cjfhx2wymq9c1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/52ehk1wygkxgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/52ehk1wygkxgb" + +Node: dcid:dc/w9bezqy5pkb2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/w9bezqy5pkb2b" + +Node: dcid:dc/drnh91mtedf6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335121 +dcid: "dc/drnh91mtedf6d" + +Node: dcid:dc/vw2ym42rkhl46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11212 +dcid: "dc/vw2ym42rkhl46" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9evvs2gw1lpr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/9evvs2gw1lpr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/646tthbncyx24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33322 +dcid: "dc/646tthbncyx24" + +Node: dcid:dc/1lg916yhnrsd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/1lg916yhnrsd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zsn7hd6xjlr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/1zsn7hd6xjlr4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0nsvrbmcf64x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/0nsvrbmcf64x" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gfsnlswnb5wn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238172 +dcid: "dc/gfsnlswnb5wn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h0ngnskz00yff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31323 +dcid: "dc/h0ngnskz00yff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lqk8526d3cq2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/lqk8526d3cq2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8969xlc692kp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/8969xlc692kp1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7m9tl3h3h3p8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44522 +dcid: "dc/7m9tl3h3h3p8h" + +Node: dcid:dc/lbg2hgvrbevtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311822 +dcid: "dc/lbg2hgvrbevtc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wtz771cxfwgk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111334 +dcid: "dc/wtz771cxfwgk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8m3lpdww6kg58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/8m3lpdww6kg58" + +Node: dcid:dc/ebn0p97pzc7m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/ebn0p97pzc7m2" + +Node: dcid:dc/zk9hl30xk6s9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/zk9hl30xk6s9f" + +Node: dcid:dc/d83gf0sslnx26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/d83gf0sslnx26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sdxbx7vx99csg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/sdxbx7vx99csg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/56n8qfp4v1kgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/56n8qfp4v1kgh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1sfwtqflhsqwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/1sfwtqflhsqwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/78b0c6y0njrsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/78b0c6y0njrsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6tq61jy6perg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31412 +dcid: "dc/6tq61jy6perg6" + +Node: dcid:dc/t2pxjkf8f06w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336412 +dcid: "dc/t2pxjkf8f06w4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l20qw4x369mt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33271 +dcid: "dc/l20qw4x369mt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q5ldpnznz5153 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/q5ldpnznz5153" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x4pdkzk2zqjb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/x4pdkzk2zqjb5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4pjczj180yv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/4pjczj180yv6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0lq3xx5xc9kph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32561 +dcid: "dc/0lq3xx5xc9kph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/peefxt9x9eqk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/peefxt9x9eqk5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gxjy70ewvt9hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/gxjy70ewvt9hc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3wwmr0k2yc3ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/3wwmr0k2yc3ef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d1cectgnbmlr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3141 +dcid: "dc/d1cectgnbmlr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llmjgl2p28byh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/llmjgl2p28byh" + +Node: dcid:dc/cb083m784v90c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/cb083m784v90c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/23pvzq339q3l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/23pvzq339q3l" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0kh1dp9qwqerg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/0kh1dp9qwqerg" + +Node: dcid:dc/61q623l6wbclh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423820 +dcid: "dc/61q623l6wbclh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0jgrqmbpr582 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/s0jgrqmbpr582" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q07d4fe3c25p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/q07d4fe3c25p6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2skkk9svdgy34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/2skkk9svdgy34" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/64564cmy7ncc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/64564cmy7ncc5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5lw7wgsj3t4e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321212 +dcid: "dc/5lw7wgsj3t4e3" + +Node: dcid:dc/x0gpqs34rwvm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335314 +dcid: "dc/x0gpqs34rwvm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l0x0bjln5s3yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/l0x0bjln5s3yg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bpnkjekrqc0jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/bpnkjekrqc0jc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lq19zcdpseq5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/lq19zcdpseq5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d72epvt2qvlcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/d72epvt2qvlcg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fwtzv824syd02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339116 +dcid: "dc/fwtzv824syd02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y0y0k4ntpymjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3313 +dcid: "dc/y0y0k4ntpymjh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8emz113x3d3z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115116 +dcid: "dc/8emz113x3d3z8" + +Node: dcid:dc/cz40lcr0676gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2131 +dcid: "dc/cz40lcr0676gb" + +Node: dcid:dc/nb095l7q3ccvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/nb095l7q3ccvh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wm5h6fnxdds18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/wm5h6fnxdds18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yp75vf2pfwnmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/yp75vf2pfwnmg" + +Node: dcid:dc/l2mw02ycnq713 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551 +dcid: "dc/l2mw02ycnq713" + +Node: dcid:dc/s8yw91hqqvhp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/s8yw91hqqvhp2" + +Node: dcid:dc/ytjb0cmvxz6yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/ytjb0cmvxz6yd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pkb1gqj5m5jlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/pkb1gqj5m5jlf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dflld7temh0td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111930 +dcid: "dc/dflld7temh0td" + +Node: dcid:dc/x5v9thsdnqeg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423920 +dcid: "dc/x5v9thsdnqeg6" + +Node: dcid:dc/v21mzdzfplnkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/v21mzdzfplnkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j382dmww0w82h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/j382dmww0w82h" + +Node: dcid:dc/wfpjwd2ppygpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/wfpjwd2ppygpc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d2j8kvkwrstq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/d2j8kvkwrstq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mevlkpcs345j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/mevlkpcs345j" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9ypvgmze8ms6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339920 +dcid: "dc/w9ypvgmze8ms6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntf3b5pp3ld2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/ntf3b5pp3ld2g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/66c0d1sj7jcp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11116 +dcid: "dc/66c0d1sj7jcp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ls2pnrj6wzfk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/ls2pnrj6wzfk8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w5qz16xcl673c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33791 +dcid: "dc/w5qz16xcl673c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5j866jdl4gkv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/5j866jdl4gkv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4dy73sx5fqc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/c4dy73sx5fqc6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/89t03e8yfzrz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31192 +dcid: "dc/89t03e8yfzrz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdb8s7ptwppkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/kdb8s7ptwppkc" + +Node: dcid:dc/sceqw84e202f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/sceqw84e202f8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jgm4ffm4ybvpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11233 +dcid: "dc/jgm4ffm4ybvpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d87zdtkd0w46h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44529 +dcid: "dc/d87zdtkd0w46h" + +Node: dcid:dc/3m5zxw11n7bkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52219 +dcid: "dc/3m5zxw11n7bkg" + +Node: dcid:dc/zn8epv8hh37ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/zn8epv8hh37ff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qvx1f8rm7ex04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/qvx1f8rm7ex04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f6wv53wbqklch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/f6wv53wbqklch" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/50bjqqx3rg8r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/50bjqqx3rg8r5" + +Node: dcid:dc/chwzbhxjjlr12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/chwzbhxjjlr12" + +Node: dcid:dc/vctrm5dkyn71c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/vctrm5dkyn71c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c5g2nxtqlj2p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/c5g2nxtqlj2p5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gyzlmeffg6r91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/gyzlmeffg6r91" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t0ck56bnl75l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311119 +dcid: "dc/t0ck56bnl75l1" + +Node: dcid:dc/3sj65p1kxekp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315222 +dcid: "dc/3sj65p1kxekp9" + +Node: dcid:dc/8ds0c8g2prwy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314912 +dcid: "dc/8ds0c8g2prwy8" + +Node: dcid:dc/r9vvgwwfx4jsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424340 +dcid: "dc/r9vvgwwfx4jsh" + +Node: dcid:dc/7fkl74ml76qg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/7fkl74ml76qg5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3ez2v2ccwrt81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/3ez2v2ccwrt81" + +Node: dcid:dc/8ybn63pepg6fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522220 +dcid: "dc/8ybn63pepg6fd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y8q2ygw99qp75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/y8q2ygw99qp75" + +Node: dcid:dc/dervmjng47e6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/dervmjng47e6g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d0485fqnm8qx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3273 +dcid: "dc/d0485fqnm8qx9" + +Node: dcid:dc/zspe6e0b6k2p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/zspe6e0b6k2p7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fg95lgey78gq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315212 +dcid: "dc/fg95lgey78gq1" + +Node: dcid:dc/ryb1srh6jhq2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/ryb1srh6jhq2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8yq7ddexr3df7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333319 +dcid: "dc/8yq7ddexr3df7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bs6v8pjp4mxe5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/bs6v8pjp4mxe5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tzn0njtj8t4sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42459 +dcid: "dc/tzn0njtj8t4sd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r7e0j97rwgytg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/r7e0j97rwgytg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dtg78949wrfmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/dtg78949wrfmf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/khgxqbpf2kzp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/khgxqbpf2kzp3" + +Node: dcid:dc/99tyfwzsgk3qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611410 +dcid: "dc/99tyfwzsgk3qd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vvfswd6ptpd5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424340 +dcid: "dc/vvfswd6ptpd5b" + +Node: dcid:dc/7jr32wk54h26f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81143 +dcid: "dc/7jr32wk54h26f" + +Node: dcid:dc/8wsk6r8ppn113 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/8wsk6r8ppn113" + +Node: dcid:dc/6g2qwxkjhkv33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/6g2qwxkjhkv33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/06rfz85c4t214 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/06rfz85c4t214" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rks82p3wh6cbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/rks82p3wh6cbh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/92wk0p824wfrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/92wk0p824wfrg" + +Node: dcid:dc/hyr490esc7gdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/hyr490esc7gdd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1m0mn09xv79y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333923 +dcid: "dc/1m0mn09xv79y3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5557wvke563d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/d5557wvke563d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wxkthggwbv5n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111339 +dcid: "dc/wxkthggwbv5n4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9weqmck983y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/w9weqmck983y2" + +Node: dcid:dc/0bmzzvdqce8l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112340 +dcid: "dc/0bmzzvdqce8l2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m5stny1q5vhf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/m5stny1q5vhf9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5pf6e5x783vm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/5pf6e5x783vm3" + +Node: dcid:dc/382jthm7hctm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/382jthm7hctm" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lcnh4xyp7y50c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/lcnh4xyp7y50c" + +Node: dcid:dc/zsqx4kpg979sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/zsqx4kpg979sc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2xwwnj4h19ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/2xwwnj4h19ch" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lyfrq3w65ff94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/lyfrq3w65ff94" + +Node: dcid:dc/zqlgb6509kvh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/zqlgb6509kvh9" + +Node: dcid:dc/9xx4enbl1gbyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483111 +dcid: "dc/9xx4enbl1gbyd" + +Node: dcid:dc/vcjltvlh9q022 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/vcjltvlh9q022" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b0hgtwbyqwsx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333612 +dcid: "dc/b0hgtwbyqwsx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3c40ceqhencrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32616 +dcid: "dc/3c40ceqhencrb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m753dmm2ck7t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311612 +dcid: "dc/m753dmm2ck7t6" + +Node: dcid:dc/rtdbbw8tqe8v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/rtdbbw8tqe8v9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7pt4j4e52z7f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/7pt4j4e52z7f4" + +Node: dcid:dc/77470mpvj203h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3111 +dcid: "dc/77470mpvj203h" + +Node: dcid:dc/c7fyrhpf7f695 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8141 +dcid: "dc/c7fyrhpf7f695" + +Node: dcid:dc/q61wp8cqbheg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/q61wp8cqbheg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/805ms8jtkwsfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/805ms8jtkwsfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zjy4e9ql78ryb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/zjy4e9ql78ryb" + +Node: dcid:dc/j0rk1z35g85v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/j0rk1z35g85v7" + +Node: dcid:dc/0epqd2vspzlzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313230 +dcid: "dc/0epqd2vspzlzb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/78efjprtzg1ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32551 +dcid: "dc/78efjprtzg1ff" + +Node: dcid:dc/xrgy610d6kczc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/xrgy610d6kczc" + +Node: dcid:dc/45wzb02nseltd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/45wzb02nseltd" + +Node: dcid:dc/1xbz8tzx9lhmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/1xbz8tzx9lhmg" + +Node: dcid:dc/gpr4cx0bzpyfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/gpr4cx0bzpyfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8gyewen6g4cwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532220 +dcid: "dc/8gyewen6g4cwg" + +Node: dcid:dc/s38mv4tng11e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/s38mv4tng11e2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/15lrzqkb6n0y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/15lrzqkb6n0y7" + +Node: dcid:dc/wdg7ghmep1d5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/wdg7ghmep1d5b" + +Node: dcid:dc/8k4s4t9246stf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326122 +dcid: "dc/8k4s4t9246stf" + +Node: dcid:dc/gv6251zsmpb39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/gv6251zsmpb39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h1yledsbknrx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453310 +dcid: "dc/h1yledsbknrx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rvd46vr4rb8h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/rvd46vr4rb8h4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svjxjmj38lwy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/svjxjmj38lwy4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pkhedx3fevlw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453930 +dcid: "dc/pkhedx3fevlw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s2cw9cjbpekgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336330 +dcid: "dc/s2cw9cjbpekgc" + +Node: dcid:dc/dch2wz3046cj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/dch2wz3046cj9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4cpx1chh3rjzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/4cpx1chh3rjzf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/202wemblhc0hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/202wemblhc0hh" + +Node: dcid:dc/m1s3rptkh6q13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333511 +dcid: "dc/m1s3rptkh6q13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jdl63jflv5k39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/jdl63jflv5k39" + +Node: dcid:dc/1x21bsszwhsl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54142 +dcid: "dc/1x21bsszwhsl9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qlrjmje87945 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333612 +dcid: "dc/8qlrjmje87945" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yz8f4m77cpwr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512120 +dcid: "dc/yz8f4m77cpwr2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tnhelcv33yk9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/tnhelcv33yk9h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t2tx8bvws9mw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32613 +dcid: "dc/t2tx8bvws9mw6" + +Node: dcid:dc/ph8fq5606v0kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/ph8fq5606v0kg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3t0m7j72pdv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/g3t0m7j72pdv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fel97fhc2zh62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339913 +dcid: "dc/fel97fhc2zh62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8e6fnt4kyx813 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/8e6fnt4kyx813" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j84kl1pld4j8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/j84kl1pld4j8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/es4zhdrclgmrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/es4zhdrclgmrh" + +Node: dcid:dc/41v3fjx5y11w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/41v3fjx5y11w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mt7evdh3shqnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/mt7evdh3shqnh" + +Node: dcid:dc/10fghzv09l6dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/10fghzv09l6dc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4sgk9v103f61b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/4sgk9v103f61b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fc2k5dddc0wh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333513 +dcid: "dc/fc2k5dddc0wh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/73pe26h4f0ef7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327332 +dcid: "dc/73pe26h4f0ef7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/znwwsgwx5rkq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11292 +dcid: "dc/znwwsgwx5rkq" + +Node: dcid:dc/bgjsjny6l31sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327332 +dcid: "dc/bgjsjny6l31sg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gwnj2qsp19bv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/gwnj2qsp19bv" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/695qbceyvpqk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/695qbceyvpqk9" + +Node: dcid:dc/d27l4ddtme3r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33272 +dcid: "dc/d27l4ddtme3r1" + +Node: dcid:dc/ngp6xqsrve002 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33461 +dcid: "dc/ngp6xqsrve002" + +Node: dcid:dc/emjj3hhm5hr8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333513 +dcid: "dc/emjj3hhm5hr8f" + +Node: dcid:dc/r9l97rwk6w4y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/r9l97rwk6w4y8" + +Node: dcid:dc/xye20vs2t74w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3161 +dcid: "dc/xye20vs2t74w2" + +Node: dcid:dc/nm0mnenkdjzjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333992 +dcid: "dc/nm0mnenkdjzjc" + +Node: dcid:dc/8vgwzq21f1lh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525930 +dcid: "dc/8vgwzq21f1lh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k40xxyzc3t3r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/k40xxyzc3t3r2" + +Node: dcid:dc/k6zddzkkr4h2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321920 +dcid: "dc/k6zddzkkr4h2b" + +Node: dcid:dc/r9m5cse435w86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/r9m5cse435w86" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/70cb7z83y41pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/70cb7z83y41pd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8tq746p0gwj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/k8tq746p0gwj5" + +Node: dcid:dc/4zw43j6pjecdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/4zw43j6pjecdg" + +Node: dcid:dc/9yy9q794rz5q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/9yy9q794rz5q1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b6ve2m63nntc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541 +dcid: "dc/b6ve2m63nntc4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6yqq9vfxgy7fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54141 +dcid: "dc/6yqq9vfxgy7fd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7vdhv9qwf9zrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33313 +dcid: "dc/7vdhv9qwf9zrb" + +Node: dcid:dc/xx97q9hff1sng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/xx97q9hff1sng" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0jcrr0zk0ncv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/0jcrr0zk0ncv" + +Node: dcid:dc/wgsk626482jt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/wgsk626482jt" + +Node: dcid:dc/f2hcttsfzywq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/f2hcttsfzywq7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wdspt4tt21bf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/wdspt4tt21bf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q919ent1csmw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/q919ent1csmw" + +Node: dcid:dc/c0y3x6y3309d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11234 +dcid: "dc/c0y3x6y3309d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h44q700rmww9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/h44q700rmww9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mr99msnxfm6jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/mr99msnxfm6jf" + +Node: dcid:dc/slvlykx2ce8p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/slvlykx2ce8p8" + +Node: dcid:dc/z8wj4hmybmb34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/z8wj4hmybmb34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l0yfvvbqc8f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/l0yfvvbqc8f2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/65km3mbcnn51b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/65km3mbcnn51b" + +Node: dcid:dc/5l4154jhv1my +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325110 +dcid: "dc/5l4154jhv1my" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dzg0jg59v34d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/dzg0jg59v34d6" + +Node: dcid:dc/0l95t9ntw1n48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/0l95t9ntw1n48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zvpeswtvygh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42372 +dcid: "dc/zvpeswtvygh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8kk2vz7wdbjx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/8kk2vz7wdbjx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7d3wc5nfw6db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/7d3wc5nfw6db" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8h80028mw8t65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/8h80028mw8t65" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0z6phqlzjzmqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611410 +dcid: "dc/0z6phqlzjzmqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tbdr1ml21qxr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/tbdr1ml21qxr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y9kqpdkmxm008 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33911 +dcid: "dc/y9kqpdkmxm008" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gccet33kb6f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/5gccet33kb6f9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/52x0615t2x9j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/52x0615t2x9j" + +Node: dcid:dc/f142sw5tzk14f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/f142sw5tzk14f" + +Node: dcid:dc/6d7cc8bt8ejf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/6d7cc8bt8ejf5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lxmyk79nqbrhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/lxmyk79nqbrhd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pl9f75tm3hz72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/pl9f75tm3hz72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lf8ncyj4d4yj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/lf8ncyj4d4yj9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0rqdn2wv9dh2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/0rqdn2wv9dh2b" + +Node: dcid:dc/00hnefnd93zqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4232 +dcid: "dc/00hnefnd93zqf" + +Node: dcid:dc/gr64tvvnzlqhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42492 +dcid: "dc/gr64tvvnzlqhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nqbhdwe5xpq4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42362 +dcid: "dc/nqbhdwe5xpq4c" + +Node: dcid:dc/de4q1jbcxjh63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/de4q1jbcxjh63" + +Node: dcid:dc/80zlhyqlz5p26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/80zlhyqlz5p26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2n92tfhgvzf1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/2n92tfhgvzf1b" + +Node: dcid:dc/n9pjj7lmx1t48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/n9pjj7lmx1t48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3v9tyh58zebj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3332 +dcid: "dc/3v9tyh58zebj5" + +Node: dcid:dc/wjjqww0p6n925 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311511 +dcid: "dc/wjjqww0p6n925" + +Node: dcid:dc/yv50bpmfsjteh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/yv50bpmfsjteh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7w54eh381n5h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811411 +dcid: "dc/7w54eh381n5h5" + +Node: dcid:dc/x00ke3ceqcgqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/x00ke3ceqcgqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6f2bpymx6n12f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/6f2bpymx6n12f" + +Node: dcid:dc/g2tp9c4t81cw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/g2tp9c4t81cw8" + +Node: dcid:dc/dyl8p4xrls119 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/dyl8p4xrls119" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1qjhgb6t60fyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51811 +dcid: "dc/1qjhgb6t60fyh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3xm6s2vxeqjsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511140 +dcid: "dc/3xm6s2vxeqjsb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6mvb998z82cz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/6mvb998z82cz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bx117lbrn9dwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/bx117lbrn9dwd" + +Node: dcid:dc/4mr24g1l16ncf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44813 +dcid: "dc/4mr24g1l16ncf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vkgbvp590dqbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236117 +dcid: "dc/vkgbvp590dqbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jv67smxxtlt19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311520 +dcid: "dc/jv67smxxtlt19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bhkw3z2em3wb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/bhkw3z2em3wb8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jkj1nzkqwd7th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/jkj1nzkqwd7th" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nyp9tcm1zhrx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/nyp9tcm1zhrx1" + +Node: dcid:dc/9s71p0k0hyrs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/9s71p0k0hyrs1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6ex02spcqsfq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334220 +dcid: "dc/6ex02spcqsfq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15r1demdqme28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/15r1demdqme28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r1h0lzcr7s5y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3212 +dcid: "dc/r1h0lzcr7s5y9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r06rdl22t84x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/r06rdl22t84x8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/14gsrrdse5s08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/14gsrrdse5s08" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bfwynyhwr3x51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/bfwynyhwr3x51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/slkny5d118n3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/slkny5d118n3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gchhc9d7ey80h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811113 +dcid: "dc/gchhc9d7ey80h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/30kkjhrkylwg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/30kkjhrkylwg3" + +Node: dcid:dc/c021v45t5d166 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/c021v45t5d166" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wgk0c18wzefmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/wgk0c18wzefmc" + +Node: dcid:dc/mdf09jeb9sqmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/mdf09jeb9sqmb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r4shfp8g743vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/r4shfp8g743vd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pz5zg8hww2sl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/pz5zg8hww2sl4" + +Node: dcid:dc/0ex5mj9pm03y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/0ex5mj9pm03y9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tjflv1lfefpb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23814 +dcid: "dc/tjflv1lfefpb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qrjm28kzvvv26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445292 +dcid: "dc/qrjm28kzvvv26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/42z6nwd45bcg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444190 +dcid: "dc/42z6nwd45bcg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7j6gfhtxrdtv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/7j6gfhtxrdtv3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vrtf5enc009h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423840 +dcid: "dc/vrtf5enc009h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3e3gf6sw2pj59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/3e3gf6sw2pj59" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1t3z92t98k0e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331111 +dcid: "dc/1t3z92t98k0e4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m2255dgjwj8j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/m2255dgjwj8j4" + +Node: dcid:dc/leqn4rktjz461 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/leqn4rktjz461" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jvp8jltzmhrrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/jvp8jltzmhrrd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rwt10xgqevb8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339913 +dcid: "dc/rwt10xgqevb8h" + +Node: dcid:dc/9w6795nmr5wb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/9w6795nmr5wb1" + +Node: dcid:dc/twghqpgcf856g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/twghqpgcf856g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jlgqh83pbmfff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53222 +dcid: "dc/jlgqh83pbmfff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lsqh2phlcl0tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/lsqh2phlcl0tg" + +Node: dcid:dc/dfsvmlkc00wkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/dfsvmlkc00wkg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5j361nlkqlnx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51224 +dcid: "dc/5j361nlkqlnx2" + +Node: dcid:dc/lrh8j4pf41ts3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423130 +dcid: "dc/lrh8j4pf41ts3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1f7w56e42m76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/w1f7w56e42m76" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l14s2565d707g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32212 +dcid: "dc/l14s2565d707g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/twn1jr3scyrhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53242 +dcid: "dc/twn1jr3scyrhd" + +Node: dcid:dc/t78ef38kspnt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52313 +dcid: "dc/t78ef38kspnt9" + +Node: dcid:dc/hnvrdx506n0vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/hnvrdx506n0vg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ghmdw02vtqs5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32591 +dcid: "dc/ghmdw02vtqs5g" + +Node: dcid:dc/gk7eghg666122 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/gk7eghg666122" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t66snddw1w8j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/t66snddw1w8j2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/84wy8l9clhwfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5511 +dcid: "dc/84wy8l9clhwfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7gshmnx8yk92h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334510 +dcid: "dc/7gshmnx8yk92h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0wdvpbgxdg0jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238161 +dcid: "dc/0wdvpbgxdg0jg" + +Node: dcid:dc/enpzx5z0jpz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212393 +dcid: "dc/enpzx5z0jpz2" + +Node: dcid:dc/96z2yxrejdxd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33242 +dcid: "dc/96z2yxrejdxd6" + +Node: dcid:dc/00f92xnkj754f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/00f92xnkj754f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n9tdks30xp3zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/n9tdks30xp3zg" + +Node: dcid:dc/gklyzbjr55qh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325620 +dcid: "dc/gklyzbjr55qh4" + +Node: dcid:dc/gxwkqmq0m47r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/gxwkqmq0m47r2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7mklcbr5x20w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325520 +dcid: "dc/7mklcbr5x20w4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rj54t2hynn489 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/rj54t2hynn489" + +Node: dcid:dc/svrdqlssmc8q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/svrdqlssmc8q3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mb1x2mnqylh93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8141 +dcid: "dc/mb1x2mnqylh93" + +Node: dcid:dc/52h6zzqcn2yr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/52h6zzqcn2yr9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cr83wnx46yx6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/cr83wnx46yx6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q6wj4jjcfvcz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/q6wj4jjcfvcz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3g93xh360h527 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/3g93xh360h527" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pgdyhbnwqdz82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/pgdyhbnwqdz82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4xsmkjvmyytk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/4xsmkjvmyytk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g88mtw0xcllcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42382 +dcid: "dc/g88mtw0xcllcd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8w7r5l4yvd436 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53223 +dcid: "dc/8w7r5l4yvd436" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/31qt6yy8j005f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/31qt6yy8j005f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lh8ep4tn73575 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/lh8ep4tn73575" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4w0e8rmq3d3df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32531 +dcid: "dc/4w0e8rmq3d3df" + +Node: dcid:dc/hngvbj6yenp26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/hngvbj6yenp26" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e1dk33pb8dkxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332721 +dcid: "dc/e1dk33pb8dkxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hfphzz3301jf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/hfphzz3301jf3" + +Node: dcid:dc/j3hyk89gdexth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/j3hyk89gdexth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g5lf7kv90scx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333992 +dcid: "dc/g5lf7kv90scx8" + +Node: dcid:dc/evqxlpdltcwg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32121 +dcid: "dc/evqxlpdltcwg4" + +Node: dcid:dc/pzwtejdxzqskg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/pzwtejdxzqskg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lm8k5qk172k98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315299 +dcid: "dc/lm8k5qk172k98" + +Node: dcid:dc/95dddq83wr9qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31411 +dcid: "dc/95dddq83wr9qd" + +Node: dcid:dc/94b73zlkr3kd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/94b73zlkr3kd8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5jyvgzqx4y6sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/5jyvgzqx4y6sd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g30xnec54kdm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/g30xnec54kdm6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z8nhby7ht2y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/z8nhby7ht2y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/twrrkq87pw3md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33151 +dcid: "dc/twrrkq87pw3md" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ztzslg79byjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/5ztzslg79byjg" + +Node: dcid:dc/vlv7mt2ftblw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3314 +dcid: "dc/vlv7mt2ftblw7" + +Node: dcid:dc/eg9g158v1n3fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/eg9g158v1n3fd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xdh5sx3qdrzr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/xdh5sx3qdrzr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/de0cy7nqnr71b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/de0cy7nqnr71b" + +Node: dcid:dc/fhbxd66ck96q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/fhbxd66ck96q" + +Node: dcid:dc/d5g90sq07mgp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/d5g90sq07mgp8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x57d98hf4c9gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/x57d98hf4c9gg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0hj10e7cyfc41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/0hj10e7cyfc41" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p5hlk6hzjgglb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/p5hlk6hzjgglb" + +Node: dcid:dc/gy2dc2ylfcsg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/gy2dc2ylfcsg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/81nl678tnh8j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/81nl678tnh8j4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kxxx851nnf2qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/kxxx851nnf2qb" + +Node: dcid:dc/z36g3bfpf0vp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211112 +dcid: "dc/z36g3bfpf0vp3" + +Node: dcid:dc/qftp6bnl8qhwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45392 +dcid: "dc/qftp6bnl8qhwh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/el1p9rft1v8z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/el1p9rft1v8z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vhecgc6tjd6sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/vhecgc6tjd6sh" + +Node: dcid:dc/1kxh7x4n7ypvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812113 +dcid: "dc/1kxh7x4n7ypvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n7w0cfm8xxw4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/n7w0cfm8xxw4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zle32c5grk542 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/zle32c5grk542" + +Node: dcid:dc/w303m6894p3w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323121 +dcid: "dc/w303m6894p3w5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ymeljzjb2c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/0ymeljzjb2c7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wtpeqbfyg9dq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/wtpeqbfyg9dq9" + +Node: dcid:dc/21rm4nrxj1pxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/21rm4nrxj1pxf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e1lgcgwbq09pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/e1lgcgwbq09pc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r0fhexfylbkm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/r0fhexfylbkm4" + +Node: dcid:dc/g030ppnleqhtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/g030ppnleqhtb" + +Node: dcid:dc/jv2cq0klsdpn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/jv2cq0klsdpn1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8t1f7mrfpvtj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238161 +dcid: "dc/8t1f7mrfpvtj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/67e2q8k3y8tg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/67e2q8k3y8tg4" + +Node: dcid:dc/lgcdd56zlsf85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33152 +dcid: "dc/lgcdd56zlsf85" + +Node: dcid:dc/60kwhv8d2962f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/60kwhv8d2962f" + +Node: dcid:dc/94649p8490st8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423130 +dcid: "dc/94649p8490st8" + +Node: dcid:dc/ecbtj5vmd1hjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33411 +dcid: "dc/ecbtj5vmd1hjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8w58cyxzwrp9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33341 +dcid: "dc/8w58cyxzwrp9h" + +Node: dcid:dc/kzbrxgme2rcw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331210 +dcid: "dc/kzbrxgme2rcw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/st7ge4felgw5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/st7ge4felgw5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w01m6q9rk1ed4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/w01m6q9rk1ed4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tg463cxlvz4pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/tg463cxlvz4pb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7ztt0f4hkp0r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332996 +dcid: "dc/7ztt0f4hkp0r" + +Node: dcid:dc/rvjgmcbrm7547 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/rvjgmcbrm7547" + +Node: dcid:dc/vjq8nk8f7rgsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/vjq8nk8f7rgsh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8v26ecrw8myd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321999 +dcid: "dc/8v26ecrw8myd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ryt2g1fqqwgz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/ryt2g1fqqwgz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j6dnzxmx206rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/j6dnzxmx206rh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6w7nt6djyq45g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/6w7nt6djyq45g" + +Node: dcid:dc/hr9tfcv1s5v76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32221 +dcid: "dc/hr9tfcv1s5v76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qrlmrebx68q41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3335 +dcid: "dc/qrlmrebx68q41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d78d0mkjs0lvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333612 +dcid: "dc/d78d0mkjs0lvh" + +Node: dcid:dc/90jtbc9cyczz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/90jtbc9cyczz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5kqw7yrptf299 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/5kqw7yrptf299" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p1w3mtlp9zbs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3334 +dcid: "dc/p1w3mtlp9zbs2" + +Node: dcid:dc/j5nd12rxt4ww5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/j5nd12rxt4ww5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jgmpf7jzspb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/551114 +dcid: "dc/jgmpf7jzspb8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wy9kq828nchh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/wy9kq828nchh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fnjk9sll85mj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/fnjk9sll85mj3" + +Node: dcid:dc/mbcqf6wjdkwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453110 +dcid: "dc/mbcqf6wjdkwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/14dqkd2pd5271 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511140 +dcid: "dc/14dqkd2pd5271" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h78eb5dslnxpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/h78eb5dslnxpf" + +Node: dcid:dc/6jd81pem9kkk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/6jd81pem9kkk4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hwx4g81ln41n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238391 +dcid: "dc/hwx4g81ln41n1" + +Node: dcid:dc/7k930d4tfpfng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/7k930d4tfpfng" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8z0yemkgp73b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/8z0yemkgp73b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fhcl9cvjzpjyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/fhcl9cvjzpjyg" + +Node: dcid:dc/w7pnjnrpt76l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/w7pnjnrpt76l4" + +Node: dcid:dc/56jk29026se43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/56jk29026se43" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d5q8bb1qglef8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/d5q8bb1qglef8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6wkf0cbw8g7c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/6wkf0cbw8g7c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xsx1cjslf61bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/xsx1cjslf61bc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gsksw36xvlyh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/gsksw36xvlyh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e6bjfvgmp56eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5321 +dcid: "dc/e6bjfvgmp56eb" + +Node: dcid:dc/k1t00q4q33fh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/k1t00q4q33fh7" + +Node: dcid:dc/spzbbzj46xzm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33999 +dcid: "dc/spzbbzj46xzm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rf750d6xjesw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/211112 +dcid: "dc/rf750d6xjesw3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dkxp0gn2dnf63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561613 +dcid: "dc/dkxp0gn2dnf63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4nv5tzbbqhjb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/4nv5tzbbqhjb2" + +Node: dcid:dc/3gtqjbdvxedc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/3gtqjbdvxedc3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9320x7grsr726 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/9320x7grsr726" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vtlbddwj2s559 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/vtlbddwj2s559" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nzs0l5jwsgd65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21231 +dcid: "dc/nzs0l5jwsgd65" + +Node: dcid:dc/00f94p5tcgpl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/00f94p5tcgpl2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3l32y52rmh4g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/3l32y52rmh4g9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7kqkv5zwk8448 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321920 +dcid: "dc/7kqkv5zwk8448" + +Node: dcid:dc/ejg5vv411cq1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333414 +dcid: "dc/ejg5vv411cq1c" + +Node: dcid:dc/8dmycny36tfz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/8dmycny36tfz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fwv80tvssbf87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56174 +dcid: "dc/fwv80tvssbf87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e2zr678871pk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/e2zr678871pk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qrh1qb61lnv76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/qrh1qb61lnv76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l8pc2df1mx7sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/l8pc2df1mx7sd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g58wvr0kvmx69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/g58wvr0kvmx69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4784n20j64595 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/4784n20j64595" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmh85l3z1rem +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32621 +dcid: "dc/hmh85l3z1rem" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lyl9xbdf4y5e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/lyl9xbdf4y5e4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hgw7yv5hkc557 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33992 +dcid: "dc/hgw7yv5hkc557" + +Node: dcid:dc/jc3t6e2sw2e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/jc3t6e2sw2e1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d9l9xmvvd4zsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33429 +dcid: "dc/d9l9xmvvd4zsd" + +Node: dcid:dc/c8tcwqw8mee29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/c8tcwqw8mee29" + +Node: dcid:dc/97x4c3bewb5lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/97x4c3bewb5lf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zjf2535r5hsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/1zjf2535r5hsb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8lpdtpd0k2fj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/8lpdtpd0k2fj7" + +Node: dcid:dc/kzjlwpvgtb6p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/kzjlwpvgtb6p4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jn6w48pp04d3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/jn6w48pp04d3f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/91v529vclyj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424920 +dcid: "dc/91v529vclyj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d9sq5rcyc01wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/d9sq5rcyc01wh" + +Node: dcid:dc/kdgyh4myr5p1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1113 +dcid: "dc/kdgyh4myr5p1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cpwdxn02jwkf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42384 +dcid: "dc/cpwdxn02jwkf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hggl6cy607vnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/hggl6cy607vnf" + +Node: dcid:dc/n72jx8pcf7tpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33635 +dcid: "dc/n72jx8pcf7tpc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3hn3e47er27x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/3hn3e47er27x5" + +Node: dcid:dc/pwwkr32m0cnnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/pwwkr32m0cnnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7lz35xby7g8k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333210 +dcid: "dc/7lz35xby7g8k7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jfmr8300b82g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/jfmr8300b82g1" + +Node: dcid:dc/4d6cxgwsen1bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/4d6cxgwsen1bc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tyf3fjw1vj8j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/tyf3fjw1vj8j8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fhl2yjjfxg188 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/fhl2yjjfxg188" + +Node: dcid:dc/m54eg795t4qw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/m54eg795t4qw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/grg19ldn6x2x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/grg19ldn6x2x7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/re115wrh2b26f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/re115wrh2b26f" + +Node: dcid:dc/n2ejch8mq7zzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333994 +dcid: "dc/n2ejch8mq7zzf" + +Node: dcid:dc/7jp4r9ep3mzt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/7jp4r9ep3mzt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mv8kwr5xvzm22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445291 +dcid: "dc/mv8kwr5xvzm22" + +Node: dcid:dc/6tzq24sr4pyv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314110 +dcid: "dc/6tzq24sr4pyv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0dxcmbr011wff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33621 +dcid: "dc/0dxcmbr011wff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5dky56g5bly57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532210 +dcid: "dc/5dky56g5bly57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nzrqcktq30b33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/nzrqcktq30b33" + +Node: dcid:dc/45r4fy4zbddl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33592 +dcid: "dc/45r4fy4zbddl4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ee76lyc2zb192 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/ee76lyc2zb192" + +Node: dcid:dc/rwnj87srx54cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/rwnj87srx54cf" + +Node: dcid:dc/71rg89m8wjqm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32512 +dcid: "dc/71rg89m8wjqm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7yhvtcps30f68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/7yhvtcps30f68" + +Node: dcid:dc/015ss6gd0wl2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/015ss6gd0wl2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3frbzzchnyzc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326121 +dcid: "dc/3frbzzchnyzc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nj9sk23l4w215 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/nj9sk23l4w215" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sg72tbv3bfs42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/sg72tbv3bfs42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kgmg9qr5g1697 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/kgmg9qr5g1697" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mqk2bbzn99wj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/mqk2bbzn99wj9" + +Node: dcid:dc/dqgr7pk5vgm6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/dqgr7pk5vgm6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sf49z7m2rt451 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/sf49z7m2rt451" + +Node: dcid:dc/5mn5yd7h64hpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/5mn5yd7h64hpd" + +Node: dcid:dc/4fbc3rrg6jj54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/4fbc3rrg6jj54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rhpkykqe2cjn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/rhpkykqe2cjn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/htb6wyxv74l27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/htb6wyxv74l27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ekvs0zs3h00g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238161 +dcid: "dc/ekvs0zs3h00g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbxknzqm624h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523140 +dcid: "dc/hbxknzqm624h6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pkyde65pvspjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/pkyde65pvspjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/08csfrs51tsh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/08csfrs51tsh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9pq3mkckzr7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/q9pq3mkckzr7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y8krz0yl7etvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/y8krz0yl7etvd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cgqkcx5vts9p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/cgqkcx5vts9p1" + +Node: dcid:dc/cbpcwv65v0438 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213112 +dcid: "dc/cbpcwv65v0438" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rp345yprp4cx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/rp345yprp4cx5" + +Node: dcid:dc/zst0s2wxr89sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/zst0s2wxr89sf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z073k5l1ml2l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/z073k5l1ml2l4" + +Node: dcid:dc/0be2xfxb96sc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23816 +dcid: "dc/0be2xfxb96sc3" + +Node: dcid:dc/9xxp0jbe6wf0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/9xxp0jbe6wf0c" + +Node: dcid:dc/fvmyxjp01vnjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/fvmyxjp01vnjf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6nr9ck73qmsg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/6nr9ck73qmsg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5pes0lzndr6sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332312 +dcid: "dc/5pes0lzndr6sf" + +Node: dcid:dc/db6bjvvmn60fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32191 +dcid: "dc/db6bjvvmn60fb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/17smkzqfb7ftd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/17smkzqfb7ftd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5gqv7leph2zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/k5gqv7leph2zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1dg93fjdkwbf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/1dg93fjdkwbf3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zbd4vcc7ex616 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33792 +dcid: "dc/zbd4vcc7ex616" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/evf2seh8n4wpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/evf2seh8n4wpf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jzxec0x9rj681 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/jzxec0x9rj681" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b6vney0fhsz6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/b6vney0fhsz6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/shjy28gp4gj55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/shjy28gp4gj55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9hwgqrr292xnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/9hwgqrr292xnd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3scw6wtyxc7m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451212 +dcid: "dc/3scw6wtyxc7m9" + +Node: dcid:dc/b227bpskq0mz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321214 +dcid: "dc/b227bpskq0mz8" + +Node: dcid:dc/6pllce6b4x154 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314121 +dcid: "dc/6pllce6b4x154" + +Node: dcid:dc/25mhmectq7b02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/25mhmectq7b02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zglj4wzm4n6l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424430 +dcid: "dc/zglj4wzm4n6l9" + +Node: dcid:dc/k2d0092qje5t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/k2d0092qje5t1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3xv42cgv68sb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3339 +dcid: "dc/3xv42cgv68sb8" + +Node: dcid:dc/3feb2g82bze8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42444 +dcid: "dc/3feb2g82bze8b" + +Node: dcid:dc/f01vkmy67s2x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33152 +dcid: "dc/f01vkmy67s2x4" + +Node: dcid:dc/f4flkrhzcfq0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424610 +dcid: "dc/f4flkrhzcfq0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yehktzb40d097 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/yehktzb40d097" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m2t2pe2vbbxlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/m2t2pe2vbbxlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2emntqfrv1r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/r2emntqfrv1r1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qx0nzjgy5h73b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51119 +dcid: "dc/qx0nzjgy5h73b" + +Node: dcid:dc/vse4zlyw122xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/vse4zlyw122xd" + +Node: dcid:dc/rnpdycp0e19kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326212 +dcid: "dc/rnpdycp0e19kc" + +Node: dcid:dc/gj65l3jgepyc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483211 +dcid: "dc/gj65l3jgepyc1" + +Node: dcid:dc/dcvphc0sk92yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333613 +dcid: "dc/dcvphc0sk92yb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/97yh18048vceg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/97yh18048vceg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8llvb4wf9mmgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53222 +dcid: "dc/8llvb4wf9mmgc" + +Node: dcid:dc/vq19lxsljj1t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325413 +dcid: "dc/vq19lxsljj1t6" + +Node: dcid:dc/bjddze029nbtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/bjddze029nbtb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zd67rkjg72q11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33639 +dcid: "dc/zd67rkjg72q11" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ts9f6xz69bzmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/ts9f6xz69bzmh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y9qlygytd7ds2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31491 +dcid: "dc/y9qlygytd7ds2" + +Node: dcid:dc/fk4tgdrc2h3v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424520 +dcid: "dc/fk4tgdrc2h3v9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddmnpwbvy7mwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/ddmnpwbvy7mwd" + +Node: dcid:dc/7k1lh3vfklz66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115116 +dcid: "dc/7k1lh3vfklz66" + +Node: dcid:dc/kp1ccprpk5264 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/kp1ccprpk5264" + +Node: dcid:dc/hv7hykvvfpgs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/hv7hykvvfpgs7" + +Node: dcid:dc/heq9x6tptpm13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448210 +dcid: "dc/heq9x6tptpm13" + +Node: dcid:dc/0y0dlcw08mwn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451130 +dcid: "dc/0y0dlcw08mwn8" + +Node: dcid:dc/vth3d50jgkjt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/vth3d50jgkjt7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zrgtzt7j0h62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/1zrgtzt7j0h62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvm5ehpfmff81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/mvm5ehpfmff81" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kgcw25pjscred +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/kgcw25pjscred" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5vlhbp12l6gq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/5vlhbp12l6gq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mlmxwb37z5bn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/mlmxwb37z5bn5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0qnlt6brn4xrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335929 +dcid: "dc/0qnlt6brn4xrb" + +Node: dcid:dc/bgletrfvhf6wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/bgletrfvhf6wf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nmnnnb4qdlyp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/nmnnnb4qdlyp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/smn49jsldnkw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/smn49jsldnkw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r9r6h1fl61653 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/r9r6h1fl61653" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6e04pwqnkg8ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/6e04pwqnkg8ff" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0tdxplwqpct1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/0tdxplwqpct1f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tv8wx01w5nhy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33261 +dcid: "dc/tv8wx01w5nhy4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sj7msw3rffxyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/sj7msw3rffxyh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3nq7zfbnblcw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/3nq7zfbnblcw5" + +Node: dcid:dc/cc3kbxvzesxp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/cc3kbxvzesxp6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pgbqvyv8yv8x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4533 +dcid: "dc/pgbqvyv8yv8x1" + +Node: dcid:dc/g4b7ttfhn8km4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337110 +dcid: "dc/g4b7ttfhn8km4" + +Node: dcid:dc/wj4qdg9kqwrgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4533 +dcid: "dc/wj4qdg9kqwrgh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mxrwe7lz07yy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/mxrwe7lz07yy1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7yhjzspy4edk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/7yhjzspy4edk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ptzp4x6bvjbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/ptzp4x6bvjbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cd415tthvsrlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/cd415tthvsrlh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v5fxzzfchs217 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441110 +dcid: "dc/v5fxzzfchs217" + +Node: dcid:dc/086prnfkkn6q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/086prnfkkn6q5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/45hvwvjr4dx08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33121 +dcid: "dc/45hvwvjr4dx08" + +Node: dcid:dc/xn0bt4tn5c1d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/xn0bt4tn5c1d9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6bszx6kkj20jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/6bszx6kkj20jb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/689lr3wjknd1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333298 +dcid: "dc/689lr3wjknd1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9h0ne8fhw02cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/9h0ne8fhw02cf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lfr1mt4kn7g55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11292 +dcid: "dc/lfr1mt4kn7g55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m3t2dqeegkkhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314999 +dcid: "dc/m3t2dqeegkkhb" + +Node: dcid:dc/5kg6p860nf306 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/5kg6p860nf306" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/er97xqxhlpbmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/er97xqxhlpbmf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4kqzd3bv6gdq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/4kqzd3bv6gdq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gz4sc5tjfwkbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/gz4sc5tjfwkbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/337ejq0lb7q29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322299 +dcid: "dc/337ejq0lb7q29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x7ksg23447s1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/x7ksg23447s1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ykd87wdvp0744 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33422 +dcid: "dc/ykd87wdvp0744" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gfkxn6jr5p4q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/gfkxn6jr5p4q7" + +Node: dcid:dc/71sr3s5e3rds1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/71sr3s5e3rds1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c6fr61hvvn3q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/c6fr61hvvn3q7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yvn9lev8wrndg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/yvn9lev8wrndg" + +Node: dcid:dc/ylq2867spkzkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/ylq2867spkzkc" + +Node: dcid:dc/2p3yzppswerc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/2p3yzppswerc2" + +Node: dcid:dc/6vmzyj2sd6qmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/6vmzyj2sd6qmb" + +Node: dcid:dc/2w1lhth3ek0b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424940 +dcid: "dc/2w1lhth3ek0b3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zml66pn6th1p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/zml66pn6th1p6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4txzeszb2x5lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32199 +dcid: "dc/4txzeszb2x5lg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qfvq4zbyhjh75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31199 +dcid: "dc/qfvq4zbyhjh75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ms5e5085ezjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512240 +dcid: "dc/1ms5e5085ezjf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/px1hlfk6qf6s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11191 +dcid: "dc/px1hlfk6qf6s6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b7rn17kvs1qc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/b7rn17kvs1qc3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t2d573hfp976g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45391 +dcid: "dc/t2d573hfp976g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7bh5wxd46366 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/7bh5wxd46366" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kzhmgj9j6jve3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/kzhmgj9j6jve3" + +Node: dcid:dc/n9qe8ydmxv6r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/n9qe8ydmxv6r4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ycs8qm2gs6sbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212312 +dcid: "dc/ycs8qm2gs6sbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k6616mv68ex2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/k6616mv68ex2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dch36gccfwdn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/dch36gccfwdn" + +Node: dcid:dc/t4tgfpgvpj47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325520 +dcid: "dc/t4tgfpgvpj47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gbhey0qgd1wy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424590 +dcid: "dc/gbhey0qgd1wy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/25bkm4c9zn10g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53212 +dcid: "dc/25bkm4c9zn10g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1xj43zkww1mz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/1xj43zkww1mz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q06y4cw08nxt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/q06y4cw08nxt" + +Node: dcid:dc/y0yezgv3xet3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339943 +dcid: "dc/y0yezgv3xet3g" + +Node: dcid:dc/ygjt05vfle8pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/ygjt05vfle8pg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9zl067pjy0lk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/9zl067pjy0lk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3xtcmhesnqhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115113 +dcid: "dc/j3xtcmhesnqhf" + +Node: dcid:dc/7xrlhgbpnj0tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/7xrlhgbpnj0tf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nfe0965q3vvzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/nfe0965q3vvzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tss7stk1fg1vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/tss7stk1fg1vh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yq1vhkf02h0p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/yq1vhkf02h0p9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7dvcck14qb9w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/7dvcck14qb9w4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vggkryz5z0bh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/vggkryz5z0bh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g1y08y6dh8xv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325211 +dcid: "dc/g1y08y6dh8xv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7wvvdkx5kw192 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48541 +dcid: "dc/7wvvdkx5kw192" + +Node: dcid:dc/6xvwqq280g5wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/6xvwqq280g5wf" + +Node: dcid:dc/1ml7ezj8hesl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532112 +dcid: "dc/1ml7ezj8hesl1" + +Node: dcid:dc/xm5fpz7cz74jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/xm5fpz7cz74jg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kbpznqj61j4l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3313 +dcid: "dc/kbpznqj61j4l6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2y7hyqzhtfvyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311513 +dcid: "dc/2y7hyqzhtfvyd" + +Node: dcid:dc/2r6vc4hhrv241 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/2r6vc4hhrv241" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l7pxtrd7xebr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/l7pxtrd7xebr9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j8n6fbnenhl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33422 +dcid: "dc/j8n6fbnenhl8" + +Node: dcid:dc/3025nrf3e6527 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/3025nrf3e6527" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n293bjfrq1108 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/n293bjfrq1108" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ldjzlv4zlx6p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/ldjzlv4zlx6p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n3d1jtn2er614 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451212 +dcid: "dc/n3d1jtn2er614" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1n4cnc6vswq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/w1n4cnc6vswq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6vj06lmpe8tw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/6vj06lmpe8tw9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rbbkb1yvld4z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/rbbkb1yvld4z5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vet74nzyv326h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315222 +dcid: "dc/vet74nzyv326h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dqs5kd5jcl5cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/dqs5kd5jcl5cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vp0tswl377n63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/vp0tswl377n63" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h7syt3kjbxzzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321992 +dcid: "dc/h7syt3kjbxzzh" + +Node: dcid:dc/ehgk50mwdw5rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/ehgk50mwdw5rg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qxjjr8g4cpesg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32552 +dcid: "dc/qxjjr8g4cpesg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pxp4y34xnb20g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/pxp4y34xnb20g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/03cf1l5hv9j73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32619 +dcid: "dc/03cf1l5hv9j73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yxdttqn906dxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/yxdttqn906dxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qr5v44rtxxt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/8qr5v44rtxxt" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bvdb8m3bzw5xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/bvdb8m3bzw5xb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n6xsjy229hmm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/n6xsjy229hmm5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lqtyq0jkfk3mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4533 +dcid: "dc/lqtyq0jkfk3mg" + +Node: dcid:dc/r7yrml6tyh5x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/r7yrml6tyh5x4" + +Node: dcid:dc/dekbt3x68drth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/dekbt3x68drth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fcv4wlkpvyl57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/fcv4wlkpvyl57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e261gldkp2k92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314121 +dcid: "dc/e261gldkp2k92" + +Node: dcid:dc/7g80m1wm9xnbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326 +dcid: "dc/7g80m1wm9xnbh" + +Node: dcid:dc/b5bknw3srzffh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486910 +dcid: "dc/b5bknw3srzffh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c9grwl2vgqesb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/c9grwl2vgqesb" + +Node: dcid:dc/177sqvtf4zl4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/177sqvtf4zl4g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zhq80h68791sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/zhq80h68791sb" + +Node: dcid:dc/x376ff3tp8qvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/x376ff3tp8qvd" + +Node: dcid:dc/qfzfvbhd5c6j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42346 +dcid: "dc/qfzfvbhd5c6j3" + +Node: dcid:dc/q6b5e1h87j31d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/q6b5e1h87j31d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wxqn49ts45pfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/wxqn49ts45pfc" + +Node: dcid:dc/edn146tbzy319 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333514 +dcid: "dc/edn146tbzy319" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sn4bf8yf54xp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424430 +dcid: "dc/sn4bf8yf54xp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rg36wxp94sk5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/rg36wxp94sk5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6gyyn5snmwc64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/6gyyn5snmwc64" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dnm15n8y8gkmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/dnm15n8y8gkmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7b4mln3zhgtj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/7b4mln3zhgtj9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r2n2l7c6w4wl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532210 +dcid: "dc/r2n2l7c6w4wl8" + +Node: dcid:dc/bgt2rnbvf1bx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33322 +dcid: "dc/bgt2rnbvf1bx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l3fcpmwwzs7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112930 +dcid: "dc/l3fcpmwwzs7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9pggv1r32p2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/q9pggv1r32p2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ygwdkf7rjvp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/4ygwdkf7rjvp3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fbgzbev45dc48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/fbgzbev45dc48" + +Node: dcid:dc/fke5g7z3pe90c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/fke5g7z3pe90c" + +Node: dcid:dc/8zfv2e49jk81h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23831 +dcid: "dc/8zfv2e49jk81h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qk42q81k6r0zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/qk42q81k6r0zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m5l4gym671c88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/m5l4gym671c88" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7jz9b2sq222z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33995 +dcid: "dc/7jz9b2sq222z1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/61hecpkcpdxc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/61hecpkcpdxc1" + +Node: dcid:dc/7b6zszde33me5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/7b6zszde33me5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1z5nb8dttt85h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/1z5nb8dttt85h" + +Node: dcid:dc/hs0x1ww8078q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/hs0x1ww8078q" + +Node: dcid:dc/8n1cjn56cdyg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/8n1cjn56cdyg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x90hj0xyzlt34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/x90hj0xyzlt34" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vzq4ynenhkceb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333220 +dcid: "dc/vzq4ynenhkceb" + +Node: dcid:dc/nkwm8hqrkmkm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/nkwm8hqrkmkm4" + +Node: dcid:dc/9rpjt8s6mlhr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111150 +dcid: "dc/9rpjt8s6mlhr1" + +Node: dcid:dc/gefjqbgz5cq13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/gefjqbgz5cq13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/km8cj2g0bbvqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/km8cj2g0bbvqf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/82vx87mkltts3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/82vx87mkltts3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w0vyblm74l4fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/w0vyblm74l4fb" + +Node: dcid:dc/j7qgn9ccf7mxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31161 +dcid: "dc/j7qgn9ccf7mxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ksqk2ryjfekg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/ksqk2ryjfekg1" + +Node: dcid:dc/blm224w299v4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/blm224w299v4d" + +Node: dcid:dc/kz4h8nyzt245d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/kz4h8nyzt245d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mc4973n486215 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325110 +dcid: "dc/mc4973n486215" + +Node: dcid:dc/8hjtff0x6kg2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326130 +dcid: "dc/8hjtff0x6kg2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cfyg5831gxhb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/cfyg5831gxhb4" + +Node: dcid:dc/53xry1yq59l87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/53xry1yq59l87" + +Node: dcid:dc/wqcp8jd7ffew9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/wqcp8jd7ffew9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3qxph4nsn13h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/3qxph4nsn13h4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fehlsd539efk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314129 +dcid: "dc/fehlsd539efk5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wm39n2bqsh8q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322 +dcid: "dc/wm39n2bqsh8q" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/myyxfp7nf8jp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423490 +dcid: "dc/myyxfp7nf8jp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z5nmwm73kj4y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/z5nmwm73kj4y1" + +Node: dcid:dc/c2pw30kb2kedf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/c2pw30kb2kedf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pdx176cc94ykf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/pdx176cc94ykf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/khpn5xe3qx03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/khpn5xe3qx03" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yp1l62ejp9wbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/yp1l62ejp9wbc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/evckhwt22jd32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/evckhwt22jd32" + +Node: dcid:dc/f23vekyz1y6y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/f23vekyz1y6y" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b62ewr4427lc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/b62ewr4427lc7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rq918t9g1fkfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326160 +dcid: "dc/rq918t9g1fkfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cw310c5cs56k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42372 +dcid: "dc/cw310c5cs56k7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/djv2lmgc4nywd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/djv2lmgc4nywd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p4e3sxqn321dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42382 +dcid: "dc/p4e3sxqn321dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d766t65kjs1s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/d766t65kjs1s2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4qqsb8ncvd4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/f4qqsb8ncvd4f" + +Node: dcid:dc/46t0x3hdkh2ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/46t0x3hdkh2ng" + +Node: dcid:dc/6h9q2x6kssgj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812922 +dcid: "dc/6h9q2x6kssgj9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/35d1vh5pl2yv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/35d1vh5pl2yv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bx7jk7tsb6sbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/bx7jk7tsb6sbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4prkkn2njx6fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/4prkkn2njx6fh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jsmd7myhz6tg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/jsmd7myhz6tg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fhxl7jszjvygf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/fhxl7jszjvygf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p2jmf7r9lswb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446120 +dcid: "dc/p2jmf7r9lswb2" + +Node: dcid:dc/9dsn281f3dct9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325992 +dcid: "dc/9dsn281f3dct9" + +Node: dcid:dc/mxmbbegmn13d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/mxmbbegmn13d7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c941j70tf39fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/c941j70tf39fg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f346ejyw9hv9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51224 +dcid: "dc/f346ejyw9hv9f" + +Node: dcid:dc/03eqbgjbqvtlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/03eqbgjbqvtlc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/77pz7vgp854zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/77pz7vgp854zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/03r0d6n4fwn17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323121 +dcid: "dc/03r0d6n4fwn17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v5ysyys985zph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/v5ysyys985zph" + +Node: dcid:dc/904h7r66m3y7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423130 +dcid: "dc/904h7r66m3y7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2nrgpbys1ecyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/2nrgpbys1ecyc" + +Node: dcid:dc/3j5w8k613ywc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311830 +dcid: "dc/3j5w8k613ywc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tjj47skjct34b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/tjj47skjct34b" + +Node: dcid:dc/8g0mn3r3de09f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334119 +dcid: "dc/8g0mn3r3de09f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t23qhp3hq90hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/t23qhp3hq90hb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/120hhtb54qyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/120hhtb54qyh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/56vf131h84t78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/56vf131h84t78" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ge3jbrxzm63gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/ge3jbrxzm63gh" + +Node: dcid:dc/9rzhpxz8bd7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/9rzhpxz8bd7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d2fbnztggqr3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/d2fbnztggqr3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gdp0wmnxfz1bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51119 +dcid: "dc/gdp0wmnxfz1bh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nn6nf017f0sq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322221 +dcid: "dc/nn6nf017f0sq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vzq45w45fcms7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/vzq45w45fcms7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0dzzycexb3grf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/0dzzycexb3grf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5tj0qp8h2vx09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/5tj0qp8h2vx09" + +Node: dcid:dc/genyk75ry2wpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/genyk75ry2wpc" + +Node: dcid:dc/84ydqrlgnqsg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/84ydqrlgnqsg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b0pmblsrj0y4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/b0pmblsrj0y4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/psd712w5b4dj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/psd712w5b4dj3" + +Node: dcid:dc/4z9vd53h04sk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/4z9vd53h04sk5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/msvr96wnt8jm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/msvr96wnt8jm5" + +Node: dcid:dc/m9xvm5cbl9h27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3312 +dcid: "dc/m9xvm5cbl9h27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/klzfdsldvj65g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/klzfdsldvj65g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3tegplq3cbkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33429 +dcid: "dc/w3tegplq3cbkg" + +Node: dcid:dc/r1zvwqql56wj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/r1zvwqql56wj7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/shqxew93284w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/shqxew93284w7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/stb3r29n2c47b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32616 +dcid: "dc/stb3r29n2c47b" + +Node: dcid:dc/gxklbg6t3cmn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/gxklbg6t3cmn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ppbxbcjql4n85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/ppbxbcjql4n85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7828s1erc3jl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/7828s1erc3jl5" + +Node: dcid:dc/kh8ykgh9gz4lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332313 +dcid: "dc/kh8ykgh9gz4lc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c656yzklntfkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/c656yzklntfkg" + +Node: dcid:dc/ne0tw9j359pl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336214 +dcid: "dc/ne0tw9j359pl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r61yxtsf61p69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31213 +dcid: "dc/r61yxtsf61p69" + +Node: dcid:dc/se2ht52e40s02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311830 +dcid: "dc/se2ht52e40s02" + +Node: dcid:dc/de4mlfpqbfq6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/551112 +dcid: "dc/de4mlfpqbfq6g" + +Node: dcid:dc/ewxdw8xxfey5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/ewxdw8xxfey5b" + +Node: dcid:dc/pwsvnjvfwcpbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/pwsvnjvfwcpbg" + +Node: dcid:dc/35m4xbgclere1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51224 +dcid: "dc/35m4xbgclere1" + +Node: dcid:dc/07cy28r3rcw41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332912 +dcid: "dc/07cy28r3rcw41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nec62m6e2qycb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/nec62m6e2qycb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rks8g9blygdk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/rks8g9blygdk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d29xhj41jy1h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/d29xhj41jy1h4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0sg2cxn1cl447 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33221 +dcid: "dc/0sg2cxn1cl447" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qb5hne18ph398 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/qb5hne18ph398" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cbnqlfp07lec9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/cbnqlfp07lec9" + +Node: dcid:dc/zt584wwvbbg44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/zt584wwvbbg44" + +Node: dcid:dc/8spv9cv4shj3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/8spv9cv4shj3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/txkf8vd5h90kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/txkf8vd5h90kc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rjm9m92g672d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/rjm9m92g672d3" + +Node: dcid:dc/vvkcd3r2tnlm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/vvkcd3r2tnlm" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tlnx4v3e131s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336312 +dcid: "dc/tlnx4v3e131s3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8t49p7f9824b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42383 +dcid: "dc/8t49p7f9824b2" + +Node: dcid:dc/4jhpzscdevpz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/4jhpzscdevpz7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/08e10ngbesg96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/08e10ngbesg96" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h5t72j5tsl7r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332322 +dcid: "dc/h5t72j5tsl7r" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hc50zjtqdpe8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/0hc50zjtqdpe8" + +Node: dcid:dc/pfgwqg48w99l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/pfgwqg48w99l2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y69v5cg492nb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/y69v5cg492nb2" + +Node: dcid:dc/6yr7tevfv7061 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339950 +dcid: "dc/6yr7tevfv7061" + +Node: dcid:dc/fzbm3pc5td3gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/fzbm3pc5td3gf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q887pffqncwjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322212 +dcid: "dc/q887pffqncwjf" + +Node: dcid:dc/1c2w2dslwps11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/1c2w2dslwps11" + +Node: dcid:dc/g0qbwnjjd4vyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/g0qbwnjjd4vyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/238ze6xf33ehh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/238ze6xf33ehh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c7198z5yzkl8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54183 +dcid: "dc/c7198z5yzkl8f" + +Node: dcid:dc/spp4yybb89g1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/spp4yybb89g1f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rspssxplrg3q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/rspssxplrg3q4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/he07nlf6glh31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/he07nlf6glh31" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1d6hkznbbddlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/1d6hkznbbddlh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wq5xctq14fdcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21231 +dcid: "dc/wq5xctq14fdcg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dc2vrnjqt4mwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/dc2vrnjqt4mwh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rrn2dq5s2cf0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561431 +dcid: "dc/rrn2dq5s2cf0c" + +Node: dcid:dc/phyvs5pdgjnwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11132 +dcid: "dc/phyvs5pdgjnwh" + +Node: dcid:dc/wqngjycdz5vt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112210 +dcid: "dc/wqngjycdz5vt8" + +Node: dcid:dc/bs20qycgnf5z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/bs20qycgnf5z2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e2e8kwsgxlbzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/e2e8kwsgxlbzc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ht4dcr5m2sp67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/ht4dcr5m2sp67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dyht6zmdhe00f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/dyht6zmdhe00f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lhlcgyd2bzk21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/lhlcgyd2bzk21" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w8fqgfyfk1xw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/w8fqgfyfk1xw3" + +Node: dcid:dc/8weqszxq6ctz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/8weqszxq6ctz5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dr6qet1rllp96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32518 +dcid: "dc/dr6qet1rllp96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dxm4se892ge55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111310 +dcid: "dc/dxm4se892ge55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6m08mg7c8xww1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/6m08mg7c8xww1" + +Node: dcid:dc/yczx5vnc5l36c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/yczx5vnc5l36c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bdhp29czvz89f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53221 +dcid: "dc/bdhp29czvz89f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k1mqllhgyjmf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/k1mqllhgyjmf5" + +Node: dcid:dc/fef6xnphtkkf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33635 +dcid: "dc/fef6xnphtkkf6" + +Node: dcid:dc/drdf1qgbyrk76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/drdf1qgbyrk76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p9dg8jbf7cfkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/p9dg8jbf7cfkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6d6pt84294x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/y6d6pt84294x1" + +Node: dcid:dc/sc73dtcdcqg4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/sc73dtcdcqg4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zgnkr5flh3w13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/zgnkr5flh3w13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f36bd6y2rnjpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3323 +dcid: "dc/f36bd6y2rnjpf" + +Node: dcid:dc/wx17x85tqrte1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/wx17x85tqrte1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/47bfcg9py30n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42472 +dcid: "dc/47bfcg9py30n6" + +Node: dcid:dc/fhewyvee0mdnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/fhewyvee0mdnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0v03kmhrs9z51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/0v03kmhrs9z51" + +Node: dcid:dc/zcned643c6myg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/zcned643c6myg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e01e4cfpbh5ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23833 +dcid: "dc/e01e4cfpbh5ch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j5fwc29r6mdqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/j5fwc29r6mdqf" + +Node: dcid:dc/hxszy4ekwx2d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444190 +dcid: "dc/hxszy4ekwx2d3" + +Node: dcid:dc/bepz7pypbszf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/bepz7pypbszf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y72xv7msnc4y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/y72xv7msnc4y7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xq9wwtvddv2v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339932 +dcid: "dc/xq9wwtvddv2v2" + +Node: dcid:dc/gjnq0y1977p7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32121 +dcid: "dc/gjnq0y1977p7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hr1q8gcm1dcz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/hr1q8gcm1dcz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b6tnq3m104md4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33431 +dcid: "dc/b6tnq3m104md4" + +Node: dcid:dc/gw2j2p4edbkt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451130 +dcid: "dc/gw2j2p4edbkt1" + +Node: dcid:dc/ecdcxjmpgyfh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/ecdcxjmpgyfh2" + +Node: dcid:dc/v75pz8r3fclb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/v75pz8r3fclb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m2bnnzz0n7t2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/m2bnnzz0n7t2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wg967jcq1jsz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3159 +dcid: "dc/wg967jcq1jsz9" + +Node: dcid:dc/03h1yl5scy7gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44112 +dcid: "dc/03h1yl5scy7gb" + +Node: dcid:dc/ekyst96c12c2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31133 +dcid: "dc/ekyst96c12c2b" + +Node: dcid:dc/04llbhezy59jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/04llbhezy59jf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6k4fvnd4zxljc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112920 +dcid: "dc/6k4fvnd4zxljc" + +Node: dcid:dc/6630d3ef027nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23813 +dcid: "dc/6630d3ef027nf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/frq927cx17978 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/frq927cx17978" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z50n6qxvewk5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331511 +dcid: "dc/z50n6qxvewk5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n7tr0fnzbp2v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23839 +dcid: "dc/n7tr0fnzbp2v4" + +Node: dcid:dc/vtbpt1tr67tjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/vtbpt1tr67tjd" + +Node: dcid:dc/kqbtr261ym2v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/kqbtr261ym2v5" + +Node: dcid:dc/crq21vncxnkqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3253 +dcid: "dc/crq21vncxnkqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/swk8811b9vjkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339913 +dcid: "dc/swk8811b9vjkh" + +Node: dcid:dc/rtxgmkw2ctbw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/rtxgmkw2ctbw8" + +Node: dcid:dc/5f6cxm20j92h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/5f6cxm20j92h9" + +Node: dcid:dc/c9sxmm87jp7wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/c9sxmm87jp7wc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wvblbsn61yep +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/wvblbsn61yep" + +Node: dcid:dc/mmlh3slb2scp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/mmlh3slb2scp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6p9bvee38n9xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/6p9bvee38n9xg" + +Node: dcid:dc/kmdp5f5fleqnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/kmdp5f5fleqnc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yh9784pr8zqw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316110 +dcid: "dc/yh9784pr8zqw" + +Node: dcid:dc/pkepztlyeje5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/pkepztlyeje5d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v61m00knctm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111422 +dcid: "dc/v61m00knctm6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxl7gt4hdlv77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/bxl7gt4hdlv77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g647jm3khxb1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/g647jm3khxb1f" + +Node: dcid:dc/qt5pexdtd51b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333294 +dcid: "dc/qt5pexdtd51b1" + +Node: dcid:dc/dbfq4jqx6m8d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/dbfq4jqx6m8d6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1v04tvkdfye42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/1v04tvkdfye42" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0ntjrw5gl38kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52222 +dcid: "dc/0ntjrw5gl38kh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/99zgg4r5wl2xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/99zgg4r5wl2xb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/48bhje5r4r7d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/48bhje5r4r7d8" + +Node: dcid:dc/cc49wvl863fn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451212 +dcid: "dc/cc49wvl863fn9" + +Node: dcid:dc/2gn8qxpk4ec53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/2gn8qxpk4ec53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qwg6dh8dxre1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/qwg6dh8dxre1f" + +Node: dcid:dc/898y00m1n7ff5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/898y00m1n7ff5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gb42qpwsq5zs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332323 +dcid: "dc/gb42qpwsq5zs7" + +Node: dcid:dc/zfzqe3710cg9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/zfzqe3710cg9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hr5yzqfdvnjt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/hr5yzqfdvnjt9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/03jpjjf51ndm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3323 +dcid: "dc/03jpjjf51ndm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wsmp80r3f3qdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/wsmp80r3f3qdg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ws19bm1hl105b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/ws19bm1hl105b" + +Node: dcid:dc/zfk2bnr4777zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/zfk2bnr4777zd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gx3y6fzbw1r5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/gx3y6fzbw1r5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ypr7nczvxq3q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236117 +dcid: "dc/ypr7nczvxq3q7" + +Node: dcid:dc/dm69g13c25zq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/dm69g13c25zq5" + +Node: dcid:dc/h7kmq4m9p9kbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/h7kmq4m9p9kbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v4gfkshl503f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32518 +dcid: "dc/v4gfkshl503f2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7pgy9db9xdy35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/7pgy9db9xdy35" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/799cpptpx9vw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212393 +dcid: "dc/799cpptpx9vw6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yncv6mp8st7cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/yncv6mp8st7cb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9t2vvy0y5zcn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332618 +dcid: "dc/9t2vvy0y5zcn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rf34367ne6xz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32519 +dcid: "dc/rf34367ne6xz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmw6bbqcwfb9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/lmw6bbqcwfb9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwhnec0zkqk6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322212 +dcid: "dc/jwhnec0zkqk6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0840m79thert4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333911 +dcid: "dc/0840m79thert4" + +Node: dcid:dc/x9h3zldp1gk28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453930 +dcid: "dc/x9h3zldp1gk28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jzx8bgkp4q044 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/jzx8bgkp4q044" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/35bszcnz202df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42339 +dcid: "dc/35bszcnz202df" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bye8v9913xxh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/bye8v9913xxh6" + +Node: dcid:dc/b2w6spsy400n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332212 +dcid: "dc/b2w6spsy400n3" + +Node: dcid:dc/helcdb4xnhfg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52221 +dcid: "dc/helcdb4xnhfg4" + +Node: dcid:dc/z4vv6yr990tth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/z4vv6yr990tth" + +Node: dcid:dc/7gdy22rty7j31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334518 +dcid: "dc/7gdy22rty7j31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wxwq91gw6wkr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/wxwq91gw6wkr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mfcqwgrsl2t79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/mfcqwgrsl2t79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qsekgc9et9sq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/qsekgc9et9sq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h9rhcdps6n112 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/h9rhcdps6n112" + +Node: dcid:dc/v2ngwjeds02kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423390 +dcid: "dc/v2ngwjeds02kf" + +Node: dcid:dc/4dgrz3q53zq31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448210 +dcid: "dc/4dgrz3q53zq31" + +Node: dcid:dc/f4q8cdsym9k48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/f4q8cdsym9k48" + +Node: dcid:dc/yy30mlqf4m26h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/yy30mlqf4m26h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mn8lft12474sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/mn8lft12474sg" + +Node: dcid:dc/drdcwn0lz1m35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/drdcwn0lz1m35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/57g9y91nc5zjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238391 +dcid: "dc/57g9y91nc5zjf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dk28x2g5pg67f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333995 +dcid: "dc/dk28x2g5pg67f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bmqsgcrjlbnq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333924 +dcid: "dc/bmqsgcrjlbnq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18yv9yxg5m2vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/18yv9yxg5m2vg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3kb1z1ezlsn6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325110 +dcid: "dc/3kb1z1ezlsn6c" + +Node: dcid:dc/8tryqkcr80bd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/8tryqkcr80bd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cyq3dy0px5y68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/cyq3dy0px5y68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8wyfbd5k05dl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238332 +dcid: "dc/8wyfbd5k05dl5" + +Node: dcid:dc/7bck6xpkc205c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316 +dcid: "dc/7bck6xpkc205c" + +Node: dcid:dc/w9fg6nm4zv0c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45391 +dcid: "dc/w9fg6nm4zv0c2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bmc60hlr1btp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81411 +dcid: "dc/bmc60hlr1btp" + +Node: dcid:dc/grnrznz51tyr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333999 +dcid: "dc/grnrznz51tyr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n5frsb9w5b7c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/n5frsb9w5b7c2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s5bd81e4sj0kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/s5bd81e4sj0kb" + +Node: dcid:dc/p4v30nrpfw7w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/p4v30nrpfw7w8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y7nlpy85hdly7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/y7nlpy85hdly7" + +Node: dcid:dc/tnpkdtnf054h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/tnpkdtnf054h6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z3k6feepvs4s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/z3k6feepvs4s5" + +Node: dcid:dc/llmkl4n03fgkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312111 +dcid: "dc/llmkl4n03fgkb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/grh9qmbgbwyq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/grh9qmbgbwyq6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6nzfynk4zvwe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/6nzfynk4zvwe9" + +Node: dcid:dc/6ylzx6e78z5md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42493 +dcid: "dc/6ylzx6e78z5md" + +Node: dcid:dc/48z3dq3mxmhr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/48z3dq3mxmhr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/blj42b6ltetvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335991 +dcid: "dc/blj42b6ltetvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s11n08vcjd3gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/s11n08vcjd3gg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jb92rkg433c6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32721 +dcid: "dc/jb92rkg433c6d" + +Node: dcid:dc/l1q1x3fn55fqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/l1q1x3fn55fqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kpz797zfg02hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332811 +dcid: "dc/kpz797zfg02hf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d2v2dvkkq0r8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561910 +dcid: "dc/d2v2dvkkq0r8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6tbkb6qhe39q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/6tbkb6qhe39q1" + +Node: dcid:dc/h6gzk5k616t99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424420 +dcid: "dc/h6gzk5k616t99" + +Node: dcid:dc/cd1sy9fgkl2g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/cd1sy9fgkl2g3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0kmr7bcfb7099 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/0kmr7bcfb7099" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vg7vcg9szgpxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/vg7vcg9szgpxg" + +Node: dcid:dc/3rjdtyxelsvxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/3rjdtyxelsvxd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m3bw6ftm8884g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/m3bw6ftm8884g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t65jl5nx1cnhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/t65jl5nx1cnhd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8g2lf5mm5vcw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448310 +dcid: "dc/8g2lf5mm5vcw3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmxfjqm8z3x89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42447 +dcid: "dc/lmxfjqm8z3x89" + +Node: dcid:dc/wxyj3l8pnljhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/wxyj3l8pnljhc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yffcxjdxt2n13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424470 +dcid: "dc/yffcxjdxt2n13" + +Node: dcid:dc/mp3jqlwhetsw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/mp3jqlwhetsw6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d5n12gc77c3r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/d5n12gc77c3r5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zr0by0w5f30v +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/zr0by0w5f30v" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r3n0q72fseqd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311919 +dcid: "dc/r3n0q72fseqd5" + +Node: dcid:dc/pl92qj0x69kh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/pl92qj0x69kh5" + +Node: dcid:dc/hvfhbbnk6d8dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/hvfhbbnk6d8dc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1hmpdy38ks5r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/1hmpdy38ks5r8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/syyvk8h3cy961 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332420 +dcid: "dc/syyvk8h3cy961" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v3sjjxw3y1rd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/v3sjjxw3y1rd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xgf23dm0q0p0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3261 +dcid: "dc/xgf23dm0q0p0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/78308jp8cqwf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/78308jp8cqwf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f1x4tgxg62zb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3272 +dcid: "dc/f1x4tgxg62zb9" + +Node: dcid:dc/4l8eph1s4en47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/4l8eph1s4en47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/43sqmlcw06n32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/43sqmlcw06n32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qpgs4tw664e23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/qpgs4tw664e23" + +Node: dcid:dc/ecyckmydz98vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/ecyckmydz98vh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/708y1qkn38sx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/708y1qkn38sx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hzj0742jfw6mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/hzj0742jfw6mb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k21x48v83mbff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/k21x48v83mbff" + +Node: dcid:dc/hqgslqslmmh31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/hqgslqslmmh31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yl42yb58cgmd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/yl42yb58cgmd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5h1kzyx01glvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/5h1kzyx01glvf" + +Node: dcid:dc/zjz4zcs7xfwmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/zjz4zcs7xfwmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0p27m39f7hcbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453110 +dcid: "dc/0p27m39f7hcbf" + +Node: dcid:dc/sgj2g8tv9y03c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/sgj2g8tv9y03c" + +Node: dcid:dc/shndqrzqrselb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/shndqrzqrselb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mc675yb8k8w9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/mc675yb8k8w9d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/glnjewvfq4vv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/glnjewvfq4vv2" + +Node: dcid:dc/wc48v9ym90xx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32712 +dcid: "dc/wc48v9ym90xx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7xqhlrxynr5m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/7xqhlrxynr5m4" + +Node: dcid:dc/ng8xenzjrgtb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/ng8xenzjrgtb5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jlkc0dr8cdrr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/jlkc0dr8cdrr9" + +Node: dcid:dc/766r8df3dpk9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511199 +dcid: "dc/766r8df3dpk9g" + +Node: dcid:dc/zhvts2ejn66dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/zhvts2ejn66dg" + +Node: dcid:dc/9lhcv31dtwbs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/9lhcv31dtwbs8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hx4dvl0jcvv25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/hx4dvl0jcvv25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tmd8l3sqfz512 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/tmd8l3sqfz512" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1f9x3g2pm1992 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4869 +dcid: "dc/1f9x3g2pm1992" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/plkd7jm28ghx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/plkd7jm28ghx4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m45etxgsb0gp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238331 +dcid: "dc/m45etxgsb0gp9" + +Node: dcid:dc/2tch67152vtpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44522 +dcid: "dc/2tch67152vtpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xtzevckjqm1j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/xtzevckjqm1j7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/herk0q5qd70t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/herk0q5qd70t9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mn8sc4dl7l1l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/mn8sc4dl7l1l8" + +Node: dcid:dc/9q8218e1q2wqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3326 +dcid: "dc/9q8218e1q2wqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7gsfy059tnx41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/7gsfy059tnx41" + +Node: dcid:dc/y2zgh957h3tp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42313 +dcid: "dc/y2zgh957h3tp" + +Node: dcid:dc/rx6508j3m0wkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/rx6508j3m0wkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8hmcx54gptcgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/8hmcx54gptcgc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5y2cmmred8y36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33312 +dcid: "dc/5y2cmmred8y36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3q8llzkrpyz95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/3q8llzkrpyz95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pxehhe3p62yb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336211 +dcid: "dc/pxehhe3p62yb6" + +Node: dcid:dc/4gefbmvmwvymb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/4gefbmvmwvymb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e1cd2fpxeyt4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/e1cd2fpxeyt4h" + +Node: dcid:dc/bk775yhcbcml5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322212 +dcid: "dc/bk775yhcbcml5" + +Node: dcid:dc/j2f2xwzgklw9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/j2f2xwzgklw9c" + +Node: dcid:dc/h7l0ck7eyhn21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/h7l0ck7eyhn21" + +Node: dcid:dc/55pt08dgxdw58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/55pt08dgxdw58" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tpeyqp4vxvf12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/tpeyqp4vxvf12" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/361v1m98wybrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/361v1m98wybrh" + +Node: dcid:dc/hv3cd83ld0ssg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/hv3cd83ld0ssg" + +Node: dcid:dc/7nd01yj29v064 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42314 +dcid: "dc/7nd01yj29v064" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4bqbldtv920lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33639 +dcid: "dc/4bqbldtv920lg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/610t09v94296b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/610t09v94296b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tmh7mvdy9qc3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/tmh7mvdy9qc3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ne1z3hxw3rq12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/ne1z3hxw3rq12" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v1x2hmkn6f1j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/v1x2hmkn6f1j6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zjmq6572rgj32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/zjmq6572rgj32" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6sddp4sss61tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/6sddp4sss61tb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3ndwdlrnz7bf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484230 +dcid: "dc/3ndwdlrnz7bf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ds8q90h6eekj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/ds8q90h6eekj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v043b22shmm42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/v043b22shmm42" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kpdc3l09mmmz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/kpdc3l09mmmz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zshfd3jcbq9s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322214 +dcid: "dc/zshfd3jcbq9s6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fyq0wlt41hrp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323122 +dcid: "dc/fyq0wlt41hrp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4b63s1b2gvbh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/4b63s1b2gvbh2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p15zgfkcfvyk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42448 +dcid: "dc/p15zgfkcfvyk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ql3skp05yc6x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32629 +dcid: "dc/ql3skp05yc6x1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ybq6eqe6bfz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111334 +dcid: "dc/1ybq6eqe6bfz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ery50kwvh83lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541830 +dcid: "dc/ery50kwvh83lh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gmrdhgprdxtx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326160 +dcid: "dc/gmrdhgprdxtx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9rwpcrml6kxk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/9rwpcrml6kxk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/evtep07c826gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/evtep07c826gg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6b9j7756jzkn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/6b9j7756jzkn1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zslvcylg1fsrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/zslvcylg1fsrd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gwprg14g2fld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424410 +dcid: "dc/5gwprg14g2fld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rh6pxq6vwl24h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333412 +dcid: "dc/rh6pxq6vwl24h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h5fd22mzdf1vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23815 +dcid: "dc/h5fd22mzdf1vd" + +Node: dcid:dc/ss6hkdjrm9019 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423310 +dcid: "dc/ss6hkdjrm9019" + +Node: dcid:dc/swy8thqjgf79b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332410 +dcid: "dc/swy8thqjgf79b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qskvtdkfmrn49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/qskvtdkfmrn49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sg0ll5fxbb7x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51811 +dcid: "dc/sg0ll5fxbb7x9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/17jmrwybsv1zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33391 +dcid: "dc/17jmrwybsv1zf" + +Node: dcid:dc/wyewl9jfmq1ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321918 +dcid: "dc/wyewl9jfmq1ch" + +Node: dcid:dc/96nhtb549jz81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327991 +dcid: "dc/96nhtb549jz81" + +Node: dcid:dc/f86cfrcse5382 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/f86cfrcse5382" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zt9zhkd9c92b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/1zt9zhkd9c92b" + +Node: dcid:dc/m8be7ygqvz78d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334612 +dcid: "dc/m8be7ygqvz78d" + +Node: dcid:dc/v3qsx3tqll9v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/v3qsx3tqll9v9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/blbgjqxd3621h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/blbgjqxd3621h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/885952djces9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/885952djces9b" + +Node: dcid:dc/4qeqnzwyffx36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/4qeqnzwyffx36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sm2yqvcvz2x4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238291 +dcid: "dc/sm2yqvcvz2x4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/83sybg6s7j1h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/83sybg6s7j1h7" + +Node: dcid:dc/dh9ckmhvcz6v +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33322 +dcid: "dc/dh9ckmhvcz6v" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ne0eevbw2swt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/ne0eevbw2swt7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xht5z4wbr39cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423620 +dcid: "dc/xht5z4wbr39cb" + +Node: dcid:dc/9grykj2lpyz7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/9grykj2lpyz7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e7v8c60gcly7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/e7v8c60gcly7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/74h9zwbrgm0b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/74h9zwbrgm0b8" + +Node: dcid:dc/ntq78ez3e5w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/ntq78ez3e5w8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbze1gvzfvrj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/rbze1gvzfvrj8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wv4rsrreh4hn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/wv4rsrreh4hn8" + +Node: dcid:dc/qllvn8zq1y299 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/qllvn8zq1y299" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwhkzqtkns3lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/kwhkzqtkns3lb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/etzt984g5mm5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/etzt984g5mm5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9lj8v3j2k7ts2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/9lj8v3j2k7ts2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7ldlqkzz5t424 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/7ldlqkzz5t424" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p0tzxt83v2bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/p0tzxt83v2bg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xyj541w6sm416 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21221 +dcid: "dc/xyj541w6sm416" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4e69ey7l5cx1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/4e69ey7l5cx1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jex6cxqwfr0kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/jex6cxqwfr0kb" + +Node: dcid:dc/dpc30rrtt0p0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/dpc30rrtt0p0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6vxrne56q1q56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/6vxrne56q1q56" + +Node: dcid:dc/3q8zrflfy33d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333412 +dcid: "dc/3q8zrflfy33d6" + +Node: dcid:dc/9vlry971mkve7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33431 +dcid: "dc/9vlry971mkve7" + +Node: dcid:dc/5gzjdh8jr1zy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335929 +dcid: "dc/5gzjdh8jr1zy8" + +Node: dcid:dc/xejlwts0g1091 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313230 +dcid: "dc/xejlwts0g1091" + +Node: dcid:dc/q0y8pvxssczdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42394 +dcid: "dc/q0y8pvxssczdc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l7wfw7qqhncqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/l7wfw7qqhncqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x0g7w9xdl5jbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42321 +dcid: "dc/x0g7w9xdl5jbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8zys91xbp9kb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/8zys91xbp9kb7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8bdsl2rr9p7sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/8bdsl2rr9p7sg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/07bs2n26wvdy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/07bs2n26wvdy9" + +Node: dcid:dc/xkzxh9l80flk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335122 +dcid: "dc/xkzxh9l80flk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4e95vf45w6wld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/4e95vf45w6wld" + +Node: dcid:dc/2m0jy1ycn3ng5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/2m0jy1ycn3ng5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z9wfv0ytg0494 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/z9wfv0ytg0494" + +Node: dcid:dc/0x6f36cht6gvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11221 +dcid: "dc/0x6f36cht6gvf" + +Node: dcid:dc/psq5qsvv9n0yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/psq5qsvv9n0yh" + +Node: dcid:dc/6hg493tnc61p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/6hg493tnc61p6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/37lfw8cz9tb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423820 +dcid: "dc/37lfw8cz9tb3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8c3jldnc86jh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/8c3jldnc86jh8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9z3f2x5yj15f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/9z3f2x5yj15f4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sek9tys5hh5cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/sek9tys5hh5cb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9hbqy5ey2081c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525910 +dcid: "dc/9hbqy5ey2081c" + +Node: dcid:dc/czvrr2d3z3jvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/czvrr2d3z3jvd" + +Node: dcid:dc/l7dvxnl8sl4b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44813 +dcid: "dc/l7dvxnl8sl4b4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kn9fcqst2vjt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541860 +dcid: "dc/kn9fcqst2vjt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vh9x5yyl8xwy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/vh9x5yyl8xwy4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0bcjbkq235pv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444210 +dcid: "dc/0bcjbkq235pv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wyk2p6lypqvw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/wyk2p6lypqvw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ztln7gt8drvc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/ztln7gt8drvc7" + +Node: dcid:dc/rt1vsl5ngqlg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/rt1vsl5ngqlg9" + +Node: dcid:dc/m09gdmlqz9zvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/m09gdmlqz9zvh" + +Node: dcid:dc/l9ggwpxysmnt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42452 +dcid: "dc/l9ggwpxysmnt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dtg4ytfwzl218 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333 +dcid: "dc/dtg4ytfwzl218" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gde0jeedpezv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/gde0jeedpezv8" + +Node: dcid:dc/vg1jb5bskk827 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/vg1jb5bskk827" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zsv31g6rsnw56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/zsv31g6rsnw56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5vf5ympe2zz76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238142 +dcid: "dc/5vf5ympe2zz76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7bqfeyvw57819 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/7bqfeyvw57819" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yg1jpyvqkkczb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/yg1jpyvqkkczb" + +Node: dcid:dc/llr6ym94hwy15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115111 +dcid: "dc/llr6ym94hwy15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hejhcwcfxpg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/0hejhcwcfxpg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6q8bq1zh51vv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/6q8bq1zh51vv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ftnve3bppz64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333412 +dcid: "dc/1ftnve3bppz64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eer0rzg5kwppg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315212 +dcid: "dc/eer0rzg5kwppg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/srh7ntt2zxzk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/srh7ntt2zxzk6" + +Node: dcid:dc/r5hxnd5q2j578 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621391 +dcid: "dc/r5hxnd5q2j578" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r6s83rz0892rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/r6s83rz0892rc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v8l3hmvr08f09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/v8l3hmvr08f09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x0wdqej3kdrf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813 +dcid: "dc/x0wdqej3kdrf4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wcst55xj3zm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/wcst55xj3zm5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hg538d1wcdq37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/hg538d1wcdq37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wq8vdg9rhgxy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42411 +dcid: "dc/wq8vdg9rhgxy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mfkwd0szbvx1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/mfkwd0szbvx1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7tb1qgcme172h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32191 +dcid: "dc/7tb1qgcme172h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jnx7bgfhw7pc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/jnx7bgfhw7pc6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/77fdeh50rmw1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/77fdeh50rmw1b" + +Node: dcid:dc/bppvqr2s1w8mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/bppvqr2s1w8mf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/38gqyhs8hrxfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/38gqyhs8hrxfh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qrfyrgtsyr3g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336399 +dcid: "dc/qrfyrgtsyr3g3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4xt5wct7fv6w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512120 +dcid: "dc/4xt5wct7fv6w" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xk49pdk9lf02h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451130 +dcid: "dc/xk49pdk9lf02h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gjh6qkcpvtw74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/gjh6qkcpvtw74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z3qk4ekfgjj58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334516 +dcid: "dc/z3qk4ekfgjj58" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xxqqr5cz5exw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/xxqqr5cz5exw7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bmk59ywws9e3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/bmk59ywws9e3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llqww1x23vlfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/llqww1x23vlfc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wd5trmh6hkyw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/wd5trmh6hkyw3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ljj5z8m0khvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/0ljj5z8m0khvb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zy2v5ws1ht5bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/zy2v5ws1ht5bg" + +Node: dcid:dc/e4tmx668enb11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/e4tmx668enb11" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jmmhxme6vd8ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/jmmhxme6vd8ef" + +Node: dcid:dc/7m2p5rk6n5x86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339943 +dcid: "dc/7m2p5rk6n5x86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k4zj7mxvmh8r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/k4zj7mxvmh8r" + +Node: dcid:dc/6ndbjf9c5vzz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48423 +dcid: "dc/6ndbjf9c5vzz1" + +Node: dcid:dc/hp0xmph3sdy1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/hp0xmph3sdy1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tt2ed8m8hppyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812921 +dcid: "dc/tt2ed8m8hppyf" + +Node: dcid:dc/7nsdepv7yycl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/7nsdepv7yycl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jevf42h5p1234 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/jevf42h5p1234" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n3ldbk02ptqfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/n3ldbk02ptqfg" + +Node: dcid:dc/7xvm84v2kdhhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/7xvm84v2kdhhc" + +Node: dcid:dc/qprlq1xkpfnkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/qprlq1xkpfnkc" + +Node: dcid:dc/rbs5447f5sptg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/rbs5447f5sptg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zg4j60z059y44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/zg4j60z059y44" + +Node: dcid:dc/vlg932bqhvby3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/vlg932bqhvby3" + +Node: dcid:dc/sm4yl40brmz17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/sm4yl40brmz17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9dmmdxh1prvd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112930 +dcid: "dc/9dmmdxh1prvd1" + +Node: dcid:dc/rwclhhywk99eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44411 +dcid: "dc/rwclhhywk99eb" + +Node: dcid:dc/824bc5575fw24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/824bc5575fw24" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q8k7lhgl7exc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/q8k7lhgl7exc7" + +Node: dcid:dc/hs2v6ywdnebn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/hs2v6ywdnebn7" + +Node: dcid:dc/k0fjmxcvd5fxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/k0fjmxcvd5fxc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x74e6h68m25t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/x74e6h68m25t1" + +Node: dcid:dc/11zvb9z52rk9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/11zvb9z52rk9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j9g3m7h2wh7z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238131 +dcid: "dc/j9g3m7h2wh7z" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1myf5jfhz072 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/1myf5jfhz072" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jw4c1h5xykjkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/jw4c1h5xykjkd" + +Node: dcid:dc/m151n3pr2z5t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/m151n3pr2z5t6" + +Node: dcid:dc/q6mzqrl4vm3h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4411 +dcid: "dc/q6mzqrl4vm3h7" + +Node: dcid:dc/d5l6q3k8qt719 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327 +dcid: "dc/d5l6q3k8qt719" + +Node: dcid:dc/kqtf7qv7j95x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/kqtf7qv7j95x" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7kt2z6w8tcex7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/7kt2z6w8tcex7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/veh8bbc91k4vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/veh8bbc91k4vb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ytybkpfm0cfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42385 +dcid: "dc/6ytybkpfm0cfb" + +Node: dcid:dc/wb7hzlbkdfz05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/wb7hzlbkdfz05" + +Node: dcid:dc/k40glmn158wbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/k40glmn158wbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mw7qj9h2bnkj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/mw7qj9h2bnkj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0whm30pte11b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/0whm30pte11b4" + +Node: dcid:dc/wdthmjc2m33tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/wdthmjc2m33tc" + +Node: dcid:dc/ex2gjmlsexp6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/ex2gjmlsexp6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r9p95zhpvmdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/r9p95zhpvmdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55dzxmvmk2d2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/55dzxmvmk2d2f" + +Node: dcid:dc/hg67jtrlypyf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/hg67jtrlypyf4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2y9rf1e5jxweh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/2y9rf1e5jxweh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5k23n36qch52b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31194 +dcid: "dc/5k23n36qch52b" + +Node: dcid:dc/qfbhj0r0sg2l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/qfbhj0r0sg2l" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rlcsg663b3lq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/rlcsg663b3lq3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fbx6jrkfrjbb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/fbx6jrkfrjbb7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n5mxq9n9k5mt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/n5mxq9n9k5mt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hshepr76tqsv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/hshepr76tqsv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mxzmv9n11k0c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32191 +dcid: "dc/mxzmv9n11k0c5" + +Node: dcid:dc/wzfp59yrmww75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/wzfp59yrmww75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zg0sfcrr3ffhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334516 +dcid: "dc/zg0sfcrr3ffhg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/60gzqb1crd5hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/60gzqb1crd5hb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q2mgcjbsfsmtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/q2mgcjbsfsmtc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ns5kyxzv91rr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111331 +dcid: "dc/ns5kyxzv91rr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sfvfrpgp6wlvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/sfvfrpgp6wlvg" + +Node: dcid:dc/tdv497znlczmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/tdv497znlczmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k3kx6791h6e83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/k3kx6791h6e83" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z79x37wqmz765 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4869 +dcid: "dc/z79x37wqmz765" + +Node: dcid:dc/y54y68ygk81ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/y54y68ygk81ec" + +Node: dcid:dc/d63kgm0f8wtqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11115 +dcid: "dc/d63kgm0f8wtqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/11gkz46124mb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/11gkz46124mb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/es361gm8y9lfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/es361gm8y9lfh" + +Node: dcid:dc/r7x1t961bhrt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/r7x1t961bhrt9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yt05g2y4j9705 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3115 +dcid: "dc/yt05g2y4j9705" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jn5342q2887qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332996 +dcid: "dc/jn5342q2887qh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3smce10sem3z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/3smce10sem3z3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j5p32cqdpl1v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/j5p32cqdpl1v3" + +Node: dcid:dc/fcvs284spqxwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/fcvs284spqxwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/91w304p3gf81f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423830 +dcid: "dc/91w304p3gf81f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7v2jq8d8zhx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/7v2jq8d8zhx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eb7gfk9p31kp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/533 +dcid: "dc/eb7gfk9p31kp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7wbcd4fcsyv43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/7wbcd4fcsyv43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l0nzehycddp5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/l0nzehycddp5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qsmvg81dwg996 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/qsmvg81dwg996" + +Node: dcid:dc/wntjw7dwhc4vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4921 +dcid: "dc/wntjw7dwhc4vg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0cm5znc77tht1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326191 +dcid: "dc/0cm5znc77tht1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eyg22emkdr9e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/eyg22emkdr9e4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3y52k1dlbhxfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541340 +dcid: "dc/3y52k1dlbhxfg" + +Node: dcid:dc/pckp87v7dw4pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31523 +dcid: "dc/pckp87v7dw4pf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6q8wce6pfvth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/m6q8wce6pfvth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9jcksbed5c111 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/9jcksbed5c111" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0e9v5yq2zzj2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/0e9v5yq2zzj2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/115skmcczxv53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/115skmcczxv53" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s3f65vepnjvc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/s3f65vepnjvc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ehb7wv9y7svv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/ehb7wv9y7svv9" + +Node: dcid:dc/38bmvm3kvnlp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/38bmvm3kvnlp4" + +Node: dcid:dc/6r6knsl0ppd3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3328 +dcid: "dc/6r6knsl0ppd3f" + +Node: dcid:dc/kt1vfjnflpce1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3351 +dcid: "dc/kt1vfjnflpce1" + +Node: dcid:dc/yw5xr32lg21zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/yw5xr32lg21zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c0c0nt4w7een3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/c0c0nt4w7een3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9d1g0els5yv99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3115 +dcid: "dc/9d1g0els5yv99" + +Node: dcid:dc/rcgpm82kktt52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42362 +dcid: "dc/rcgpm82kktt52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z5rqjlycbdvj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/z5rqjlycbdvj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19ggh5r1kslnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52593 +dcid: "dc/19ggh5r1kslnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rgmqzjkz7vnb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11116 +dcid: "dc/rgmqzjkz7vnb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vp3szxhep05m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/vp3szxhep05m3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qh6y3p7665t17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/qh6y3p7665t17" + +Node: dcid:dc/x276me2jnwtw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315222 +dcid: "dc/x276me2jnwtw1" + +Node: dcid:dc/n0yyy3g1qdmr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61111 +dcid: "dc/n0yyy3g1qdmr7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q02bcdgzzd7zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332722 +dcid: "dc/q02bcdgzzd7zb" + +Node: dcid:dc/8cy4qvc68k4r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/8cy4qvc68k4r2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vyj72d3lgy314 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/vyj72d3lgy314" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s8lse2hckhjp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336413 +dcid: "dc/s8lse2hckhjp4" + +Node: dcid:dc/8tj3hc7137v2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/8tj3hc7137v2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qe0s1zqv9gcw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/qe0s1zqv9gcw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v3snvpsg0kdw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/v3snvpsg0kdw3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jj8h6xb6jdvf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/jj8h6xb6jdvf5" + +Node: dcid:dc/7nvlh98nxxr66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/7nvlh98nxxr66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t2sdkp4r1s1vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311991 +dcid: "dc/t2sdkp4r1s1vb" + +Node: dcid:dc/q6fkk0brgy7fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/q6fkk0brgy7fg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cpy2yy0dvydzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21231 +dcid: "dc/cpy2yy0dvydzf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/681c0njl3nz38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/681c0njl3nz38" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xcxgez9b3ssdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/xcxgez9b3ssdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zy3bgme0ek7hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453920 +dcid: "dc/zy3bgme0ek7hh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c2m2c32rv13m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/c2m2c32rv13m6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4hp9rfjcm8p1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/4hp9rfjcm8p1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qzy661bbsxgd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335929 +dcid: "dc/qzy661bbsxgd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2cecsm6qwmp88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/2cecsm6qwmp88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w04f5wztd3w12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339115 +dcid: "dc/w04f5wztd3w12" + +Node: dcid:dc/m14j1qzd3y2xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/m14j1qzd3y2xd" + +Node: dcid:dc/vkdghx35gjyx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31324 +dcid: "dc/vkdghx35gjyx5" + +Node: dcid:dc/0237ljg399tw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/0237ljg399tw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5vxy0ytd1kxn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/5vxy0ytd1kxn9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r22f3wrm2hkz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/r22f3wrm2hkz5" + +Node: dcid:dc/rmpjx3shkp84c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/rmpjx3shkp84c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wh0f0dvt0gs57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/wh0f0dvt0gs57" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y1y3j1rpdt3pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926 +dcid: "dc/y1y3j1rpdt3pf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zqf6yvnpy5j36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/zqf6yvnpy5j36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wf76chc2k9yx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/wf76chc2k9yx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tsmglergfnm82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/tsmglergfnm82" + +Node: dcid:dc/lm8ykv1y6k685 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/lm8ykv1y6k685" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ld7n8f4c0154c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/ld7n8f4c0154c" + +Node: dcid:dc/vwgvrgzhd681h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/vwgvrgzhd681h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cnyf6szbzd8jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325311 +dcid: "dc/cnyf6szbzd8jb" + +Node: dcid:dc/65gb2wtgjvqt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512191 +dcid: "dc/65gb2wtgjvqt" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rxyhv4y0q5nw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3272 +dcid: "dc/rxyhv4y0q5nw9" + +Node: dcid:dc/qtbgysycndm16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922110 +dcid: "dc/qtbgysycndm16" + +Node: dcid:dc/d17ethc9vb7p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/d17ethc9vb7p7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w0dmtes0p8k66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/w0dmtes0p8k66" + +Node: dcid:dc/j2rce99hk9zfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/j2rce99hk9zfh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9sgsp462v2hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/q9sgsp462v2hb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n1zw2ln0wxn0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/n1zw2ln0wxn0f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z811e01hxtqg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/z811e01hxtqg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xd96tp8n1ng9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/xd96tp8n1ng9g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bf7z9ne4l5s8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/bf7z9ne4l5s8b" + +Node: dcid:dc/nmtkyrw3betv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/nmtkyrw3betv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r72tbhd6tv4f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541830 +dcid: "dc/r72tbhd6tv4f3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/73d7mk5v2ryb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/73d7mk5v2ryb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zge1cb16cthqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/zge1cb16cthqg" + +Node: dcid:dc/jt6jw3e10990h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/jt6jw3e10990h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qnrrvsv0v88j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/qnrrvsv0v88j8" + +Node: dcid:dc/cv0k5qhnznnm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424340 +dcid: "dc/cv0k5qhnznnm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3qre1jwtczhtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/3qre1jwtczhtg" + +Node: dcid:dc/gjmh7sk0nhqp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326160 +dcid: "dc/gjmh7sk0nhqp7" + +Node: dcid:dc/qj1d269blygk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/qj1d269blygk8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zsevhfzfdwwxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/zsevhfzfdwwxf" + +Node: dcid:dc/3kxmx14e2mbrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441320 +dcid: "dc/3kxmx14e2mbrf" + +Node: dcid:dc/yese8t904d8xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332618 +dcid: "dc/yese8t904d8xc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tgj94q52ey6v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/tgj94q52ey6v5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87zgj9pc63pv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334413 +dcid: "dc/87zgj9pc63pv1" + +Node: dcid:dc/gp90mv2cg9q14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/gp90mv2cg9q14" + +Node: dcid:dc/m6mtr8kb9le86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424460 +dcid: "dc/m6mtr8kb9le86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r5dhdkh995b2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423110 +dcid: "dc/r5dhdkh995b2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kl46e1310wfz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331513 +dcid: "dc/kl46e1310wfz3" + +Node: dcid:dc/2qgvm8lch89n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42 +dcid: "dc/2qgvm8lch89n5" + +Node: dcid:dc/zvxzw6bmgywnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11234 +dcid: "dc/zvxzw6bmgywnb" + +Node: dcid:dc/wgd9k1bzwcrw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/wgd9k1bzwcrw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4lsdtckslyps5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/4lsdtckslyps5" + +Node: dcid:dc/58bwh4d9159h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311612 +dcid: "dc/58bwh4d9159h4" + +Node: dcid:dc/lbp21yh5xf045 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111910 +dcid: "dc/lbp21yh5xf045" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ky2j1q18zmhr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/ky2j1q18zmhr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrvqc7zlx1ncc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/nrvqc7zlx1ncc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w8gp902jnk426 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72 +dcid: "dc/w8gp902jnk426" + +Node: dcid:dc/tfr2wkf0dlx08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311615 +dcid: "dc/tfr2wkf0dlx08" + +Node: dcid:dc/2z10m8rb1nze9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/2z10m8rb1nze9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zt78v2kj2vpr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453310 +dcid: "dc/zt78v2kj2vpr1" + +Node: dcid:dc/q6x04ck21zms6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4862 +dcid: "dc/q6x04ck21zms6" + +Node: dcid:dc/1g2rzprefvjmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23816 +dcid: "dc/1g2rzprefvjmf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g715gqz6ycmwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/g715gqz6ycmwh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f482hmqbh0e42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212221 +dcid: "dc/f482hmqbh0e42" + +Node: dcid:dc/mgzktgvrxqet5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/mgzktgvrxqet5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yh29zrg7g78h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/yh29zrg7g78h2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pxmc82pqtspb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334513 +dcid: "dc/pxmc82pqtspb" + +Node: dcid:dc/55cvxg6hq2y4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325181 +dcid: "dc/55cvxg6hq2y4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sf78tjvje5q97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/sf78tjvje5q97" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w80cxjvp45ce2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/w80cxjvp45ce2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qctjbjfspgds +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/qctjbjfspgds" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5p7m2ysb8erq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336211 +dcid: "dc/5p7m2ysb8erq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z30jtx6gtktjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/z30jtx6gtktjg" + +Node: dcid:dc/tnp51nsmqmkzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/tnp51nsmqmkzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gh1g9lfr0m3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11133 +dcid: "dc/gh1g9lfr0m3d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cwhh7brjttsrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/cwhh7brjttsrf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/720kdmb42v3c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/720kdmb42v3c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y0e13f2vr4e8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/y0e13f2vr4e8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mkrndhr2x2vk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326150 +dcid: "dc/mkrndhr2x2vk4" + +Node: dcid:dc/ym7wzh1yhrn5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/ym7wzh1yhrn5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bs0dnq91klvy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/bs0dnq91klvy1" + +Node: dcid:dc/0c3th7c58q1t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/0c3th7c58q1t6" + +Node: dcid:dc/e36944m13y0yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/e36944m13y0yg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dt06lbfzlj27g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333999 +dcid: "dc/dt06lbfzlj27g" + +Node: dcid:dc/xj35eff6l86p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/xj35eff6l86p2" + +Node: dcid:dc/c51krleqc1l44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/c51krleqc1l44" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g4n20bpfx5v61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/g4n20bpfx5v61" + +Node: dcid:dc/07gxpts48s6q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/07gxpts48s6q8" + +Node: dcid:dc/69dz001c3mwt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/69dz001c3mwt5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jxbjj4sq3hkc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/jxbjj4sq3hkc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vk4eqmgjxvf26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311311 +dcid: "dc/vk4eqmgjxvf26" + +Node: dcid:dc/3275wd5tqw7j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311119 +dcid: "dc/3275wd5tqw7j2" + +Node: dcid:dc/jrw5nzdlpy35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/jrw5nzdlpy35" + +Node: dcid:dc/w11y232x20wn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/w11y232x20wn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5yqxqlmsn35v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/5yqxqlmsn35v6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yly7r46gwjxf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/yly7r46gwjxf1" + +Node: dcid:dc/ps5qsk45ej9xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/ps5qsk45ej9xf" + +Node: dcid:dc/k3l0k4sl634s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/k3l0k4sl634s2" + +Node: dcid:dc/83r2qqtlly7z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53231 +dcid: "dc/83r2qqtlly7z4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5bhv7g8m845wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/5bhv7g8m845wf" + +Node: dcid:dc/1lpl6k9nfkzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561622 +dcid: "dc/1lpl6k9nfkzh" + +Node: dcid:dc/eztmzbkgl2w33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/eztmzbkgl2w33" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jd2zf7zne18n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212210 +dcid: "dc/jd2zf7zne18n" + +Node: dcid:dc/7hcr9sdttgbj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/7hcr9sdttgbj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h0c9cledyghc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/h0c9cledyghc2" + +Node: dcid:dc/w29y1ctt70wph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445210 +dcid: "dc/w29y1ctt70wph" + +Node: dcid:dc/2c7f5yykrfh27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32221 +dcid: "dc/2c7f5yykrfh27" + +Node: dcid:dc/45zh17qb74png +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/45zh17qb74png" + +Node: dcid:dc/2tcp97e80jkld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/2tcp97e80jkld" + +Node: dcid:dc/vjg5w934h5mb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/vjg5w934h5mb2" + +Node: dcid:dc/czqzc5vp7457b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/czqzc5vp7457b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ekgvk4z3e9t56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/ekgvk4z3e9t56" + +Node: dcid:dc/6jdpph6h8bq42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/6jdpph6h8bq42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2c2e9bn8p7xz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/2c2e9bn8p7xz6" + +Node: dcid:dc/9sl3m014fxryg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32629 +dcid: "dc/9sl3m014fxryg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mcy3sdrel7vsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3116 +dcid: "dc/mcy3sdrel7vsh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6fxpz4ybz673 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331421 +dcid: "dc/y6fxpz4ybz673" + +Node: dcid:dc/c7pnky2bpt47g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/c7pnky2bpt47g" + +Node: dcid:dc/mlj5l9krhf2ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/mlj5l9krhf2ed" + +Node: dcid:dc/5rzgysrr9v7cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/5rzgysrr9v7cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lrv5nmn5l9bh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/lrv5nmn5l9bh1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e1qqnntcefrm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/e1qqnntcefrm6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbvgg3vxvn414 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333511 +dcid: "dc/hbvgg3vxvn414" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w2ejfk68szy46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/w2ejfk68szy46" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fwey8zth54h89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561491 +dcid: "dc/fwey8zth54h89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k38lsgdkx1w04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/k38lsgdkx1w04" + +Node: dcid:dc/dpj51h9cyw949 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/dpj51h9cyw949" + +Node: dcid:dc/c2gjbyhl43164 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32511 +dcid: "dc/c2gjbyhl43164" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dqy455mhf6pv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/dqy455mhf6pv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/236p3sf44624c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333315 +dcid: "dc/236p3sf44624c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/grv66xzxp4dch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/grv66xzxp4dch" + +Node: dcid:dc/p0zjj3cqp9r01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/p0zjj3cqp9r01" + +Node: dcid:dc/6h3479910rb9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332312 +dcid: "dc/6h3479910rb9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2tw6lp2nc0hh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9231 +dcid: "dc/2tw6lp2nc0hh5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0j0tyfwd9r8q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541191 +dcid: "dc/0j0tyfwd9r8q5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qpkgd1fd82ndb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332322 +dcid: "dc/qpkgd1fd82ndb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5wp7w0w2bmyy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238392 +dcid: "dc/5wp7w0w2bmyy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tfqv4zjd99787 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/tfqv4zjd99787" + +Node: dcid:dc/1y4xsyfdp1xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/1y4xsyfdp1xd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v457nl2b62sm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/v457nl2b62sm" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fx4cc6c0yqdf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/fx4cc6c0yqdf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7w3vqcne20w52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/7w3vqcne20w52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8p18lvpq4w4jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33281 +dcid: "dc/8p18lvpq4w4jb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n8x9gl0qh66jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/n8x9gl0qh66jd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9f22jr2gjqb63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31522 +dcid: "dc/9f22jr2gjqb63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/57f4cr9je3xl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/57f4cr9je3xl9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wk0y4knlsbxy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334412 +dcid: "dc/wk0y4knlsbxy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/et8p2n6njmjw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/et8p2n6njmjw1" + +Node: dcid:dc/c7pccx908clkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/c7pccx908clkc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/53f31qynnp447 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/53f31qynnp447" + +Node: dcid:dc/ylh2w3dqhg6m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/ylh2w3dqhg6m1" + +Node: dcid:dc/z05w4p15kqhs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3322 +dcid: "dc/z05w4p15kqhs8" + +Node: dcid:dc/1e7stnlwwhjm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/1e7stnlwwhjm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/58196khbz9q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/58196khbz9q9" + +Node: dcid:dc/8e7vkwe5be4nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/8e7vkwe5be4nc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0rskzv26dqrg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/0rskzv26dqrg3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k29wq1f771q0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/k29wq1f771q0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3mhl1qbgrtg84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/3mhl1qbgrtg84" + +Node: dcid:dc/txr8x4mjxdlx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/txr8x4mjxdlx9" + +Node: dcid:dc/d52f63482fvbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/d52f63482fvbg" + +Node: dcid:dc/envdqqyhljep8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325131 +dcid: "dc/envdqqyhljep8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/erj2m9pwyh9wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/erj2m9pwyh9wg" + +Node: dcid:dc/mlvgy40bv6jt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44313 +dcid: "dc/mlvgy40bv6jt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llv4yye3f07p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/llv4yye3f07p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mpcpqw8t3xc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11234 +dcid: "dc/mpcpqw8t3xc7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ws7gh2tf3jx12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/ws7gh2tf3jx12" + +Node: dcid:dc/mqryf46jnh3j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/mqryf46jnh3j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4x1kp11mkhv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/c4x1kp11mkhv6" + +Node: dcid:dc/jcqpgl0rw896h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333111 +dcid: "dc/jcqpgl0rw896h" + +Node: dcid:dc/f8qjbbqbs0qjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/f8qjbbqbs0qjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nywzf3mpylq74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339111 +dcid: "dc/nywzf3mpylq74" + +Node: dcid:dc/d9gxjz99z9qs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/d9gxjz99z9qs5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ftq9qb97yhvc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/ftq9qb97yhvc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/003hjsl9mlxqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334518 +dcid: "dc/003hjsl9mlxqf" + +Node: dcid:dc/bm232m7exgv7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/bm232m7exgv7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ndx2e16np4xr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444120 +dcid: "dc/ndx2e16np4xr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86pzh42c9fhg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52221 +dcid: "dc/86pzh42c9fhg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dw8dw0bwv0t75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/dw8dw0bwv0t75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hqkys66mpp5c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/hqkys66mpp5c9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbts34resjw5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/rbts34resjw5d" + +Node: dcid:dc/sqdxec762h2hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/sqdxec762h2hc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j25erew8404fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441221 +dcid: "dc/j25erew8404fc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ngw66tbfdez7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/5ngw66tbfdez7" + +Node: dcid:dc/3w6j5r6ns4j7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/3w6j5r6ns4j7g" + +Node: dcid:dc/p641gpejkg3wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333516 +dcid: "dc/p641gpejkg3wf" + +Node: dcid:dc/x6w9x23h1cp9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/x6w9x23h1cp9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ndf2wbsd1sn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/6ndf2wbsd1sn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hvzdpwcr2s0pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/hvzdpwcr2s0pg" + +Node: dcid:dc/5gkec6gs5wpx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/5gkec6gs5wpx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhm7pcm4rn9j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/jhm7pcm4rn9j8" + +Node: dcid:dc/bemyjfbx7jr7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3253 +dcid: "dc/bemyjfbx7jr7b" + +Node: dcid:dc/ywp5bbx1fxyj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/ywp5bbx1fxyj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5t19m2jbtc3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/p5t19m2jbtc3h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lvvpz3960q034 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/lvvpz3960q034" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3q55pdq445rt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33431 +dcid: "dc/3q55pdq445rt7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gsy9lrx6jpt88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/gsy9lrx6jpt88" + +Node: dcid:dc/0lcn2r12thj1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332212 +dcid: "dc/0lcn2r12thj1g" + +Node: dcid:dc/44l2xss0fj4k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/44l2xss0fj4k1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v9hg0n48tqs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/v9hg0n48tqs5" + +Node: dcid:dc/rytnb3prqkvf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811411 +dcid: "dc/rytnb3prqkvf5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e5rxrkc2jjbd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512290 +dcid: "dc/e5rxrkc2jjbd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5wr3ypznc38mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/5wr3ypznc38mc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/67sqlf0760h14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/67sqlf0760h14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rpr52kje0p19c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327999 +dcid: "dc/rpr52kje0p19c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5ysp38vq0dwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53222 +dcid: "dc/k5ysp38vq0dwf" + +Node: dcid:dc/rs3elc6er82w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/rs3elc6er82w5" + +Node: dcid:dc/xby5cfdmm933c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212210 +dcid: "dc/xby5cfdmm933c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/23gst7l363rd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/23gst7l363rd8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/db9c76settgqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/db9c76settgqg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h23z1w59txcxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48621 +dcid: "dc/h23z1w59txcxg" + +Node: dcid:dc/y6s9s8n33z6kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115113 +dcid: "dc/y6s9s8n33z6kd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wbnlh0874ky74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332813 +dcid: "dc/wbnlh0874ky74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yrfxwdvpyqs48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/yrfxwdvpyqs48" + +Node: dcid:dc/3kgn04fg2bx18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54186 +dcid: "dc/3kgn04fg2bx18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j4hbhe8lftmsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/j4hbhe8lftmsh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ph3dwp132rme6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/ph3dwp132rme6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6hm50f9x20pe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42444 +dcid: "dc/6hm50f9x20pe1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/skv208g163wf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316110 +dcid: "dc/skv208g163wf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1f2kb052xvg96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/1f2kb052xvg96" + +Node: dcid:dc/4d6jfnd71nm96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/4d6jfnd71nm96" + +Node: dcid:dc/97cbhfy6hel4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/97cbhfy6hel4g" + +Node: dcid:dc/zm0tyj8dv822d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337110 +dcid: "dc/zm0tyj8dv822d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qd3p1eppv04zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/qd3p1eppv04zg" + +Node: dcid:dc/hkdx27pvlhj6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/hkdx27pvlhj6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eqpq46dqmtxdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4869 +dcid: "dc/eqpq46dqmtxdf" + +Node: dcid:dc/2ll9n2v26w0w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52591 +dcid: "dc/2ll9n2v26w0w" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xy4ps94t3fn9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/xy4ps94t3fn9g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2w6zcf59g295b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325320 +dcid: "dc/2w6zcf59g295b" + +Node: dcid:dc/fmqx39q1krbv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/fmqx39q1krbv3" + +Node: dcid:dc/3zlnpcc1mdht9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/3zlnpcc1mdht9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p4mm0pmwg95s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325110 +dcid: "dc/p4mm0pmwg95s" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9etzp1sfe8lth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31491 +dcid: "dc/9etzp1sfe8lth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g9wb05e2x5s06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/g9wb05e2x5s06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hjp7gpb6lppec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448120 +dcid: "dc/hjp7gpb6lppec" + +Node: dcid:dc/g0fmy3cw203cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424920 +dcid: "dc/g0fmy3cw203cf" + +Node: dcid:dc/bz13g71s7g6hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/bz13g71s7g6hh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v3mzc2m67pn55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/533 +dcid: "dc/v3mzc2m67pn55" + +Node: dcid:dc/954x890xmv2j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332997 +dcid: "dc/954x890xmv2j9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6876sd81wennc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/6876sd81wennc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yb1rrm9f6kj1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/yb1rrm9f6kj1g" + +Node: dcid:dc/jrfjl3vxw6ws9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/jrfjl3vxw6ws9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mfelp73glttd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333220 +dcid: "dc/mfelp73glttd2" + +Node: dcid:dc/kgsys42zm96gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/kgsys42zm96gd" + +Node: dcid:dc/9t2mch7v6zwp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331 +dcid: "dc/9t2mch7v6zwp6" + +Node: dcid:dc/pyq0k854cdvmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/pyq0k854cdvmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vmrckffz4mxvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/vmrckffz4mxvd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h6hd16exh91g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115113 +dcid: "dc/h6hd16exh91g7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k06ngvq14l1jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3312 +dcid: "dc/k06ngvq14l1jc" + +Node: dcid:dc/pbft0jlccyp64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/pbft0jlccyp64" + +Node: dcid:dc/x62mggzfc86jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/x62mggzfc86jb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kkxmfy54nkbr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/kkxmfy54nkbr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xn7sjj6cp5zfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/xn7sjj6cp5zfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c2y11jc3nlq4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213112 +dcid: "dc/c2y11jc3nlq4g" + +Node: dcid:dc/njt68htkpbqw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/njt68htkpbqw2" + +Node: dcid:dc/cltf3wckng0t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42444 +dcid: "dc/cltf3wckng0t3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2rnsyhfzc70tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512240 +dcid: "dc/2rnsyhfzc70tg" + +Node: dcid:dc/tg1bjfj1l5tpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/tg1bjfj1l5tpd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cycrs4nvxsehf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441110 +dcid: "dc/cycrs4nvxsehf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ktnjwq53tv34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1113 +dcid: "dc/4ktnjwq53tv34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fs31gpmj5x832 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/fs31gpmj5x832" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fv34hpgfe4gl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/fv34hpgfe4gl4" + +Node: dcid:dc/r3wc3ptmtzmv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3115 +dcid: "dc/r3wc3ptmtzmv7" + +Node: dcid:dc/tnj6p42jmdt26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238171 +dcid: "dc/tnj6p42jmdt26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2se7t6nrf0mfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56191 +dcid: "dc/2se7t6nrf0mfd" + +Node: dcid:dc/4tt3vevxrgqj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3271 +dcid: "dc/4tt3vevxrgqj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p3w81trqdvyl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/p3w81trqdvyl4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0ed9jv5vrz3r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/0ed9jv5vrz3r2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ev0v8p6gjzf85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/ev0v8p6gjzf85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zgnylelvzbs0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/zgnylelvzbs0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gwl48grrc1y5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444110 +dcid: "dc/gwl48grrc1y5h" + +Node: dcid:dc/x87fzwf183j2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445291 +dcid: "dc/x87fzwf183j2b" + +Node: dcid:dc/8lrzpcvn70d23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/8lrzpcvn70d23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wf468l8w0wbw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312112 +dcid: "dc/wf468l8w0wbw7" + +Node: dcid:dc/br6elkd593zs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21 +dcid: "dc/br6elkd593zs1" + +Node: dcid:dc/7ccfs0ckg1vqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/7ccfs0ckg1vqb" + +Node: dcid:dc/6pm4x9zlrbd9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33999 +dcid: "dc/6pm4x9zlrbd9b" + +Node: dcid:dc/2exe2g7wc9v5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112330 +dcid: "dc/2exe2g7wc9v5d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ze1l4cqd88tj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/ze1l4cqd88tj3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y3d1b5cl4snld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/y3d1b5cl4snld" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/61lhec8zhnnw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/61lhec8zhnnw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g9831fxqp4fb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/g9831fxqp4fb1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3p4dzz5xd75h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532220 +dcid: "dc/3p4dzz5xd75h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5s3l8zg6c9f92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/5s3l8zg6c9f92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h63c5ds8py8e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/h63c5ds8py8e9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8k4l26e3gmedb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/8k4l26e3gmedb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s4df904dekdb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/s4df904dekdb3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m95nsrpg5p884 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/m95nsrpg5p884" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kn60ffnp57k44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/kn60ffnp57k44" + +Node: dcid:dc/wxjnvkef979w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/wxjnvkef979w3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvxl7dfker223 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/mvxl7dfker223" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p6lj203fsvzhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/p6lj203fsvzhb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9dc306vk79247 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/9dc306vk79247" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z62db6gbqndv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/z62db6gbqndv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cffdlewjgs9z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/cffdlewjgs9z3" + +Node: dcid:dc/bn382ff7s9rvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/bn382ff7s9rvd" + +Node: dcid:dc/mvwlr0x2n7867 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/mvwlr0x2n7867" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7g1ppcy6m2162 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444120 +dcid: "dc/7g1ppcy6m2162" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3syclg2spnq5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/3syclg2spnq5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r4vntvrgldk0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/r4vntvrgldk0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ghm18wl3bd47h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/ghm18wl3bd47h" + +Node: dcid:dc/27m4hvrykmnz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/27m4hvrykmnz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mxqr9j8tx2c3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/mxqr9j8tx2c3h" + +Node: dcid:dc/8x668bkxzr5s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/8x668bkxzr5s9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jfg6czlclfx23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3351 +dcid: "dc/jfg6czlclfx23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjf69ex9lmw4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424410 +dcid: "dc/vjf69ex9lmw4f" + +Node: dcid:dc/y7bekbkp57ke9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/y7bekbkp57ke9" + +Node: dcid:dc/gynbefw35jsrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311991 +dcid: "dc/gynbefw35jsrb" + +Node: dcid:dc/sl03714q0x3b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333999 +dcid: "dc/sl03714q0x3b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h39tstyfc3eg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/h39tstyfc3eg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gyf80t0kzgt11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/gyf80t0kzgt11" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vg3l538dvnn33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314110 +dcid: "dc/vg3l538dvnn33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7mjjteh41tc29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/7mjjteh41tc29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xny8dg06lz771 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/xny8dg06lz771" + +Node: dcid:dc/68blnw4q6gbc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/68blnw4q6gbc5" + +Node: dcid:dc/tr9w5b5hws8l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/tr9w5b5hws8l6" + +Node: dcid:dc/6vb6nzzx0bq3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/6vb6nzzx0bq3c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bcdletnhynw37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/bcdletnhynw37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/262xt7glzh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/262xt7glzh1" + +Node: dcid:dc/9kc4g56p3x0k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/9kc4g56p3x0k7" + +Node: dcid:dc/er28yett6ypld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/er28yett6ypld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b3rrpww805t0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331 +dcid: "dc/b3rrpww805t0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b542yn2gr3fz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/b542yn2gr3fz2" + +Node: dcid:dc/vkytlghxg33z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/vkytlghxg33z4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kev9vwem6w21f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322211 +dcid: "dc/kev9vwem6w21f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q4yclh5m8rc69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/q4yclh5m8rc69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ckkq8mfqlz708 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325620 +dcid: "dc/ckkq8mfqlz708" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j1y7qjbrs2144 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/j1y7qjbrs2144" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bnc1w4h5sfhwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/bnc1w4h5sfhwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5zqwxf43gf061 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/5zqwxf43gf061" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vlvc2w50bym4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339115 +dcid: "dc/vlvc2w50bym4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/48qzxe8c94zz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/48qzxe8c94zz1" + +Node: dcid:dc/n64dcc4k31wt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/n64dcc4k31wt9" + +Node: dcid:dc/17k1vjyr45m9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/17k1vjyr45m9g" + +Node: dcid:dc/byxcr0wsh9yz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/byxcr0wsh9yz1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/whwwz94yncxq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/whwwz94yncxq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y0q5xvfncbyeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31331 +dcid: "dc/y0q5xvfncbyeh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qelc8zvy4ny97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/qelc8zvy4ny97" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4bhtkvg5g4559 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/4bhtkvg5g4559" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qzprm9bh8ex3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333313 +dcid: "dc/qzprm9bh8ex3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gg1n7h2qvn9sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/gg1n7h2qvn9sd" + +Node: dcid:dc/24t8p1jt1dm1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/24t8p1jt1dm1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hfbbe89f4fe07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424690 +dcid: "dc/hfbbe89f4fe07" + +Node: dcid:dc/zybz21bqzqghd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/zybz21bqzqghd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d345kc4l5kf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/d345kc4l5kf5" + +Node: dcid:dc/flg847vthpwm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/flg847vthpwm2" + +Node: dcid:dc/tjvzn5gm64l24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/tjvzn5gm64l24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1ddmsw5ytdwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/m1ddmsw5ytdwf" + +Node: dcid:dc/7sff6bdxy58ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/7sff6bdxy58ef" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wyr1hf76ctjyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333618 +dcid: "dc/wyr1hf76ctjyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dymgt55w4tqm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/dymgt55w4tqm6" + +Node: dcid:dc/lpkhmvccm033c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/lpkhmvccm033c" + +Node: dcid:dc/7jb6858ty1vk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/7jb6858ty1vk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2cx669jb09637 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/2cx669jb09637" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m7fqvrz2n8lnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/m7fqvrz2n8lnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qye2fq1g07e67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/qye2fq1g07e67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f85pctvq24gm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23813 +dcid: "dc/f85pctvq24gm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2qg8mcw4l79h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333292 +dcid: "dc/2qg8mcw4l79h8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6l0cyccrj4djg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/6l0cyccrj4djg" + +Node: dcid:dc/lyqq10s973824 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/lyqq10s973824" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ecmlytk8cs62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/ecmlytk8cs62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3t3gffcycpmdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/3t3gffcycpmdf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l7jndn1s79m93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42444 +dcid: "dc/l7jndn1s79m93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9chcyj0cc6cd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/9chcyj0cc6cd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qy1tgvwcsvlj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/qy1tgvwcsvlj5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zmyy76x63wdy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/zmyy76x63wdy3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nhwb87zcbm2s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/nhwb87zcbm2s9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/snvf77g5d9fq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/snvf77g5d9fq7" + +Node: dcid:dc/kztxmmtnr9686 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/kztxmmtnr9686" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/02lc3crsjneqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334611 +dcid: "dc/02lc3crsjneqg" + +Node: dcid:dc/35metp45rdqt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/35metp45rdqt2" + +Node: dcid:dc/pxr0hkjzvdgkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/pxr0hkjzvdgkc" + +Node: dcid:dc/6tjm6p88mytx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/6tjm6p88mytx3" + +Node: dcid:dc/3emzbjj3nwmnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3346 +dcid: "dc/3emzbjj3nwmnh" + +Node: dcid:dc/bb1rtjt1htwsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/bb1rtjt1htwsh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/68mkse70jez1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/68mkse70jez1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3hrzts1lt952h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42443 +dcid: "dc/3hrzts1lt952h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ldt76zv4x67cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327999 +dcid: "dc/ldt76zv4x67cg" + +Node: dcid:dc/bl2hcd1qd43q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/bl2hcd1qd43q5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cyv4h6rn1vw85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/cyv4h6rn1vw85" + +Node: dcid:dc/sc8z7p7vxlpr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337920 +dcid: "dc/sc8z7p7vxlpr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jp8xk4vbk4dzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/jp8xk4vbk4dzf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h8ex34nq491jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512191 +dcid: "dc/h8ex34nq491jc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kgp72f2ec7m61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/kgp72f2ec7m61" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vtw4q9514y64c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523130 +dcid: "dc/vtw4q9514y64c" + +Node: dcid:dc/7hpcfwsnnqqk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/551111 +dcid: "dc/7hpcfwsnnqqk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e80gv7n2yh78f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/e80gv7n2yh78f" + +Node: dcid:dc/y1lcjmzqf73gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/y1lcjmzqf73gd" + +Node: dcid:dc/hlhxh5ycm8tq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/hlhxh5ycm8tq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f84jysll501d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336330 +dcid: "dc/f84jysll501d1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8gprk4vrs5hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/r8gprk4vrs5hf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4581xxxyef0p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/4581xxxyef0p2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cc51jvbvp0jdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/cc51jvbvp0jdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/225k0315flp55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/225k0315flp55" + +Node: dcid:dc/wedcrjzd7bxrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/wedcrjzd7bxrb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/53ze9evj02jy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/53ze9evj02jy7" + +Node: dcid:dc/ne7hm0db9dgq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/ne7hm0db9dgq" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/snd6ekn7zpyxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/snd6ekn7zpyxg" + +Node: dcid:dc/0tjdcbl1yck7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423420 +dcid: "dc/0tjdcbl1yck7" + +Node: dcid:dc/j1wmglr10cjvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/j1wmglr10cjvb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mkpdhpwc7em09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/mkpdhpwc7em09" + +Node: dcid:dc/zs2y4rb2vp34c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/zs2y4rb2vp34c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1xyj3rdxgs5sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/1xyj3rdxgs5sb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tnghyblw7msgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/tnghyblw7msgc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ly4zb8bdwm501 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333314 +dcid: "dc/ly4zb8bdwm501" + +Node: dcid:dc/hjs8s59eslt55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31331 +dcid: "dc/hjs8s59eslt55" + +Node: dcid:dc/h6b3mbzyzkx8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/h6b3mbzyzkx8h" + +Node: dcid:dc/w4g3krjh6y4rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4542 +dcid: "dc/w4g3krjh6y4rb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0qll4gfwpymzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/0qll4gfwpymzd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/25f6ejxhc6mbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/25f6ejxhc6mbc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fzbnes11dgvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/fzbnes11dgvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ljt6p4cttkds4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339112 +dcid: "dc/ljt6p4cttkds4" + +Node: dcid:dc/h33zhs8gr2gr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/h33zhs8gr2gr9" + +Node: dcid:dc/hd6zxg2f71b9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/hd6zxg2f71b9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/scc2xegdyxfdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/scc2xegdyxfdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vpn1dqm5fwwrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/vpn1dqm5fwwrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4fbht052xv976 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339913 +dcid: "dc/4fbht052xv976" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/46jjge4clj154 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/46jjge4clj154" + +Node: dcid:dc/1x1vth6m5qfh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/1x1vth6m5qfh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/35wfk2hwl3jc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/35wfk2hwl3jc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p9e9z7dkh4n8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/p9e9z7dkh4n8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xb2efe8rceckg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/xb2efe8rceckg" + +Node: dcid:dc/y7zf4dq882cl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/y7zf4dq882cl8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0bb6wb41l1x1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/0bb6wb41l1x1f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c13yvczwhdn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/c13yvczwhdn6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mmdfwktc7w632 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52222 +dcid: "dc/mmdfwktc7w632" + +Node: dcid:dc/0k0g97vp8zf2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32591 +dcid: "dc/0k0g97vp8zf2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rr8r1pegs5bqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32616 +dcid: "dc/rr8r1pegs5bqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3x0clfwzwlzsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44221 +dcid: "dc/3x0clfwzwlzsb" + +Node: dcid:dc/nq51bk9k09ss1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238342 +dcid: "dc/nq51bk9k09ss1" + +Node: dcid:dc/6rjx2c5g1e3j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326140 +dcid: "dc/6rjx2c5g1e3j7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xwgb5n2j4b447 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33291 +dcid: "dc/xwgb5n2j4b447" + +Node: dcid:dc/sg2ft76emx126 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/sg2ft76emx126" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pmdr1q5gjlswf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/pmdr1q5gjlswf" + +Node: dcid:dc/8lzz0nvg6vh09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52221 +dcid: "dc/8lzz0nvg6vh09" + +Node: dcid:dc/19w4ev3q0vfhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114111 +dcid: "dc/19w4ev3q0vfhd" + +Node: dcid:dc/sh1csgjt7se +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/sh1csgjt7se" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q3svv7g7ymgqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/q3svv7g7ymgqb" + +Node: dcid:dc/yxz1enj0zms87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33311 +dcid: "dc/yxz1enj0zms87" + +Node: dcid:dc/6lfkb6zwd1zt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/6lfkb6zwd1zt4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pcxvstlqbq5zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339116 +dcid: "dc/pcxvstlqbq5zb" + +Node: dcid:dc/x5d22nhthm73g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812921 +dcid: "dc/x5d22nhthm73g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fbkx5lg3q1ne +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337910 +dcid: "dc/fbkx5lg3q1ne" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j0xc9m96p85f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/j0xc9m96p85f7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r4f8r3zzd9n1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/r4f8r3zzd9n1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/es95k2ppmxqy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/es95k2ppmxqy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6fft7sj7qzqfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3261 +dcid: "dc/6fft7sj7qzqfd" + +Node: dcid:dc/vr0qtb7w4x88f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71219 +dcid: "dc/vr0qtb7w4x88f" + +Node: dcid:dc/wf5fmsmtrh93h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/wf5fmsmtrh93h" + +Node: dcid:dc/x52jxxbwspczh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/x52jxxbwspczh" + +Node: dcid:dc/nn4ktwjctn3jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/nn4ktwjctn3jb" + +Node: dcid:dc/28lf314z63bm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325620 +dcid: "dc/28lf314z63bm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wkg7mp9dcec13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/wkg7mp9dcec13" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dzwrg56hn05p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/dzwrg56hn05p4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3rer93vd8z441 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/3rer93vd8z441" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pf6dyd33g2rjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/pf6dyd33g2rjf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wwkfx0tchbyg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321214 +dcid: "dc/wwkfx0tchbyg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/be3x3r8sl1rc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/be3x3r8sl1rc2" + +Node: dcid:dc/xywewzfv2fcb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/xywewzfv2fcb7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v27d1z3xpvc43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561431 +dcid: "dc/v27d1z3xpvc43" + +Node: dcid:dc/s1kg7f2b4k224 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/s1kg7f2b4k224" + +Node: dcid:dc/t2bt9ytt131f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/t2bt9ytt131f9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7qv3t1x07n5g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42331 +dcid: "dc/7qv3t1x07n5g8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5zphdb98y83lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/5zphdb98y83lh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cp80e5tqtrxd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48-49 +dcid: "dc/cp80e5tqtrxd4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hclcxfffpnm64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51114 +dcid: "dc/hclcxfffpnm64" + +Node: dcid:dc/30yw2279w97tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44522 +dcid: "dc/30yw2279w97tb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hf2fq93typg18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/hf2fq93typg18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p4lpvfgqs3e1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/p4lpvfgqs3e1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yngdzm92tgr29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/yngdzm92tgr29" + +Node: dcid:dc/l650z755kcecc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3313 +dcid: "dc/l650z755kcecc" + +Node: dcid:dc/0dllpyc77439d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311822 +dcid: "dc/0dllpyc77439d" + +Node: dcid:dc/cv3mjp946qd29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31499 +dcid: "dc/cv3mjp946qd29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jw110qsnbqylb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/jw110qsnbqylb" + +Node: dcid:dc/ql4s75se2r865 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/ql4s75se2r865" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v6x5hxfkp024c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/v6x5hxfkp024c" + +Node: dcid:dc/dxp1m0t4ky7sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/dxp1m0t4ky7sd" + +Node: dcid:dc/qdsd3wsph7363 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/qdsd3wsph7363" + +Node: dcid:dc/dtnp9gb5j7567 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/dtnp9gb5j7567" + +Node: dcid:dc/yp9l9fp4hb2wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/yp9l9fp4hb2wf" + +Node: dcid:dc/hzrw82t57032g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/hzrw82t57032g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z77j12s545116 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332996 +dcid: "dc/z77j12s545116" + +Node: dcid:dc/t118x1mw02sz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/t118x1mw02sz1" + +Node: dcid:dc/s8bgbcmnsmkxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/s8bgbcmnsmkxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/23ek6wqdfvsn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/23ek6wqdfvsn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vd1th6cntjkk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331513 +dcid: "dc/vd1th6cntjkk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/553cxwp2jv065 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312113 +dcid: "dc/553cxwp2jv065" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k80yzspelk3p3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212221 +dcid: "dc/k80yzspelk3p3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9k3sdfd7j72j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/9k3sdfd7j72j3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nxr8nzdq0q5n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32615 +dcid: "dc/nxr8nzdq0q5n2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cn06x9qlhg222 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111332 +dcid: "dc/cn06x9qlhg222" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8f4ec8l0zbh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238321 +dcid: "dc/r8f4ec8l0zbh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ew5jem3883y08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/ew5jem3883y08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j7pp0hf2cjd55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424110 +dcid: "dc/j7pp0hf2cjd55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6fc9t2nngwxmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322232 +dcid: "dc/6fc9t2nngwxmc" + +Node: dcid:dc/l1f0l6n49nqbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/l1f0l6n49nqbh" + +Node: dcid:dc/4q94r9w4ztxp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/4q94r9w4ztxp8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4yb87m7ghypy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/4yb87m7ghypy4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/10e5mxtqenggf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/10e5mxtqenggf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/beqjg5dr4l52h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334119 +dcid: "dc/beqjg5dr4l52h" + +Node: dcid:dc/lh0br895vyxc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/lh0br895vyxc6" + +Node: dcid:dc/mqg445jmv5wh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/mqg445jmv5wh1" + +Node: dcid:dc/rjdjwyw07zkk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/rjdjwyw07zkk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pz1v4446cb84g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/pz1v4446cb84g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dym2fzmmr4b1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6221 +dcid: "dc/dym2fzmmr4b1f" + +Node: dcid:dc/hcw3r91rrv512 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52593 +dcid: "dc/hcw3r91rrv512" + +Node: dcid:dc/swdm3p9lprhkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561450 +dcid: "dc/swdm3p9lprhkh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v77dywpjvnvlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42447 +dcid: "dc/v77dywpjvnvlg" + +Node: dcid:dc/6hvyr1y8zbs2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/6hvyr1y8zbs2d" + +Node: dcid:dc/93z1xmvrlj52g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/93z1xmvrlj52g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/shprz69rjf5xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441120 +dcid: "dc/shprz69rjf5xb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z2jfy0l5f2l75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/z2jfy0l5f2l75" + +Node: dcid:dc/7y4vjwjynv37b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/7y4vjwjynv37b" + +Node: dcid:dc/jrh7lh0tnz5n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/551114 +dcid: "dc/jrh7lh0tnz5n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p1sq8e000bg75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/p1sq8e000bg75" + +Node: dcid:dc/6bsw0pgvsp8m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/6bsw0pgvsp8m3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cg3bkbbn2ddj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/cg3bkbbn2ddj7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f71k7s5xp17xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/f71k7s5xp17xd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v8kcj7mx85tg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42492 +dcid: "dc/v8kcj7mx85tg8" + +Node: dcid:dc/5ql7n4tr995l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44312 +dcid: "dc/5ql7n4tr995l3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/80673d64j7wf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/80673d64j7wf9" + +Node: dcid:dc/z76016jyjbxyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/z76016jyjbxyh" + +Node: dcid:dc/hr47j13vtx8c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423710 +dcid: "dc/hr47j13vtx8c7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g1599rsje5j66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238122 +dcid: "dc/g1599rsje5j66" + +Node: dcid:dc/w6zqff4s9hbm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/w6zqff4s9hbm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j8jy6d860vdx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/j8jy6d860vdx7" + +Node: dcid:dc/c98edcesebcc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/c98edcesebcc5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/82bwb6zlbz81f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/82bwb6zlbz81f" + +Node: dcid:dc/8e4z6x6dgp7y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/8e4z6x6dgp7y1" + +Node: dcid:dc/31e5z2ev1nx4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/31e5z2ev1nx4g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mnw9ffc506g95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326111 +dcid: "dc/mnw9ffc506g95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9esq5c2jnvkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/9esq5c2jnvkf" + +Node: dcid:dc/tyqtsbvky6v07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/tyqtsbvky6v07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdvg1sw2zlc1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/kdvg1sw2zlc1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3mtkqz0dgzyn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/3mtkqz0dgzyn9" + +Node: dcid:dc/nhj4ndsd0p6c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/nhj4ndsd0p6c4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bcfzkw3z1c99c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/bcfzkw3z1c99c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0lpzph04hysl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/0lpzph04hysl4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2vdc5nxwwgb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1123 +dcid: "dc/r2vdc5nxwwgb9" + +Node: dcid:dc/6hgc3vm5hhdl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/6hgc3vm5hhdl2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fpln3m88w929d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311821 +dcid: "dc/fpln3m88w929d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/432bpjze12t99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62211 +dcid: "dc/432bpjze12t99" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p1xny5hwd10pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334310 +dcid: "dc/p1xny5hwd10pg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8q6bjcyx6v7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/8q6bjcyx6v7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m3dq1b103dwvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/m3dq1b103dwvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qbdddvht6q2r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541922 +dcid: "dc/qbdddvht6q2r" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0nttk6n4be068 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33791 +dcid: "dc/0nttk6n4be068" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1s7sd7lj9hfq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445292 +dcid: "dc/1s7sd7lj9hfq9" + +Node: dcid:dc/5cz4e8n7jw6ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/5cz4e8n7jw6ed" + +Node: dcid:dc/tp1p7k0b3lk97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/tp1p7k0b3lk97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7t7dhyfs4wdx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51119 +dcid: "dc/7t7dhyfs4wdx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dl0vn3jwe1t5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/dl0vn3jwe1t5d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6lkzgtpr94reb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/6lkzgtpr94reb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xtg7kn7nx86df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/xtg7kn7nx86df" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8dyec7zwyljk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451212 +dcid: "dc/8dyec7zwyljk" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2fb92let21fr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/2fb92let21fr7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s8wdtv8pw85b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111339 +dcid: "dc/s8wdtv8pw85b1" + +Node: dcid:dc/t7mv8b7sk2573 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33511 +dcid: "dc/t7mv8b7sk2573" + +Node: dcid:dc/6q708twk4h981 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/6q708twk4h981" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jxgmjrne39jnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/jxgmjrne39jnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7r8r1x9x3kjrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/7r8r1x9x3kjrg" + +Node: dcid:dc/t2bdl423c2jvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/t2bdl423c2jvg" + +Node: dcid:dc/2bbbq5whex1sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/2bbbq5whex1sd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0111g0e65h86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/s0111g0e65h86" + +Node: dcid:dc/13y2gbgcf93fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/13y2gbgcf93fd" + +Node: dcid:dc/z3e22e6jn8brf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3274 +dcid: "dc/z3e22e6jn8brf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/66n1fkz6nzc45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/66n1fkz6nzc45" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjrlvqgnr7ce8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/vjrlvqgnr7ce8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l74zg6h10h9l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/l74zg6h10h9l5" + +Node: dcid:dc/5jqc3zt2tehdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/5jqc3zt2tehdc" + +Node: dcid:dc/rlb14tswl1m6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332410 +dcid: "dc/rlb14tswl1m6b" + +Node: dcid:dc/sctsqqtnxcvxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/sctsqqtnxcvxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ty5dypqjhn022 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452910 +dcid: "dc/ty5dypqjhn022" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dpp9n72dhkhr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33411 +dcid: "dc/dpp9n72dhkhr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y9fj1xle2cdg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/y9fj1xle2cdg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pmgmvq17hz7j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/pmgmvq17hz7j6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kss7bnxxbjd03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/kss7bnxxbjd03" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rrwkzynr6epg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32791 +dcid: "dc/rrwkzynr6epg" + +Node: dcid:dc/mhlg6bmb2qs63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/mhlg6bmb2qs63" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/24vxphrk7zxlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/24vxphrk7zxlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kk674w0d56cp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/kk674w0d56cp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mw6eyry1lgef4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/mw6eyry1lgef4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y08zldryq3l08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/y08zldryq3l08" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/byfpb9ftgpgs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/byfpb9ftgpgs4" + +Node: dcid:dc/dnc4pb1lgzwwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/dnc4pb1lgzwwh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1qkp6sgyezcbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238341 +dcid: "dc/1qkp6sgyezcbh" + +Node: dcid:dc/19gh5bfybn9p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/19gh5bfybn9p2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7kmvxqfkgsz38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111422 +dcid: "dc/7kmvxqfkgsz38" + +Node: dcid:dc/f94eqqvn3y8z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/f94eqqvn3y8z" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h4mqsktb1zyt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/h4mqsktb1zyt5" + +Node: dcid:dc/nh3vqypbzmw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/nh3vqypbzmw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/41x7p20t0gvm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/41x7p20t0gvm7" + +Node: dcid:dc/9zw8cbl9dszm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/9zw8cbl9dszm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ky9pft64gzqlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/ky9pft64gzqlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l701sccwhlfc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424720 +dcid: "dc/l701sccwhlfc2" + +Node: dcid:dc/sm526clr0hpk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/sm526clr0hpk1" + +Node: dcid:dc/gk5py24r8f5yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/gk5py24r8f5yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4y3gg43v31vs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/4y3gg43v31vs8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jg7pk0c38qngh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/jg7pk0c38qngh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/znsktf4wdpbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48839 +dcid: "dc/znsktf4wdpbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k6rpvkv4rg6z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21231 +dcid: "dc/k6rpvkv4rg6z5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pzhqkh1hxcbz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424720 +dcid: "dc/pzhqkh1hxcbz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dq0dx0k9en5k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33511 +dcid: "dc/dq0dx0k9en5k6" + +Node: dcid:dc/gr7zdnj4379fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/gr7zdnj4379fb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fbnfhktrw9gf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92211 +dcid: "dc/fbnfhktrw9gf2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/reqz8p2en6k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/reqz8p2en6k2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ve9vqx0cnbb8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3379 +dcid: "dc/ve9vqx0cnbb8c" + +Node: dcid:dc/5f83b9hncp4t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/5f83b9hncp4t7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/thhe47rxpw726 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/thhe47rxpw726" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xcz1rk6jlknt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/xcz1rk6jlknt1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zcr4tp4m24p73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/zcr4tp4m24p73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8n5cwl5tvthwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/8n5cwl5tvthwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l1g4vlj4d6e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/l1g4vlj4d6e4" + +Node: dcid:dc/4we9m65qdnks9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/4we9m65qdnks9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bev7rs0l4q9h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/bev7rs0l4q9h8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xrbskv82806df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33593 +dcid: "dc/xrbskv82806df" + +Node: dcid:dc/44we2yjw9q6xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/44we2yjw9q6xb" + +Node: dcid:dc/fnskjqcp2r65d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424940 +dcid: "dc/fnskjqcp2r65d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ydmytnmwnqq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/8ydmytnmwnqq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pmzr97kt3ffg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331528 +dcid: "dc/pmzr97kt3ffg1" + +Node: dcid:dc/g23stjyx0mqw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/g23stjyx0mqw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dcgl6ewx5zeg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/551111 +dcid: "dc/dcgl6ewx5zeg8" + +Node: dcid:dc/s13el39czqdx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/s13el39czqdx9" + +Node: dcid:dc/95gev5g99r7nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/95gev5g99r7nc" + +Node: dcid:dc/pqq8dlcj6pb8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332322 +dcid: "dc/pqq8dlcj6pb8f" + +Node: dcid:dc/86qdhyngj4b14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/86qdhyngj4b14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p73x1qzts7m08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/p73x1qzts7m08" + +Node: dcid:dc/yxcp0t8xtycw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/yxcp0t8xtycw9" + +Node: dcid:dc/x4mrj4mm4t702 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81141 +dcid: "dc/x4mrj4mm4t702" + +Node: dcid:dc/8q7srftqfrft6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325411 +dcid: "dc/8q7srftqfrft6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q17y1s6q0dy04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/q17y1s6q0dy04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ngp9lm8rkm4dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/ngp9lm8rkm4dh" + +Node: dcid:dc/xpfmhy2d205k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/xpfmhy2d205k1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/33kd4qq9jjgsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/33kd4qq9jjgsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xxsvef3ecekq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/xxsvef3ecekq6" + +Node: dcid:dc/le6nxed92k8g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212312 +dcid: "dc/le6nxed92k8g1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xe2x8n3l561y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/xe2x8n3l561y7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0tl4bmrv816cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54134 +dcid: "dc/0tl4bmrv816cg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d0x496p648y4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/d0x496p648y4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8bmgke4xgdex5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/8bmgke4xgdex5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qvq0bdfhgeee1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423710 +dcid: "dc/qvq0bdfhgeee1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vb5ls19x61xtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/vb5ls19x61xtc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zbvh2gqktct37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/zbvh2gqktct37" + +Node: dcid:dc/tr0mkjhczsz6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/tr0mkjhczsz6c" + +Node: dcid:dc/6en0fwn3gj716 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31183 +dcid: "dc/6en0fwn3gj716" + +Node: dcid:dc/8lp6by4lp6xb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/8lp6by4lp6xb7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h5803pdnt5s82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/h5803pdnt5s82" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r018bgndc21s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/r018bgndc21s6" + +Node: dcid:dc/mbz127y3vgjj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316999 +dcid: "dc/mbz127y3vgjj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vk2w38z6clyc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/vk2w38z6clyc6" + +Node: dcid:dc/nkbjp5s0c6gxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339114 +dcid: "dc/nkbjp5s0c6gxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7vd8n76vh43m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313320 +dcid: "dc/7vd8n76vh43m" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z1r94v08dq2mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/z1r94v08dq2mh" + +Node: dcid:dc/778f662xflf47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334512 +dcid: "dc/778f662xflf47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tcnr8y6hve14g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/tcnr8y6hve14g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jkljceqpc9wvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3336 +dcid: "dc/jkljceqpc9wvg" + +Node: dcid:dc/55gkemg09f085 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339943 +dcid: "dc/55gkemg09f085" + +Node: dcid:dc/r922zrfw9e07g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51811 +dcid: "dc/r922zrfw9e07g" + +Node: dcid:dc/js4qwxzdwf2m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/js4qwxzdwf2m5" + +Node: dcid:dc/9elh82n25nmb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315239 +dcid: "dc/9elh82n25nmb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1kz9lpjr00ys7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/1kz9lpjr00ys7" + +Node: dcid:dc/pe48zngyx37k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21311 +dcid: "dc/pe48zngyx37k9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9f7d1m40yd6fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53223 +dcid: "dc/9f7d1m40yd6fg" + +Node: dcid:dc/3q7hwnhet9873 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/3q7hwnhet9873" + +Node: dcid:dc/e1nphx8jhpvb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/e1nphx8jhpvb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/59nkh04zt6fx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423220 +dcid: "dc/59nkh04zt6fx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/drvdyxp85egnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/drvdyxp85egnc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m5kk82bszzsq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/m5kk82bszzsq9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2txc7pxm6k7g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/324191 +dcid: "dc/2txc7pxm6k7g1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wnrpq5qlxlj37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/wnrpq5qlxlj37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zq7g42xst5ql1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488991 +dcid: "dc/zq7g42xst5ql1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2g5t7z6qg59e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333511 +dcid: "dc/2g5t7z6qg59e8" + +Node: dcid:dc/04hltj6zed696 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/04hltj6zed696" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m66clbgzm8ps9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33311 +dcid: "dc/m66clbgzm8ps9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/drs3c6k2tdpg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32561 +dcid: "dc/drs3c6k2tdpg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1lbqywrntbcv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/1lbqywrntbcv9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wg1p1bsyhnkr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/wg1p1bsyhnkr2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r0lhmbm8ydr69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/r0lhmbm8ydr69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/780eykz7lnz84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922 +dcid: "dc/780eykz7lnz84" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qvz5v1p5dl782 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/qvz5v1p5dl782" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jj0v3n4w6egm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/jj0v3n4w6egm4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qk768w6ryz0m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/qk768w6ryz0m8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sm095mnqe7qy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/sm095mnqe7qy8" + +Node: dcid:dc/jkc6vysddc9y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454113 +dcid: "dc/jkc6vysddc9y" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yz4j4ql7vx1k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3341 +dcid: "dc/yz4j4ql7vx1k" + +Node: dcid:dc/49xxmsgs3r164 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/49xxmsgs3r164" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/twvgywem04w43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32613 +dcid: "dc/twvgywem04w43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y4g0snbf508d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/y4g0snbf508d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbcpf07k7853 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/hbcpf07k7853" + +Node: dcid:dc/wy4ggzrwztdm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/wy4ggzrwztdm8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qzrhtcgb3m4d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56145 +dcid: "dc/qzrhtcgb3m4d6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5xglskpr9q91d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/5xglskpr9q91d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0wetrc018cm07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/0wetrc018cm07" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/58z4082tkkrw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488991 +dcid: "dc/58z4082tkkrw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m24083lepzx23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112310 +dcid: "dc/m24083lepzx23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/773be18h0z543 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238911 +dcid: "dc/773be18h0z543" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7mnmxwqgskx87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/7mnmxwqgskx87" + +Node: dcid:dc/vjxpccvzz5v8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/vjxpccvzz5v8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/44c6wc820bl7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9221 +dcid: "dc/44c6wc820bl7g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/22zl14gq1ges4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/22zl14gq1ges4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6evtw31y9rz49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/6evtw31y9rz49" + +Node: dcid:dc/9njfd8xze87x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488991 +dcid: "dc/9njfd8xze87x" + +Node: dcid:dc/3lr98s4p9ekv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32732 +dcid: "dc/3lr98s4p9ekv9" + +Node: dcid:dc/6fgeckd6es0tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/6fgeckd6es0tg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mxqkhfs2xdx3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/mxqkhfs2xdx3d" + +Node: dcid:dc/gvxdjberxqm71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32733 +dcid: "dc/gvxdjberxqm71" + +Node: dcid:dc/d23eppmrqt4q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/d23eppmrqt4q6" + +Node: dcid:dc/00pg409rybd12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3141 +dcid: "dc/00pg409rybd12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yndgrj5869mg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/yndgrj5869mg5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jfrjvqtf6zx26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/jfrjvqtf6zx26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rlk1yxmkk1qqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/rlk1yxmkk1qqg" + +Node: dcid:dc/sspp0r35wf4kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111991 +dcid: "dc/sspp0r35wf4kg" + +Node: dcid:dc/l2jjvl14kbmc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/l2jjvl14kbmc1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wwjhqpf76vr52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44313 +dcid: "dc/wwjhqpf76vr52" + +Node: dcid:dc/4l8b6j2ltetd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423610 +dcid: "dc/4l8b6j2ltetd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvgehbwg47tv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/cvgehbwg47tv9" + +Node: dcid:dc/2l512l5484s5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112330 +dcid: "dc/2l512l5484s5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b7by61f9g1z88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/b7by61f9g1z88" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j8z6edrdrr815 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333315 +dcid: "dc/j8z6edrdrr815" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vlwlpqwq24xgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/vlwlpqwq24xgc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hfm1vw7kvxx64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/hfm1vw7kvxx64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9w4yrnlhm5k7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/9w4yrnlhm5k7f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tnhnsbqjkf6t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/tnhnsbqjkf6t8" + +Node: dcid:dc/62hswypgnd2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/62hswypgnd2f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/10tfs6chm3ly4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112340 +dcid: "dc/10tfs6chm3ly4" + +Node: dcid:dc/4qmtwqmwfbnl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/4qmtwqmwfbnl4" + +Node: dcid:dc/nj27f1s5qxwx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/nj27f1s5qxwx8" + +Node: dcid:dc/c8nrlteg0ht46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334210 +dcid: "dc/c8nrlteg0ht46" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gv5cdbbsqzrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/gv5cdbbsqzrh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cdg96hpgvsb8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92613 +dcid: "dc/cdg96hpgvsb8h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wy4xpsmsyslwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/wy4xpsmsyslwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kd99m633vkvtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314999 +dcid: "dc/kd99m633vkvtc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wn760r96ewp0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/wn760r96ewp0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ghtgyzv757914 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/ghtgyzv757914" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/40dcrxhxzpej4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/40dcrxhxzpej4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h8e06gd5dlc27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1113 +dcid: "dc/h8e06gd5dlc27" + +Node: dcid:dc/ns3417jd9djf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/ns3417jd9djf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h9ekr5z6gdb0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/h9ekr5z6gdb0f" + +Node: dcid:dc/vfrdtck1hxwe5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/vfrdtck1hxwe5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vd2rt8ld29p1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213113 +dcid: "dc/vd2rt8ld29p1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rz7sc04tdq176 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/rz7sc04tdq176" + +Node: dcid:dc/k06mcgx8x4h36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/k06mcgx8x4h36" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h1jy2glt2m7e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/h1jy2glt2m7e6" + +Node: dcid:dc/06z27mdfhgdh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32212 +dcid: "dc/06z27mdfhgdh8" + +Node: dcid:dc/nm7lgs09qrcvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/814 +dcid: "dc/nm7lgs09qrcvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fl6mj2wnsgjn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/fl6mj2wnsgjn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gpdnwxvh7v1h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/gpdnwxvh7v1h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/knsc7kcrrxh6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/knsc7kcrrxh6g" + +Node: dcid:dc/2lkjxy05es74d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3332 +dcid: "dc/2lkjxy05es74d" + +Node: dcid:dc/wlm9ncbfgb7yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/wlm9ncbfgb7yf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fe8czlbecjlw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/fe8czlbecjlw9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eyh6btp9xnjn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21211 +dcid: "dc/eyh6btp9xnjn1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8x3hn49bm8fc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4861 +dcid: "dc/8x3hn49bm8fc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sdy6wndfpzdh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/sdy6wndfpzdh4" + +Node: dcid:dc/59ly1k5veeyqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/59ly1k5veeyqc" + +Node: dcid:dc/d92rlv9t0cx2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/d92rlv9t0cx2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6mlrmqnmztm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42434 +dcid: "dc/m6mlrmqnmztm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/45y30h89rq6bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/45y30h89rq6bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yg2c4kmywlpf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/yg2c4kmywlpf3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ql1f8w1gczz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3119 +dcid: "dc/3ql1f8w1gczz4" + +Node: dcid:dc/xv469fnnj04zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/xv469fnnj04zc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rs7fjdjbjh05d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/rs7fjdjbjh05d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1eq54em4k4cr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322211 +dcid: "dc/1eq54em4k4cr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6nnnf16bdrteb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/6nnnf16bdrteb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5j72cpwb0shc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/5j72cpwb0shc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bywmb4p2tjlr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335314 +dcid: "dc/bywmb4p2tjlr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/05wcqml7rh6mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/05wcqml7rh6mb" + +Node: dcid:dc/e9kdd641srfm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/e9kdd641srfm8" + +Node: dcid:dc/z6ybrqq8fxd26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/z6ybrqq8fxd26" + +Node: dcid:dc/7hecd4l77q9s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3362 +dcid: "dc/7hecd4l77q9s6" + +Node: dcid:dc/eychl7e4eprp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/eychl7e4eprp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s222jsn1n2798 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44521 +dcid: "dc/s222jsn1n2798" + +Node: dcid:dc/qe8vd0ejk0h4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/qe8vd0ejk0h4g" + +Node: dcid:dc/nqcp95ksek1mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3331 +dcid: "dc/nqcp95ksek1mc" + +Node: dcid:dc/zmznk0nfqqwc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4243 +dcid: "dc/zmznk0nfqqwc1" + +Node: dcid:dc/h75d3cb48kwz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51224 +dcid: "dc/h75d3cb48kwz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qgrxvz6xkvwdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326111 +dcid: "dc/qgrxvz6xkvwdd" + +Node: dcid:dc/8cvx51sd13j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/8cvx51sd13j5" + +Node: dcid:dc/7re9mtedbsz26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/7re9mtedbsz26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5pcpz7rb74b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/d5pcpz7rb74b6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pgf4ff6rgthv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/pgf4ff6rgthv3" + +Node: dcid:dc/5msyhv70xhym8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/5msyhv70xhym8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gy2rzxqxjxrm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42493 +dcid: "dc/gy2rzxqxjxrm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p9mqen0xzh0q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/p9mqen0xzh0q3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xrvvdjkx1pne3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325611 +dcid: "dc/xrvvdjkx1pne3" + +Node: dcid:dc/ff1wq8yddym9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/ff1wq8yddym9b" + +Node: dcid:dc/ctt4t7x8k9wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/ctt4t7x8k9wg" + +Node: dcid:dc/q8vmggs9lh3m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/q8vmggs9lh3m7" + +Node: dcid:dc/xs5mjp2xz3qs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/xs5mjp2xz3qs2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tv0y5vr9nqqsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/tv0y5vr9nqqsg" + +Node: dcid:dc/jf2vnqetv9bg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/jf2vnqetv9bg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hngvdbf2jv0nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44411 +dcid: "dc/hngvdbf2jv0nc" + +Node: dcid:dc/n2n9pmnfkm5pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45331 +dcid: "dc/n2n9pmnfkm5pc" + +Node: dcid:dc/5pm1fpj1nmwp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/5pm1fpj1nmwp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nx7gf4ydpzy03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/nx7gf4ydpzy03" + +Node: dcid:dc/hn3n814thv3md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/hn3n814thv3md" + +Node: dcid:dc/08xwgw8258gm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/08xwgw8258gm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b11jl0ze84ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/b11jl0ze84ff" + +Node: dcid:dc/knrh89nv91px4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/knrh89nv91px4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fez685e9sb0s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/fez685e9sb0s5" + +Node: dcid:dc/j4jm1sxdktqm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/j4jm1sxdktqm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/en2l8wcbvz1y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/en2l8wcbvz1y6" + +Node: dcid:dc/twjy05hk1emph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/twjy05hk1emph" + +Node: dcid:dc/zsvqlhvz8v499 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/zsvqlhvz8v499" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s6qqqbfxgy418 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/s6qqqbfxgy418" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bgwtl1r9mhwv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3159 +dcid: "dc/bgwtl1r9mhwv4" + +Node: dcid:dc/9xwrew2hlkx47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/9xwrew2hlkx47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5jvqhs887kmw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33999 +dcid: "dc/5jvqhs887kmw6" + +Node: dcid:dc/t6j31059kq97h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/t6j31059kq97h" + +Node: dcid:dc/3hkhz81fgky24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/3hkhz81fgky24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/df6lgg3bljlj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451130 +dcid: "dc/df6lgg3bljlj7" + +Node: dcid:dc/jtb3p7y9bdcg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511140 +dcid: "dc/jtb3p7y9bdcg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2rdhbq9mh90q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31529 +dcid: "dc/2rdhbq9mh90q" + +Node: dcid:dc/0wyphhtv2pkh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/0wyphhtv2pkh5" + +Node: dcid:dc/v2h263y8yk36c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/v2h263y8yk36c" + +Node: dcid:dc/4y99qyw3l4cgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/4y99qyw3l4cgb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1cg35swh5kbw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4411 +dcid: "dc/1cg35swh5kbw3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2efkhm4q1f59h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332323 +dcid: "dc/2efkhm4q1f59h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgsy1ele21q55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/lgsy1ele21q55" + +Node: dcid:dc/ck9dcd7qfj866 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/55111 +dcid: "dc/ck9dcd7qfj866" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jw82wzgmecvmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/jw82wzgmecvmf" + +Node: dcid:dc/02c4y3mssfwrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/02c4y3mssfwrh" + +Node: dcid:dc/kw2hvxy4yfp85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/kw2hvxy4yfp85" + +Node: dcid:dc/hsmk1xx7k7pq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/hsmk1xx7k7pq8" + +Node: dcid:dc/cxcgpfn8k41f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/cxcgpfn8k41f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tv0grv4ggfd71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/tv0grv4ggfd71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdjweb2x593p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/kdjweb2x593p5" + +Node: dcid:dc/788gzn3pkwcv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424440 +dcid: "dc/788gzn3pkwcv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8z3k6em00xhj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333516 +dcid: "dc/8z3k6em00xhj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xxgyn08ez6glc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/xxgyn08ez6glc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tm30tjj6mwtbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/tm30tjj6mwtbh" + +Node: dcid:dc/3teplz1jl8236 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333922 +dcid: "dc/3teplz1jl8236" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sry7tlmfvcbs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/sry7tlmfvcbs7" + +Node: dcid:dc/r2601ww1yeh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/r2601ww1yeh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ewd3vm3zb17yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/ewd3vm3zb17yb" + +Node: dcid:dc/mr1nmwv22m2r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561740 +dcid: "dc/mr1nmwv22m2r2" + +Node: dcid:dc/eyggyz2hywe86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/eyggyz2hywe86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lf6yd1q5zd46f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/lf6yd1q5zd46f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jyq4pzf0dhh12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/jyq4pzf0dhh12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/px0gsbmdest5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33361 +dcid: "dc/px0gsbmdest5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8sf75c5cbld0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/8sf75c5cbld0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6d2esl3rsdqx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/6d2esl3rsdqx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7jzmsnbxbncn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/7jzmsnbxbncn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pdnrdd9r5sjt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/pdnrdd9r5sjt8" + +Node: dcid:dc/p5w0fnwr9sqz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/p5w0fnwr9sqz9" + +Node: dcid:dc/99hfw70w2lzpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9261 +dcid: "dc/99hfw70w2lzpf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t7klbdvls4eeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/t7klbdvls4eeg" + +Node: dcid:dc/83qrhbz167061 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/83qrhbz167061" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hy8rj7nl04hk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213112 +dcid: "dc/hy8rj7nl04hk1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z7nkwq25hcq64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/z7nkwq25hcq64" + +Node: dcid:dc/4sesmxzbxffng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/4sesmxzbxffng" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wpegrtv6pz2r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/wpegrtv6pz2r7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p3tf4jgfqtgn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334513 +dcid: "dc/p3tf4jgfqtgn1" + +Node: dcid:dc/yndkn63mqmg5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/yndkn63mqmg5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bedbbxmywddjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/bedbbxmywddjh" + +Node: dcid:dc/gjwezpd76kv69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/gjwezpd76kv69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j42m763xkyb09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424930 +dcid: "dc/j42m763xkyb09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b7rldkp0pgr53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541410 +dcid: "dc/b7rldkp0pgr53" + +Node: dcid:dc/mgfdq3k35655g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/mgfdq3k35655g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/br45v72xvhp5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/br45v72xvhp5f" + +Node: dcid:dc/1qzk0epwtyx47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/1qzk0epwtyx47" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b5cc7d61543nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444120 +dcid: "dc/b5cc7d61543nd" + +Node: dcid:dc/dre8fz523y5x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/dre8fz523y5x5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k6fkmg00k21wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/k6fkmg00k21wd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7y2qlr64wkll3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313312 +dcid: "dc/7y2qlr64wkll3" + +Node: dcid:dc/7xfzrnrbpzn0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/7xfzrnrbpzn0g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7qh8t1wqh01y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/7qh8t1wqh01y1" + +Node: dcid:dc/45rp65gzpbgl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/45rp65gzpbgl9" + +Node: dcid:dc/2ycgped5vjx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541922 +dcid: "dc/2ycgped5vjx6" + +Node: dcid:dc/nv0ktyscptrrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327993 +dcid: "dc/nv0ktyscptrrh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ece6353fsjpfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92113 +dcid: "dc/ece6353fsjpfc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qtbkcq88znzqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42392 +dcid: "dc/qtbkcq88znzqd" + +Node: dcid:dc/4kxyh31gl9pjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/4kxyh31gl9pjh" + +Node: dcid:dc/crj1nf4jdtxg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/crj1nf4jdtxg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tm32b1ls2qdj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/tm32b1ls2qdj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t6mm8558hflg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114112 +dcid: "dc/t6mm8558hflg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxbvw65542pd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/bxbvw65542pd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ww6mthhk2876c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/ww6mthhk2876c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/941jsjgdy5111 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336413 +dcid: "dc/941jsjgdy5111" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b2nhy9rcld3pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332420 +dcid: "dc/b2nhy9rcld3pf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6bctvnp89gt63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/6bctvnp89gt63" + +Node: dcid:dc/55lgjtvn484k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/55lgjtvn484k4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/759mlnxt8f77h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423720 +dcid: "dc/759mlnxt8f77h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mkq4yzfqr2nyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/mkq4yzfqr2nyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jw65tw9s0n33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423610 +dcid: "dc/2jw65tw9s0n33" + +Node: dcid:dc/xfgtmz1c9etk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/xfgtmz1c9etk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8t5wgz0sncy21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/8t5wgz0sncy21" + +Node: dcid:dc/89wegwvsdtfh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/89wegwvsdtfh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kccv3xnvbl77g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212393 +dcid: "dc/kccv3xnvbl77g" + +Node: dcid:dc/1jlgslxlcfg67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/1jlgslxlcfg67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tm8sff5bdfl61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/tm8sff5bdfl61" + +Node: dcid:dc/0ysdj7eygwrt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/0ysdj7eygwrt3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t449djg9tg4zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327125 +dcid: "dc/t449djg9tg4zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qwncpg8mygg1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/qwncpg8mygg1g" + +Node: dcid:dc/lyn219842w2t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/lyn219842w2t8" + +Node: dcid:dc/wffbxs7wbcv03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/wffbxs7wbcv03" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3hxev3eyyg88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423940 +dcid: "dc/j3hxev3eyyg88" + +Node: dcid:dc/w40wpew012nlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31191 +dcid: "dc/w40wpew012nlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z4ntj6slmkl7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/z4ntj6slmkl7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dlrn82kmjsdn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332919 +dcid: "dc/dlrn82kmjsdn" + +Node: dcid:dc/k7ydcznypvqj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44221 +dcid: "dc/k7ydcznypvqj" + +Node: dcid:dc/ynv6d914zt8pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/ynv6d914zt8pd" + +Node: dcid:dc/40fsmrsljg3d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/40fsmrsljg3d3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h9nv9ss074eg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/h9nv9ss074eg4" + +Node: dcid:dc/v08gv7h23xk1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/v08gv7h23xk1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9p6q4108ds5b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/9p6q4108ds5b4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4n6wbdsg6r39g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/4n6wbdsg6r39g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/136hqh1xvbdr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/136hqh1xvbdr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zz1pfjell7jqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481112 +dcid: "dc/zz1pfjell7jqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h1glrjgt6kvk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/h1glrjgt6kvk4" + +Node: dcid:dc/ljhz169bp7rj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42461 +dcid: "dc/ljhz169bp7rj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vfqxvvp5bd9x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112340 +dcid: "dc/vfqxvvp5bd9x7" + +Node: dcid:dc/8rqc27g2q7m0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238171 +dcid: "dc/8rqc27g2q7m0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/004kdk099lrdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92119 +dcid: "dc/004kdk099lrdd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f5v6kmxyevc9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/f5v6kmxyevc9b" + +Node: dcid:dc/5e6eftdk1j6z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/5e6eftdk1j6z6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r53xx8849bx62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/r53xx8849bx62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m9cwcl3x27r1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/533 +dcid: "dc/m9cwcl3x27r1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4vrlcnq4ncm41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/4vrlcnq4ncm41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1mb57y3ldmms7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/1mb57y3ldmms7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m363qbwby1pl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451140 +dcid: "dc/m363qbwby1pl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n6bl4ve4k40h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33131 +dcid: "dc/n6bl4ve4k40h7" + +Node: dcid:dc/fxqg3dw9h3z3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/fxqg3dw9h3z3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9jmjgtztvypf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/w9jmjgtztvypf" + +Node: dcid:dc/3s4kk0wt42dk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/3s4kk0wt42dk9" + +Node: dcid:dc/fthmlqc99vfbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114112 +dcid: "dc/fthmlqc99vfbb" + +Node: dcid:dc/mxeqy2ye8ne3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/mxeqy2ye8ne3b" + +Node: dcid:dc/gcm3jds31cphd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/gcm3jds31cphd" + +Node: dcid:dc/r14b9ehq2wt2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33322 +dcid: "dc/r14b9ehq2wt2d" + +Node: dcid:dc/xmfb92xq8tjk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33391 +dcid: "dc/xmfb92xq8tjk8" + +Node: dcid:dc/mnetbbnyj04y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45122 +dcid: "dc/mnetbbnyj04y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c21wdl8zx4qqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3315 +dcid: "dc/c21wdl8zx4qqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8692snt6s5cl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333613 +dcid: "dc/8692snt6s5cl7" + +Node: dcid:dc/tkx8rzk0tels7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325510 +dcid: "dc/tkx8rzk0tels7" + +Node: dcid:dc/mk2fe9866by7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92411 +dcid: "dc/mk2fe9866by7c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jw6eq2s2f95y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/jw6eq2s2f95y3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wh7vrxl7tedh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3379 +dcid: "dc/wh7vrxl7tedh3" + +Node: dcid:dc/hn5phl05e11n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322231 +dcid: "dc/hn5phl05e11n1" + +Node: dcid:dc/gz2592kexkzqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/gz2592kexkzqc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wnkn940jly3m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21311 +dcid: "dc/wnkn940jly3m8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0f2v2bvg8by7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/0f2v2bvg8by7b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/elwzmze1gkr12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33399 +dcid: "dc/elwzmze1gkr12" + +Node: dcid:dc/qyd6d8ry7w39f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3327 +dcid: "dc/qyd6d8ry7w39f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v7b1wqdlxv5r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/v7b1wqdlxv5r1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dg6djw9sxff96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/dg6djw9sxff96" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ebqgn00dmhrq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42442 +dcid: "dc/ebqgn00dmhrq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j2f98cej8sfg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/j2f98cej8sfg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbhmc24pedhnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/hbhmc24pedhnb" + +Node: dcid:dc/nrwzy43sg2p1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/nrwzy43sg2p1h" + +Node: dcid:dc/0800pspb30j1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45311 +dcid: "dc/0800pspb30j1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/47jqhez5hmbjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44313 +dcid: "dc/47jqhez5hmbjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rqz1z817zsj88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/rqz1z817zsj88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jpvljk0p6n586 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424310 +dcid: "dc/jpvljk0p6n586" + +Node: dcid:dc/3wwkq3f0729x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339920 +dcid: "dc/3wwkq3f0729x9" + +Node: dcid:dc/9flkvr8g4lj9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111199 +dcid: "dc/9flkvr8g4lj9g" + +Node: dcid:dc/yh9g5q8dt39x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/yh9g5q8dt39x2" + +Node: dcid:dc/ljxvgv0wf3xhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311812 +dcid: "dc/ljxvgv0wf3xhb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g8jcjnfxxesj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/g8jcjnfxxesj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dsnzhh2nl31n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/dsnzhh2nl31n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6qb0st0q6097 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/m6qb0st0q6097" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c8hd8z8xbwhq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/c8hd8z8xbwhq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zgpeptrcq97l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33311 +dcid: "dc/zgpeptrcq97l8" + +Node: dcid:dc/nygy8j2b3fl0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333295 +dcid: "dc/nygy8j2b3fl0f" + +Node: dcid:dc/jc6c5bh2pqme8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334310 +dcid: "dc/jc6c5bh2pqme8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gjeeflybx50y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335312 +dcid: "dc/gjeeflybx50y1" + +Node: dcid:dc/1n3sxn8bnh4vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/1n3sxn8bnh4vb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ylglsj5z762cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/ylglsj5z762cf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0l7hr8d081lp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326111 +dcid: "dc/0l7hr8d081lp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/20d7z4jjsdczc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/20d7z4jjsdczc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t6twggnsvsw64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/t6twggnsvsw64" + +Node: dcid:dc/eeq26gtjg8cm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/eeq26gtjg8cm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/14mw9e0ztkwvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/14mw9e0ztkwvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jpct9zlf70l95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3391 +dcid: "dc/jpct9zlf70l95" + +Node: dcid:dc/d3yxm0hqhjt16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311821 +dcid: "dc/d3yxm0hqhjt16" + +Node: dcid:dc/zvjfm2fhtfev8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/zvjfm2fhtfev8" + +Node: dcid:dc/xeshx1256rdgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423430 +dcid: "dc/xeshx1256rdgh" + +Node: dcid:dc/85vq3nhtgv8k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3111 +dcid: "dc/85vq3nhtgv8k2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xnnxke49rrjb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323121 +dcid: "dc/xnnxke49rrjb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hslbewgd1h6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31599 +dcid: "dc/0hslbewgd1h6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6yrdefj62ez57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/6yrdefj62ez57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/26z2sgmhxq2q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/26z2sgmhxq2q" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wssj1htpl0dbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/wssj1htpl0dbf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mq84ervqzeg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/mq84ervqzeg1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bdryq36vh91d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/bdryq36vh91d3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sxpy100yv0h27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/sxpy100yv0h27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ttxn0q3q9pzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/0ttxn0q3q9pzd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e2p6mg8gw1hdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/e2p6mg8gw1hdf" + +Node: dcid:dc/38dk4tv19lps7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/38dk4tv19lps7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3s5mqq3bgvnnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81143 +dcid: "dc/3s5mqq3bgvnnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/14lr44xrkx3y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238391 +dcid: "dc/14lr44xrkx3y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pv78s80qgh8n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/pv78s80qgh8n9" + +Node: dcid:dc/yk53zm1ltjdng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/yk53zm1ltjdng" + +Node: dcid:dc/7l66m5glbz53b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238151 +dcid: "dc/7l66m5glbz53b" + +Node: dcid:dc/9shzc09zkkdsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21239 +dcid: "dc/9shzc09zkkdsf" + +Node: dcid:dc/5fkmn61gtjgp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/5fkmn61gtjgp6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7b27e9tq40mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54142 +dcid: "dc/p7b27e9tq40mf" + +Node: dcid:dc/207h0mhl9pq28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/207h0mhl9pq28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fykbp1d63jzs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/fykbp1d63jzs3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m9mp31qy15rs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/m9mp31qy15rs9" + +Node: dcid:dc/ns1qjltfcqrg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/ns1qjltfcqrg4" + +Node: dcid:dc/wbwtr1s52jztb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/wbwtr1s52jztb" + +Node: dcid:dc/j1wjjf12g1wt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332997 +dcid: "dc/j1wjjf12g1wt2" + +Node: dcid:dc/bg8mwxfc142y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92212 +dcid: "dc/bg8mwxfc142y3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5fy80yq61l83h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336612 +dcid: "dc/5fy80yq61l83h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z9f57ycyj32dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/z9f57ycyj32dh" + +Node: dcid:dc/ceqd5pcbtf3x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/ceqd5pcbtf3x8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nvknftvw0hrb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922120 +dcid: "dc/nvknftvw0hrb1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5ps86f8mt5c02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/5ps86f8mt5c02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fjeedm9cqbdcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42445 +dcid: "dc/fjeedm9cqbdcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zt6fk81mf485g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/zt6fk81mf485g" + +Node: dcid:dc/hff1rc7xmj4w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31521 +dcid: "dc/hff1rc7xmj4w6" + +Node: dcid:dc/g994xr11sfwp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/g994xr11sfwp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m7qtjcwgyxnf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325132 +dcid: "dc/m7qtjcwgyxnf2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/erq3rl66x033h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/erq3rl66x033h" + +Node: dcid:dc/z7k3e40n5p3c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334510 +dcid: "dc/z7k3e40n5p3c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/83zb37ge2w0hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/83zb37ge2w0hh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wjtdtewjd9m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325411 +dcid: "dc/wjtdtewjd9m2" + +Node: dcid:dc/j4b555313eglf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42443 +dcid: "dc/j4b555313eglf" + +Node: dcid:dc/fbl0emc4lkn93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/fbl0emc4lkn93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rdq92xqdyhp75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/rdq92xqdyhp75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qjezqsejv28p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33512 +dcid: "dc/qjezqsejv28p6" + +Node: dcid:dc/4wmjls9gj4vt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/4wmjls9gj4vt" + +Node: dcid:dc/87bybjkrz1x86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/87bybjkrz1x86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/99w3x6bgezcmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/99w3x6bgezcmf" + +Node: dcid:dc/wdnxwg5gz4tpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/wdnxwg5gz4tpf" + +Node: dcid:dc/tewcgmy34pq37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/tewcgmy34pq37" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s03b7fvjdk5q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/s03b7fvjdk5q1" + +Node: dcid:dc/qvkbr9v2ef24h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/qvkbr9v2ef24h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b5bzdh2bhq3qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/b5bzdh2bhq3qg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6yk3w3y78qqr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/6yk3w3y78qqr2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/81wmkzrfncl79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/81wmkzrfncl79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vxjvxee0j5k09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423140 +dcid: "dc/vxjvxee0j5k09" + +Node: dcid:dc/9cnxmph657ne7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/9cnxmph657ne7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wed3yw96t5bhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/wed3yw96t5bhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dch99zdrdxdqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/dch99zdrdxdqf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sjc7vd5mdfvhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92214 +dcid: "dc/sjc7vd5mdfvhc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/978shprr97t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/978shprr97t3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/19yxzqpbp7kj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/19yxzqpbp7kj9" + +Node: dcid:dc/112ev0yz01pwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/112ev0yz01pwg" + +Node: dcid:dc/mpnb1e40bk4p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811112 +dcid: "dc/mpnb1e40bk4p7" + +Node: dcid:dc/m4sjj1pjv9k23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/m4sjj1pjv9k23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8q1efgqe2338d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/8q1efgqe2338d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gs0yt37emfnt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/gs0yt37emfnt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nf42mwe9y7tc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/nf42mwe9y7tc8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0hlkq1q09xvmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/0hlkq1q09xvmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sx7t6tpejnyn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/sx7t6tpejnyn4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kc6qccj9dzwg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/kc6qccj9dzwg3" + +Node: dcid:dc/r79y1e3jgg132 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/r79y1e3jgg132" + +Node: dcid:dc/wwxt5xplbtml3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327390 +dcid: "dc/wwxt5xplbtml3" + +Node: dcid:dc/06l02cgwx5df8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/06l02cgwx5df8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rb9n7jgjhqvz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33911 +dcid: "dc/rb9n7jgjhqvz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k6j8gmnfh9ml3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/k6j8gmnfh9ml3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nmnqnln1xcx5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561450 +dcid: "dc/nmnqnln1xcx5d" + +Node: dcid:dc/25k5s1d2nbeh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451220 +dcid: "dc/25k5s1d2nbeh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jm10e9dyxys58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/jm10e9dyxys58" + +Node: dcid:dc/24g4wcf7he8d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7224 +dcid: "dc/24g4wcf7he8d5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d1zn1wszmqp0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/d1zn1wszmqp0g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8qs4lk9zv9lg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423940 +dcid: "dc/8qs4lk9zv9lg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/es39zpq7k7yfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81292 +dcid: "dc/es39zpq7k7yfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2w4xphkt6vs62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/2w4xphkt6vs62" + +Node: dcid:dc/16tn9xjlbbez9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/16tn9xjlbbez9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zcjv7t4z12c54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/zcjv7t4z12c54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/42qxn77q6l0m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/42qxn77q6l0m6" + +Node: dcid:dc/8h5ekk66j9zvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423710 +dcid: "dc/8h5ekk66j9zvh" + +Node: dcid:dc/qh56t57hwfmh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/qh56t57hwfmh8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wevqp5jpmcelc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/wevqp5jpmcelc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y8s7fn4zlcsv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/y8s7fn4zlcsv1" + +Node: dcid:dc/n2qhy5hl0bl18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32619 +dcid: "dc/n2qhy5hl0bl18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/969kr13hz4cth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/969kr13hz4cth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e7p0sc5c0hqx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/e7p0sc5c0hqx6" + +Node: dcid:dc/e3fwvdrre49d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/e3fwvdrre49d7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d9beqlb0njgz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/d9beqlb0njgz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r805xw6vs0hw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/r805xw6vs0hw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y4qenls0gnqsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/y4qenls0gnqsh" + +Node: dcid:dc/xf80w51d49nf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/xf80w51d49nf4" + +Node: dcid:dc/dd48q4r9r5956 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/dd48q4r9r5956" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gf3p6nk7vm8bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11293 +dcid: "dc/gf3p6nk7vm8bd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dp0gkmp73mhk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323121 +dcid: "dc/dp0gkmp73mhk4" + +Node: dcid:dc/9bfngyy9bdp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611110 +dcid: "dc/9bfngyy9bdp6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/34cee3bcd60q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/34cee3bcd60q9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w0ch8we15mvtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/w0ch8we15mvtc" + +Node: dcid:dc/ceg1jg9vd9sg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4861 +dcid: "dc/ceg1jg9vd9sg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2q94thp69mjp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/2q94thp69mjp" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cj9pph0my75m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339912 +dcid: "dc/cj9pph0my75m5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vcjd2ytlb19ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334518 +dcid: "dc/vcjd2ytlb19ff" + +Node: dcid:dc/ntff6411dlmy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/ntff6411dlmy" + +Node: dcid:dc/rgrrn61j7rfr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337121 +dcid: "dc/rgrrn61j7rfr6" + +Node: dcid:dc/zgk7b3kq3h4b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42461 +dcid: "dc/zgk7b3kq3h4b5" + +Node: dcid:dc/td3n99660jbn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519110 +dcid: "dc/td3n99660jbn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mgl1beqhczxq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/mgl1beqhczxq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8gjxcevk0dd25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/8gjxcevk0dd25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbzkwjgc49438 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332322 +dcid: "dc/kbzkwjgc49438" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j16ww07v88z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/j16ww07v88z5" + +Node: dcid:dc/b34ejqr3wsjc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33291 +dcid: "dc/b34ejqr3wsjc4" + +Node: dcid:dc/tp89wjhzrzbg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48423 +dcid: "dc/tp89wjhzrzbg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8b66xecr9m86d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/8b66xecr9m86d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftbkzs3yfrdgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/ftbkzs3yfrdgh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2qjycg4pkr4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/r2qjycg4pkr4g" + +Node: dcid:dc/xxgrqhbmfhtr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424440 +dcid: "dc/xxgrqhbmfhtr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5bdzqlxf7z2ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/5bdzqlxf7z2ef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rgtfv2enwyjz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23834 +dcid: "dc/rgtfv2enwyjz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b9yl1rr3tmgq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/b9yl1rr3tmgq" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xlh78ely48f4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/xlh78ely48f4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5dndzbx95fd43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51229 +dcid: "dc/5dndzbx95fd43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h749k5gf28w73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/h749k5gf28w73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s8p4j8515zwrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/s8p4j8515zwrb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nybhtmjz7w575 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238141 +dcid: "dc/nybhtmjz7w575" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sjf80egfg79t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333414 +dcid: "dc/sjf80egfg79t4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2pz6xvl3erfjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/2pz6xvl3erfjf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/558epel69p7z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/558epel69p7z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x3v9ef4xk59g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/x3v9ef4xk59g8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/81r8f03rbsrh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/81r8f03rbsrh5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xgerhpqv52hh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313221 +dcid: "dc/xgerhpqv52hh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6hn6t65e6vb12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/6hn6t65e6vb12" + +Node: dcid:dc/v3s1vxnd2z63f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/v3s1vxnd2z63f" + +Node: dcid:dc/67x6tyvnm6769 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424480 +dcid: "dc/67x6tyvnm6769" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9ts57ktzlfbz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/9ts57ktzlfbz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zywg401kjn5w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/zywg401kjn5w" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z30fkybj5fvz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11133 +dcid: "dc/z30fkybj5fvz7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2tg15hwkg08rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/2tg15hwkg08rg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vrxs4tep0kmcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/vrxs4tep0kmcg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n2m6ws0e93ny5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/n2m6ws0e93ny5" + +Node: dcid:dc/jqmr18w8s24y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/jqmr18w8s24y8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9z8ynebtfk4vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/9z8ynebtfk4vg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r9tww3de6fdz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/r9tww3de6fdz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hsbkjer9x9jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/0hsbkjer9x9jf" + +Node: dcid:dc/84r3rr450jjq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/84r3rr450jjq4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tsqe92krl0g77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324121 +dcid: "dc/tsqe92krl0g77" + +Node: dcid:dc/9ym2j33py4105 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4521 +dcid: "dc/9ym2j33py4105" + +Node: dcid:dc/glcfhgq7skpwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/glcfhgq7skpwg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/31lxqrpp37db2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/31lxqrpp37db2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0dek9097m46b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/0dek9097m46b8" + +Node: dcid:dc/1xexgf7h091pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335312 +dcid: "dc/1xexgf7h091pc" + +Node: dcid:dc/zqe29wdh7mkmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/zqe29wdh7mkmd" + +Node: dcid:dc/2e6xdyfrzgzqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/2e6xdyfrzgzqd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/db0qebzgllxj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/db0qebzgllxj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zevjynlwmkmb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481112 +dcid: "dc/zevjynlwmkmb8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/grvpdhvkp5bj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444190 +dcid: "dc/grvpdhvkp5bj8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g7kkfxwegqb79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/g7kkfxwegqb79" + +Node: dcid:dc/4ey55y6le2nv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/4ey55y6le2nv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tc35qc186x731 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/tc35qc186x731" + +Node: dcid:dc/hgvkz9m108q26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483111 +dcid: "dc/hgvkz9m108q26" + +Node: dcid:dc/ffmv3e8kw9ptg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/ffmv3e8kw9ptg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rwdqfcfjd07j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/rwdqfcfjd07j5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hercr8kybq2cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/hercr8kybq2cf" + +Node: dcid:dc/p8691btn4v3n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/p8691btn4v3n8" + +Node: dcid:dc/pse4t8f0rl5g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/pse4t8f0rl5g3" + +Node: dcid:dc/z7rpq8p1vlwyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424320 +dcid: "dc/z7rpq8p1vlwyb" + +Node: dcid:dc/q65733hcsls13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/q65733hcsls13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p6087m19zx869 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212221 +dcid: "dc/p6087m19zx869" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2mxtfbqvembf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315211 +dcid: "dc/2mxtfbqvembf8" + +Node: dcid:dc/7d641b7vr1rj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/7d641b7vr1rj4" + +Node: dcid:dc/p8q61d983n433 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/p8q61d983n433" + +Node: dcid:dc/2pbnqhsryvyy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/2pbnqhsryvyy1" + +Node: dcid:dc/yb447bt0yqkk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/yb447bt0yqkk6" + +Node: dcid:dc/z4999sjetj8h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4482 +dcid: "dc/z4999sjetj8h6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18srwnxhv2wp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/18srwnxhv2wp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wmyznq175elb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/wmyznq175elb9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zjxl3qpd5p251 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33399 +dcid: "dc/zjxl3qpd5p251" + +Node: dcid:dc/3zr4bwzrehy1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335121 +dcid: "dc/3zr4bwzrehy1h" + +Node: dcid:dc/ccn63zjnvk3s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21311 +dcid: "dc/ccn63zjnvk3s6" + +Node: dcid:dc/7lvzhnmj49h6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/7lvzhnmj49h6g" + +Node: dcid:dc/fe0qmr92ny2t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42469 +dcid: "dc/fe0qmr92ny2t9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ehzrqzexnkng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/7ehzrqzexnkng" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g9p6pkre9zxq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/g9p6pkre9zxq8" + +Node: dcid:dc/c3qnjlljy4v23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42481 +dcid: "dc/c3qnjlljy4v23" + +Node: dcid:dc/ntb542wqc7tc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/ntb542wqc7tc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6geqldfbypkq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/6geqldfbypkq1" + +Node: dcid:dc/mkg302wpj6dl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/mkg302wpj6dl5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n1q3cq302cv85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/n1q3cq302cv85" + +Node: dcid:dc/zpjkn0lzwtbk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/zpjkn0lzwtbk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7yntvdktwwnc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31194 +dcid: "dc/7yntvdktwwnc9" + +Node: dcid:dc/q854vpb5ypth9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3256 +dcid: "dc/q854vpb5ypth9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fwrzce9mk21z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339112 +dcid: "dc/fwrzce9mk21z3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2fdy37mvsrke6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/2fdy37mvsrke6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l0rpyrs3zg4c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/l0rpyrs3zg4c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hxj35hql1yhfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/hxj35hql1yhfc" + +Node: dcid:dc/lyynzldl6rfqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/lyynzldl6rfqf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dwv2ljnvcyy52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32312 +dcid: "dc/dwv2ljnvcyy52" + +Node: dcid:dc/zd769q7mg99h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441229 +dcid: "dc/zd769q7mg99h9" + +Node: dcid:dc/5c4f0snvxztnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/5c4f0snvxztnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5v0hrse0vsyh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31331 +dcid: "dc/5v0hrse0vsyh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zbrptzyvhdpy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/zbrptzyvhdpy3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nh2wqzkxtz833 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/nh2wqzkxtz833" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r139k4554qy44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423490 +dcid: "dc/r139k4554qy44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z1z8t0wzdh4l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3221 +dcid: "dc/z1z8t0wzdh4l2" + +Node: dcid:dc/6khcnkptcdcy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/6khcnkptcdcy8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6pybbyh09nyw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451212 +dcid: "dc/6pybbyh09nyw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3n3sgnk6km4s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111422 +dcid: "dc/3n3sgnk6km4s1" + +Node: dcid:dc/1rez03w9rmdk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/1rez03w9rmdk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87044hr149g7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/87044hr149g7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15gzq4s6v6nq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/15gzq4s6v6nq3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ltvssdtt94fd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332618 +dcid: "dc/ltvssdtt94fd1" + +Node: dcid:dc/hztjfbd8nnzx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/hztjfbd8nnzx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c51pvfcf906z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/c51pvfcf906z2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/slems6lx9l6y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/slems6lx9l6y9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mj0hhnfybfvd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/mj0hhnfybfvd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/myh307s4vcgwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/myh307s4vcgwh" + +Node: dcid:dc/2r51bgbhp65l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/2r51bgbhp65l" + +Node: dcid:dc/t86jq63wsrpx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/t86jq63wsrpx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q5spytezhypt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/q5spytezhypt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/swxyvtfdpyjj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532210 +dcid: "dc/swxyvtfdpyjj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0gwct3w6pcc4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/0gwct3w6pcc4g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8zxm9ylfmth88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/8zxm9ylfmth88" + +Node: dcid:dc/0crzsll7fd0sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/0crzsll7fd0sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3zgetv6535tkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11116 +dcid: "dc/3zgetv6535tkd" + +Node: dcid:dc/0lkge88cen5qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/0lkge88cen5qb" + +Node: dcid:dc/qeeylj3kh12b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/qeeylj3kh12b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/31cwme1kb0tk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/31cwme1kb0tk1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xevpfbzqtsl6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/xevpfbzqtsl6f" + +Node: dcid:dc/q7p8zx0xvs6r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532230 +dcid: "dc/q7p8zx0xvs6r6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2yrmyfclsfw6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/2yrmyfclsfw6d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ly3xvffp196nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316 +dcid: "dc/ly3xvffp196nd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/520hcbb9h7z1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/520hcbb9h7z1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rvpgrbf1rr713 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/rvpgrbf1rr713" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qfj80zg5v5z17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/qfj80zg5v5z17" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/99v314c9w5y55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/99v314c9w5y55" + +Node: dcid:dc/3rm5s81fg7qpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332111 +dcid: "dc/3rm5s81fg7qpf" + +Node: dcid:dc/cgcy83n46pm98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/cgcy83n46pm98" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vwp0h48vrgvqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331511 +dcid: "dc/vwp0h48vrgvqh" + +Node: dcid:dc/xv3es1y77rxc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/xv3es1y77rxc6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/244l78y1e3w11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424320 +dcid: "dc/244l78y1e3w11" + +Node: dcid:dc/tz9hsryt4jkq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/tz9hsryt4jkq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g7c0btvlw6b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/g7c0btvlw6b5" + +Node: dcid:dc/q0btb6d3680l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/q0btb6d3680l6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0tqllddbkj9rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4854 +dcid: "dc/0tqllddbkj9rd" + +Node: dcid:dc/p0l30y6t9jx85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/p0l30y6t9jx85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qncpy814bc863 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/qncpy814bc863" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h48860sctftg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112112 +dcid: "dc/h48860sctftg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xd5gx5sbxfwv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334419 +dcid: "dc/xd5gx5sbxfwv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ez2pd94xp6lm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/ez2pd94xp6lm5" + +Node: dcid:dc/2w9lj6rrpb4f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45113 +dcid: "dc/2w9lj6rrpb4f4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/twemgefyyd5x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/twemgefyyd5x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qwlldndf4g1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/8qwlldndf4g1b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ygxzv9h584p9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/ygxzv9h584p9b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/khdpp8202c2vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333991 +dcid: "dc/khdpp8202c2vg" + +Node: dcid:dc/4kylr23v7ff88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311615 +dcid: "dc/4kylr23v7ff88" + +Node: dcid:dc/9m56l1bnhx65c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/9m56l1bnhx65c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k6xrb918qnh5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311615 +dcid: "dc/k6xrb918qnh5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t0yl3lqxhc2k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/t0yl3lqxhc2k3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lyfz8qg48z3ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11221 +dcid: "dc/lyfz8qg48z3ec" + +Node: dcid:dc/0c2trrrthv8hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/0c2trrrthv8hg" + +Node: dcid:dc/pvk26625fr7t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/pvk26625fr7t3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x5nf3chwt70h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32312 +dcid: "dc/x5nf3chwt70h6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cxdvet34nzykh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/cxdvet34nzykh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6d9j6t61c6j8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/6d9j6t61c6j8b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bybp6w7jln945 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445220 +dcid: "dc/bybp6w7jln945" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b41271znvf4r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/b41271znvf4r8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/71th8f6mqcdk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/71th8f6mqcdk9" + +Node: dcid:dc/gydkv08qpxsq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/gydkv08qpxsq1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vy4p9rsll0gy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/vy4p9rsll0gy4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z8g9kzp95flq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/z8g9kzp95flq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2068vs9nvpd1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/2068vs9nvpd1d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pyxbz1egwf27g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/pyxbz1egwf27g" + +Node: dcid:dc/lh2zc982x0ye9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/lh2zc982x0ye9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nw7jj5jn2sv98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/nw7jj5jn2sv98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w8p067v9nem0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314129 +dcid: "dc/w8p067v9nem0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7wmm0vnjvvrr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/7wmm0vnjvvrr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tq4n000g3jebb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32739 +dcid: "dc/tq4n000g3jebb" + +Node: dcid:dc/n3mcbg6lgdbkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/n3mcbg6lgdbkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m40x13nr1dfbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/m40x13nr1dfbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rkpx7rx2qhgn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/rkpx7rx2qhgn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wcw2sxb54ylz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/wcw2sxb54ylz6" + +Node: dcid:dc/3yj1x6tmbgry7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/3yj1x6tmbgry7" + +Node: dcid:dc/qg15re5y52qv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/qg15re5y52qv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hkm89jl718de2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/hkm89jl718de2" + +Node: dcid:dc/ev14jsnvqrwjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9241 +dcid: "dc/ev14jsnvqrwjc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/729gpk8dtne0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/729gpk8dtne0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/71k62n9j89ccd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32591 +dcid: "dc/71k62n9j89ccd" + +Node: dcid:dc/lvbq3jfnpcgl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/lvbq3jfnpcgl4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fny1s7l9rz3r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32513 +dcid: "dc/fny1s7l9rz3r2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pkhf80dnsdf39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326113 +dcid: "dc/pkhf80dnsdf39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0dxf710x82e63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451220 +dcid: "dc/0dxf710x82e63" + +Node: dcid:dc/xk7qjgytldn34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/xk7qjgytldn34" + +Node: dcid:dc/kwlzgcsyeex8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/kwlzgcsyeex8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rvwjd6ybgshfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54134 +dcid: "dc/rvwjd6ybgshfc" + +Node: dcid:dc/6ez4cndvr985f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324191 +dcid: "dc/6ez4cndvr985f" + +Node: dcid:dc/khjqcllm4eq29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/khjqcllm4eq29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9m8tmetggev22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92312 +dcid: "dc/9m8tmetggev22" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s8t93enb49p4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/s8t93enb49p4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1b2e5r10rnmlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327112 +dcid: "dc/1b2e5r10rnmlb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pnr096s8h21md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32513 +dcid: "dc/pnr096s8h21md" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0wpw9ylqzz7m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441221 +dcid: "dc/0wpw9ylqzz7m" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j7yx5ww7d4x36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/j7yx5ww7d4x36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rgg91pgzc23gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/rgg91pgzc23gg" + +Node: dcid:dc/n8xzd1tvvstw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/n8xzd1tvvstw7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5rm02nqsef905 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/5rm02nqsef905" + +Node: dcid:dc/fywejy4531pk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/fywejy4531pk" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tgy2500s90v94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333996 +dcid: "dc/tgy2500s90v94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pz061mh5d3r7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23834 +dcid: "dc/pz061mh5d3r7b" + +Node: dcid:dc/x611s66zr8mrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3339 +dcid: "dc/x611s66zr8mrf" + +Node: dcid:dc/l849h4c9h85f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/l849h4c9h85f4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sygtzrqkd6hz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42493 +dcid: "dc/sygtzrqkd6hz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwxg69emkj6rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424610 +dcid: "dc/mwxg69emkj6rb" + +Node: dcid:dc/9mz2yszrqql59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/9mz2yszrqql59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/35sndkq7k586 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42392 +dcid: "dc/35sndkq7k586" + +Node: dcid:dc/sph817plg65l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/sph817plg65l7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l0b3xz8y5tl2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452111 +dcid: "dc/l0b3xz8y5tl2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7bb93h2yqgkj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3333 +dcid: "dc/7bb93h2yqgkj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p9mngtgjdjqk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337214 +dcid: "dc/p9mngtgjdjqk4" + +Node: dcid:dc/5wxrlfql0vs99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238391 +dcid: "dc/5wxrlfql0vs99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6nntm248c4bl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/6nntm248c4bl8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jew94cehy5th6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/jew94cehy5th6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b0sge058fwqm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/b0sge058fwqm" + +Node: dcid:dc/jjtpbqqf1qxhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541213 +dcid: "dc/jjtpbqqf1qxhf" + +Node: dcid:dc/3gjtst79x3xv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/3gjtst79x3xv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gb38jhq0sx1q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/gb38jhq0sx1q1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c0e8sens0klq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238312 +dcid: "dc/c0e8sens0klq6" + +Node: dcid:dc/pmj12zchfk7r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45122 +dcid: "dc/pmj12zchfk7r4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/72wppevwfh129 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/72wppevwfh129" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7hl2vf1y0bpr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333220 +dcid: "dc/7hl2vf1y0bpr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nwf3hsc24cs2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3251 +dcid: "dc/nwf3hsc24cs2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8bl59cvdthsw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/8bl59cvdthsw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5f256sd0fh722 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311822 +dcid: "dc/5f256sd0fh722" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4mjzqbbjdclt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/4mjzqbbjdclt6" + +Node: dcid:dc/fj0x39lk6l1e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/fj0x39lk6l1e5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/25krmq2sm1fx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32721 +dcid: "dc/25krmq2sm1fx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxby05fcg2rd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42311 +dcid: "dc/bxby05fcg2rd3" + +Node: dcid:dc/z83qgnyphd6dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325991 +dcid: "dc/z83qgnyphd6dh" + +Node: dcid:dc/v3b9mk5zc2n39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/v3b9mk5zc2n39" + +Node: dcid:dc/8zfnt8fdcdj55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/8zfnt8fdcdj55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zn1gb4rygkpf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/zn1gb4rygkpf5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9cqwlld6gw822 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/9cqwlld6gw822" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g2x0sr5nyr55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53311 +dcid: "dc/g2x0sr5nyr55" + +Node: dcid:dc/pf7m51v0hp913 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335931 +dcid: "dc/pf7m51v0hp913" + +Node: dcid:dc/0d59vpy5xvb04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/0d59vpy5xvb04" + +Node: dcid:dc/ef4n887bh7e3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/ef4n887bh7e3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/egsvkhjbkh299 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32562 +dcid: "dc/egsvkhjbkh299" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z7hn74f7hdcv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/z7hn74f7hdcv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yyzj45krfq9s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/yyzj45krfq9s7" + +Node: dcid:dc/71z7dyss0r5dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322223 +dcid: "dc/71z7dyss0r5dg" + +Node: dcid:dc/zyb1bw3w6kvbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31183 +dcid: "dc/zyb1bw3w6kvbc" + +Node: dcid:dc/e2p79h8fnny5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42346 +dcid: "dc/e2p79h8fnny5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sfx7fsheb1fec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111199 +dcid: "dc/sfx7fsheb1fec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d7237dkfwdl61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/d7237dkfwdl61" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/slpj1zr4vhb08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/slpj1zr4vhb08" + +Node: dcid:dc/n8z11lb3d1msg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/n8z11lb3d1msg" + +Node: dcid:dc/dm4jb6vs7lmw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/dm4jb6vs7lmw9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3dw7gq5b9nsxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33331 +dcid: "dc/3dw7gq5b9nsxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nxd7gcfe6p5d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3255 +dcid: "dc/nxd7gcfe6p5d8" + +Node: dcid:dc/86bekw9jgy2f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/86bekw9jgy2f9" + +Node: dcid:dc/msyl0k3es2sqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/msyl0k3es2sqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yjqwkyky25p7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/yjqwkyky25p7c" + +Node: dcid:dc/p6r9b3dyc67w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/p6r9b3dyc67w4" + +Node: dcid:dc/et18tzrcd70zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326191 +dcid: "dc/et18tzrcd70zg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qq1d3cpevpc34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339112 +dcid: "dc/qq1d3cpevpc34" + +Node: dcid:dc/43l23q0dq5njg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/43l23q0dq5njg" + +Node: dcid:dc/sbtjx35lqzlx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42446 +dcid: "dc/sbtjx35lqzlx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hjebf9d9dfyxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/hjebf9d9dfyxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r0kdcd2chy0lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333992 +dcid: "dc/r0kdcd2chy0lf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ybxrlc3k3xgv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/ybxrlc3k3xgv3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c29w25n6n4vm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/c29w25n6n4vm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mp4eyj12kswx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/mp4eyj12kswx3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/23yycw0j2gbd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/23yycw0j2gbd7" + +Node: dcid:dc/hxfysn6x98td8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/hxfysn6x98td8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m84we1vclctl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/m84we1vclctl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c9jwhn4mq3n53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3262 +dcid: "dc/c9jwhn4mq3n53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wdws0jel93s19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/wdws0jel93s19" + +Node: dcid:dc/85019drdfysv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/85019drdfysv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mt6k2tep201bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/mt6k2tep201bb" + +Node: dcid:dc/zxfeqqtmzprp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339992 +dcid: "dc/zxfeqqtmzprp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wxecf9jnxxvt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325199 +dcid: "dc/wxecf9jnxxvt7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/68hp2gbfgjed2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/68hp2gbfgjed2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cp0v556z4ym59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622 +dcid: "dc/cp0v556z4ym59" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h0pw6xv5mgtl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/h0pw6xv5mgtl6" + +Node: dcid:dc/5xt008lvc79d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/5xt008lvc79d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hhwplb7pv4jt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/hhwplb7pv4jt4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j3j4hxg789kzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/j3j4hxg789kzh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e7q74ngbb8zsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42343 +dcid: "dc/e7q74ngbb8zsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bkvzqwl3xq9z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51212 +dcid: "dc/bkvzqwl3xq9z5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ly4vr4wghrs98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/ly4vr4wghrs98" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/805952hrj6wf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/805952hrj6wf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2x0y818h1hxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/2x0y818h1hxd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yb7f05gcswxx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/yb7f05gcswxx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rnz8r1f1q28c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441221 +dcid: "dc/rnz8r1f1q28c3" + +Node: dcid:dc/9h98kqpq335d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/9h98kqpq335d2" + +Node: dcid:dc/h4svn0s4k7n16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541410 +dcid: "dc/h4svn0s4k7n16" + +Node: dcid:dc/vkvbtgtexnb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42331 +dcid: "dc/vkvbtgtexnb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z8r61hwl0k0mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/z8r61hwl0k0mg" + +Node: dcid:dc/jqnr58z984r31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/jqnr58z984r31" + +Node: dcid:dc/vfzh7wjg4jgh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/vfzh7wjg4jgh7" + +Node: dcid:dc/36tmr48pqcxv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336350 +dcid: "dc/36tmr48pqcxv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4xtmrddzj8fjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33312 +dcid: "dc/4xtmrddzj8fjb" + +Node: dcid:dc/27t10z9wynlhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42361 +dcid: "dc/27t10z9wynlhf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/del9t4gfnj4v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33271 +dcid: "dc/del9t4gfnj4v7" + +Node: dcid:dc/2ynhm1lt2x97b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4881 +dcid: "dc/2ynhm1lt2x97b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0jdhpqyms2r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/0jdhpqyms2r7" + +Node: dcid:dc/vw4gplxty8q2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3323 +dcid: "dc/vw4gplxty8q2g" + +Node: dcid:dc/lzwpbdl6zgxhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561 +dcid: "dc/lzwpbdl6zgxhb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nhp8k848fd3p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33152 +dcid: "dc/nhp8k848fd3p" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mrg2qcdv21qd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327212 +dcid: "dc/mrg2qcdv21qd9" + +Node: dcid:dc/ld26bhev7hrq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/ld26bhev7hrq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n444hthmev2z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/n444hthmev2z2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/stpqw63xz1tm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/213112 +dcid: "dc/stpqw63xz1tm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mb5k39mnzf98g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4246 +dcid: "dc/mb5k39mnzf98g" + +Node: dcid:dc/7qw26c248sp29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921 +dcid: "dc/7qw26c248sp29" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9vjhd6k12hv75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/9vjhd6k12hv75" + +Node: dcid:dc/6svwl52p4pybg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/6svwl52p4pybg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hlmkyll5kdhg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/hlmkyll5kdhg9" + +Node: dcid:dc/nqev0rv78t636 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/nqev0rv78t636" + +Node: dcid:dc/5j5fv0gt2ekb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/5j5fv0gt2ekb8" + +Node: dcid:dc/ymnbtkpw2qbdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53222 +dcid: "dc/ymnbtkpw2qbdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddkyr4jzdf9sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331422 +dcid: "dc/ddkyr4jzdf9sb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8t0qwc7g16q4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/8t0qwc7g16q4f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h00v54zp9tk1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/h00v54zp9tk1g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w0gxsj69053r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/w0gxsj69053r7" + +Node: dcid:dc/y07qktgkpg0p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/y07qktgkpg0p5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k1jegjyzs2dd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/k1jegjyzs2dd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jq9xshh3pd0k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315233 +dcid: "dc/jq9xshh3pd0k5" + +Node: dcid:dc/1m7p8fntvg4nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/1m7p8fntvg4nf" + +Node: dcid:dc/e2zv5jqbkhl64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/e2zv5jqbkhl64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/20npl3zzzp3m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/20npl3zzzp3m4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ng6m2hlj90gg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/ng6m2hlj90gg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrdxqr24g57y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/nrdxqr24g57y6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/34t2kjrwbjd31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/34t2kjrwbjd31" + +Node: dcid:dc/62glvmdb90jqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/62glvmdb90jqf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w60w2zl1q5jgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3333 +dcid: "dc/w60w2zl1q5jgg" + +Node: dcid:dc/j2tlq309l33l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/j2tlq309l33l2" + +Node: dcid:dc/5yzpwq5k65wr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/5yzpwq5k65wr" + +Node: dcid:dc/qvwteyz5h3z47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32562 +dcid: "dc/qvwteyz5h3z47" + +Node: dcid:dc/7wt8fe1h88015 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112340 +dcid: "dc/7wt8fe1h88015" + +Node: dcid:dc/fqnjsj49gf561 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/fqnjsj49gf561" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pt2sxmsvdrc35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/pt2sxmsvdrc35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5pw45zhtlhxt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/5pw45zhtlhxt3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d75kh91dw8nx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/d75kh91dw8nx" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5bm600ey0hs6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/5bm600ey0hs6h" + +Node: dcid:dc/16y5hsw9eclp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/16y5hsw9eclp4" + +Node: dcid:dc/fs3g9k60mtjw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/fs3g9k60mtjw8" + +Node: dcid:dc/zr3dl8mcdl008 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/zr3dl8mcdl008" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/deethgg1l2k7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334515 +dcid: "dc/deethgg1l2k7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3g7ly6cdwfjxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/3g7ly6cdwfjxb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/57v8e6gf00dc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/57v8e6gf00dc2" + +Node: dcid:dc/9316gmw8rz8z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/9316gmw8rz8z2" + +Node: dcid:dc/t6nqm9gkglwvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315211 +dcid: "dc/t6nqm9gkglwvg" + +Node: dcid:dc/yj7zn1eztlmkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32312 +dcid: "dc/yj7zn1eztlmkh" + +Node: dcid:dc/ss0t6ewncbld7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325311 +dcid: "dc/ss0t6ewncbld7" + +Node: dcid:dc/927e026nls304 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/927e026nls304" + +Node: dcid:dc/9d2w33v4g48mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/9d2w33v4g48mc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p1qqtrcrg2rv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/p1qqtrcrg2rv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zhr4n19j12086 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423330 +dcid: "dc/zhr4n19j12086" + +Node: dcid:dc/17ckwyxwctzm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/17ckwyxwctzm2" + +Node: dcid:dc/v3nf31hskjhn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332420 +dcid: "dc/v3nf31hskjhn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xrhtkmjsxdp47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44313 +dcid: "dc/xrhtkmjsxdp47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wph4dmygw0nd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52222 +dcid: "dc/wph4dmygw0nd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nj8y0kk2lvwrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316991 +dcid: "dc/nj8y0kk2lvwrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5tjj4nfnrfdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322299 +dcid: "dc/p5tjj4nfnrfdd" + +Node: dcid:dc/9csler7v7xh7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/9csler7v7xh7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fd09xn6jflg3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/fd09xn6jflg3d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kvw341jelxc5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811420 +dcid: "dc/kvw341jelxc5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sphs6hxq6q5kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/sphs6hxq6q5kf" + +Node: dcid:dc/xy7kw3wljn1eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/xy7kw3wljn1eg" + +Node: dcid:dc/295crfzn3l3yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324121 +dcid: "dc/295crfzn3l3yb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1hn7gppk5x1e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/1hn7gppk5x1e6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/95vr3ewfsbjbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/95vr3ewfsbjbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8b90zz7cgd643 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/8b90zz7cgd643" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ele9jxd6s4868 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/ele9jxd6s4868" + +Node: dcid:dc/nch29mfcl8rs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/nch29mfcl8rs3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7dn6m5bjhgb86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/7dn6m5bjhgb86" + +Node: dcid:dc/nxx83js4gvnlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/nxx83js4gvnlg" + +Node: dcid:dc/rvfpg0jz7zsw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/rvfpg0jz7zsw8" + +Node: dcid:dc/qsvc4091m2y0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332813 +dcid: "dc/qsvc4091m2y0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l5ksnx0dx1qq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/l5ksnx0dx1qq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7c18z8lk9gt6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/7c18z8lk9gt6g" + +Node: dcid:dc/qw5htl0fcx5vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/qw5htl0fcx5vb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2eyr5s6w9vjl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42371 +dcid: "dc/2eyr5s6w9vjl9" + +Node: dcid:dc/mebplm5m88wwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/mebplm5m88wwh" + +Node: dcid:dc/r2k8fdx6n3414 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45392 +dcid: "dc/r2k8fdx6n3414" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y9hsjzlxfqvp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111211 +dcid: "dc/y9hsjzlxfqvp7" + +Node: dcid:dc/rtze41m33eyn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/rtze41m33eyn8" + +Node: dcid:dc/ezw5sfx5xd8e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/ezw5sfx5xd8e9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p6b4jzd0nc1b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/p6b4jzd0nc1b2" + +Node: dcid:dc/v92r2rljsq88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/v92r2rljsq88" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ft9g7x0c6n3vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/ft9g7x0c6n3vg" + +Node: dcid:dc/s7dhbrxj28b0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/s7dhbrxj28b0g" + +Node: dcid:dc/debzrlp76r3vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/debzrlp76r3vf" + +Node: dcid:dc/zmqgrj5c89hs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424520 +dcid: "dc/zmqgrj5c89hs8" + +Node: dcid:dc/q6p2wv2czgc87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/q6p2wv2czgc87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3vxp67lhzhz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/3vxp67lhzhz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b2nkq86mby535 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/b2nkq86mby535" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pqw10yr0b9dg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/pqw10yr0b9dg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wv5q8bzh9y7p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92313 +dcid: "dc/wv5q8bzh9y7p9" + +Node: dcid:dc/p4kdc2yy8fwg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511140 +dcid: "dc/p4kdc2yy8fwg3" + +Node: dcid:dc/1phncgk4etgg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42394 +dcid: "dc/1phncgk4etgg5" + +Node: dcid:dc/9cgz6j2scme8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/9cgz6j2scme8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/50k5kxfxp5n7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332913 +dcid: "dc/50k5kxfxp5n7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbrdkezc7wgw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/rbrdkezc7wgw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/39w7t0dqxmgt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/39w7t0dqxmgt" + +Node: dcid:dc/c4vc6qx51t0nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238392 +dcid: "dc/c4vc6qx51t0nd" + +Node: dcid:dc/6fnhn8swl3rr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/6fnhn8swl3rr4" + +Node: dcid:dc/msvj99sd1s3n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/msvj99sd1s3n4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j1kr0ft77ptb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/j1kr0ft77ptb6" + +Node: dcid:dc/pfb841kb3ht4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/pfb841kb3ht4" + +Node: dcid:dc/rqyz7974gmnh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335110 +dcid: "dc/rqyz7974gmnh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2br4lkdee8bm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/2br4lkdee8bm2" + +Node: dcid:dc/yzm8vqp9dv1tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/yzm8vqp9dv1tf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b7mf59cq649nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/b7mf59cq649nc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lvbvx9fmr89f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/lvbvx9fmr89f8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w32llktf2067 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/w32llktf2067" + +Node: dcid:dc/4pbvlzn0bwj76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522190 +dcid: "dc/4pbvlzn0bwj76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m2rrty84ypcn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/m2rrty84ypcn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4evrp6s0pm1w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/4evrp6s0pm1w4" + +Node: dcid:dc/97xsgpd85mzth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445220 +dcid: "dc/97xsgpd85mzth" + +Node: dcid:dc/zh296424g37gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/zh296424g37gd" + +Node: dcid:dc/em9zz8xjtj863 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/em9zz8xjtj863" + +Node: dcid:dc/qfnc7tchmynth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/qfnc7tchmynth" + +Node: dcid:dc/fxph0dxhlx9bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/fxph0dxhlx9bf" + +Node: dcid:dc/7386c3nd0f32b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423130 +dcid: "dc/7386c3nd0f32b" + +Node: dcid:dc/fkxkjjjvbxr58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/fkxkjjjvbxr58" + +Node: dcid:dc/28vxbhhsqeqxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332912 +dcid: "dc/28vxbhhsqeqxf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xcl80m8er5ds +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/xcl80m8er5ds" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4cc440v62v8p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326140 +dcid: "dc/4cc440v62v8p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbtpnp58eq3hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/hbtpnp58eq3hc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2f7g8kth0tkn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/2f7g8kth0tkn3" + +Node: dcid:dc/sr81d0rern4e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/sr81d0rern4e2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4qwzwk8t0ec04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424920 +dcid: "dc/4qwzwk8t0ec04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ht5f4ww40l992 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532111 +dcid: "dc/ht5f4ww40l992" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h3sqz6q61cn67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/h3sqz6q61cn67" + +Node: dcid:dc/m9lqsg99bys25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/m9lqsg99bys25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x455myrvsxcs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/x455myrvsxcs" + +Node: dcid:dc/1gk8mwhce0h1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333996 +dcid: "dc/1gk8mwhce0h1h" + +Node: dcid:dc/r3celbwk9n4n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/r3celbwk9n4n3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qt5d224h76g74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446130 +dcid: "dc/qt5d224h76g74" + +Node: dcid:dc/mjgdvj4v07pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/mjgdvj4v07pb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qzj95trberrt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492110 +dcid: "dc/qzj95trberrt2" + +Node: dcid:dc/nnc7e9nsynyjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/nnc7e9nsynyjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0nyfbe2s5y633 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334210 +dcid: "dc/0nyfbe2s5y633" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x911cmg0dj1x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312130 +dcid: "dc/x911cmg0dj1x" + +Node: dcid:dc/w156g0zdyh88f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/w156g0zdyh88f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ytb17529qwhw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32531 +dcid: "dc/ytb17529qwhw7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g95xy0lfp61h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/g95xy0lfp61h9" + +Node: dcid:dc/10fp8fkddfhw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/10fp8fkddfhw5" + +Node: dcid:dc/vqczntrv99lh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812921 +dcid: "dc/vqczntrv99lh5" + +Node: dcid:dc/tlkm1gcekxwhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/tlkm1gcekxwhd" + +Node: dcid:dc/3d50jyzjqqqhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/3d50jyzjqqqhb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/skmj6dyej7kp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/skmj6dyej7kp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q4rzb3lev36tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337214 +dcid: "dc/q4rzb3lev36tf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1023h20jnx0c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/1023h20jnx0c7" + +Node: dcid:dc/x74nbp9232wg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/x74nbp9232wg9" + +Node: dcid:dc/m4ect9wfv5cr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/m4ect9wfv5cr5" + +Node: dcid:dc/0qgzwf19g52k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/0qgzwf19g52k" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/85q49ggntqdp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325620 +dcid: "dc/85q49ggntqdp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/whmnfk1n5y428 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/whmnfk1n5y428" + +Node: dcid:dc/9ylqg1ldd74t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/9ylqg1ldd74t8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/81zwx1f098xxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311513 +dcid: "dc/81zwx1f098xxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yzkchsfsm7wcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423820 +dcid: "dc/yzkchsfsm7wcd" + +Node: dcid:dc/f4453teqny06g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32513 +dcid: "dc/f4453teqny06g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6jm740kh9ke75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/6jm740kh9ke75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/smdk22fh004n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322211 +dcid: "dc/smdk22fh004n9" + +Node: dcid:dc/srvp9j3bdegxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/srvp9j3bdegxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9qm9ep9z5e238 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92611 +dcid: "dc/9qm9ep9z5e238" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vkw261jqljesc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/vkw261jqljesc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9cv188h1byzj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325510 +dcid: "dc/9cv188h1byzj4" + +Node: dcid:dc/p3r7vkg7433b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454113 +dcid: "dc/p3r7vkg7433b7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s9128j97cw14f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/s9128j97cw14f" + +Node: dcid:dc/fkc85qpm0jz14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/fkc85qpm0jz14" + +Node: dcid:dc/99np5zjlw60q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/99np5zjlw60q2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q54e0938786h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/q54e0938786h7" + +Node: dcid:dc/wd8wrek8e3nc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/wd8wrek8e3nc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ym2j46f18pk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/7ym2j46f18pk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j8b11yfrgvb34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311311 +dcid: "dc/j8b11yfrgvb34" + +Node: dcid:dc/hlxvn1t8b9bhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/hlxvn1t8b9bhh" + +Node: dcid:dc/nxkdmys9bhe3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238311 +dcid: "dc/nxkdmys9bhe3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbc2001yescs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32721 +dcid: "dc/kbc2001yescs1" + +Node: dcid:dc/l7rln8w9m0n02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33351 +dcid: "dc/l7rln8w9m0n02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pg0772pdz5fc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/pg0772pdz5fc7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k7lkzk7le51d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/k7lkzk7le51d4" + +Node: dcid:dc/nd6c1j9n42snc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/nd6c1j9n42snc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sr0dde8y3xwl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/sr0dde8y3xwl1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/060gvthspbsmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/060gvthspbsmd" + +Node: dcid:dc/3lbe6wjn05ck8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339914 +dcid: "dc/3lbe6wjn05ck8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kqd6np66smds1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562219 +dcid: "dc/kqd6np66smds1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r2y55d9wt516g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519110 +dcid: "dc/r2y55d9wt516g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f81m6m06ke36h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/f81m6m06ke36h" + +Node: dcid:dc/nsztef42yn984 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33321 +dcid: "dc/nsztef42yn984" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ey2zf8h0b6c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/3ey2zf8h0b6c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bn66ny031ye67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/bn66ny031ye67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ngfgkl7vyz57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44612 +dcid: "dc/2ngfgkl7vyz57" + +Node: dcid:dc/x809tmex7zmw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/x809tmex7zmw8" + +Node: dcid:dc/nlc3njbyc38z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423310 +dcid: "dc/nlc3njbyc38z3" + +Node: dcid:dc/7wn5b73bsec99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/7wn5b73bsec99" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0v56661jwpre7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/0v56661jwpre7" + +Node: dcid:dc/h3f1p8z9tsc2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/h3f1p8z9tsc2g" + +Node: dcid:dc/ydzn6bgnbgrl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238141 +dcid: "dc/ydzn6bgnbgrl7" + +Node: dcid:dc/2cen3h8x2dkk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314129 +dcid: "dc/2cen3h8x2dkk4" + +Node: dcid:dc/fvyfn4jdhe14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/fvyfn4jdhe14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjlbwwtmnyw2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532220 +dcid: "dc/xjlbwwtmnyw2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1s840spfqv64h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/1s840spfqv64h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0sgz2y6mdr8s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/0sgz2y6mdr8s" + +Node: dcid:dc/87t9m8ggp2zf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/87t9m8ggp2zf8" + +Node: dcid:dc/2fpl5g2lv6tw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92412 +dcid: "dc/2fpl5g2lv6tw4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/96kqk7mrr2re6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/96kqk7mrr2re6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwsyrw1bhsd7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/jwsyrw1bhsd7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6gtdvvhjyx3jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3328 +dcid: "dc/6gtdvvhjyx3jc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5fwn3plz7tce4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9211 +dcid: "dc/5fwn3plz7tce4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m225w9vmfb34c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424330 +dcid: "dc/m225w9vmfb34c" + +Node: dcid:dc/0xfx4bks47gbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/0xfx4bks47gbd" + +Node: dcid:dc/mtjjyvbmf27rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327991 +dcid: "dc/mtjjyvbmf27rg" + +Node: dcid:dc/5en6mf072ldq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238172 +dcid: "dc/5en6mf072ldq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vlj4ddt4m6vj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/vlj4ddt4m6vj9" + +Node: dcid:dc/0fswcxsq8kcw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/0fswcxsq8kcw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rk8n51l5sc4g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9251 +dcid: "dc/rk8n51l5sc4g8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1t5e1ngz7y887 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/1t5e1ngz7y887" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b1k1kyvb16c93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/b1k1kyvb16c93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1h1zwh7b549g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334290 +dcid: "dc/1h1zwh7b549g5" + +Node: dcid:dc/cc4ed3bnpm3p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/cc4ed3bnpm3p7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1csj6w05dqczf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/1csj6w05dqczf" + +Node: dcid:dc/p4tykjfye3f4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3273 +dcid: "dc/p4tykjfye3f4g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmtlwlz46br42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/hmtlwlz46br42" + +Node: dcid:dc/m9dk4v2z666mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311119 +dcid: "dc/m9dk4v2z666mh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3h1sgvc1m0123 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/3h1sgvc1m0123" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/447evzezbyc0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/447evzezbyc0h" + +Node: dcid:dc/zqfdywt01sbj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/zqfdywt01sbj9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ej5e08cqt6t2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/8ej5e08cqt6t2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zvdkymrryhhmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/zvdkymrryhhmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xzqtfm0p3rsec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/xzqtfm0p3rsec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3y8vkk1e8zlhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/3y8vkk1e8zlhb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h1tqjmym4fq26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/h1tqjmym4fq26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gwn26psdh9s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/5gwn26psdh9s6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4klh7s7tsx2l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/4klh7s7tsx2l7" + +Node: dcid:dc/lcqh86c3bhf0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/lcqh86c3bhf0b" + +Node: dcid:dc/t9ygxel9wmdmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333995 +dcid: "dc/t9ygxel9wmdmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d4e2v7ngtfcn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/d4e2v7ngtfcn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bsnl9z9d8x1l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454311 +dcid: "dc/bsnl9z9d8x1l1" + +Node: dcid:dc/rhl7nz732vx43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33271 +dcid: "dc/rhl7nz732vx43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ld689gbsfdp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/7ld689gbsfdp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tyd13rpplg0d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/tyd13rpplg0d8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jscre2kg67p81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333412 +dcid: "dc/jscre2kg67p81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j2yqbcmbzfs78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/j2yqbcmbzfs78" + +Node: dcid:dc/mb4kv27r2n9ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/mb4kv27r2n9ng" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9jk2rr8l5tms8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6111 +dcid: "dc/9jk2rr8l5tms8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c21vjpy0l7bk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/c21vjpy0l7bk7" + +Node: dcid:dc/jl3jeqzypg3z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44811 +dcid: "dc/jl3jeqzypg3z8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n0x44r5hd8gv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/n0x44r5hd8gv3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tbpl6sy33sh19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/tbpl6sy33sh19" + +Node: dcid:dc/dbf1kd7wchjy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327 +dcid: "dc/dbf1kd7wchjy" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0y36ztllhp9xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/0y36ztllhp9xf" + +Node: dcid:dc/ddxcd87dzn7n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2122 +dcid: "dc/ddxcd87dzn7n5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yjyhtbdw4hbd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524127 +dcid: "dc/yjyhtbdw4hbd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e75hs2xr97ck7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/e75hs2xr97ck7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gqlnkp06wfp5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/gqlnkp06wfp5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gqzqb3wjr4kff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/gqzqb3wjr4kff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2lk2exgrywcx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424940 +dcid: "dc/2lk2exgrywcx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d6d9tecp5hdlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/d6d9tecp5hdlf" + +Node: dcid:dc/eqqelcb0bfhj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/eqqelcb0bfhj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fllw40k5t6226 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/fllw40k5t6226" + +Node: dcid:dc/ld7r82rlc7se6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/ld7r82rlc7se6" + +Node: dcid:dc/5zcrxppzk8h57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/5zcrxppzk8h57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dpp13lw3q9805 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/dpp13lw3q9805" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qfx4dy1hdhww9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331111 +dcid: "dc/qfx4dy1hdhww9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g97s4r2px8j1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/g97s4r2px8j1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hkrm51p7fjh1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/hkrm51p7fjh1h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q419q9sby99g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6241 +dcid: "dc/q419q9sby99g4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d4v6kssxb6h78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323116 +dcid: "dc/d4v6kssxb6h78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6rcrvf5xd604 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49211 +dcid: "dc/m6rcrvf5xd604" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f8d8e23v66bh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/f8d8e23v66bh2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xbkjdg3hmdbf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/xbkjdg3hmdbf8" + +Node: dcid:dc/tpqd6qdk8p9e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811412 +dcid: "dc/tpqd6qdk8p9e8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/df1te3zzcf5x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/df1te3zzcf5x1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l3zdge1fwlsj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238131 +dcid: "dc/l3zdge1fwlsj" + +Node: dcid:dc/cnrknq0ynmc0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32619 +dcid: "dc/cnrknq0ynmc0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0z2g8s3vxe1g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31322 +dcid: "dc/0z2g8s3vxe1g6" + +Node: dcid:dc/9tlpnf8xhkdqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31152 +dcid: "dc/9tlpnf8xhkdqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6q6yz1rpfy8pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238321 +dcid: "dc/6q6yz1rpfy8pf" + +Node: dcid:dc/gmylp2nngbvyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926130 +dcid: "dc/gmylp2nngbvyf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1hgzqhcjegrl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/1hgzqhcjegrl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8kgh8sc5m07s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/8kgh8sc5m07s5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n6bsqt0h7pt0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331423 +dcid: "dc/n6bsqt0h7pt0c" + +Node: dcid:dc/3446qqsg50w4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/3446qqsg50w4g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/344b4eg6j0w08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/344b4eg6j0w08" + +Node: dcid:dc/bc4sw8b0sb6m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/bc4sw8b0sb6m9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7t6cfc59j8rp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/7t6cfc59j8rp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5bvggx5c6ep49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/5bvggx5c6ep49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4mv87ptv8cvg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/4mv87ptv8cvg1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rnel6m3sk54zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/rnel6m3sk54zb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x30wv8l42c987 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31183 +dcid: "dc/x30wv8l42c987" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rryn575hdsn8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336350 +dcid: "dc/rryn575hdsn8h" + +Node: dcid:dc/l3bmfle3d90z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/l3bmfle3d90z5" + +Node: dcid:dc/vgb6mefff5jsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/vgb6mefff5jsd" + +Node: dcid:dc/5j6p0jnbk8j7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624 +dcid: "dc/5j6p0jnbk8j7f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/23mxgsbk66nk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316110 +dcid: "dc/23mxgsbk66nk8" + +Node: dcid:dc/kp722y6y5mj7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62132 +dcid: "dc/kp722y6y5mj7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/thk0xc3rpdzz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/thk0xc3rpdzz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9xt9lzlh6zhq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/9xt9lzlh6zhq5" + +Node: dcid:dc/sk1mwyndltp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42445 +dcid: "dc/sk1mwyndltp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jflw205kpzj01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325620 +dcid: "dc/jflw205kpzj01" + +Node: dcid:dc/r18dzhwp21e26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32121 +dcid: "dc/r18dzhwp21e26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x7lv39mz1sldh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21211 +dcid: "dc/x7lv39mz1sldh" + +Node: dcid:dc/48c44lt4m4p84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32611 +dcid: "dc/48c44lt4m4p84" + +Node: dcid:dc/rvlqq1p288ek5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33461 +dcid: "dc/rvlqq1p288ek5" + +Node: dcid:dc/p37pmk5cmkkbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/p37pmk5cmkkbd" + +Node: dcid:dc/dtmwbrqnk2cc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311520 +dcid: "dc/dtmwbrqnk2cc2" + +Node: dcid:dc/c6nlv7zpnn56b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42386 +dcid: "dc/c6nlv7zpnn56b" + +Node: dcid:dc/dfjb4w17webj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/dfjb4w17webj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vhdn805gcb5v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44612 +dcid: "dc/vhdn805gcb5v5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/04b8ps0qsw088 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/04b8ps0qsw088" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w5ve4140t8xsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333 +dcid: "dc/w5ve4140t8xsb" + +Node: dcid:dc/dvwdknmkdr6y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3379 +dcid: "dc/dvwdknmkdr6y3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gh91r28mbzrp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33322 +dcid: "dc/gh91r28mbzrp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/slvh6jkns6kkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/slvh6jkns6kkh" + +Node: dcid:dc/s0srxy0rv50s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/s0srxy0rv50s4" + +Node: dcid:dc/nr8en2t0yv84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/nr8en2t0yv84" + +Node: dcid:dc/hcjr556ykxrhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/hcjr556ykxrhf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q94jlx8h1kwnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/q94jlx8h1kwnf" + +Node: dcid:dc/81sz8xcfvj98c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314991 +dcid: "dc/81sz8xcfvj98c" + +Node: dcid:dc/mb4r4syt2hzbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/mb4r4syt2hzbb" + +Node: dcid:dc/rct1gfws249df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/rct1gfws249df" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kt0jtn2yryh6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/kt0jtn2yryh6d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bvjc707rp2m6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/bvjc707rp2m6g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vrygmft2whvj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/vrygmft2whvj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/045t255em8r7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33637 +dcid: "dc/045t255em8r7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ym1cn2jb8fr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53221 +dcid: "dc/7ym1cn2jb8fr2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/plgqc43wwfkb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/plgqc43wwfkb9" + +Node: dcid:dc/bp56h4ej8w7z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/bp56h4ej8w7z1" + +Node: dcid:dc/gd1j6t8xwntch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/gd1j6t8xwntch" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cl0d9chnxnhn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336322 +dcid: "dc/cl0d9chnxnhn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/66k3g7st3pbk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/66k3g7st3pbk5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5yyg8zh43ey63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333992 +dcid: "dc/5yyg8zh43ey63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1b0m62fyzj47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/w1b0m62fyzj47" + +Node: dcid:dc/y5fywzqctgpv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/y5fywzqctgpv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5zzsz6e9g18b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/5zzsz6e9g18b3" + +Node: dcid:dc/6cd416k9bykp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3314 +dcid: "dc/6cd416k9bykp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8y6nn90hzplv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4246 +dcid: "dc/8y6nn90hzplv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zs1hcvvtjmqhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/zs1hcvvtjmqhd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qztc0l0mgxl1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/qztc0l0mgxl1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9j897bh6l19l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332111 +dcid: "dc/9j897bh6l19l9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l0v8se435zdw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/l0v8se435zdw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gbcwxm3w2xqc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/gbcwxm3w2xqc5" + +Node: dcid:dc/b5lnqgjyzxq8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/b5lnqgjyzxq8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/48yhtxq6c2t7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33639 +dcid: "dc/48yhtxq6c2t7b" + +Node: dcid:dc/6dygn3q2mwmn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212210 +dcid: "dc/6dygn3q2mwmn9" + +Node: dcid:dc/b6e5kv3sldgb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423710 +dcid: "dc/b6e5kv3sldgb2" + +Node: dcid:dc/p03tm7sh1rmb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/p03tm7sh1rmb3" + +Node: dcid:dc/wyd7vw0e676nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/wyd7vw0e676nh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lv6pfk1zyl5x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115114 +dcid: "dc/lv6pfk1zyl5x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/06pq5215b9k82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525910 +dcid: "dc/06pq5215b9k82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b5v8j7146yq6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/b5v8j7146yq6g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/63rj6921brb65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/63rj6921brb65" + +Node: dcid:dc/5bslx5cbwhk0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/5bslx5cbwhk0h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jf4yvclkthg02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3339 +dcid: "dc/jf4yvclkthg02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h4yzv8bksmgr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335313 +dcid: "dc/h4yzv8bksmgr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kxq66w65hvn5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11234 +dcid: "dc/kxq66w65hvn5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/61mml9myb8nz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/61mml9myb8nz5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4q3m432g3kvwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33399 +dcid: "dc/4q3m432g3kvwb" + +Node: dcid:dc/m2qpn022sbvlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/m2qpn022sbvlh" + +Node: dcid:dc/s2cwvc8877xl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/s2cwvc8877xl5" + +Node: dcid:dc/c341mllv01b4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/c341mllv01b4h" + +Node: dcid:dc/69rns5e23xyf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/69rns5e23xyf3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bj96wfd40n765 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/bj96wfd40n765" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0rrb21mbyry0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/0rrb21mbyry0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5qv0drhkw18x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/5qv0drhkw18x5" + +Node: dcid:dc/6yvy6ggt44k2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/6yvy6ggt44k2d" + +Node: dcid:dc/88hdhczjf8gy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/88hdhczjf8gy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/72yw9rmqdc2q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311340 +dcid: "dc/72yw9rmqdc2q2" + +Node: dcid:dc/b5zyq87de0tp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5331 +dcid: "dc/b5zyq87de0tp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xblyswvbv7q38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/xblyswvbv7q38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f68ssmvn6btsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/f68ssmvn6btsb" + +Node: dcid:dc/vhmcc4ee85yf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/vhmcc4ee85yf8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4ef83v124gf07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/4ef83v124gf07" + +Node: dcid:dc/3pgez5kw42neg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311613 +dcid: "dc/3pgez5kw42neg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nnjzfesxb0ew6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92615 +dcid: "dc/nnjzfesxb0ew6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m533dvf9c6dh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/m533dvf9c6dh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e3fm3zs910tjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238162 +dcid: "dc/e3fm3zs910tjf" + +Node: dcid:dc/xb6yxs0l0jbvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/492110 +dcid: "dc/xb6yxs0l0jbvf" + +Node: dcid:dc/xjn1vhpd2beh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423820 +dcid: "dc/xjn1vhpd2beh6" + +Node: dcid:dc/e4bhym38fgyjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/e4bhym38fgyjc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bnc3ny23t3gt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3149 +dcid: "dc/bnc3ny23t3gt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbn4knwpzgq36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/kbn4knwpzgq36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4hx93wm25p4y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/4hx93wm25p4y" + +Node: dcid:dc/eqz18scm9wl95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/eqz18scm9wl95" + +Node: dcid:dc/yxeq9b3768pr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327125 +dcid: "dc/yxeq9b3768pr2" + +Node: dcid:dc/3gvfdhk8f74f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/3gvfdhk8f74f4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vb50hzx929cd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/vb50hzx929cd2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p4qtbbqqnz1k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33632 +dcid: "dc/p4qtbbqqnz1k8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4tzx163vcvz7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238162 +dcid: "dc/4tzx163vcvz7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jrxtmwphnpync +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333291 +dcid: "dc/jrxtmwphnpync" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/se43shrj4d47f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/se43shrj4d47f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/42frrr39ebjg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33633 +dcid: "dc/42frrr39ebjg6" + +Node: dcid:dc/bnvjwxx55x979 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/bnvjwxx55x979" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b9nhjlntm6nk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42322 +dcid: "dc/b9nhjlntm6nk2" + +Node: dcid:dc/jmysyx3b2jpqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/jmysyx3b2jpqh" + +Node: dcid:dc/10b0sxs1dxns6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333924 +dcid: "dc/10b0sxs1dxns6" + +Node: dcid:dc/qf9vrbjddpz66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/qf9vrbjddpz66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1eqxrndnvsgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/1eqxrndnvsgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6667zlc4h1tm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453110 +dcid: "dc/6667zlc4h1tm5" + +Node: dcid:dc/g1hpw1fxv6j96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/g1hpw1fxv6j96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/el7c1czme38dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/el7c1czme38dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3y7efgxn09zx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33399 +dcid: "dc/3y7efgxn09zx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/emdl7j068hr36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/emdl7j068hr36" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p6vt48bd0hxxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/p6vt48bd0hxxg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/107jnwnsh17xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/107jnwnsh17xb" + +Node: dcid:dc/eg6cc4zpwx0w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/eg6cc4zpwx0w2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e2mpgewwsl60c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/e2mpgewwsl60c" + +Node: dcid:dc/k3fee13meq2m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42374 +dcid: "dc/k3fee13meq2m7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wpj42pcbr5b78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483111 +dcid: "dc/wpj42pcbr5b78" + +Node: dcid:dc/mx6htdns397m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/mx6htdns397m8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0ygmqpk4y67d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532111 +dcid: "dc/0ygmqpk4y67d4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dc5q7hht9mrwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424310 +dcid: "dc/dc5q7hht9mrwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/neh7v1ced5cdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/neh7v1ced5cdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g0rt9m1m1qk99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446130 +dcid: "dc/g0rt9m1m1qk99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8ken5tc9pnb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/486210 +dcid: "dc/r8ken5tc9pnb8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/54yw5cfqr5f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331528 +dcid: "dc/54yw5cfqr5f3" + +Node: dcid:dc/20v586lqjkwld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/20v586lqjkwld" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v1kwknrfby93f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/v1kwknrfby93f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vyp0fl9y5k3j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/vyp0fl9y5k3j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xj2ce5m3q6m02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238391 +dcid: "dc/xj2ce5m3q6m02" + +Node: dcid:dc/235cmp60ywm46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/235cmp60ywm46" + +Node: dcid:dc/nejwnj0d99ml +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/nejwnj0d99ml" + +Node: dcid:dc/tlp1k2gf21y83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/tlp1k2gf21y83" + +Node: dcid:dc/pgmehnnzf61r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/pgmehnnzf61r3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zys4hp11wty2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238292 +dcid: "dc/zys4hp11wty2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/frn2zttwypjf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311612 +dcid: "dc/frn2zttwypjf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rnl7vb8m0t88c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/rnl7vb8m0t88c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ck7886ec109gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213 +dcid: "dc/ck7886ec109gg" + +Node: dcid:dc/wp3qze85lxech +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/wp3qze85lxech" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qx86rzf5fx1j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/qx86rzf5fx1j1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r8d6tnf0ckbx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/r8d6tnf0ckbx7" + +Node: dcid:dc/97hnh11gxgqs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/97hnh11gxgqs8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dv0by77ev0d17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811430 +dcid: "dc/dv0by77ev0d17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f9w2cerrbrvp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926120 +dcid: "dc/f9w2cerrbrvp6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h9ce0ryxlbjs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/h9ce0ryxlbjs6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/szbkhjkx4b5wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/szbkhjkx4b5wc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e7gbq3lp3m6h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/e7gbq3lp3m6h7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjbvbswqgb8v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/xjbvbswqgb8v1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1gef8hq8qnzc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335110 +dcid: "dc/1gef8hq8qnzc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4hxv356v06n4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523140 +dcid: "dc/4hxv356v06n4b" + +Node: dcid:dc/1gy04ps54x23f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/1gy04ps54x23f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f851c1yjzxcnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32512 +dcid: "dc/f851c1yjzxcnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0lm61m2mftgjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/0lm61m2mftgjh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mkvlh6y33gk65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/mkvlh6y33gk65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/behz25jzcbp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/behz25jzcbp8" + +Node: dcid:dc/f8kj1mn3sc7k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238141 +dcid: "dc/f8kj1mn3sc7k6" + +Node: dcid:dc/plhqwtptrht5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/plhqwtptrht5b" + +Node: dcid:dc/6gnqh682xxjk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33142 +dcid: "dc/6gnqh682xxjk2" + +Node: dcid:dc/r5dtqz82y7h7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111150 +dcid: "dc/r5dtqz82y7h7c" + +Node: dcid:dc/hnzl48x266wlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44112 +dcid: "dc/hnzl48x266wlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e10ffn3ytjnb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/e10ffn3ytjnb4" + +Node: dcid:dc/cn1ykvqfxm2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/cn1ykvqfxm2g" + +Node: dcid:dc/bb4peddkgmqe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/bb4peddkgmqe7" + +Node: dcid:dc/ybvcyx7l4j7vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561910 +dcid: "dc/ybvcyx7l4j7vg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7glg937sect4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31599 +dcid: "dc/7glg937sect4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1twxb7g2x40p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315999 +dcid: "dc/1twxb7g2x40p4" + +Node: dcid:dc/bml04ejsp7rxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/bml04ejsp7rxg" + +Node: dcid:dc/97523xejdb563 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/97523xejdb563" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9y6f6k5g4gj86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311311 +dcid: "dc/9y6f6k5g4gj86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rs3lhce6pq375 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/rs3lhce6pq375" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l7f105n2k1ek +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926150 +dcid: "dc/l7f105n2k1ek" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rqewfvf2z9yc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445299 +dcid: "dc/rqewfvf2z9yc5" + +Node: dcid:dc/70ed8meww6gr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/70ed8meww6gr4" + +Node: dcid:dc/sl33twnmcv423 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/sl33twnmcv423" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7784kxfbmbmv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11115 +dcid: "dc/7784kxfbmbmv1" + +Node: dcid:dc/8l2mlmq0m6bxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/8l2mlmq0m6bxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zrvmdm1bgdvx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42431 +dcid: "dc/zrvmdm1bgdvx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/30v98xstpdr18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/30v98xstpdr18" + +Node: dcid:dc/z752zeb40j2s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/z752zeb40j2s9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2pyr7pz19mjnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322222 +dcid: "dc/2pyr7pz19mjnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n2pkx9ln55493 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48611 +dcid: "dc/n2pkx9ln55493" + +Node: dcid:dc/e8l4qdmg0n0n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/e8l4qdmg0n0n8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nv7g02wwghntf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/nv7g02wwghntf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hecyk9ln632e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811113 +dcid: "dc/hecyk9ln632e9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kqppt3x1bhnk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541191 +dcid: "dc/kqppt3x1bhnk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/51s80j8s5sm5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32561 +dcid: "dc/51s80j8s5sm5f" + +Node: dcid:dc/4sybjf6br0dmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/4sybjf6br0dmb" + +Node: dcid:dc/sptvdbjm3kpf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/sptvdbjm3kpf1" + +Node: dcid:dc/dmdmy09p77clf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/dmdmy09p77clf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ekc31zyxqbwq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622110 +dcid: "dc/ekc31zyxqbwq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nqqn7d3gqyd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/nqqn7d3gqyd7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hjj4n7pyy5ll4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/hjj4n7pyy5ll4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t00myv6l17m06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3334 +dcid: "dc/t00myv6l17m06" + +Node: dcid:dc/lrhwk490r8jl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92219 +dcid: "dc/lrhwk490r8jl4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ty75ctpp53eb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812113 +dcid: "dc/ty75ctpp53eb3" + +Node: dcid:dc/fqmtv7k7xl22h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/fqmtv7k7xl22h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jq3h3ccvlg332 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44312 +dcid: "dc/jq3h3ccvlg332" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mx9wvd0pvlf6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212393 +dcid: "dc/mx9wvd0pvlf6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1nsnevwqy021h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/1nsnevwqy021h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3f58bcllptv63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/3f58bcllptv63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1wexy2tn0yc29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/1wexy2tn0yc29" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nfncw8bx200ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54186 +dcid: "dc/nfncw8bx200ec" + +Node: dcid:dc/nv8v8w789ncdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7139 +dcid: "dc/nv8v8w789ncdd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wpkfy0x4lh9k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/wpkfy0x4lh9k2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/llrmjh9dmx4q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621391 +dcid: "dc/llrmjh9dmx4q7" + +Node: dcid:dc/k3p8jp5et5mdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423110 +dcid: "dc/k3p8jp5et5mdf" + +Node: dcid:dc/pws8rbh1m07jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/pws8rbh1m07jh" + +Node: dcid:dc/t63nwh7llfpd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111211 +dcid: "dc/t63nwh7llfpd5" + +Node: dcid:dc/4snmsk82em6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/4snmsk82em6f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tfjmjp32wcxs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/tfjmjp32wcxs9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sd08b8bjxp2w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/sd08b8bjxp2w4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v4eghjzhwet33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/v4eghjzhwet33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0vgjqhk35b2h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/0vgjqhk35b2h1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2r3kqkex1eht7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/2r3kqkex1eht7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6f9z0xml3xb52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44221 +dcid: "dc/6f9z0xml3xb52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vz1fb4602b0r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31332 +dcid: "dc/vz1fb4602b0r1" + +Node: dcid:dc/dgcrb3esj2wkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/dgcrb3esj2wkd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lgp7f6mk6ek8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333997 +dcid: "dc/lgp7f6mk6ek8g" + +Node: dcid:dc/hf4lfwp46qnj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454210 +dcid: "dc/hf4lfwp46qnj7" + +Node: dcid:dc/eny7r5q157rnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/eny7r5q157rnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/41ls0v15j0wdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/41ls0v15j0wdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rlt2feqk9ktd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/rlt2feqk9ktd4" + +Node: dcid:dc/1drssmmzk5bg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32199 +dcid: "dc/1drssmmzk5bg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9kz033kgqztcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/9kz033kgqztcb" + +Node: dcid:dc/083b6nxky3q78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32614 +dcid: "dc/083b6nxky3q78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yx6gfzs5bferf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325620 +dcid: "dc/yx6gfzs5bferf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mxpnlzsdqvjbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51229 +dcid: "dc/mxpnlzsdqvjbh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zerj17zw2vmmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/zerj17zw2vmmd" + +Node: dcid:dc/rnjfxl0ec6dw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92213 +dcid: "dc/rnjfxl0ec6dw1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/crpyrrwwzh4bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/crpyrrwwzh4bc" + +Node: dcid:dc/9knbyhmc8nb71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81142 +dcid: "dc/9knbyhmc8nb71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sb950wb3rrnf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/sb950wb3rrnf4" + +Node: dcid:dc/q8b3bjvh0h68f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315223 +dcid: "dc/q8b3bjvh0h68f" + +Node: dcid:dc/6hzp1454sgqqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/6hzp1454sgqqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/en7601ncjrzm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238291 +dcid: "dc/en7601ncjrzm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4qjylwmq5t81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/g4qjylwmq5t81" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/prdq021jhb591 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922130 +dcid: "dc/prdq021jhb591" + +Node: dcid:dc/lt12evn5tj0b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42448 +dcid: "dc/lt12evn5tj0b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wx9cg0qtcbvh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/wx9cg0qtcbvh8" + +Node: dcid:dc/ycp2ncszqz3p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/ycp2ncszqz3p6" + +Node: dcid:dc/pf500lfevbye3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424930 +dcid: "dc/pf500lfevbye3" + +Node: dcid:dc/g6s0c6xclkyn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325991 +dcid: "dc/g6s0c6xclkyn7" + +Node: dcid:dc/9d4d350es8ke1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44812 +dcid: "dc/9d4d350es8ke1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c0ry47ywjz4d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33313 +dcid: "dc/c0ry47ywjz4d7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6jp8f2q2k31z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/6jp8f2q2k31z5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87ptpjvsn7d27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33272 +dcid: "dc/87ptpjvsn7d27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sp7888d3mq2n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/sp7888d3mq2n3" + +Node: dcid:dc/vjnzw2jx8vsd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23731 +dcid: "dc/vjnzw2jx8vsd9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tpeegdged9qwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/tpeegdged9qwg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y299zxhqbplf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/y299zxhqbplf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tvn9nlsjgbhn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3313 +dcid: "dc/tvn9nlsjgbhn" + +Node: dcid:dc/c53ezb06kcpy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3379 +dcid: "dc/c53ezb06kcpy5" + +Node: dcid:dc/3wtd6b6ddetd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/3wtd6b6ddetd8" + +Node: dcid:dc/bb42vd1n06ysc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23833 +dcid: "dc/bb42vd1n06ysc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pzjtkxbvdk9fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3272 +dcid: "dc/pzjtkxbvdk9fh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6nt3xm72psnn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/6nt3xm72psnn5" + +Node: dcid:dc/dybkbh707d733 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48423 +dcid: "dc/dybkbh707d733" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9zrn7vfdvpbk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/9zrn7vfdvpbk4" + +Node: dcid:dc/q6kgrq2htseh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/q6kgrq2htseh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dspdh332n9ng5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424470 +dcid: "dc/dspdh332n9ng5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qs2bnj1367dj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/qs2bnj1367dj6" + +Node: dcid:dc/2lphgwt407sp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3222 +dcid: "dc/2lphgwt407sp4" + +Node: dcid:dc/p80yqx99slbz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/p80yqx99slbz9" + +Node: dcid:dc/8tlwx8hteeqx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/8tlwx8hteeqx7" + +Node: dcid:dc/wrbdjd5tftm29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423210 +dcid: "dc/wrbdjd5tftm29" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s67rwfxkxmtw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/s67rwfxkxmtw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kndglr821e0yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424480 +dcid: "dc/kndglr821e0yg" + +Node: dcid:dc/7hdwbjd8jn6w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/7hdwbjd8jn6w9" + +Node: dcid:dc/p4fpej5b2mcq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/p4fpej5b2mcq5" + +Node: dcid:dc/9xxqjv5s2q665 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/9xxqjv5s2q665" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t4427x1b6tycg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327910 +dcid: "dc/t4427x1b6tycg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pd2wjc5j7g411 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/pd2wjc5j7g411" + +Node: dcid:dc/z6mzkzc1l10z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335931 +dcid: "dc/z6mzkzc1l10z5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7gdnshny0chs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/7gdnshny0chs3" + +Node: dcid:dc/pf6t2cd244ljc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/pf6t2cd244ljc" + +Node: dcid:dc/k9cnl394tbv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/k9cnl394tbv1" + +Node: dcid:dc/nfmxr8g6qv2x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/nfmxr8g6qv2x" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1w8lcd160sfc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33511 +dcid: "dc/1w8lcd160sfc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/60mmqkj4l53xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484230 +dcid: "dc/60mmqkj4l53xf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmd2392de4mk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111310 +dcid: "dc/cmd2392de4mk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g2f8kfzk3dnjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32521 +dcid: "dc/g2f8kfzk3dnjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svc7nh91yyj85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/svc7nh91yyj85" + +Node: dcid:dc/s3wtr85l7s7bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/s3wtr85l7s7bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1n9xn1v8275z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/1n9xn1v8275z3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p7dvmc405pjs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/p7dvmc405pjs4" + +Node: dcid:dc/bxbjg1c8455j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/bxbjg1c8455j7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wcc7bcnzvsb77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522190 +dcid: "dc/wcc7bcnzvsb77" + +Node: dcid:dc/qj72dztmr9lp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/qj72dztmr9lp6" + +Node: dcid:dc/df1435cmpzsx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/df1435cmpzsx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cc6f880yfg0qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/cc6f880yfg0qc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z68t8xcc3vxhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712190 +dcid: "dc/z68t8xcc3vxhg" + +Node: dcid:dc/2lbntgmvpn5r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3261 +dcid: "dc/2lbntgmvpn5r" + +Node: dcid:dc/499jhcrn5crj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/499jhcrn5crj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/85vwh7jhrp142 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/85vwh7jhrp142" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hbdl4373737b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32513 +dcid: "dc/0hbdl4373737b" + +Node: dcid:dc/n2r70rj4nbk9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/n2r70rj4nbk9g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kcywkpyqd1j89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/kcywkpyqd1j89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7bs41f85w2ej2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/7bs41f85w2ej2" + +Node: dcid:dc/wr2dg0mhdxhmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32611 +dcid: "dc/wr2dg0mhdxhmd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxhyckv3rfpy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/bxhyckv3rfpy3" + +Node: dcid:dc/eqw4d242t7wph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/eqw4d242t7wph" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/84tkbmlvsfjx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325991 +dcid: "dc/84tkbmlvsfjx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lqpg2edzfn4nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488 +dcid: "dc/lqpg2edzfn4nb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qpekdmwjm3qp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5181 +dcid: "dc/qpekdmwjm3qp2" + +Node: dcid:dc/1zvq8rvwehve7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/1zvq8rvwehve7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ez89t03956nc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/ez89t03956nc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w6b5zryrbhq56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/w6b5zryrbhq56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7r0xcwebzbbw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/7r0xcwebzbbw9" + +Node: dcid:dc/kryqrr14jzzx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/kryqrr14jzzx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zhjtwp9ys4hq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/zhjtwp9ys4hq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eff0dfcm335z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323121 +dcid: "dc/eff0dfcm335z7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rthlkhbr1w2r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/rthlkhbr1w2r1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/89gb77jqt1716 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333613 +dcid: "dc/89gb77jqt1716" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/djc8hr4b6xnm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/djc8hr4b6xnm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7w6yprt3syqv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/7w6yprt3syqv5" + +Node: dcid:dc/qm4ztjfjccml4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/qm4ztjfjccml4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l4e9f5l9wz2j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54183 +dcid: "dc/l4e9f5l9wz2j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d4pphxk74dcv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/d4pphxk74dcv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/08x1t6tj5x252 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/08x1t6tj5x252" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4f1pbh8exhmkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/4f1pbh8exhmkb" + +Node: dcid:dc/6wb34m6097xq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/6wb34m6097xq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nktzvjhp7kt4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326299 +dcid: "dc/nktzvjhp7kt4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f8qkwslks5jfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924120 +dcid: "dc/f8qkwslks5jfh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4pdmre5vktz76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/4pdmre5vktz76" + +Node: dcid:dc/vbrzm0zm6mtk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315239 +dcid: "dc/vbrzm0zm6mtk6" + +Node: dcid:dc/ym1g13c14fx7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33621 +dcid: "dc/ym1g13c14fx7f" + +Node: dcid:dc/rcbvym244chs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423840 +dcid: "dc/rcbvym244chs4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/96dbe63hscer7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/96dbe63hscer7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2nq2w0d8dg0ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532310 +dcid: "dc/2nq2w0d8dg0ef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l3lr95qyk2ek9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212312 +dcid: "dc/l3lr95qyk2ek9" + +Node: dcid:dc/11368rk4epfp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/11368rk4epfp1" + +Node: dcid:dc/mc3n70ty629n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4411 +dcid: "dc/mc3n70ty629n4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zw10x0p7hxg25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/zw10x0p7hxg25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ch07ww0hhhtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334612 +dcid: "dc/3ch07ww0hhhtd" + +Node: dcid:dc/ejzheq1lgeee4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3332 +dcid: "dc/ejzheq1lgeee4" + +Node: dcid:dc/s7lk7tm6yxdp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/s7lk7tm6yxdp9" + +Node: dcid:dc/4n1njkw9e9mn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/4n1njkw9e9mn7" + +Node: dcid:dc/lzlc2e6881fq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31521 +dcid: "dc/lzlc2e6881fq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vf36m1cv23fb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/vf36m1cv23fb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fd4dywjldnkr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/fd4dywjldnkr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5t9ltv11mhxr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424950 +dcid: "dc/5t9ltv11mhxr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0fqrd35yz9ygf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33399 +dcid: "dc/0fqrd35yz9ygf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/08bs837zgxm11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51811 +dcid: "dc/08bs837zgxm11" + +Node: dcid:dc/8b2y71egj5wmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33399 +dcid: "dc/8b2y71egj5wmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hx6g9qtjwrjyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337910 +dcid: "dc/hx6g9qtjwrjyd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/krd87xh79yhe5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48811 +dcid: "dc/krd87xh79yhe5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ynv2rqy798lv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42495 +dcid: "dc/ynv2rqy798lv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lm9vntlfy6lh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333414 +dcid: "dc/lm9vntlfy6lh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mgng9k2wh87t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/mgng9k2wh87t1" + +Node: dcid:dc/pg77yyqy6ygh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315228 +dcid: "dc/pg77yyqy6ygh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zp1e4ncm6qfnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313311 +dcid: "dc/zp1e4ncm6qfnh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6g5h2pfq9n0j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44811 +dcid: "dc/6g5h2pfq9n0j1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wgexbe0rd2f03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332323 +dcid: "dc/wgexbe0rd2f03" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4b9nflvpw00d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/4b9nflvpw00d9" + +Node: dcid:dc/ty490h77gewth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/ty490h77gewth" + +Node: dcid:dc/vnj2yfvl35lzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42385 +dcid: "dc/vnj2yfvl35lzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pwrb5bpxx2x81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/pwrb5bpxx2x81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v976bh4136xb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/v976bh4136xb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z0eqk80jsvfj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/z0eqk80jsvfj2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0xt2wxtj3mp76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52312 +dcid: "dc/0xt2wxtj3mp76" + +Node: dcid:dc/jrx5k4tr02434 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72241 +dcid: "dc/jrx5k4tr02434" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8nhrdsytt6xrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/8nhrdsytt6xrb" + +Node: dcid:dc/pd1c79lv3w434 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/pd1c79lv3w434" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yc9d9d27qmy36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339914 +dcid: "dc/yc9d9d27qmy36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/phf1nt7rg5ltg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/phf1nt7rg5ltg" + +Node: dcid:dc/dthv6d0738s07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333295 +dcid: "dc/dthv6d0738s07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9wbdbtbbnwzt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923 +dcid: "dc/9wbdbtbbnwzt1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cqknep7mpm19b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237310 +dcid: "dc/cqknep7mpm19b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2p5hb81j27e26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/2p5hb81j27e26" + +Node: dcid:dc/xjdyzt0zgqm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519110 +dcid: "dc/xjdyzt0zgqm9" + +Node: dcid:dc/v1gjn4xnnrm73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/v1gjn4xnnrm73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9592491vb74lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/9592491vb74lb" + +Node: dcid:dc/7dzrrz5wgvj6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/924 +dcid: "dc/7dzrrz5wgvj6b" + +Node: dcid:dc/p938rt97kpsg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811411 +dcid: "dc/p938rt97kpsg2" + +Node: dcid:dc/7t0wve4kjesz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/7t0wve4kjesz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kjm2xvqbwqn11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/kjm2xvqbwqn11" + +Node: dcid:dc/fyg8w0547mmgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11292 +dcid: "dc/fyg8w0547mmgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w6ljsjrvv6649 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42446 +dcid: "dc/w6ljsjrvv6649" + +Node: dcid:dc/vjeyf98c926td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/492110 +dcid: "dc/vjeyf98c926td" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmx9b76qk51w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331528 +dcid: "dc/cmx9b76qk51w5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gz7sxhssrqbjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/gz7sxhssrqbjh" + +Node: dcid:dc/wywjj97c66cvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/wywjj97c66cvh" + +Node: dcid:dc/7xfh4wv48yl6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42446 +dcid: "dc/7xfh4wv48yl6f" + +Node: dcid:dc/hpr7yfvrb9hs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111422 +dcid: "dc/hpr7yfvrb9hs1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vzdj1rrn98h4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/vzdj1rrn98h4f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ptnkjy8x4k5c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336991 +dcid: "dc/ptnkjy8x4k5c1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e5vtwbd1539s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71321 +dcid: "dc/e5vtwbd1539s1" + +Node: dcid:dc/1v369120h63f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/1v369120h63f5" + +Node: dcid:dc/ykvp87dxqle6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/ykvp87dxqle6f" + +Node: dcid:dc/d21h5rles0fm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32611 +dcid: "dc/d21h5rles0fm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qex5zd680dts6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/qex5zd680dts6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y99tdhjfmrrwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/y99tdhjfmrrwg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tl5ly25ykyf06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336350 +dcid: "dc/tl5ly25ykyf06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2wb7xvhdblcr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/2wb7xvhdblcr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/enqgwh59ckfp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334417 +dcid: "dc/enqgwh59ckfp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b5rbftbm3tfq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/533110 +dcid: "dc/b5rbftbm3tfq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4d1tx2pmpyvj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/4d1tx2pmpyvj8" + +Node: dcid:dc/jz13254ppxd22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325510 +dcid: "dc/jz13254ppxd22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n7ywxmbw7elq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11132 +dcid: "dc/n7ywxmbw7elq" + +Node: dcid:dc/z2by5cqnps8n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/z2by5cqnps8n2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nckl4bmpt2993 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327331 +dcid: "dc/nckl4bmpt2993" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b0xtrhtb88q25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525910 +dcid: "dc/b0xtrhtb88q25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b19m31p8rx523 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/b19m31p8rx523" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fyfbmtmxvnwvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3169 +dcid: "dc/fyfbmtmxvnwvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m5w6bf4z6t901 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/m5w6bf4z6t901" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y4qqkt17r7tx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/924110 +dcid: "dc/y4qqkt17r7tx2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r3lwwxq0jfdtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/r3lwwxq0jfdtd" + +Node: dcid:dc/wqb8fkl40vc48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32621 +dcid: "dc/wqb8fkl40vc48" + +Node: dcid:dc/xdn52h90b9dxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/xdn52h90b9dxh" + +Node: dcid:dc/cy6bz000cbzl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/cy6bz000cbzl6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3v6dkgp71sn2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/3v6dkgp71sn2d" + +Node: dcid:dc/cl67lq7xm2xbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334510 +dcid: "dc/cl67lq7xm2xbg" + +Node: dcid:dc/s3bbtmtwb3n03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/s3bbtmtwb3n03" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qx0b6dfkhpggf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424310 +dcid: "dc/qx0b6dfkhpggf" + +Node: dcid:dc/9kxq9dlqy6n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335931 +dcid: "dc/9kxq9dlqy6n3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vt61nc74ejnl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/vt61nc74ejnl9" + +Node: dcid:dc/ybsn6g03ntqdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811122 +dcid: "dc/ybsn6g03ntqdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mb1l1y6fnsrs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/mb1l1y6fnsrs6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4s1x89gy8k8n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32791 +dcid: "dc/4s1x89gy8k8n7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t7jrk6htlfeyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/t7jrk6htlfeyd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wps4gmmgbjtz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/wps4gmmgbjtz" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dqg4kx3g15q5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23813 +dcid: "dc/dqg4kx3g15q5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wzltv9y1ml2k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33241 +dcid: "dc/wzltv9y1ml2k8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/75lm4dtv71v53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/75lm4dtv71v53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rkdqjrhwn3zm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51911 +dcid: "dc/rkdqjrhwn3zm6" + +Node: dcid:dc/jhkwe22nt0gjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444190 +dcid: "dc/jhkwe22nt0gjb" + +Node: dcid:dc/8rf0e4j3vmbk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238292 +dcid: "dc/8rf0e4j3vmbk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bmy7kgh7w5tsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/bmy7kgh7w5tsf" + +Node: dcid:dc/fdemsq3yt4e6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/fdemsq3yt4e6f" + +Node: dcid:dc/w8gwr8872dl36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/w8gwr8872dl36" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7svfyplb93w09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/7svfyplb93w09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yb8es79j023y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/yb8es79j023y7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gsgxcfb6bpv53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/gsgxcfb6bpv53" + +Node: dcid:dc/41hjsm584eh55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111332 +dcid: "dc/41hjsm584eh55" + +Node: dcid:dc/3m1j0j9cq43x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/3m1j0j9cq43x4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rrwgj1yvghdq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44529 +dcid: "dc/rrwgj1yvghdq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2gmkvwpg6c1vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424110 +dcid: "dc/2gmkvwpg6c1vg" + +Node: dcid:dc/246m76q9fy4w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/246m76q9fy4w2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbee2dhwgt2rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923130 +dcid: "dc/hbee2dhwgt2rg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/th2cg6g4cn8q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11212 +dcid: "dc/th2cg6g4cn8q" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qn0mjg3hzbwwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/qn0mjg3hzbwwc" + +Node: dcid:dc/329x9zrfxjs61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32629 +dcid: "dc/329x9zrfxjs61" + +Node: dcid:dc/8sc83veyf5b85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/8sc83veyf5b85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5cdpcb2x57s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484122 +dcid: "dc/k5cdpcb2x57s7" + +Node: dcid:dc/5nw5vz9rhg2dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/5nw5vz9rhg2dc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pf30by1q0mny8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/pf30by1q0mny8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1pq3p1xjh02gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11231 +dcid: "dc/1pq3p1xjh02gh" + +Node: dcid:dc/c32w3fw08kv15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/c32w3fw08kv15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/erp3gc9hz4qpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112310 +dcid: "dc/erp3gc9hz4qpc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dj07tz9xs29f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/dj07tz9xs29f4" + +Node: dcid:dc/r2pke4687y6s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/r2pke4687y6s7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gr7kcd0jqxqx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334417 +dcid: "dc/gr7kcd0jqxqx3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gkd35vzct5142 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238172 +dcid: "dc/gkd35vzct5142" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1f974ewv66n86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3252 +dcid: "dc/1f974ewv66n86" + +Node: dcid:dc/yh1tvm7mxqg69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/yh1tvm7mxqg69" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xv1c05v1bxj0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/xv1c05v1bxj0f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ffy5gdcknw771 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/ffy5gdcknw771" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/34devb17my6f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44811 +dcid: "dc/34devb17my6f8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/58y06wvvjzxe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/58y06wvvjzxe2" + +Node: dcid:dc/d8t3elvpkmxt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/d8t3elvpkmxt4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gw7ecd180bqe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624190 +dcid: "dc/gw7ecd180bqe2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/km8fsnrx2psk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/km8fsnrx2psk5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1tkvrfq5dpk0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921190 +dcid: "dc/1tkvrfq5dpk0f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/36yqj6glmpt67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481211 +dcid: "dc/36yqj6glmpt67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vcgj9bdbgxmv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/vcgj9bdbgxmv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/slhb57tw718b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/slhb57tw718b7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8y4wll9dg554 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/k8y4wll9dg554" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/09nnds609jzj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322232 +dcid: "dc/09nnds609jzj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e9mvt377fmgn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611 +dcid: "dc/e9mvt377fmgn4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eq72211mhvfn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52591 +dcid: "dc/eq72211mhvfn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h96v6s8elcjm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/h96v6s8elcjm4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l3evfxn2kkjq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311613 +dcid: "dc/l3evfxn2kkjq7" + +Node: dcid:dc/dhjyqsdts0yf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/dhjyqsdts0yf8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l1lehbj9d0t21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326140 +dcid: "dc/l1lehbj9d0t21" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ehgpmwxw121x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/ehgpmwxw121x4" + +Node: dcid:dc/ky1t2dtxn2tx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/ky1t2dtxn2tx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sf9rg1eb3ynxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33512 +dcid: "dc/sf9rg1eb3ynxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hkdrcfenq69b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/hkdrcfenq69b7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9cbl5w33re52g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/9cbl5w33re52g" + +Node: dcid:dc/5fhrv5wb20r0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32192 +dcid: "dc/5fhrv5wb20r0b" + +Node: dcid:dc/2x2bgpqnznm2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/2x2bgpqnznm2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dcfwwqe49btv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/dcfwwqe49btv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vhn57d50yj1v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/vhn57d50yj1v2" + +Node: dcid:dc/75vpt9z9dz3r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/75vpt9z9dz3r5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ngmkwpdmlfh48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532111 +dcid: "dc/ngmkwpdmlfh48" + +Node: dcid:dc/spkcnqrj6lzs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/spkcnqrj6lzs" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fsnehqxyv7jfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/fsnehqxyv7jfh" + +Node: dcid:dc/pp5twlde2qk4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713 +dcid: "dc/pp5twlde2qk4g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xe7kp7kdfc7v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31411 +dcid: "dc/xe7kp7kdfc7v5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tvjdyrsvgh454 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/tvjdyrsvgh454" + +Node: dcid:dc/1v3cn1hnd2lp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/1v3cn1hnd2lp7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ec5c3egw5e633 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444210 +dcid: "dc/ec5c3egw5e633" + +Node: dcid:dc/yfh33sn1we4n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/yfh33sn1we4n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z1rpe6r6fwhr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/z1rpe6r6fwhr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qkff0225evyw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4246 +dcid: "dc/qkff0225evyw6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6rvhn42y5tk4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/6rvhn42y5tk4g" + +Node: dcid:dc/rze32sl25vqf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/rze32sl25vqf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k8dxsdhn0gj12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238152 +dcid: "dc/k8dxsdhn0gj12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p04g9fw7jm7dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/p04g9fw7jm7dd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wn2xg1c723jh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/wn2xg1c723jh7" + +Node: dcid:dc/5kvqf55q2j0hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444210 +dcid: "dc/5kvqf55q2j0hc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b8ws09bsmg5t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32614 +dcid: "dc/b8ws09bsmg5t9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e1dmjgh5tzlr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/e1dmjgh5tzlr4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/td2ecym1eblnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/td2ecym1eblnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l7f9em82bfl3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3262 +dcid: "dc/l7f9em82bfl3g" + +Node: dcid:dc/mvxkht65pe1c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/mvxkht65pe1c7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mhz4qp2szys03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423140 +dcid: "dc/mhz4qp2szys03" + +Node: dcid:dc/je344k54685l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45211 +dcid: "dc/je344k54685l2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wvjfzw7bnyg48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/wvjfzw7bnyg48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/76jbdwh9qsn18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/76jbdwh9qsn18" + +Node: dcid:dc/vzfjngv8dfs23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2373 +dcid: "dc/vzfjngv8dfs23" + +Node: dcid:dc/6565ysxyb2jec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/6565ysxyb2jec" + +Node: dcid:dc/flx7whxsmq9k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42314 +dcid: "dc/flx7whxsmq9k2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h0ttd7fb2mld5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/h0ttd7fb2mld5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3flpl61b325y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/3flpl61b325y4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m0sd0s0n9rg02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/m0sd0s0n9rg02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6wg2yt4mswmt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621 +dcid: "dc/6wg2yt4mswmt4" + +Node: dcid:dc/gx92bhznbl099 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11293 +dcid: "dc/gx92bhznbl099" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5fxv7pbj3h1q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/5fxv7pbj3h1q3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gnhnmkm2nhqy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/gnhnmkm2nhqy8" + +Node: dcid:dc/25jrs8ltvm033 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/25jrs8ltvm033" + +Node: dcid:dc/pf5bkl261zkc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/pf5bkl261zkc7" + +Node: dcid:dc/9pjfnfb6l51e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/9pjfnfb6l51e9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/trhh6s3ksvzs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81411 +dcid: "dc/trhh6s3ksvzs4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h3gtsp7ytplc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31111 +dcid: "dc/h3gtsp7ytplc8" + +Node: dcid:dc/lky8jhk8pd7jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33232 +dcid: "dc/lky8jhk8pd7jf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cxtl5sfpqdz78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54183 +dcid: "dc/cxtl5sfpqdz78" + +Node: dcid:dc/yq4sth6n0h314 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/yq4sth6n0h314" + +Node: dcid:dc/njt3hxkjjv0vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311611 +dcid: "dc/njt3hxkjjv0vg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2985d7nptdht8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/2985d7nptdht8" + +Node: dcid:dc/nmnbg0tl9f62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/nmnbg0tl9f62" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6p2msjhlnwhk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/6p2msjhlnwhk3" + +Node: dcid:dc/r1cbfdkns9cr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/r1cbfdkns9cr6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9qp2e6k1lqs3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/9qp2e6k1lqs3c" + +Node: dcid:dc/hpbcr4d2rks4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54183 +dcid: "dc/hpbcr4d2rks4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rzgrj0qjkkjn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713210 +dcid: "dc/rzgrj0qjkkjn4" + +Node: dcid:dc/z4sgne86dnkq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326199 +dcid: "dc/z4sgne86dnkq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8f11dzrjp9fcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/8f11dzrjp9fcf" + +Node: dcid:dc/jzrj93dwz5e66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32614 +dcid: "dc/jzrj93dwz5e66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6dtbb3s80hne7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/6dtbb3s80hne7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sz01e8cwwjsrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315211 +dcid: "dc/sz01e8cwwjsrd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pqrxhc0k29bnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62419 +dcid: "dc/pqrxhc0k29bnf" + +Node: dcid:dc/hzzf8lr4tnl83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/hzzf8lr4tnl83" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b6fvlslennxp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31324 +dcid: "dc/b6fvlslennxp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xhg48sdm8vny4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/xhg48sdm8vny4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hp8wp1p09tk4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/hp8wp1p09tk4d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nsxf7h0v3cj39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333412 +dcid: "dc/nsxf7h0v3cj39" + +Node: dcid:dc/lvztj81x82s23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/lvztj81x82s23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nqg4ez7wr871c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/nqg4ez7wr871c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n0cdq2d9zgkjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/n0cdq2d9zgkjc" + +Node: dcid:dc/fk0glcfhfgvnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238332 +dcid: "dc/fk0glcfhfgvnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbw82z40d6fz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32591 +dcid: "dc/dbw82z40d6fz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/swe40f1my52mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/swe40f1my52mb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/glnwnjn5l89mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/glnwnjn5l89mg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vj9qy13xgcl4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/vj9qy13xgcl4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbeyck44v3n23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213112 +dcid: "dc/kbeyck44v3n23" + +Node: dcid:dc/8dp0bxjmvt425 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238991 +dcid: "dc/8dp0bxjmvt425" + +Node: dcid:dc/kejl388s0z33c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/kejl388s0z33c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cjktllyrev976 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/cjktllyrev976" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pme5xjfe2mnb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/pme5xjfe2mnb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e2dkm54lwxxx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/e2dkm54lwxxx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c3z9bs2gv2795 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/c3z9bs2gv2795" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15y71jfh4702g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/15y71jfh4702g" + +Node: dcid:dc/qeqktfvr9ybl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926110 +dcid: "dc/qeqktfvr9ybl4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/455rphgspq491 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/455rphgspq491" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rjdghr1t87l87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/rjdghr1t87l87" + +Node: dcid:dc/6en4kl4qx44dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321991 +dcid: "dc/6en4kl4qx44dh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1sd8sxb9tkpk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31133 +dcid: "dc/1sd8sxb9tkpk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8n6y5w4jw5xc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/8n6y5w4jw5xc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwkbrpy7bj0kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/kwkbrpy7bj0kb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qyr9tvzh0ww88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/qyr9tvzh0ww88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r744fn6ej6kw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45311 +dcid: "dc/r744fn6ej6kw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ke2e80lgh212 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485410 +dcid: "dc/3ke2e80lgh212" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v5x5rnyfy84k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/v5x5rnyfy84k4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qtr25xn75ykm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424520 +dcid: "dc/qtr25xn75ykm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1jkqn7gp6m6m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/1jkqn7gp6m6m8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tjd6qd8epjw9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/tjd6qd8epjw9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xt3lzykb3ph18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/xt3lzykb3ph18" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lhr5bvswh217 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/lhr5bvswh217" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/szykrr0ndsxgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/szykrr0ndsxgc" + +Node: dcid:dc/5fss7vlvhn8m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/5fss7vlvhn8m2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ne3g6xj31kcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/8ne3g6xj31kcc" + +Node: dcid:dc/tm0237k7m8164 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/tm0237k7m8164" + +Node: dcid:dc/ndbjhg2kknln2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451140 +dcid: "dc/ndbjhg2kknln2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8d3grlvdble9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/8d3grlvdble9g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pegewccqdf0fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/pegewccqdf0fd" + +Node: dcid:dc/w7pypqht58np6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/w7pypqht58np6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/knmrt0fkly9v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334611 +dcid: "dc/knmrt0fkly9v7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n0m3e2r3pxb21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486 +dcid: "dc/n0m3e2r3pxb21" + +Node: dcid:dc/s99p1wt7njky5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/s99p1wt7njky5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5egbedv6m1zm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/5egbedv6m1zm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l4mx1phe2d239 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921130 +dcid: "dc/l4mx1phe2d239" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wfmwmfzbzsen7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337121 +dcid: "dc/wfmwmfzbzsen7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/smd6ckdc2e75h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/smd6ckdc2e75h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/45vs8jdsdddx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42361 +dcid: "dc/45vs8jdsdddx" + +Node: dcid:dc/pt1jwtgscs7gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/pt1jwtgscs7gb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l140084v29kb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/l140084v29kb3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/crw61kqyrmlwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/crw61kqyrmlwd" + +Node: dcid:dc/svz3d4drgbesb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326150 +dcid: "dc/svz3d4drgbesb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sq42p8cxq2d5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/sq42p8cxq2d5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lxs1qg0dee925 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32412 +dcid: "dc/lxs1qg0dee925" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xvfyfv5cjf3b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3362 +dcid: "dc/xvfyfv5cjf3b7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/81e2zgkemzpe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/81e2zgkemzpe" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3mznj6tww08fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21311 +dcid: "dc/3mznj6tww08fc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m928yn5edl2k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334516 +dcid: "dc/m928yn5edl2k3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ks7rwn8g6fwf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31522 +dcid: "dc/ks7rwn8g6fwf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tz1pgfp0s0sbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/tz1pgfp0s0sbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9m53y39hhghb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33221 +dcid: "dc/w9m53y39hhghb" + +Node: dcid:dc/c6eewbm5ll9m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424320 +dcid: "dc/c6eewbm5ll9m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0jk8gl79q9x14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331422 +dcid: "dc/0jk8gl79q9x14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t3pgh6232n9hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/t3pgh6232n9hg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sn5d799dq8pf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/sn5d799dq8pf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8bemjzzcz402b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3252 +dcid: "dc/8bemjzzcz402b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xscmzh27mq2fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/xscmzh27mq2fh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tr9fnhcmd1zm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/tr9fnhcmd1zm3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8nvb97xxhwrd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/8nvb97xxhwrd6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gt3m3pxch7gt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3346 +dcid: "dc/gt3m3pxch7gt3" + +Node: dcid:dc/rxezjmxxffqv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922190 +dcid: "dc/rxezjmxxffqv" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v7dw14523ne36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323116 +dcid: "dc/v7dw14523ne36" + +Node: dcid:dc/frt1lp7gp5k1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332111 +dcid: "dc/frt1lp7gp5k1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hqylsp7kyr4eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922140 +dcid: "dc/hqylsp7kyr4eh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ms589kdkg9ehg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441110 +dcid: "dc/ms589kdkg9ehg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j1sv66khn3s5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92612 +dcid: "dc/j1sv66khn3s5d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/870mk82ld8ke9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/870mk82ld8ke9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6dh3nbh1el5h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42495 +dcid: "dc/6dh3nbh1el5h8" + +Node: dcid:dc/5kn3c1dgyh5k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/5kn3c1dgyh5k1" + +Node: dcid:dc/j3vd2eh1ttrfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/j3vd2eh1ttrfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jbccwwhffsffb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/jbccwwhffsffb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/srvfhsz79vsm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32222 +dcid: "dc/srvfhsz79vsm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yb094j088q476 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/yb094j088q476" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8tlr8l6qwbcw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/8tlr8l6qwbcw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9t5n4mk2fxzdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/9t5n4mk2fxzdg" + +Node: dcid:dc/04jpjz48gz3c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/04jpjz48gz3c6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gw0rxky82kh99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/gw0rxky82kh99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qw0260rxcvfq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/qw0260rxcvfq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqppnh3cyv8l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/sqppnh3cyv8l1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s4lkkjzrzbpx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/s4lkkjzrzbpx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sn66tmxcdm8sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/sn66tmxcdm8sh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xbvzlfdcsejj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32229 +dcid: "dc/xbvzlfdcsejj3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v15s9wwswsnm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32592 +dcid: "dc/v15s9wwswsnm6" + +Node: dcid:dc/4c96x6w3d9795 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71119 +dcid: "dc/4c96x6w3d9795" + +Node: dcid:dc/z0jplvsk5sppf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327310 +dcid: "dc/z0jplvsk5sppf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b7mrlmy236lkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315292 +dcid: "dc/b7mrlmy236lkc" + +Node: dcid:dc/815efzvnb33p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316219 +dcid: "dc/815efzvnb33p5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z1cmzzqvvkyx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331222 +dcid: "dc/z1cmzzqvvkyx8" + +Node: dcid:dc/qqv0r350dk4sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31519 +dcid: "dc/qqv0r350dk4sb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/833glb7xy88gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/833glb7xy88gg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q91529g15wp42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311823 +dcid: "dc/q91529g15wp42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bqg03ge9wpb0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336321 +dcid: "dc/bqg03ge9wpb0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4z7eldf45g1ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322233 +dcid: "dc/4z7eldf45g1ng" + +Node: dcid:dc/zc8m8xw42bdn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322233 +dcid: "dc/zc8m8xw42bdn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ssnbfmcvqkdzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339995 +dcid: "dc/ssnbfmcvqkdzh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cxfghfz9v32x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316992 +dcid: "dc/cxfghfz9v32x" + +Node: dcid:dc/8xv7xlr77mx98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/8xv7xlr77mx98" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1hs2dzwh06cj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/1hs2dzwh06cj3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v9zshg0br6n82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331314 +dcid: "dc/v9zshg0br6n82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f087pt4lqn7wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333132 +dcid: "dc/f087pt4lqn7wd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rkqbsrh70l8s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333912 +dcid: "dc/rkqbsrh70l8s6" + +Node: dcid:dc/d3lj8n6e92qwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111333 +dcid: "dc/d3lj8n6e92qwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xzyj68bmn2yv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/xzyj68bmn2yv6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ge7dnctqr2gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/ge7dnctqr2gf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1qvx0hhs90sw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/1qvx0hhs90sw1" + +Node: dcid:dc/6ewhd4mqhjn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316219 +dcid: "dc/6ewhd4mqhjn1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fx00bh1pkm1f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337124 +dcid: "dc/fx00bh1pkm1f1" + +Node: dcid:dc/gfb92f40brp84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31621 +dcid: "dc/gfb92f40brp84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yxkhjl7brsd58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/yxkhjl7brsd58" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1gfq7zw5f6rr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332611 +dcid: "dc/1gfq7zw5f6rr1" + +Node: dcid:dc/mdpz75g1ltxk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335211 +dcid: "dc/mdpz75g1ltxk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ct1whf2dj147g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315224 +dcid: "dc/ct1whf2dj147g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c928yc9jjlydh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/c928yc9jjlydh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/77196g55c0ew3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334613 +dcid: "dc/77196g55c0ew3" + +Node: dcid:dc/nr2l0dpprevs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331522 +dcid: "dc/nr2l0dpprevs6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fky8pxsz7tsng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333312 +dcid: "dc/fky8pxsz7tsng" + +Node: dcid:dc/c7ml5v5e13y79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315225 +dcid: "dc/c7ml5v5e13y79" + +Node: dcid:dc/kjxkkjdyrxev9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/kjxkkjdyrxev9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vl24hl71jd0g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31222 +dcid: "dc/vl24hl71jd0g9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zdr2cp6rjfnl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332992 +dcid: "dc/zdr2cp6rjfnl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/44p9qb4h16eh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315292 +dcid: "dc/44p9qb4h16eh2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ej0pmtfcyzww8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31621 +dcid: "dc/ej0pmtfcyzww8" + +Node: dcid:dc/ce8y2g8z4tqk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324199 +dcid: "dc/ce8y2g8z4tqk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z5fb2x9q7hr99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336360 +dcid: "dc/z5fb2x9q7hr99" + +Node: dcid:dc/sq6lb2t3bwwm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336321 +dcid: "dc/sq6lb2t3bwwm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v0y8bq5kzpje9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/v0y8bq5kzpje9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hxe91g9rkbt67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111333 +dcid: "dc/hxe91g9rkbt67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1fbvz1r07ztfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327420 +dcid: "dc/1fbvz1r07ztfh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eklqy4fre38k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/eklqy4fre38k2" + +Node: dcid:dc/506edmf5rkj0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316993 +dcid: "dc/506edmf5rkj0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/324v68p36f405 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/324v68p36f405" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fpynhhzwz7d42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31214 +dcid: "dc/fpynhhzwz7d42" + +Node: dcid:dc/qer4zgqzyeec8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33591 +dcid: "dc/qer4zgqzyeec8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vr3l7r4qetw7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315231 +dcid: "dc/vr3l7r4qetw7d" + +Node: dcid:dc/be569xhp9ckx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212112 +dcid: "dc/be569xhp9ckx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvj6kgp0w7spc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/cvj6kgp0w7spc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cb7nhkcenbz48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/cb7nhkcenbz48" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9j5wgcl8hc99c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333921 +dcid: "dc/9j5wgcl8hc99c" + +Node: dcid:dc/7q1b719sg2e7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311225 +dcid: "dc/7q1b719sg2e7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1e5qdyrc8k52b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/1e5qdyrc8k52b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6dvhx016021e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111333 +dcid: "dc/6dvhx016021e8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0gzfrlzg0c957 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/0gzfrlzg0c957" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8hrqdskqg7ft4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/8hrqdskqg7ft4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xvfvcgbyeq8q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/xvfvcgbyeq8q2" + +Node: dcid:dc/7r7swxpjs2j2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212319 +dcid: "dc/7r7swxpjs2j2d" + +Node: dcid:dc/hxkwqfd76xyd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/hxkwqfd76xyd7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/npdn5jwtw0p53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/npdn5jwtw0p53" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2s8pbspnsj50f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331319 +dcid: "dc/2s8pbspnsj50f" + +Node: dcid:dc/drjbfevwyvwl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/drjbfevwyvwl7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xctgf0c88epc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/xctgf0c88epc5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3y9zgt8yq3s2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42352 +dcid: "dc/3y9zgt8yq3s2c" + +Node: dcid:dc/fh0tery49mtk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313222 +dcid: "dc/fh0tery49mtk5" + +Node: dcid:dc/phsk9gj7g30s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/phsk9gj7g30s2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n639llx28t3t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331522 +dcid: "dc/n639llx28t3t7" + +Node: dcid:dc/vk818hsqtqc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/vk818hsqtqc1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vwvc8n630vhp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332998 +dcid: "dc/vwvc8n630vhp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fh3trklc8dnyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/fh3trklc8dnyg" + +Node: dcid:dc/skv950eytrmx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33522 +dcid: "dc/skv950eytrmx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3c2nveq24y357 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/3c2nveq24y357" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s8w0gb8mdfmx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/s8w0gb8mdfmx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ryf2rfwn3r9fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334613 +dcid: "dc/ryf2rfwn3r9fb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7k68r27pz74qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212322 +dcid: "dc/7k68r27pz74qg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0s9t4vnl66fl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/0s9t4vnl66fl7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gtr5431j12m6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/gtr5431j12m6h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8bpzynxqjb905 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/8bpzynxqjb905" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/87eme1sh6blz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/87eme1sh6blz2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3v4xc4k03k317 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336510 +dcid: "dc/3v4xc4k03k317" + +Node: dcid:dc/60pfcl5hkjpl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331512 +dcid: "dc/60pfcl5hkjpl4" + +Node: dcid:dc/31m27f3r3zt32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/31m27f3r3zt32" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ceb7b7rjvqfz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/ceb7b7rjvqfz5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x5gcmxjw8gmfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327113 +dcid: "dc/x5gcmxjw8gmfh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zl2fwf5mmb0j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315234 +dcid: "dc/zl2fwf5mmb0j9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6scccj9kptx7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212311 +dcid: "dc/6scccj9kptx7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15n6vr80lj5r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332114 +dcid: "dc/15n6vr80lj5r" + +Node: dcid:dc/r6tj1l45ry5bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/r6tj1l45ry5bc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5t1q1qsxrvk33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33591 +dcid: "dc/5t1q1qsxrvk33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lpn9d5z7sgc59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331522 +dcid: "dc/lpn9d5z7sgc59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/91se1vszvfq05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/91se1vszvfq05" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wlfpqm8x8tvg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331222 +dcid: "dc/wlfpqm8x8tvg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hwdq1d2yq5ekb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/hwdq1d2yq5ekb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y24hzs28ds3w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33611 +dcid: "dc/y24hzs28ds3w" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4j4c9692fq24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/g4j4c9692fq24" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qse4h7qdk18j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337124 +dcid: "dc/qse4h7qdk18j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tsxj29kwvsrj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/tsxj29kwvsrj4" + +Node: dcid:dc/955z6r2hq2tx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316992 +dcid: "dc/955z6r2hq2tx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/14b3n7mbt2spd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/14b3n7mbt2spd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q746qfdvn3th1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311911 +dcid: "dc/q746qfdvn3th1" + +Node: dcid:dc/qlede3z4mqxp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/qlede3z4mqxp7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r970wyk3jnr75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313222 +dcid: "dc/r970wyk3jnr75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5l0vb0tj3fcpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111333 +dcid: "dc/5l0vb0tj3fcpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4j9fq06p16sp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335129 +dcid: "dc/4j9fq06p16sp6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jxd3rxw9slbj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333132 +dcid: "dc/jxd3rxw9slbj9" + +Node: dcid:dc/nst1171b6rdxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339942 +dcid: "dc/nst1171b6rdxf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lrypn2jqe1exg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/lrypn2jqe1exg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/56w9gm6c2cez3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32742 +dcid: "dc/56w9gm6c2cez3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xgxpnjcn8glt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/xgxpnjcn8glt" + +Node: dcid:dc/52031h5key964 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/52031h5key964" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/13q4hl6dhwkh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/13q4hl6dhwkh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hswxc818nkyq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/hswxc818nkyq9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eypl4yqx0rfpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/eypl4yqx0rfpb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/76t19jx6r2wyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42352 +dcid: "dc/76t19jx6r2wyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1gh112e0tpk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711190 +dcid: "dc/m1gh112e0tpk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xs5jyglbjqwe6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212112 +dcid: "dc/xs5jyglbjqwe6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/glnr9y9btm9mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/glnr9y9btm9mg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pkntxw26klgmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/pkntxw26klgmb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yzps0w3bghfn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/yzps0w3bghfn9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5mbw9rmzkzl47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/5mbw9rmzkzl47" + +Node: dcid:dc/ks1hllrgdb9pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332214 +dcid: "dc/ks1hllrgdb9pb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7t3ckmrkzlbcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/7t3ckmrkzlbcd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rf3mfejzh3lh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337129 +dcid: "dc/rf3mfejzh3lh3" + +Node: dcid:dc/54k14g4wk8n79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/54k14g4wk8n79" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k7kp77c40324h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/k7kp77c40324h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8y2re40gd1f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/8y2re40gd1f9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/811sbwvg39rb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333132 +dcid: "dc/811sbwvg39rb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ex1cycfccw01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336120 +dcid: "dc/3ex1cycfccw01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dqmg000snrk94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/dqmg000snrk94" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w5gdgfct9me6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333112 +dcid: "dc/w5gdgfct9me6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/62562l9v1471d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327410 +dcid: "dc/62562l9v1471d" + +Node: dcid:dc/663p99z88z2xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/663p99z88z2xg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/benpk5tcc29j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32213 +dcid: "dc/benpk5tcc29j2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/me2csegnnhq7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/me2csegnnhq7b" + +Node: dcid:dc/zhwvkwm8tbbvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31519 +dcid: "dc/zhwvkwm8tbbvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8jmbwp4x80l4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312140 +dcid: "dc/8jmbwp4x80l4d" + +Node: dcid:dc/9dlkhye638d1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316992 +dcid: "dc/9dlkhye638d1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nzq9sq2822b58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32742 +dcid: "dc/nzq9sq2822b58" + +Node: dcid:dc/7vftsr41xe01d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/7vftsr41xe01d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sgmpw1nbf1sgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332612 +dcid: "dc/sgmpw1nbf1sgf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tcpwzj12485y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/tcpwzj12485y9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m3p1e3gp64ltd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/m3p1e3gp64ltd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qmsjj5t7jjwn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33611 +dcid: "dc/qmsjj5t7jjwn3" + +Node: dcid:dc/hcerhweqkf4z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327310 +dcid: "dc/hcerhweqkf4z1" + +Node: dcid:dc/4t1p0z83jz5vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311813 +dcid: "dc/4t1p0z83jz5vh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5hh1n5tgbeq71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511191 +dcid: "dc/5hh1n5tgbeq71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6f2ed8jw8wwyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3352 +dcid: "dc/6f2ed8jw8wwyd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m8xby86wj1jbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335129 +dcid: "dc/m8xby86wj1jbh" + +Node: dcid:dc/dqtde17tb02h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325212 +dcid: "dc/dqtde17tb02h" + +Node: dcid:dc/ssnd7d9mn5j23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333131 +dcid: "dc/ssnd7d9mn5j23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/141xfbd3czxyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/141xfbd3czxyg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/52ddl983hesz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335932 +dcid: "dc/52ddl983hesz2" + +Node: dcid:dc/pdek765tqwn53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321211 +dcid: "dc/pdek765tqwn53" + +Node: dcid:dc/dg6h15t7plzwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325212 +dcid: "dc/dg6h15t7plzwh" + +Node: dcid:dc/6vpnwmvtk2206 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336391 +dcid: "dc/6vpnwmvtk2206" + +Node: dcid:dc/nlffwdlxx90e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335932 +dcid: "dc/nlffwdlxx90e2" + +Node: dcid:dc/sr233f9520414 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324199 +dcid: "dc/sr233f9520414" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wtnqm1rj6z4f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33612 +dcid: "dc/wtnqm1rj6z4f6" + +Node: dcid:dc/9jee70jdv5gq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/9jee70jdv5gq8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cvwz1lhb10chb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/cvwz1lhb10chb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4nk7qvpemz8zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315232 +dcid: "dc/4nk7qvpemz8zb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1t36fffsnmkbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322233 +dcid: "dc/1t36fffsnmkbc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zyj12bp94brs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/zyj12bp94brs5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/glvg10m7vsz31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/glvg10m7vsz31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7mnwq10tm6s0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339944 +dcid: "dc/7mnwq10tm6s0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ty4f6n9t27e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/4ty4f6n9t27e1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lp7vxpqq1xl33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212112 +dcid: "dc/lp7vxpqq1xl33" + +Node: dcid:dc/151gj7r9lgmwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31193 +dcid: "dc/151gj7r9lgmwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gtjb1rjy2pmsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3162 +dcid: "dc/gtjb1rjy2pmsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kz914ck7cqr5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31221 +dcid: "dc/kz914ck7cqr5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vrzgcg97j9lld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/vrzgcg97j9lld" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3rjfeln0ssp89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332213 +dcid: "dc/3rjfeln0ssp89" + +Node: dcid:dc/e2zkefgxmpsm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324122 +dcid: "dc/e2zkefgxmpsm7" + +Node: dcid:dc/7yf6001j6mbd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/7yf6001j6mbd5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pbysxr7rqlwjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335211 +dcid: "dc/pbysxr7rqlwjh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p08dfe1m4mjyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/p08dfe1m4mjyc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2xpcm8xwmmvx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/2xpcm8xwmmvx3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/305vfet698wdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335211 +dcid: "dc/305vfet698wdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e94vc82qpfw8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332612 +dcid: "dc/e94vc82qpfw8h" + +Node: dcid:dc/j32em9ms3c3jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/j32em9ms3c3jh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nhyyqjc1gq431 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333311 +dcid: "dc/nhyyqjc1gq431" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5s634x391gvmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332112 +dcid: "dc/5s634x391gvmf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wqckdcxkcxcm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316992 +dcid: "dc/wqckdcxkcxcm3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hedn6yxy15k87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511191 +dcid: "dc/hedn6yxy15k87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dn953nd874792 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325920 +dcid: "dc/dn953nd874792" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbr5qdysgwrf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311941 +dcid: "dc/hbr5qdysgwrf9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cv98vjlgpmy8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/cv98vjlgpmy8f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gyg4ffvs8437 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32741 +dcid: "dc/gyg4ffvs8437" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xr2dh9vehy847 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333131 +dcid: "dc/xr2dh9vehy847" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6q4qntwy1ehg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523210 +dcid: "dc/m6q4qntwy1ehg" + +Node: dcid:dc/j8mbfnftnv6fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333518 +dcid: "dc/j8mbfnftnv6fd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lm209xf6bgyd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/lm209xf6bgyd9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qfrxc6k86dg23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31222 +dcid: "dc/qfrxc6k86dg23" + +Node: dcid:dc/v7thh7j0r2kx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/v7thh7j0r2kx7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p0mx1ljh791kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/p0mx1ljh791kd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bj59qlhfg76x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/bj59qlhfg76x9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eprmghgsktwk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311930 +dcid: "dc/eprmghgsktwk1" + +Node: dcid:dc/v5xw3bhc1cp7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333518 +dcid: "dc/v5xw3bhc1cp7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/smdg6sg2957nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512220 +dcid: "dc/smdg6sg2957nd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8869ql8c0prk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/8869ql8c0prk8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8jgtxprx9kyw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325188 +dcid: "dc/8jgtxprx9kyw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l1gpt67kels62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32592 +dcid: "dc/l1gpt67kels62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/el29x1yz2w66g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/el29x1yz2w66g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s0cgj1m49eg5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31311 +dcid: "dc/s0cgj1m49eg5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6hsyf3rbp93f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327121 +dcid: "dc/6hsyf3rbp93f9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2yrwyxwrlv6j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/2yrwyxwrlv6j5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g53r0vwk23ep7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311942 +dcid: "dc/g53r0vwk23ep7" + +Node: dcid:dc/1fze46j75fhff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336360 +dcid: "dc/1fze46j75fhff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gws3t4mrpbg6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5232 +dcid: "dc/gws3t4mrpbg6d" + +Node: dcid:dc/mhk1md82p8bq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332112 +dcid: "dc/mhk1md82p8bq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v0z8trpz4vyv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/v0z8trpz4vyv" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9mmxbem7c7xrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316992 +dcid: "dc/9mmxbem7c7xrh" + +Node: dcid:dc/815nx5e4k7nq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423520 +dcid: "dc/815nx5e4k7nq2" + +Node: dcid:dc/rqcmd90fjpr5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331221 +dcid: "dc/rqcmd90fjpr5h" + +Node: dcid:dc/nqwtjjgd6dy42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325212 +dcid: "dc/nqwtjjgd6dy42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtqk248623blc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327420 +dcid: "dc/jtqk248623blc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wgv3c28gg8y23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33611 +dcid: "dc/wgv3c28gg8y23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jy39pc0y86hh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42352 +dcid: "dc/jy39pc0y86hh3" + +Node: dcid:dc/40mbmvnfe7118 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/324199 +dcid: "dc/40mbmvnfe7118" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w7bhp15qkvpgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336212 +dcid: "dc/w7bhp15qkvpgf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zdrskn0b5lx5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315224 +dcid: "dc/zdrskn0b5lx5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qqttk2r23m4m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327992 +dcid: "dc/qqttk2r23m4m6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ejgvvtqpf42eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/ejgvvtqpf42eb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xsmbvbs8nhmg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/xsmbvbs8nhmg3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0d7p9j0408442 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/0d7p9j0408442" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jtbkwpzk4bhwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/jtbkwpzk4bhwc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ljx5358elmbpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336340 +dcid: "dc/ljx5358elmbpb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1gttnh9frxcyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333921 +dcid: "dc/1gttnh9frxcyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gretfbft1dskd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336510 +dcid: "dc/gretfbft1dskd" + +Node: dcid:dc/3t2dw45eepx48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32213 +dcid: "dc/3t2dw45eepx48" + +Node: dcid:dc/5ze5r10p3vsff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/5ze5r10p3vsff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zflcwcs8l89c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331222 +dcid: "dc/zflcwcs8l89c1" + +Node: dcid:dc/h3lrb2ddrkvs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331492 +dcid: "dc/h3lrb2ddrkvs2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ek4qykp8s9bh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/ek4qykp8s9bh4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c3thzxbygf6k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3162 +dcid: "dc/c3thzxbygf6k7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z98d64lrnpgn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711120 +dcid: "dc/z98d64lrnpgn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wqggxfpymyxv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337124 +dcid: "dc/wqggxfpymyxv7" + +Node: dcid:dc/21lyd3g9wz298 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/21lyd3g9wz298" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qqynqw9wcb386 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512220 +dcid: "dc/qqynqw9wcb386" + +Node: dcid:dc/ssnm0y3vy18g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311930 +dcid: "dc/ssnm0y3vy18g6" + +Node: dcid:dc/5y877xzy82ysc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/5y877xzy82ysc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/13vhpl5pd55lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/13vhpl5pd55lf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d6clxe24gg7mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31221 +dcid: "dc/d6clxe24gg7mc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f8y805zn7jl44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315224 +dcid: "dc/f8y805zn7jl44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c74hck5lk5j37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327124 +dcid: "dc/c74hck5lk5j37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1cf7vrc8cbp41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333518 +dcid: "dc/1cf7vrc8cbp41" + +Node: dcid:dc/23qnrtpfkq8n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324199 +dcid: "dc/23qnrtpfkq8n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0k096ry0egxb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334613 +dcid: "dc/0k096ry0egxb6" + +Node: dcid:dc/zjzf4qvt31ce7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333921 +dcid: "dc/zjzf4qvt31ce7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/73f9202srlrx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111333 +dcid: "dc/73f9202srlrx2" + +Node: dcid:dc/7vll6kfzg4v34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325920 +dcid: "dc/7vll6kfzg4v34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d85bskb03h1ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3352 +dcid: "dc/d85bskb03h1ff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9h4epencczed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333921 +dcid: "dc/w9h4epencczed" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wx87e442yl0x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/wx87e442yl0x3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3mervtv1dv6c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/3mervtv1dv6c2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xvcq0ybfn8e1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/xvcq0ybfn8e1d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8326hln9zzw37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327420 +dcid: "dc/8326hln9zzw37" + +Node: dcid:dc/jn1twmyvtl63h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332112 +dcid: "dc/jn1twmyvtl63h" + +Node: dcid:dc/tyc7s18jqp6xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/tyc7s18jqp6xd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ebgmx7qlmglef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/ebgmx7qlmglef" + +Node: dcid:dc/pgt65jveff6bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332213 +dcid: "dc/pgt65jveff6bh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gnh5fpz2nd442 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334414 +dcid: "dc/gnh5fpz2nd442" + +Node: dcid:dc/yj7gkl48s8ns3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/yj7gkl48s8ns3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r476sbnb92syb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454319 +dcid: "dc/r476sbnb92syb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0qsfb51wdv5jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/0qsfb51wdv5jh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vtebwzxfqn2p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31193 +dcid: "dc/vtebwzxfqn2p5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ybwpc0rlc3vf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32741 +dcid: "dc/ybwpc0rlc3vf3" + +Node: dcid:dc/vs80y1gtdw723 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334411 +dcid: "dc/vs80y1gtdw723" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kqmnxwhwfl4gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/kqmnxwhwfl4gb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c2lkx3ne0qzgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/c2lkx3ne0qzgh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qcpq98xjwkmvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311225 +dcid: "dc/qcpq98xjwkmvb" + +Node: dcid:dc/20wljmbnjnv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335129 +dcid: "dc/20wljmbnjnv9" + +Node: dcid:dc/7858zkt8l0yd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212319 +dcid: "dc/7858zkt8l0yd9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n4jl62rhktj51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313249 +dcid: "dc/n4jl62rhktj51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hp9v0xhrl8lq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/hp9v0xhrl8lq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8vcxscp85t0w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311411 +dcid: "dc/8vcxscp85t0w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bfjyzf36h27c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331314 +dcid: "dc/bfjyzf36h27c1" + +Node: dcid:dc/emtzjmbbq7sx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/emtzjmbbq7sx1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t9tdyh02q165f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331522 +dcid: "dc/t9tdyh02q165f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4c4v1h9t5k806 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/4c4v1h9t5k806" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5b94nhwz31183 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332112 +dcid: "dc/5b94nhwz31183" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ywk43p7983w13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711190 +dcid: "dc/ywk43p7983w13" + +Node: dcid:dc/61br9wjwxhew7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/61br9wjwxhew7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jqphp4lt4sps2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/jqphp4lt4sps2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w5kmtjnwlxx2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336510 +dcid: "dc/w5kmtjnwlxx2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cx46qm9ee3qg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332992 +dcid: "dc/cx46qm9ee3qg7" + +Node: dcid:dc/g0wetemlhv2r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337129 +dcid: "dc/g0wetemlhv2r4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ykyxmh6g5npg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335212 +dcid: "dc/8ykyxmh6g5npg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/skqvdz8v9mgdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327992 +dcid: "dc/skqvdz8v9mgdd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ebqlbp2f70dfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/ebqlbp2f70dfd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zy52t9fthvffb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315991 +dcid: "dc/zy52t9fthvffb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3kvt2fyqeywh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111333 +dcid: "dc/w3kvt2fyqeywh" + +Node: dcid:dc/1cvp5x57ww262 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/1cvp5x57ww262" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zf85hc513dqc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/zf85hc513dqc3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6e4xpg2hpsqbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/6e4xpg2hpsqbb" + +Node: dcid:dc/epycxjxmv22c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523210 +dcid: "dc/epycxjxmv22c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b7ym74nn7qydb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336391 +dcid: "dc/b7ym74nn7qydb" + +Node: dcid:dc/nq73v0xn6z62h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331316 +dcid: "dc/nq73v0xn6z62h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fdhc6jer83grb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/fdhc6jer83grb" + +Node: dcid:dc/87s42mdlxwwgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336120 +dcid: "dc/87s42mdlxwwgf" + +Node: dcid:dc/9lljslrj6zjrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/9lljslrj6zjrg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rhy3bmwh34dw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3361 +dcid: "dc/rhy3bmwh34dw7" + +Node: dcid:dc/1k9jdzc4ddmrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/1k9jdzc4ddmrg" + +Node: dcid:dc/l1tz632dyqtr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311111 +dcid: "dc/l1tz632dyqtr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l8q5ecfktmcc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332612 +dcid: "dc/l8q5ecfktmcc2" + +Node: dcid:dc/wdmj2yjl9p90b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32213 +dcid: "dc/wdmj2yjl9p90b" + +Node: dcid:dc/nz18q2fv6pg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335932 +dcid: "dc/nz18q2fv6pg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e560hxq3kn4pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/e560hxq3kn4pf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/824r03f3xz8p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331319 +dcid: "dc/824r03f3xz8p" + +Node: dcid:dc/1nqf0vcswg034 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454319 +dcid: "dc/1nqf0vcswg034" + +Node: dcid:dc/mfevp32bqs5v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/mfevp32bqs5v2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xwxxtzhswe3qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32213 +dcid: "dc/xwxxtzhswe3qh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mxbtn5zyhesjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331221 +dcid: "dc/mxbtn5zyhesjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbtg5nzvv19d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/dbtg5nzvv19d9" + +Node: dcid:dc/ppn66dj17zv07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331222 +dcid: "dc/ppn66dj17zv07" + +Node: dcid:dc/lxs5y5bzj5ce8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327420 +dcid: "dc/lxs5y5bzj5ce8" + +Node: dcid:dc/976gv65y1elv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327111 +dcid: "dc/976gv65y1elv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/67vrdlgsl207d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/67vrdlgsl207d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3k93m6jjwwdbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/3k93m6jjwwdbh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ttxv5ws8zntqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/ttxv5ws8zntqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l9xjt4m9q63c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/l9xjt4m9q63c4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pv8l65cvy5dp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/pv8l65cvy5dp3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6k4tq9xvxxwyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326220 +dcid: "dc/6k4tq9xvxxwyg" + +Node: dcid:dc/4fe69yywrfhwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327310 +dcid: "dc/4fe69yywrfhwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5pcncbdzldd75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/5pcncbdzldd75" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qbsxfn7l59ebb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33651 +dcid: "dc/qbsxfn7l59ebb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/je5fzz1ddd977 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5232 +dcid: "dc/je5fzz1ddd977" + +Node: dcid:dc/0znxf0ygxhm33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/0znxf0ygxhm33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/67c3bn0dvvmp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212311 +dcid: "dc/67c3bn0dvvmp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bwlx5sh6zsp3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/bwlx5sh6zsp3f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vn88p5r70c4nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/vn88p5r70c4nh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cvlkz4j9m5swc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337124 +dcid: "dc/cvlkz4j9m5swc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/230veenn8l641 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313241 +dcid: "dc/230veenn8l641" + +Node: dcid:dc/6c947c3m5dn2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/6c947c3m5dn2c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ljf1d8v6k819d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512132 +dcid: "dc/ljf1d8v6k819d" + +Node: dcid:dc/6p2q76kthghmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/6p2q76kthghmf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xs888wq2qw375 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/xs888wq2qw375" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yyjydjdxldvz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212322 +dcid: "dc/yyjydjdxldvz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b1g3ysc17rc54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327121 +dcid: "dc/b1g3ysc17rc54" + +Node: dcid:dc/7px7g8xx20hhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/7px7g8xx20hhh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7tbjw88w3theb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512220 +dcid: "dc/7tbjw88w3theb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ydkrwn5fq3qbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/ydkrwn5fq3qbh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/weq86k9l0k9p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331492 +dcid: "dc/weq86k9l0k9p9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ztwmfm06mqf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311111 +dcid: "dc/3ztwmfm06mqf4" + +Node: dcid:dc/2vj90t93596sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339931 +dcid: "dc/2vj90t93596sh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zkmqbwjkw6tcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/zkmqbwjkw6tcb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2b5vbcxgdj3s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313249 +dcid: "dc/2b5vbcxgdj3s2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3q87rqc6xvr03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/3q87rqc6xvr03" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rrqfep1qb5r7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/rrqfep1qb5r7c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m7lndy4c477e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/m7lndy4c477e5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bk9yy0kd174d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339931 +dcid: "dc/bk9yy0kd174d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z3nfec6yz3s76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/z3nfec6yz3s76" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lzwxks88ylmf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336510 +dcid: "dc/lzwxks88ylmf9" + +Node: dcid:dc/gpy25mmf6yzvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31214 +dcid: "dc/gpy25mmf6yzvh" + +Node: dcid:dc/2nwypskek89y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423520 +dcid: "dc/2nwypskek89y7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7bbsvexlyelwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311111 +dcid: "dc/7bbsvexlyelwb" + +Node: dcid:dc/pm95k9kj76rt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/pm95k9kj76rt4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gm1b4dqyk9xv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51222 +dcid: "dc/gm1b4dqyk9xv7" + +Node: dcid:dc/7d0xb6mktj19h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711120 +dcid: "dc/7d0xb6mktj19h" + +Node: dcid:dc/0jnmncg8bbw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311930 +dcid: "dc/0jnmncg8bbw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zt2h0v39t1qg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313249 +dcid: "dc/zt2h0v39t1qg3" + +Node: dcid:dc/2x3e669tbzdy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33636 +dcid: "dc/2x3e669tbzdy2" + +Node: dcid:dc/dn7sb6e01svd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336340 +dcid: "dc/dn7sb6e01svd9" + +Node: dcid:dc/mlgel4y7134eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311823 +dcid: "dc/mlgel4y7134eh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vtxdptdptnjfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/vtxdptdptnjfg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/md2cy00361h06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/md2cy00361h06" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n8vmccyp3l8f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512132 +dcid: "dc/n8vmccyp3l8f1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yft8vndkh0v41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/yft8vndkh0v41" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9p2zqm8xm2y0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325212 +dcid: "dc/9p2zqm8xm2y0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v9x2kppt5h5kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3131 +dcid: "dc/v9x2kppt5h5kg" + +Node: dcid:dc/n213r2e35vnq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/n213r2e35vnq8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eg07407vg3r41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/eg07407vg3r41" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4c3lhxvtf5ys1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/4c3lhxvtf5ys1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5lelhh0pm1byg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/5lelhh0pm1byg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9b7z5h7hnl3nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/9b7z5h7hnl3nh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/08kzbz1pwkgng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/08kzbz1pwkgng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4fcgx884ffrn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/4fcgx884ffrn7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/19kst4zwzxnc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322224 +dcid: "dc/19kst4zwzxnc7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h4sj68p1vklq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/h4sj68p1vklq1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tqgzxnd8jfhtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3131 +dcid: "dc/tqgzxnd8jfhtd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n96p0pmlwc5r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333518 +dcid: "dc/n96p0pmlwc5r8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cq1yefyltkew2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/cq1yefyltkew2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b7420vnrmvg9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337129 +dcid: "dc/b7420vnrmvg9d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9rlqdz212nxl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/9rlqdz212nxl4" + +Node: dcid:dc/m5sxpx7l8jwh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71119 +dcid: "dc/m5sxpx7l8jwh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5689mkqc01c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331316 +dcid: "dc/p5689mkqc01c6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jyegmwhbf6d37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/jyegmwhbf6d37" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tq2p55tdpmwj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331492 +dcid: "dc/tq2p55tdpmwj" + +Node: dcid:dc/fpmdyn3zk8j18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315991 +dcid: "dc/fpmdyn3zk8j18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zr7lp2bh4twhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/zr7lp2bh4twhg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ypz35r811vk98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/ypz35r811vk98" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zxpgdxh359q4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331512 +dcid: "dc/zxpgdxh359q4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kd5z73cqycm6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316214 +dcid: "dc/kd5z73cqycm6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vzpktc2d916gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332991 +dcid: "dc/vzpktc2d916gb" + +Node: dcid:dc/d1tz6cn169re7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/d1tz6cn169re7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0refj02snlje +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/0refj02snlje" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vl7f4zcgwwjec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312210 +dcid: "dc/vl7f4zcgwwjec" + +Node: dcid:dc/jpv71r2hv89v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327111 +dcid: "dc/jpv71r2hv89v8" + +Node: dcid:dc/lfb5ekwgpe4qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334411 +dcid: "dc/lfb5ekwgpe4qd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5q37214dt1zbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33591 +dcid: "dc/5q37214dt1zbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p33dvp739yeg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322291 +dcid: "dc/p33dvp739yeg7" + +Node: dcid:dc/s2gk50gstpw4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315231 +dcid: "dc/s2gk50gstpw4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4832gpnsm6ld4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/4832gpnsm6ld4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1kzztk69l3flb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333312 +dcid: "dc/1kzztk69l3flb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0g6zvxwslek68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331314 +dcid: "dc/0g6zvxwslek68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tc7m6vg4wtmj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454319 +dcid: "dc/tc7m6vg4wtmj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0gp674e9zd05d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/0gp674e9zd05d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5kt4g7gyx7dh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339942 +dcid: "dc/5kt4g7gyx7dh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pwjhhwzjxwerg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/pwjhhwzjxwerg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/elnypfnvget38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336120 +dcid: "dc/elnypfnvget38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nc495tybfc2t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327111 +dcid: "dc/nc495tybfc2t7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/60z2blk0peszf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33521 +dcid: "dc/60z2blk0peszf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3l0gxf0c3tyqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/3l0gxf0c3tyqg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ee4sv9cph9gdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339931 +dcid: "dc/ee4sv9cph9gdc" + +Node: dcid:dc/25dlz5emgh2d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/25dlz5emgh2d5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f3t28m8hqw2x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/f3t28m8hqw2x5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tf476gvzsqyd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315234 +dcid: "dc/tf476gvzsqyd6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eg1bsgw3l2v57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71119 +dcid: "dc/eg1bsgw3l2v57" + +Node: dcid:dc/3869cjqj0mwt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33651 +dcid: "dc/3869cjqj0mwt6" + +Node: dcid:dc/hdl1v77mm6ms6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423520 +dcid: "dc/hdl1v77mm6ms6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tklr7zdpfm0m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331316 +dcid: "dc/tklr7zdpfm0m" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0dn5f2tg0mm8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335932 +dcid: "dc/0dn5f2tg0mm8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/83dsgjxh27r05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/83dsgjxh27r05" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q09hfz93tfjsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322291 +dcid: "dc/q09hfz93tfjsf" + +Node: dcid:dc/fxjz8j2wm7dq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316219 +dcid: "dc/fxjz8j2wm7dq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sbfnw9m0c34r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/sbfnw9m0c34r3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k169y4ngr7vzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315291 +dcid: "dc/k169y4ngr7vzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6zvhhy1xccw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315292 +dcid: "dc/6zvhhy1xccw6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3k8chdzkbhkh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322233 +dcid: "dc/3k8chdzkbhkh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5p5sk8mclylmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315225 +dcid: "dc/5p5sk8mclylmc" + +Node: dcid:dc/9lzxghv27eyh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212322 +dcid: "dc/9lzxghv27eyh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/76e01b78mdx8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33634 +dcid: "dc/76e01b78mdx8c" + +Node: dcid:dc/1zpccnwh6wz3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327310 +dcid: "dc/1zpccnwh6wz3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0sqrtqwv33x19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/0sqrtqwv33x19" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dpks4d6e7yglf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339942 +dcid: "dc/dpks4d6e7yglf" + +Node: dcid:dc/dtnk775gprfp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/dtnk775gprfp6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/etdb4j7cjnl73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332214 +dcid: "dc/etdb4j7cjnl73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/04ql5x9ele1b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/04ql5x9ele1b7" + +Node: dcid:dc/zkpngrls9eyr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/zkpngrls9eyr6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/815ytn0488dy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/815ytn0488dy2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9m5rrqmt04s3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327122 +dcid: "dc/9m5rrqmt04s3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e8cyqw1cclvkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337129 +dcid: "dc/e8cyqw1cclvkh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qvkxn0mcdhv1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327410 +dcid: "dc/qvkxn0mcdhv1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rsv5w8hjjyqv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/rsv5w8hjjyqv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7pyce44zedng4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/7pyce44zedng4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wgdf3d4qlx0th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316214 +dcid: "dc/wgdf3d4qlx0th" + +Node: dcid:dc/sl2vw1g5343v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333312 +dcid: "dc/sl2vw1g5343v7" + +Node: dcid:dc/n98e3g5km4kbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322224 +dcid: "dc/n98e3g5km4kbg" + +Node: dcid:dc/92wfk1t61c3z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333112 +dcid: "dc/92wfk1t61c3z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yr9twgvd91s4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31519 +dcid: "dc/yr9twgvd91s4g" + +Node: dcid:dc/t5vsdq4zh54qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/t5vsdq4zh54qd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/neexd713em2t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/neexd713em2t6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/56v9ktbcxeteh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33636 +dcid: "dc/56v9ktbcxeteh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vfskrmcl5krrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333311 +dcid: "dc/vfskrmcl5krrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r4leseyc14jl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326211 +dcid: "dc/r4leseyc14jl7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/06nvddejn5tz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331492 +dcid: "dc/06nvddejn5tz7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n0yh9eyltwn16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315292 +dcid: "dc/n0yh9eyltwn16" + +Node: dcid:dc/syd0kw0ph8zt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51222 +dcid: "dc/syd0kw0ph8zt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sx7z0m0k2k901 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311911 +dcid: "dc/sx7z0m0k2k901" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y2nc1kdjm72r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331315 +dcid: "dc/y2nc1kdjm72r8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r250ehtt0lj91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315292 +dcid: "dc/r250ehtt0lj91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m71n65pfjx3jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711190 +dcid: "dc/m71n65pfjx3jc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bnvlg0lq6drz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212112 +dcid: "dc/bnvlg0lq6drz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4xrt9jxz7351 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51222 +dcid: "dc/f4xrt9jxz7351" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9ds1x7bpxpx22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332611 +dcid: "dc/9ds1x7bpxpx22" + +Node: dcid:dc/20fdkflpmqn8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324122 +dcid: "dc/20fdkflpmqn8g" + +Node: dcid:dc/76ep80r90kyw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311813 +dcid: "dc/76ep80r90kyw4" + +Node: dcid:dc/h1fflnjdnkcz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327113 +dcid: "dc/h1fflnjdnkcz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6txh21fblvbwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332992 +dcid: "dc/6txh21fblvbwd" + +Node: dcid:dc/4j19e2x5r6ng1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311411 +dcid: "dc/4j19e2x5r6ng1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hd7zynr0g11sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315232 +dcid: "dc/hd7zynr0g11sf" + +Node: dcid:dc/0vesrj52ywn54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/0vesrj52ywn54" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lpd1svlg9s238 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336311 +dcid: "dc/lpd1svlg9s238" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x08e4856105zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332611 +dcid: "dc/x08e4856105zb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1bc3dy0q1e2wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/1bc3dy0q1e2wg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xe37scfjfmgfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/324122 +dcid: "dc/xe37scfjfmgfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q6pd2fn2ft7nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33611 +dcid: "dc/q6pd2fn2ft7nf" + +Node: dcid:dc/kv2cw2k2x5te9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316993 +dcid: "dc/kv2cw2k2x5te9" + +Node: dcid:dc/tp869d4dq32r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/tp869d4dq32r" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6v254jb76emm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31222 +dcid: "dc/6v254jb76emm4" + +Node: dcid:dc/2zj07b2m7rdz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311941 +dcid: "dc/2zj07b2m7rdz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4mxhsdh872fg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32731 +dcid: "dc/4mxhsdh872fg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zrl1ryq6jjn06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32622 +dcid: "dc/zrl1ryq6jjn06" + +Node: dcid:dc/xnccqvbytdvv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333132 +dcid: "dc/xnccqvbytdvv3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s68l1ef4ld2e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/s68l1ef4ld2e5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1wd4zw8c835n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/1wd4zw8c835n4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4jgm9z0jkdkl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313249 +dcid: "dc/4jgm9z0jkdkl9" + +Node: dcid:dc/lhfq6clned31d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/lhfq6clned31d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2qg85x2p0084f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31221 +dcid: "dc/2qg85x2p0084f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3g2d8x32yj5kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326220 +dcid: "dc/3g2d8x32yj5kg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tefv1h1qc8q54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331512 +dcid: "dc/tefv1h1qc8q54" + +Node: dcid:dc/ms9xnnssxv195 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/ms9xnnssxv195" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2dcmmw733s4j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331316 +dcid: "dc/2dcmmw733s4j2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zxqhnspyzh3bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/zxqhnspyzh3bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7z0kxk19nt2yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/7z0kxk19nt2yd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3t9e4gmnwn8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325920 +dcid: "dc/j3t9e4gmnwn8b" + +Node: dcid:dc/ycde94pg7tl23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311942 +dcid: "dc/ycde94pg7tl23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p3vkx14t1j822 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325188 +dcid: "dc/p3vkx14t1j822" + +Node: dcid:dc/lzrwj502gnld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32731 +dcid: "dc/lzrwj502gnld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mbw1yhccnrs01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3365 +dcid: "dc/mbw1yhccnrs01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hfs00m5n14vt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334411 +dcid: "dc/hfs00m5n14vt2" + +Node: dcid:dc/23l61x5zk7rgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481212 +dcid: "dc/23l61x5zk7rgh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gym6h1szkb912 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512132 +dcid: "dc/gym6h1szkb912" + +Node: dcid:dc/hpryq61rmx3v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336120 +dcid: "dc/hpryq61rmx3v2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rf33gl605tw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/8rf33gl605tw4" + +Node: dcid:dc/mrh27kv1bp079 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3361 +dcid: "dc/mrh27kv1bp079" + +Node: dcid:dc/wsj5ebkxnnh61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335211 +dcid: "dc/wsj5ebkxnnh61" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8gmzsz4khw7x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327992 +dcid: "dc/8gmzsz4khw7x9" + +Node: dcid:dc/nky4x9yqw08xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/nky4x9yqw08xf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bkz5w5157n8zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481212 +dcid: "dc/bkz5w5157n8zb" + +Node: dcid:dc/h39gk5ly40492 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331319 +dcid: "dc/h39gk5ly40492" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ewdrd2vq8gg5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31311 +dcid: "dc/ewdrd2vq8gg5d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s9ccbzlgyk937 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324122 +dcid: "dc/s9ccbzlgyk937" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ltt15q4g8b26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/8ltt15q4g8b26" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1ntqnge4senb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/1ntqnge4senb1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6528kb8w3nge +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/6528kb8w3nge" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rzzh26nwpqh5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/rzzh26nwpqh5c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/60fm0q7b0zxwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/60fm0q7b0zxwg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pded4lp9clf65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33651 +dcid: "dc/pded4lp9clf65" + +Node: dcid:dc/zmjmn4phw2rfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336212 +dcid: "dc/zmjmn4phw2rfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gl2sym290bpxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337129 +dcid: "dc/gl2sym290bpxf" + +Node: dcid:dc/jqtl4ermwyrj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/jqtl4ermwyrj8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ynt5j536ql90f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/ynt5j536ql90f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r2nl4gnrkp44d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336321 +dcid: "dc/r2nl4gnrkp44d" + +Node: dcid:dc/z2r20tkkmm42f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316214 +dcid: "dc/z2r20tkkmm42f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ltrj2fjjj2d23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711120 +dcid: "dc/ltrj2fjjj2d23" + +Node: dcid:dc/mqencz7e85bt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/mqencz7e85bt9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rsx3j641tbpzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/rsx3j641tbpzh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lnedwy8m9bzgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3365 +dcid: "dc/lnedwy8m9bzgc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6ygkdvleeyh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313241 +dcid: "dc/m6ygkdvleeyh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jq3dp927qnxz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/jq3dp927qnxz4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wpyzv21tn08w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312140 +dcid: "dc/wpyzv21tn08w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h906kfzzd1d2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/h906kfzzd1d2b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s4w7bvk2l0b12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/s4w7bvk2l0b12" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2x7680ge4jxv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33651 +dcid: "dc/2x7680ge4jxv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rg3cd3tp22sm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331491 +dcid: "dc/rg3cd3tp22sm7" + +Node: dcid:dc/jrz4t1thcy706 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/jrz4t1thcy706" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hlg9njh006722 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336391 +dcid: "dc/hlg9njh006722" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ykp8tx5x7dbt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32622 +dcid: "dc/ykp8tx5x7dbt3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/28h81qcxnft81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315292 +dcid: "dc/28h81qcxnft81" + +Node: dcid:dc/ycvb8gjvglwr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/ycvb8gjvglwr9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8n6f9qlxtsne9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337124 +dcid: "dc/8n6f9qlxtsne9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5n1hejpmlbkr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326211 +dcid: "dc/5n1hejpmlbkr7" + +Node: dcid:dc/8betxphjs15e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336321 +dcid: "dc/8betxphjs15e9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qds190ff6d0jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/qds190ff6d0jb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jmew4jzvbx30b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/jmew4jzvbx30b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ndtq4p929qs9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711120 +dcid: "dc/ndtq4p929qs9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wzp0gvtryyedd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51222 +dcid: "dc/wzp0gvtryyedd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1jc147c6fk856 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331512 +dcid: "dc/1jc147c6fk856" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jvpcntrwfy727 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311813 +dcid: "dc/jvpcntrwfy727" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1j8p4cq3ttqb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31519 +dcid: "dc/1j8p4cq3ttqb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qh6eh3zkxvsbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/qh6eh3zkxvsbb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wt27rrjy8d489 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5232 +dcid: "dc/wt27rrjy8d489" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1xqsrzt0ql39g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315231 +dcid: "dc/1xqsrzt0ql39g" + +Node: dcid:dc/2sk6j74fte00f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331522 +dcid: "dc/2sk6j74fte00f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fdgrxgtlvsxtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333312 +dcid: "dc/fdgrxgtlvsxtg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cp183txbs8s05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322233 +dcid: "dc/cp183txbs8s05" + +Node: dcid:dc/krnrqvgxdkw32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339931 +dcid: "dc/krnrqvgxdkw32" + +Node: dcid:dc/qmrywml6qhpl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332211 +dcid: "dc/qmrywml6qhpl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ndsgy4qfeb9k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336311 +dcid: "dc/ndsgy4qfeb9k7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lsn7pk220dmb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/lsn7pk220dmb7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b9lv27hllg73c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/b9lv27hllg73c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kfnjf3km4tj84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/kfnjf3km4tj84" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wzt13vs0rffl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/wzt13vs0rffl" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t2e2kb60ltskf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31193 +dcid: "dc/t2e2kb60ltskf" + +Node: dcid:dc/42ggdt4m617jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/42ggdt4m617jc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/92wqqd36s0dv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/92wqqd36s0dv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/enrhhy0zzbz3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331512 +dcid: "dc/enrhhy0zzbz3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z7bjp42l3dr71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322291 +dcid: "dc/z7bjp42l3dr71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cn8hjpg2pc2c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332114 +dcid: "dc/cn8hjpg2pc2c1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qygtkegd3x364 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/qygtkegd3x364" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b81lmbphtzcv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/b81lmbphtzcv7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z230qph4cmpfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/z230qph4cmpfd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tlphvfc0g9e92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333921 +dcid: "dc/tlphvfc0g9e92" + +Node: dcid:dc/3vp0mgmhqxwnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/3vp0mgmhqxwnh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mztwpb925hd01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336391 +dcid: "dc/mztwpb925hd01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbzez7ptbcrq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/dbzez7ptbcrq1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jel3nzgmh01h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332992 +dcid: "dc/jel3nzgmh01h9" + +Node: dcid:dc/0v7g7s2jdw865 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/0v7g7s2jdw865" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xx7fs0tqzwvv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523210 +dcid: "dc/xx7fs0tqzwvv1" + +Node: dcid:dc/2ntfxl868gpn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/2ntfxl868gpn5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mkp8hggmc0r98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311823 +dcid: "dc/mkp8hggmc0r98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqjm0x2e17zv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/sqjm0x2e17zv5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h6elf7kqss50c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71119 +dcid: "dc/h6elf7kqss50c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nk9s6hec3p5zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/nk9s6hec3p5zd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kpgp5kqdrn0jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/kpgp5kqdrn0jd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hgnk0c8tjy58d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311930 +dcid: "dc/hgnk0c8tjy58d" + +Node: dcid:dc/74eclmwdhqyd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/74eclmwdhqyd9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0cy5q0db30r7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327122 +dcid: "dc/0cy5q0db30r7c" + +Node: dcid:dc/ck3by2dgrwcph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/ck3by2dgrwcph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tzk8v4f0vrvw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326211 +dcid: "dc/tzk8v4f0vrvw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pmz5pls81ebx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33611 +dcid: "dc/pmz5pls81ebx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d9zs5qdz9qk78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333912 +dcid: "dc/d9zs5qdz9qk78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z8qeevlvjzx18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/z8qeevlvjzx18" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yf553kk1bnql6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71112 +dcid: "dc/yf553kk1bnql6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xn4nhrgpkcbtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5232 +dcid: "dc/xn4nhrgpkcbtf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bq977e2fxcv5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/bq977e2fxcv5h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v1nr1y0hmw2sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3131 +dcid: "dc/v1nr1y0hmw2sh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6xc98w6nm2608 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32741 +dcid: "dc/6xc98w6nm2608" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mcfsvtsgtnt44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/mcfsvtsgtnt44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/690jr0mlfdlv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337125 +dcid: "dc/690jr0mlfdlv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dmc7tkprp9h68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/dmc7tkprp9h68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wsggbt3cm11y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212311 +dcid: "dc/wsggbt3cm11y2" + +Node: dcid:dc/s85ykhyhw1zn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/s85ykhyhw1zn" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wgbgkn0vbrzw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/wgbgkn0vbrzw" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x6gdvfmneyw95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512220 +dcid: "dc/x6gdvfmneyw95" + +Node: dcid:dc/kwxr8wdep89x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322224 +dcid: "dc/kwxr8wdep89x4" + +Node: dcid:dc/jqttg40hh58gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332211 +dcid: "dc/jqttg40hh58gg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvljv6yzqsvm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/cvljv6yzqsvm1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9cd4e7jmz98qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/9cd4e7jmz98qb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vtmbnn5ylejd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312140 +dcid: "dc/vtmbnn5ylejd2" + +Node: dcid:dc/0dr759xvypc78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335932 +dcid: "dc/0dr759xvypc78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ke4njfh5ypm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334613 +dcid: "dc/6ke4njfh5ypm9" + +Node: dcid:dc/7d5np0bcr06z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/7d5np0bcr06z" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/byw748sbx3sv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333518 +dcid: "dc/byw748sbx3sv1" + +Node: dcid:dc/w6j8rjxwnh0nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/w6j8rjxwnh0nd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1dqjhdzdeh24c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/1dqjhdzdeh24c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n935d0em98cn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335212 +dcid: "dc/n935d0em98cn9" + +Node: dcid:dc/j70ymkznmw59h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/j70ymkznmw59h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xmxmmzmylmml4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327410 +dcid: "dc/xmxmmzmylmml4" + +Node: dcid:dc/mjy5r5h2rv8n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316219 +dcid: "dc/mjy5r5h2rv8n9" + +Node: dcid:dc/9313q12yvr6s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/9313q12yvr6s6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hzhfs32hbw1g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339942 +dcid: "dc/hzhfs32hbw1g8" + +Node: dcid:dc/68cmbjxbc4706 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/68cmbjxbc4706" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sf8kyelg0k7s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335212 +dcid: "dc/sf8kyelg0k7s5" + +Node: dcid:dc/3k3wvy62rrlrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332112 +dcid: "dc/3k3wvy62rrlrd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4z6q47rkt4sl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454319 +dcid: "dc/4z6q47rkt4sl6" + +Node: dcid:dc/zkbj3vwc9m8k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/zkbj3vwc9m8k7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pf932zkkzq3v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3365 +dcid: "dc/pf932zkkzq3v3" + +Node: dcid:dc/ld41ptxkmz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311813 +dcid: "dc/ld41ptxkmz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vcszfle929efb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/vcszfle929efb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5hmbsk19v7je7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/5hmbsk19v7je7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/21plqlxvvrcdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/21plqlxvvrcdd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ezqyq6j93lt3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32592 +dcid: "dc/ezqyq6j93lt3h" + +Node: dcid:dc/3ekz1tjk9vvm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/3ekz1tjk9vvm2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lxw7cvjy82226 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313249 +dcid: "dc/lxw7cvjy82226" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yjx2mecpb6e71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/yjx2mecpb6e71" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/43zwlsv22rcd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623 +dcid: "dc/43zwlsv22rcd8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cjxdypxzkgmy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31221 +dcid: "dc/cjxdypxzkgmy8" + +Node: dcid:dc/lb130p88rcc94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/lb130p88rcc94" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pw898b08whs0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339944 +dcid: "dc/pw898b08whs0c" + +Node: dcid:dc/gf4jr5n662x39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313222 +dcid: "dc/gf4jr5n662x39" + +Node: dcid:dc/5vlgmnsxtld08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331221 +dcid: "dc/5vlgmnsxtld08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5k9r7p2v4zbwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333131 +dcid: "dc/5k9r7p2v4zbwd" + +Node: dcid:dc/ymd3pl6m9ypl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42352 +dcid: "dc/ymd3pl6m9ypl7" + +Node: dcid:dc/1j45tmydcdydg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/1j45tmydcdydg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w819yp87mexg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/w819yp87mexg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g0b1vkgxrc4r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339942 +dcid: "dc/g0b1vkgxrc4r1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pbcj504qxk103 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/pbcj504qxk103" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/53ym9q405svf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/53ym9q405svf7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x3jrqwlvvn3ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/x3jrqwlvvn3ef" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0z8e49treffh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481212 +dcid: "dc/0z8e49treffh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2mlb0vxg7x11h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/2mlb0vxg7x11h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/60m27wtjsnmc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321211 +dcid: "dc/60m27wtjsnmc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/356wqpd3ntlpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333311 +dcid: "dc/356wqpd3ntlpc" + +Node: dcid:dc/0tx4eh9vlcr45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/0tx4eh9vlcr45" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hg2m2brjqk6r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5232 +dcid: "dc/hg2m2brjqk6r4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qlm8n5znsjv6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339995 +dcid: "dc/qlm8n5znsjv6h" + +Node: dcid:dc/kshtmxdx36736 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33636 +dcid: "dc/kshtmxdx36736" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gckdhf11m5yx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332213 +dcid: "dc/gckdhf11m5yx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vd01kz04l17x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334613 +dcid: "dc/vd01kz04l17x5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dd85z56jszes7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311411 +dcid: "dc/dd85z56jszes7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cmmtwzxp39w68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/cmmtwzxp39w68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1vv0wgk8xczc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/1vv0wgk8xczc7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/21pm4q8nwfke4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/21pm4q8nwfke4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b0cw8y8m7hjmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327420 +dcid: "dc/b0cw8y8m7hjmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vlwdc1g05bbl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3352 +dcid: "dc/vlwdc1g05bbl7" + +Node: dcid:dc/4mtef9v1345rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327310 +dcid: "dc/4mtef9v1345rh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5tvl23523f119 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331492 +dcid: "dc/5tvl23523f119" + +Node: dcid:dc/jnfllm0502wg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/jnfllm0502wg5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b38sce6km1tk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51222 +dcid: "dc/b38sce6km1tk7" + +Node: dcid:dc/bgjv2ec5p4k27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/bgjv2ec5p4k27" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/471gq8p19d1w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332992 +dcid: "dc/471gq8p19d1w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5y8v4m0vd52c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316219 +dcid: "dc/d5y8v4m0vd52c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87k3r815lzl46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322224 +dcid: "dc/87k3r815lzl46" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n45dp265t7101 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3162 +dcid: "dc/n45dp265t7101" + +Node: dcid:dc/b0hgn34dg2ej6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/b0hgn34dg2ej6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1hrq5kzf3qy12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/1hrq5kzf3qy12" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dg1jc2k2wb6e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/dg1jc2k2wb6e3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h3dgwc6zql794 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/h3dgwc6zql794" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hpmlvydgmphs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333311 +dcid: "dc/hpmlvydgmphs6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/447ng6fmjpq34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315291 +dcid: "dc/447ng6fmjpq34" + +Node: dcid:dc/ly2j5zpsm229h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/ly2j5zpsm229h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2f6y9mp0j0yl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3361 +dcid: "dc/2f6y9mp0j0yl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3gtxgr5czwgp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/3gtxgr5czwgp8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kvxz7rpm58071 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33612 +dcid: "dc/kvxz7rpm58071" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rqgvvjm43hh9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51222 +dcid: "dc/rqgvvjm43hh9b" + +Node: dcid:dc/skhmftd9szpqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321211 +dcid: "dc/skhmftd9szpqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nxztgg1lv8p02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31311 +dcid: "dc/nxztgg1lv8p02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1cpp5e7b9hjf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/1cpp5e7b9hjf3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/171fptbc1pz22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454319 +dcid: "dc/171fptbc1pz22" + +Node: dcid:dc/peccnyqgnwb1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/peccnyqgnwb1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjkwll6ej2x53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/xjkwll6ej2x53" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vjxq8s8y6ed6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311942 +dcid: "dc/vjxq8s8y6ed6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v6kzgqd248s18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311942 +dcid: "dc/v6kzgqd248s18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s2m0b31f1p1nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332998 +dcid: "dc/s2m0b31f1p1nc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h0f7fkhdd2542 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316214 +dcid: "dc/h0f7fkhdd2542" + +Node: dcid:dc/g7v06jwdqjffg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339944 +dcid: "dc/g7v06jwdqjffg" + +Node: dcid:dc/enezcf6fzgwk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5232 +dcid: "dc/enezcf6fzgwk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0q5pycrjw78tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327121 +dcid: "dc/0q5pycrjw78tg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rtpq3166mlwmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3131 +dcid: "dc/rtpq3166mlwmf" + +Node: dcid:dc/psyvq77yp4zqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33522 +dcid: "dc/psyvq77yp4zqh" + +Node: dcid:dc/j5xcd893jpwl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315225 +dcid: "dc/j5xcd893jpwl1" + +Node: dcid:dc/0xxejt4yx0zq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711190 +dcid: "dc/0xxejt4yx0zq2" + +Node: dcid:dc/rqjdpkfwq2xw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/rqjdpkfwq2xw7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e02jwmn0dj35b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311930 +dcid: "dc/e02jwmn0dj35b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v4s220tqn9546 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31621 +dcid: "dc/v4s220tqn9546" + +Node: dcid:dc/gpv5rfv81cqh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71112 +dcid: "dc/gpv5rfv81cqh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n1z3ppthznx86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322130 +dcid: "dc/n1z3ppthznx86" + +Node: dcid:dc/se6tl5cqyz2yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/se6tl5cqyz2yb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jdm8b2v4m81cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511191 +dcid: "dc/jdm8b2v4m81cf" + +Node: dcid:dc/9txtq28e3c75f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/9txtq28e3c75f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wmb70zhzbk9y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334414 +dcid: "dc/wmb70zhzbk9y1" + +Node: dcid:dc/8fbq4gdm3phn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311411 +dcid: "dc/8fbq4gdm3phn3" + +Node: dcid:dc/j58fv13vpywj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311823 +dcid: "dc/j58fv13vpywj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/13nq472v8prk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/13nq472v8prk6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pd10eh6ewgc1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/pd10eh6ewgc1d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8w6sw701s6yh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327121 +dcid: "dc/8w6sw701s6yh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3y98ee4mlf9k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/3y98ee4mlf9k3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/920t6v9ne2k75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/920t6v9ne2k75" + +Node: dcid:dc/w6b2y9t5kvpj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3162 +dcid: "dc/w6b2y9t5kvpj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/clcm2pkgj1r53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/clcm2pkgj1r53" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pkbjjv9pesws9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/pkbjjv9pesws9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1gdd11feknzqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331315 +dcid: "dc/1gdd11feknzqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hsw8ltbt9bk9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31621 +dcid: "dc/hsw8ltbt9bk9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rr0bpl3mq71lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333921 +dcid: "dc/rr0bpl3mq71lg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gz4c7b5mlj424 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327420 +dcid: "dc/gz4c7b5mlj424" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b1y167pz7vbl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/b1y167pz7vbl9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/neljtk6d0ypc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/neljtk6d0ypc3" + +Node: dcid:dc/gxbzb49b82mn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/gxbzb49b82mn3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mlxc569e91bng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/mlxc569e91bng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c9zygynz36xc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331314 +dcid: "dc/c9zygynz36xc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7cjcmfd4xmy78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331522 +dcid: "dc/7cjcmfd4xmy78" + +Node: dcid:dc/6w32ny39c0dsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/6w32ny39c0dsh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xz1b79mvbkeh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337125 +dcid: "dc/xz1b79mvbkeh5" + +Node: dcid:dc/5ekvbnw1t682d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315231 +dcid: "dc/5ekvbnw1t682d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tv2jqs7sxwzyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331319 +dcid: "dc/tv2jqs7sxwzyd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87gcj54gsh7q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315991 +dcid: "dc/87gcj54gsh7q3" + +Node: dcid:dc/qp4hs30k99wgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/qp4hs30k99wgf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fpxntd80f48jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/fpxntd80f48jd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w4kv0mkm56gh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31193 +dcid: "dc/w4kv0mkm56gh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4p7s1sjjgbg4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311225 +dcid: "dc/4p7s1sjjgbg4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gdpv5mr2253md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/gdpv5mr2253md" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mpbwmzfc39537 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/mpbwmzfc39537" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jvb5gfjq2knv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423520 +dcid: "dc/jvb5gfjq2knv7" + +Node: dcid:dc/6lhrwmxlrynd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/6lhrwmxlrynd5" + +Node: dcid:dc/q4ng4emhv8g45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/q4ng4emhv8g45" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4zevz2jseyp8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332991 +dcid: "dc/4zevz2jseyp8c" + +Node: dcid:dc/pg8b22xtstj02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/pg8b22xtstj02" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z88z1cmx6zdp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312140 +dcid: "dc/z88z1cmx6zdp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rk8ekzx9cd13d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331319 +dcid: "dc/rk8ekzx9cd13d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15vlj7np4klsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336311 +dcid: "dc/15vlj7np4klsf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3xrmlf7l0l2g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336212 +dcid: "dc/3xrmlf7l0l2g2" + +Node: dcid:dc/jyzz473xyg9zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/jyzz473xyg9zf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zbplpvckbc5gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332991 +dcid: "dc/zbplpvckbc5gg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6tweqhg3yshlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313249 +dcid: "dc/6tweqhg3yshlh" + +Node: dcid:dc/shenbee6gmby4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336311 +dcid: "dc/shenbee6gmby4" + +Node: dcid:dc/g2brpjx6tnqdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31214 +dcid: "dc/g2brpjx6tnqdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cwf6gbyfqtt5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/cwf6gbyfqtt5c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bld2qn0h3x599 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/bld2qn0h3x599" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rs1n5lrmpxftb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52321 +dcid: "dc/rs1n5lrmpxftb" + +Node: dcid:dc/7srel9h0gy6y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/7srel9h0gy6y9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jprd3rscnx571 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332213 +dcid: "dc/jprd3rscnx571" + +Node: dcid:dc/13tcetzcscs1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316993 +dcid: "dc/13tcetzcscs1c" + +Node: dcid:dc/jzhfnl4md0dt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325188 +dcid: "dc/jzhfnl4md0dt1" + +Node: dcid:dc/4gd0qm64glkq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/4gd0qm64glkq8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6gsvegvkd6mv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212322 +dcid: "dc/6gsvegvkd6mv4" + +Node: dcid:dc/6bhdzhn7eyxp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327124 +dcid: "dc/6bhdzhn7eyxp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0b41h3c8jdfz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31222 +dcid: "dc/0b41h3c8jdfz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dl6bv42kpdw3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322224 +dcid: "dc/dl6bv42kpdw3b" + +Node: dcid:dc/zcyfnmp16221h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71119 +dcid: "dc/zcyfnmp16221h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/70eym940pky96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423520 +dcid: "dc/70eym940pky96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jxrfn5g5nxsq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32622 +dcid: "dc/jxrfn5g5nxsq8" + +Node: dcid:dc/0qdgp7wkzkyh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327992 +dcid: "dc/0qdgp7wkzkyh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8l3n93g19qzl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315234 +dcid: "dc/8l3n93g19qzl7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s1rnencl45122 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/s1rnencl45122" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kq52jjh22y587 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/kq52jjh22y587" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7nv9qpne9kyg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334414 +dcid: "dc/7nv9qpne9kyg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nc35mqltn7ztb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332991 +dcid: "dc/nc35mqltn7ztb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxy6dkvbyv205 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/bxy6dkvbyv205" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fv5mx5wztxjvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311941 +dcid: "dc/fv5mx5wztxjvg" + +Node: dcid:dc/en1dv0qfxq6d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33636 +dcid: "dc/en1dv0qfxq6d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q78xdklt2d36d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326220 +dcid: "dc/q78xdklt2d36d" + +Node: dcid:dc/7krdh66gyznk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/7krdh66gyznk9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j1pfzyvvz4ry +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333132 +dcid: "dc/j1pfzyvvz4ry" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nmdcpbq8zw3j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/nmdcpbq8zw3j9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nj1krx4yqwdy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322224 +dcid: "dc/nj1krx4yqwdy5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/42qt6rzhjvk89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32742 +dcid: "dc/42qt6rzhjvk89" + +Node: dcid:dc/q559e1j2l88rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/q559e1j2l88rb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3qg48bcm4fp71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336391 +dcid: "dc/3qg48bcm4fp71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mmmyg8rsm3d27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3361 +dcid: "dc/mmmyg8rsm3d27" + +Node: dcid:dc/bxytr2yfbwzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33522 +dcid: "dc/bxytr2yfbwzb" + +Node: dcid:dc/zthrmx6pnhp25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3352 +dcid: "dc/zthrmx6pnhp25" + +Node: dcid:dc/wyx0d8tvjdecg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311813 +dcid: "dc/wyx0d8tvjdecg" + +Node: dcid:dc/jzdphqhbvxdq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/jzdphqhbvxdq2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2s8e8plr9z2v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333112 +dcid: "dc/2s8e8plr9z2v6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rqb9j2sj55f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3361 +dcid: "dc/rqb9j2sj55f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4xpxstrfez01g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/4xpxstrfez01g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6ntcynj0bmsth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/6ntcynj0bmsth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p52k6x419l8qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339931 +dcid: "dc/p52k6x419l8qc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/12mfze7r8n9z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336510 +dcid: "dc/12mfze7r8n9z3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v1b7czzs144r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71119 +dcid: "dc/v1b7czzs144r4" + +Node: dcid:dc/d6n0h5mp534hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212322 +dcid: "dc/d6n0h5mp534hc" + +Node: dcid:dc/51gk7jlqjc8k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315232 +dcid: "dc/51gk7jlqjc8k8" + +Node: dcid:dc/zgkrceph8bndb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/zgkrceph8bndb" + +Node: dcid:dc/y6w16yxzrsve8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327410 +dcid: "dc/y6w16yxzrsve8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4g6sfschj8qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/4g6sfschj8qg" + +Node: dcid:dc/tynltlsvgn7w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332112 +dcid: "dc/tynltlsvgn7w1" + +Node: dcid:dc/wd295ekgg247f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/wd295ekgg247f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/msh24p6ef4qv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/msh24p6ef4qv6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9d8vd84jf79g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/9d8vd84jf79g6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w4w38zlx3h1l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33636 +dcid: "dc/w4w38zlx3h1l8" + +Node: dcid:dc/nvyfcl6lc1zth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339931 +dcid: "dc/nvyfcl6lc1zth" + +Node: dcid:dc/4283enl061qrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3131 +dcid: "dc/4283enl061qrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/58xrh29khkp09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/58xrh29khkp09" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dyds1hp15dw8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335129 +dcid: "dc/dyds1hp15dw8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xp2kd31rv6k55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/xp2kd31rv6k55" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pz530v70cs7e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512220 +dcid: "dc/pz530v70cs7e9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ynen8q4z0npx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33612 +dcid: "dc/ynen8q4z0npx7" + +Node: dcid:dc/cmhmkp0qhw13h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327124 +dcid: "dc/cmhmkp0qhw13h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y3n2d2z1d8ybh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/y3n2d2z1d8ybh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/689ffcjhft7c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332612 +dcid: "dc/689ffcjhft7c6" + +Node: dcid:dc/h94wpsqjymqpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33591 +dcid: "dc/h94wpsqjymqpb" + +Node: dcid:dc/pem8pbswdb03c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/pem8pbswdb03c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/njvdq9g6w368d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42352 +dcid: "dc/njvdq9g6w368d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9v2gqp4bph903 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322130 +dcid: "dc/9v2gqp4bph903" + +Node: dcid:dc/wm5rj6n62g3ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335212 +dcid: "dc/wm5rj6n62g3ff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v47j59zsfcw34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315232 +dcid: "dc/v47j59zsfcw34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhwvtrtxbx1f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/jhwvtrtxbx1f7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y25z7rg7cf7j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311941 +dcid: "dc/y25z7rg7cf7j7" + +Node: dcid:dc/4hzmbt5nj39k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/4hzmbt5nj39k9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/94dvcg4vest9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/94dvcg4vest9c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5e83n3bdrhd93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/5e83n3bdrhd93" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ere1cb9j0g4rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315234 +dcid: "dc/ere1cb9j0g4rg" + +Node: dcid:dc/8vssrqsh461tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32592 +dcid: "dc/8vssrqsh461tg" + +Node: dcid:dc/8dcv4knypmcf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3352 +dcid: "dc/8dcv4knypmcf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/shtrj53yqgt4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/shtrj53yqgt4b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3dzfem7gj474f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/3dzfem7gj474f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/scc1czk9y3fe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33634 +dcid: "dc/scc1czk9y3fe7" + +Node: dcid:dc/dvgfm2g7p9hz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333311 +dcid: "dc/dvgfm2g7p9hz" + +Node: dcid:dc/zt7lz4j42swd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311823 +dcid: "dc/zt7lz4j42swd1" + +Node: dcid:dc/x8vyzgx42qvpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331314 +dcid: "dc/x8vyzgx42qvpc" + +Node: dcid:dc/9hjb4fb9pl801 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333312 +dcid: "dc/9hjb4fb9pl801" + +Node: dcid:dc/mqbj0f5ndxhw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334414 +dcid: "dc/mqbj0f5ndxhw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ygtd5ewk3nnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325920 +dcid: "dc/6ygtd5ewk3nnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k97nhf8y6tvbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332211 +dcid: "dc/k97nhf8y6tvbg" + +Node: dcid:dc/z8cxptekk0e9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/z8cxptekk0e9f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1lbnxkndbvg87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/1lbnxkndbvg87" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zz626t8d7g3jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/zz626t8d7g3jh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1tgc84rjl4s11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333312 +dcid: "dc/1tgc84rjl4s11" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vxetd1z0ye327 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313241 +dcid: "dc/vxetd1z0ye327" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/72d0t5mghlgv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31193 +dcid: "dc/72d0t5mghlgv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87qt8krmnb3l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31519 +dcid: "dc/87qt8krmnb3l1" + +Node: dcid:dc/cl8f6jlc3b6w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212319 +dcid: "dc/cl8f6jlc3b6w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtw7e60eswv8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/jtw7e60eswv8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gy7kdv5wgf80b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331492 +dcid: "dc/gy7kdv5wgf80b" + +Node: dcid:dc/wjzhz30sl2pg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336360 +dcid: "dc/wjzhz30sl2pg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fw6y2msf93z2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339944 +dcid: "dc/fw6y2msf93z2h" + +Node: dcid:dc/6xs7cf64n0z89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326220 +dcid: "dc/6xs7cf64n0z89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rzq3xcyk2nl4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32592 +dcid: "dc/rzq3xcyk2nl4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0s3j5wewkpdz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335211 +dcid: "dc/0s3j5wewkpdz5" + +Node: dcid:dc/t6ew1zs14f1m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/t6ew1zs14f1m5" + +Node: dcid:dc/0j5z16e5hvr37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/0j5z16e5hvr37" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nwqvefrqe2eq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/nwqvefrqe2eq" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nhqj4qx5vzzhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/nhqj4qx5vzzhd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h94rpbt3q79y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315225 +dcid: "dc/h94rpbt3q79y8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kyzhcgvpm5nn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327113 +dcid: "dc/kyzhcgvpm5nn" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wpvr0y0typh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/wpvr0y0typh6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y1nt8t1f97zw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/y1nt8t1f97zw8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lfwyh796rhk77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311111 +dcid: "dc/lfwyh796rhk77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yn0tbe812ttz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31193 +dcid: "dc/yn0tbe812ttz8" + +Node: dcid:dc/1xvrp5fz1hvkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313249 +dcid: "dc/1xvrp5fz1hvkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8vjmwchsezk87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/8vjmwchsezk87" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0ldq8bwrknwl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333912 +dcid: "dc/0ldq8bwrknwl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s8cglk2fcg3m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/s8cglk2fcg3m5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/73zj8dsz4yej1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/73zj8dsz4yej1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cr8jrcb38l5d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336510 +dcid: "dc/cr8jrcb38l5d5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xdcjwckbhzbx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312140 +dcid: "dc/xdcjwckbhzbx3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/shcqyt4debbb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/shcqyt4debbb2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8mt0njj0vxv6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52321 +dcid: "dc/8mt0njj0vxv6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yv81r95r0q3k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326211 +dcid: "dc/yv81r95r0q3k9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/82lp68flnw5vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/82lp68flnw5vf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mjlf6q4cw40w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324122 +dcid: "dc/mjlf6q4cw40w4" + +Node: dcid:dc/5yjhg1nqxq0m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/5yjhg1nqxq0m6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ef96xegzx9mg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/ef96xegzx9mg1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f47tdp0epnvt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313222 +dcid: "dc/f47tdp0epnvt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zz824jjxtl5e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/zz824jjxtl5e4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jsrq9rfybxq5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32731 +dcid: "dc/jsrq9rfybxq5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x24jeq4z1sjq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325212 +dcid: "dc/x24jeq4z1sjq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yzxt73hv19802 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/yzxt73hv19802" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0d7plrb9g0v2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/0d7plrb9g0v2d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rwrww8yr2f50b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3162 +dcid: "dc/rwrww8yr2f50b" + +Node: dcid:dc/srhc6sl548xcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326211 +dcid: "dc/srhc6sl548xcd" + +Node: dcid:dc/61l08chhmpeqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/61l08chhmpeqg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s79m6e402fd4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/s79m6e402fd4h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e30jl0rdf2zh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335129 +dcid: "dc/e30jl0rdf2zh2" + +Node: dcid:dc/v36w0qxfd4hbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/v36w0qxfd4hbb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l1xdj5e9ezv5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331491 +dcid: "dc/l1xdj5e9ezv5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5zz26dwr50xhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331491 +dcid: "dc/5zz26dwr50xhc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hpcp7kdbpy47c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33521 +dcid: "dc/hpcp7kdbpy47c" + +Node: dcid:dc/99bv9yxkk0gs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/99bv9yxkk0gs6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z1q8q313ntbwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/z1q8q313ntbwd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/61ntytcncgkq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562998 +dcid: "dc/61ntytcncgkq5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rwxcsj1727r28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/rwxcsj1727r28" + +Node: dcid:dc/exlg2kvyl0m71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311941 +dcid: "dc/exlg2kvyl0m71" + +Node: dcid:dc/5ngh602hxb2rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/5ngh602hxb2rf" + +Node: dcid:dc/dbmj0e1v06q37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/dbmj0e1v06q37" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/179zbd2qz020f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/179zbd2qz020f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b9msr4khmkp4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3365 +dcid: "dc/b9msr4khmkp4c" + +Node: dcid:dc/6bm5jctysw7x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336120 +dcid: "dc/6bm5jctysw7x7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1lmnylmq06r33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316992 +dcid: "dc/1lmnylmq06r33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/822yznewj3s59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/822yznewj3s59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zv4hrcy5peqtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32213 +dcid: "dc/zv4hrcy5peqtc" + +Node: dcid:dc/rgdt6spctdsr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333311 +dcid: "dc/rgdt6spctdsr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t8ykky966fg7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/t8ykky966fg7h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jq4c3f4b8rdt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324199 +dcid: "dc/jq4c3f4b8rdt4" + +Node: dcid:dc/x3hs70ym37ee8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/x3hs70ym37ee8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p3sfvy7s7eyr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311930 +dcid: "dc/p3sfvy7s7eyr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r47bzjgblx7z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316214 +dcid: "dc/r47bzjgblx7z4" + +Node: dcid:dc/ch4dghhzcex91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/ch4dghhzcex91" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jmzk5w8lgyc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/jmzk5w8lgyc9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qmm1qy0td542f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423520 +dcid: "dc/qmm1qy0td542f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0p80g5tc5bxb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3162 +dcid: "dc/0p80g5tc5bxb9" + +Node: dcid:dc/jjb82p58fpnff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/jjb82p58fpnff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/chzf7xepk1h3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31311 +dcid: "dc/chzf7xepk1h3f" + +Node: dcid:dc/g29ys54f0hx7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3361 +dcid: "dc/g29ys54f0hx7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/10f542v54pry8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/10f542v54pry8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h4z76mrgl8xpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327113 +dcid: "dc/h4z76mrgl8xpg" + +Node: dcid:dc/hvv7xmqmvnr4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336212 +dcid: "dc/hvv7xmqmvnr4g" + +Node: dcid:dc/d8sexf3fzccph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332214 +dcid: "dc/d8sexf3fzccph" + +Node: dcid:dc/9b7x6t269t5y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33651 +dcid: "dc/9b7x6t269t5y" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dex5m0qgfj7gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/dex5m0qgfj7gd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e2f9x4te124c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327124 +dcid: "dc/e2f9x4te124c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwttlxg9y79x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/jwttlxg9y79x8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h4f0tytcqzh42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71112 +dcid: "dc/h4f0tytcqzh42" + +Node: dcid:dc/1qzl4lzqzz49c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/1qzl4lzqzz49c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5f3xmcf42ttt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32741 +dcid: "dc/5f3xmcf42ttt5" + +Node: dcid:dc/nglezdhb0etl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332998 +dcid: "dc/nglezdhb0etl6" + +Node: dcid:dc/96ryl95d37jv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333112 +dcid: "dc/96ryl95d37jv7" + +Node: dcid:dc/brrk59h8r57g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/brrk59h8r57g3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mwbrb3wggrcf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327122 +dcid: "dc/mwbrb3wggrcf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1wjev8nmq372 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/w1wjev8nmq372" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qmb63307gbw37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315231 +dcid: "dc/qmb63307gbw37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/49xypdstt49wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/49xypdstt49wf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yl31386kq4vw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33634 +dcid: "dc/yl31386kq4vw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k5p9wg33j31y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311911 +dcid: "dc/k5p9wg33j31y" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4h0l4x6rnydf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71119 +dcid: "dc/4h0l4x6rnydf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qtyfcwydyyldc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322233 +dcid: "dc/qtyfcwydyyldc" + +Node: dcid:dc/t78kwgjqz5r52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/t78kwgjqz5r52" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d6sxt5whgg71f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3352 +dcid: "dc/d6sxt5whgg71f" + +Node: dcid:dc/3tcmrs3klj0lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336360 +dcid: "dc/3tcmrs3klj0lb" + +Node: dcid:dc/lqnmflqzztkr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/lqnmflqzztkr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qj5ledjlq6jx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/qj5ledjlq6jx" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g2c0hh6qp4sgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/g2c0hh6qp4sgb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vznt8y9lv97e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/vznt8y9lv97e5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7kczhx5zhk3w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522294 +dcid: "dc/7kczhx5zhk3w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wz1z7ss2ngqbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325188 +dcid: "dc/wz1z7ss2ngqbd" + +Node: dcid:dc/fd5vnc5ryc0x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312210 +dcid: "dc/fd5vnc5ryc0x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7skkjr5jnc1p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/7skkjr5jnc1p6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f0d51drzmrfcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32731 +dcid: "dc/f0d51drzmrfcf" + +Node: dcid:dc/jf268hxk3dep4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/jf268hxk3dep4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ltntf761gcmmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331316 +dcid: "dc/ltntf761gcmmg" + +Node: dcid:dc/8ydyfcty1wryd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337125 +dcid: "dc/8ydyfcty1wryd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3r08cv2ksh3h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336360 +dcid: "dc/3r08cv2ksh3h6" + +Node: dcid:dc/sts7t46rj6xvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/sts7t46rj6xvd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4pnq7nl29heb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332998 +dcid: "dc/4pnq7nl29heb3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w6hnzhh3n18rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/w6hnzhh3n18rd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dnmyn7qp5gfs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/dnmyn7qp5gfs2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q7t7rnnqj7wf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33591 +dcid: "dc/q7t7rnnqj7wf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x2y1g027z7chf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31193 +dcid: "dc/x2y1g027z7chf" + +Node: dcid:dc/5dgqqlx5e2rj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/5dgqqlx5e2rj3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gkl2rxnqwykph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/gkl2rxnqwykph" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pnmvy9x8pk9z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315224 +dcid: "dc/pnmvy9x8pk9z3" + +Node: dcid:dc/46fv9dpkg7ycf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/46fv9dpkg7ycf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jm45498be584d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/jm45498be584d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mpreg678kpc3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/mpreg678kpc3f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gjtxptx7ceyfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/gjtxptx7ceyfh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q95cs43wyykj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315291 +dcid: "dc/q95cs43wyykj9" + +Node: dcid:dc/84sdg61hz3097 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321211 +dcid: "dc/84sdg61hz3097" + +Node: dcid:dc/vqv5lxme8908f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31221 +dcid: "dc/vqv5lxme8908f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yj3ttk1rcp1b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333112 +dcid: "dc/yj3ttk1rcp1b1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/11p5cypxcl468 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/11p5cypxcl468" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rv928ddr33ds3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333131 +dcid: "dc/rv928ddr33ds3" + +Node: dcid:dc/b0g8lb6x7lf46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/b0g8lb6x7lf46" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j8ypgksycpvq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332992 +dcid: "dc/j8ypgksycpvq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5jx0g94m4z2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336510 +dcid: "dc/5jx0g94m4z2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nfq9tyxv1kr13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32741 +dcid: "dc/nfq9tyxv1kr13" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hk8vrjpxe6l5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336340 +dcid: "dc/hk8vrjpxe6l5f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d8fybbtgcf4w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332991 +dcid: "dc/d8fybbtgcf4w8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qg9renvndf858 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/qg9renvndf858" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b0dytt1ffdtfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6112 +dcid: "dc/b0dytt1ffdtfg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4ketzmjdyw6fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339995 +dcid: "dc/4ketzmjdyw6fc" + +Node: dcid:dc/s6dhwrfndg8h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326211 +dcid: "dc/s6dhwrfndg8h1" + +Node: dcid:dc/jbj66qqe32jd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212319 +dcid: "dc/jbj66qqe32jd6" + +Node: dcid:dc/0kqys654w226h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/0kqys654w226h" + +Node: dcid:dc/w7r2wsrhmc713 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333912 +dcid: "dc/w7r2wsrhmc713" + +Node: dcid:dc/9dfxbfblw4fyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325188 +dcid: "dc/9dfxbfblw4fyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xx8c8rl5cwt7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33211 +dcid: "dc/xx8c8rl5cwt7f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eetch30ywe7k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/eetch30ywe7k3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4pfn49rwqzfc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/4pfn49rwqzfc3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wrfrgkezvn0nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212311 +dcid: "dc/wrfrgkezvn0nd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bx0e4q6j2qrq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337129 +dcid: "dc/bx0e4q6j2qrq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w7vstm7gpsv76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/w7vstm7gpsv76" + +Node: dcid:dc/gv3pkh877b9y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/gv3pkh877b9y3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/76epcp0q0xet +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33612 +dcid: "dc/76epcp0q0xet" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wtfsq9gw6w6l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322291 +dcid: "dc/wtfsq9gw6w6l6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nyz3wnhgz4t4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333312 +dcid: "dc/nyz3wnhgz4t4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6y60r62zecv3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327410 +dcid: "dc/6y60r62zecv3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6m47ry2zecsc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3361 +dcid: "dc/6m47ry2zecsc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y5rs6j7q9pvfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212319 +dcid: "dc/y5rs6j7q9pvfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8htekjdmlrk8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311813 +dcid: "dc/8htekjdmlrk8d" + +Node: dcid:dc/xdhwg3lx36p51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331492 +dcid: "dc/xdhwg3lx36p51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bbp7njm9qheb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332214 +dcid: "dc/bbp7njm9qheb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l8ftjxws3h311 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32622 +dcid: "dc/l8ftjxws3h311" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hjj9snr7kb0m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33611 +dcid: "dc/hjj9snr7kb0m4" + +Node: dcid:dc/qxyvbpxx2byt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/qxyvbpxx2byt4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1lz5x7zpg4by9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332992 +dcid: "dc/1lz5x7zpg4by9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4vjztxhqw8my9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/4vjztxhqw8my9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0np939e1v5qyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/0np939e1v5qyd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xqk3znyev3t52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336340 +dcid: "dc/xqk3znyev3t52" + +Node: dcid:dc/fy1nzlnl4z522 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331319 +dcid: "dc/fy1nzlnl4z522" + +Node: dcid:dc/ys4l9ms586gr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481212 +dcid: "dc/ys4l9ms586gr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6w966mz0sc01c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313241 +dcid: "dc/6w966mz0sc01c" + +Node: dcid:dc/zs1d5983g6lj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3365 +dcid: "dc/zs1d5983g6lj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ymqv74leppelf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/ymqv74leppelf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zpbketrhbd533 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334414 +dcid: "dc/zpbketrhbd533" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k45tg1pzvnvlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327111 +dcid: "dc/k45tg1pzvnvlb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n7nfnyeddws5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71112 +dcid: "dc/n7nfnyeddws5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2thrfy3pxgexb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/2thrfy3pxgexb" + +Node: dcid:dc/bh880qnxz4bz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333131 +dcid: "dc/bh880qnxz4bz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/te8e433vr6fx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/te8e433vr6fx9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m0gycc5q3pe2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61121 +dcid: "dc/m0gycc5q3pe2c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1ysywzn5cy04b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512132 +dcid: "dc/1ysywzn5cy04b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4y32myzd055q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/4y32myzd055q7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1cqgs5fkrry31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311225 +dcid: "dc/1cqgs5fkrry31" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8dk80mtz7dy33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331221 +dcid: "dc/8dk80mtz7dy33" + +Node: dcid:dc/mbbp92lsytrr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/mbbp92lsytrr8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5555y3kwvx43h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711190 +dcid: "dc/5555y3kwvx43h" + +Node: dcid:dc/thm4ph0vw4z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/thm4ph0vw4z7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j9lv8mnd85bs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326211 +dcid: "dc/j9lv8mnd85bs3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/esvtgeqq5yyv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334613 +dcid: "dc/esvtgeqq5yyv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6tl8k3v6ws2q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/6tl8k3v6ws2q4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5mbjz0zh4cmsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327122 +dcid: "dc/5mbjz0zh4cmsb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z2cmrjzpd0km6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324122 +dcid: "dc/z2cmrjzpd0km6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gz949ewx12et +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/gz949ewx12et" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2lw9j37fs7x97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32731 +dcid: "dc/2lw9j37fs7x97" + +Node: dcid:dc/9l2x79r1ztf63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31221 +dcid: "dc/9l2x79r1ztf63" + +Node: dcid:dc/82mezq0vhzlm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332114 +dcid: "dc/82mezq0vhzlm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xnb7tz4le3mfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315292 +dcid: "dc/xnb7tz4le3mfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3l3pjs4je6vk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33634 +dcid: "dc/3l3pjs4je6vk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2ysfqw50yn10b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5621 +dcid: "dc/2ysfqw50yn10b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dc59stxrsdk38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/dc59stxrsdk38" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z6t5fhhm9dnyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32742 +dcid: "dc/z6t5fhhm9dnyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3jssd6y8kjyv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335211 +dcid: "dc/3jssd6y8kjyv4" + +Node: dcid:dc/r9r1gn3cse1f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/r9r1gn3cse1f6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bzfvnsevfnmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332213 +dcid: "dc/bzfvnsevfnmd" + +Node: dcid:dc/dgjlgx209xw9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/dgjlgx209xw9g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8ve2tzhvk26r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454319 +dcid: "dc/8ve2tzhvk26r2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kymmvld3ce4c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327122 +dcid: "dc/kymmvld3ce4c4" + +Node: dcid:dc/s32tnbyrf9ej1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42352 +dcid: "dc/s32tnbyrf9ej1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q4g19c9henl2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33522 +dcid: "dc/q4g19c9henl2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tj69nvgrnyhc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32742 +dcid: "dc/tj69nvgrnyhc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gtls5fv2q6e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/gtls5fv2q6e1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/71rddcbfrm5vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333311 +dcid: "dc/71rddcbfrm5vg" + +Node: dcid:dc/q7zt0482d8r0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336212 +dcid: "dc/q7zt0482d8r0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jlg1lzppk5206 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/jlg1lzppk5206" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wsxg21gfj8fzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335212 +dcid: "dc/wsxg21gfj8fzh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1d1yn42xnlh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31222 +dcid: "dc/m1d1yn42xnlh4" + +Node: dcid:dc/vh0qfvekfdv54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/vh0qfvekfdv54" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0tcm053jg8cv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/0tcm053jg8cv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eljx367c5bk97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512132 +dcid: "dc/eljx367c5bk97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3s8hn4h1t0qp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7121 +dcid: "dc/3s8hn4h1t0qp" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hwhkem254pqz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31214 +dcid: "dc/hwhkem254pqz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0mr4rx0dmpgy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324199 +dcid: "dc/0mr4rx0dmpgy4" + +Node: dcid:dc/z020p6cb3f5s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523210 +dcid: "dc/z020p6cb3f5s" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xct0z5cdtxmxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331491 +dcid: "dc/xct0z5cdtxmxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmqep6wryd6c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33612 +dcid: "dc/qmqep6wryd6c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gjv0848x0p9vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311823 +dcid: "dc/gjv0848x0p9vc" + +Node: dcid:dc/m6fqyvn5kj521 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327310 +dcid: "dc/m6fqyvn5kj521" + +Node: dcid:dc/lmchlyszjvejb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454319 +dcid: "dc/lmchlyszjvejb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/870bmlxpvl4wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/870bmlxpvl4wb" + +Node: dcid:dc/07507skl5l5k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/07507skl5l5k7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dtc5y3cz22kg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/dtc5y3cz22kg1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2g1pp0e0q6n49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/2g1pp0e0q6n49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ybs5fhvkyzb0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339944 +dcid: "dc/ybs5fhvkyzb0f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3grbm69r3q8gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31222 +dcid: "dc/3grbm69r3q8gc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0mkpm36fb8jb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/0mkpm36fb8jb7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fbphefz6ft7cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331491 +dcid: "dc/fbphefz6ft7cc" + +Node: dcid:dc/zctn8ysp6y5ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/zctn8ysp6y5ef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wttg7hy1b5d28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111333 +dcid: "dc/wttg7hy1b5d28" + +Node: dcid:dc/p5fphey1xxp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/p5fphey1xxp5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2yt90y5z8cwl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/2yt90y5z8cwl2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ljxr0vp65xecf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31221 +dcid: "dc/ljxr0vp65xecf" + +Node: dcid:dc/ehnrzvrlh47t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311225 +dcid: "dc/ehnrzvrlh47t9" + +Node: dcid:dc/4ybe7efm3zt3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481212 +dcid: "dc/4ybe7efm3zt3f" + +Node: dcid:dc/l15hmv94kcxec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331314 +dcid: "dc/l15hmv94kcxec" + +Node: dcid:dc/42hpvgrwkg3cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315991 +dcid: "dc/42hpvgrwkg3cf" + +Node: dcid:dc/c4hrnbszd5wcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/c4hrnbszd5wcb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/edhh58n3jpe68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/edhh58n3jpe68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dye0vnn90l2y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335932 +dcid: "dc/dye0vnn90l2y" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fqzd7ygsb6n29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311911 +dcid: "dc/fqzd7ygsb6n29" + +Node: dcid:dc/ym4dj3yf6fst8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/ym4dj3yf6fst8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1bcw3g5kxc0rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/1bcw3g5kxc0rh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hqr9hdv5cggjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31519 +dcid: "dc/hqr9hdv5cggjd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4njzqcnd25rq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511130 +dcid: "dc/4njzqcnd25rq2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qbjr99z0s9em3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/qbjr99z0s9em3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xv739tge71c52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/xv739tge71c52" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l4p9cnmwltg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/l4p9cnmwltg8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jje5gdbpe1ny6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334411 +dcid: "dc/jje5gdbpe1ny6" + +Node: dcid:dc/4q22vsqegn064 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332114 +dcid: "dc/4q22vsqegn064" + +Node: dcid:dc/6fet70zk07fj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33612 +dcid: "dc/6fet70zk07fj4" + +Node: dcid:dc/p1slvrde8m56f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/p1slvrde8m56f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/38h9m415merl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339995 +dcid: "dc/38h9m415merl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5myqk5v4qcl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71112 +dcid: "dc/p5myqk5v4qcl5" + +Node: dcid:dc/v0npb83ncq8m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331315 +dcid: "dc/v0npb83ncq8m3" + +Node: dcid:dc/hylkq6qsk4qt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311823 +dcid: "dc/hylkq6qsk4qt7" + +Node: dcid:dc/m9xy64lz7hfv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/m9xy64lz7hfv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3h6cq9pwn4mhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339995 +dcid: "dc/3h6cq9pwn4mhc" + +Node: dcid:dc/v4p2ex12xze6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/v4p2ex12xze6b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0v4hr09hv1ct +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332114 +dcid: "dc/0v4hr09hv1ct" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p744j0xf2fvsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333518 +dcid: "dc/p744j0xf2fvsf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/md6hrqy679jk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332612 +dcid: "dc/md6hrqy679jk5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pbse7n56jvcr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/pbse7n56jvcr1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j6y6jd1l9dzpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327122 +dcid: "dc/j6y6jd1l9dzpc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5vqf7pwbz7fwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331222 +dcid: "dc/5vqf7pwbz7fwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zh4hff6w9szr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337124 +dcid: "dc/zh4hff6w9szr3" + +Node: dcid:dc/1xevdzxrx3dv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323117 +dcid: "dc/1xevdzxrx3dv8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7y8rksfw7pv33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315225 +dcid: "dc/7y8rksfw7pv33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tj6q4b3c53635 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313241 +dcid: "dc/tj6q4b3c53635" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h2zqcenb6mnlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/h2zqcenb6mnlg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dvkd495perke5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327124 +dcid: "dc/dvkd495perke5" + +Node: dcid:dc/4qtljr929gnph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/4qtljr929gnph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7s88l3c7kvd68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33636 +dcid: "dc/7s88l3c7kvd68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xppw09s6qgkm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/xppw09s6qgkm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fdlr0ebggyqb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/fdlr0ebggyqb9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4d2hk16pwkd2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/4d2hk16pwkd2h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gzlbrwwt8pllb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/gzlbrwwt8pllb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fp64j8r6lby1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321211 +dcid: "dc/fp64j8r6lby1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2p12lgqjsy8m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/2p12lgqjsy8m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/401734vr9yvt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/401734vr9yvt4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ebkmg1k5bge1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/ebkmg1k5bge1f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cs12mnpshmlv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327124 +dcid: "dc/cs12mnpshmlv7" + +Node: dcid:dc/j15x1qt6xmenc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316993 +dcid: "dc/j15x1qt6xmenc" + +Node: dcid:dc/0g6f9jqv457sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/0g6f9jqv457sf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jedxdm294l5dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312210 +dcid: "dc/jedxdm294l5dc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fnjmlt5bk5c8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315291 +dcid: "dc/fnjmlt5bk5c8f" + +Node: dcid:dc/dv7jkzm1j0jdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511191 +dcid: "dc/dv7jkzm1j0jdf" + +Node: dcid:dc/536kw8y5q6gmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334411 +dcid: "dc/536kw8y5q6gmd" + +Node: dcid:dc/mp6ktv1vzep89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333912 +dcid: "dc/mp6ktv1vzep89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r7vdx875vc487 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331315 +dcid: "dc/r7vdx875vc487" + +Node: dcid:dc/h84572ygybbdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/h84572ygybbdb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gb4d378653ew5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/gb4d378653ew5" + +Node: dcid:dc/tzkr247tx6rh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481212 +dcid: "dc/tzkr247tx6rh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/05yj2frd0tl21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327113 +dcid: "dc/05yj2frd0tl21" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1242s89cmx87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327410 +dcid: "dc/m1242s89cmx87" + +Node: dcid:dc/tdp2gx6m3lsn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212112 +dcid: "dc/tdp2gx6m3lsn5" + +Node: dcid:dc/w0mz3khtcrnt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325212 +dcid: "dc/w0mz3khtcrnt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zl5glf423t0y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339931 +dcid: "dc/zl5glf423t0y6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/45p932crj45e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/45p932crj45e1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jqewd4frgg4k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212322 +dcid: "dc/jqewd4frgg4k" + +Node: dcid:dc/2py19pq23e926 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332612 +dcid: "dc/2py19pq23e926" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/71p63scs3g4qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311930 +dcid: "dc/71p63scs3g4qf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/blynxdv5vj4w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334411 +dcid: "dc/blynxdv5vj4w3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dhgjlg8z5xe07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339944 +dcid: "dc/dhgjlg8z5xe07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gd3zp3xl58c99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337125 +dcid: "dc/gd3zp3xl58c99" + +Node: dcid:dc/5pvzzsdzpdj19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333131 +dcid: "dc/5pvzzsdzpdj19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0nw9se7n4c1c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92311 +dcid: "dc/0nw9se7n4c1c8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5v0ghjtgcgk22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333912 +dcid: "dc/5v0ghjtgcgk22" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ze8wygfet5n05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/ze8wygfet5n05" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s86w0hczgv2t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332998 +dcid: "dc/s86w0hczgv2t" + +Node: dcid:dc/p1d032b9ql7kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313241 +dcid: "dc/p1d032b9ql7kb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7r1l0z1p5cmpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334613 +dcid: "dc/7r1l0z1p5cmpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fst6xg46ngx69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33522 +dcid: "dc/fst6xg46ngx69" + +Node: dcid:dc/1h0ny3581qkk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/1h0ny3581qkk8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/djq39ewnrcwq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333112 +dcid: "dc/djq39ewnrcwq1" + +Node: dcid:dc/38tp5w7fejc37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311411 +dcid: "dc/38tp5w7fejc37" + +Node: dcid:dc/yqx8xn65g0rhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331222 +dcid: "dc/yqx8xn65g0rhh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1znrpj4h8m25c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52321 +dcid: "dc/1znrpj4h8m25c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qexq0mw2ftr3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327113 +dcid: "dc/qexq0mw2ftr3c" + +Node: dcid:dc/kgvkme932916g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321211 +dcid: "dc/kgvkme932916g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5jqge73pfzky +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336321 +dcid: "dc/5jqge73pfzky" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vrdqjqsgrbde4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/vrdqjqsgrbde4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pw1zkq0l3hz44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511191 +dcid: "dc/pw1zkq0l3hz44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qp03qxpm51q5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311942 +dcid: "dc/qp03qxpm51q5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0bjke09b9d6bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/0bjke09b9d6bf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ftj0p6xjk3l5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311942 +dcid: "dc/ftj0p6xjk3l5g" + +Node: dcid:dc/cfbrt97h85flf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336360 +dcid: "dc/cfbrt97h85flf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d26g6ynb21nb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332998 +dcid: "dc/d26g6ynb21nb1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/832r6zz6ly948 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313241 +dcid: "dc/832r6zz6ly948" + +Node: dcid:dc/sm4ly8yznl565 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332611 +dcid: "dc/sm4ly8yznl565" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g8d6em2q40lb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/g8d6em2q40lb5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b6qznpvfdytp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/b6qznpvfdytp" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k33qg3s2s1ep3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337129 +dcid: "dc/k33qg3s2s1ep3" + +Node: dcid:dc/w39646w3sy8z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/w39646w3sy8z7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fejgfg2d2kv2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/fejgfg2d2kv2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wl0qg1pt27p91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/wl0qg1pt27p91" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c463hsgnjf0df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/c463hsgnjf0df" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5xn4q28br16q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311225 +dcid: "dc/5xn4q28br16q3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/11dbn9ygdg17f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/11dbn9ygdg17f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k44gdygvebny7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316219 +dcid: "dc/k44gdygvebny7" + +Node: dcid:dc/jetdc2z0m57w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335932 +dcid: "dc/jetdc2z0m57w5" + +Node: dcid:dc/wdd58gmzmrdl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/wdd58gmzmrdl9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/324lrmjj6xkn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32213 +dcid: "dc/324lrmjj6xkn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h5chs3djmetb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33591 +dcid: "dc/h5chs3djmetb5" + +Node: dcid:dc/l34jeg0mhskz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315291 +dcid: "dc/l34jeg0mhskz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pmszszxndws5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315224 +dcid: "dc/pmszszxndws5d" + +Node: dcid:dc/2e3y8cc1slsw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212322 +dcid: "dc/2e3y8cc1slsw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c9p8edx41r0w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/c9p8edx41r0w8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vw87d1kqtec4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316219 +dcid: "dc/vw87d1kqtec4c" + +Node: dcid:dc/wfn49wmyczs5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335211 +dcid: "dc/wfn49wmyczs5d" + +Node: dcid:dc/xr57j4xy7cdv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315234 +dcid: "dc/xr57j4xy7cdv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dc9380xep8wzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/dc9380xep8wzf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jb641j5lswte3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/jb641j5lswte3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ls7p444cxjxe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/ls7p444cxjxe4" + +Node: dcid:dc/treqz4q66nqkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/treqz4q66nqkc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3dzvhncp5wnyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31311 +dcid: "dc/3dzvhncp5wnyg" + +Node: dcid:dc/c7nwpwtyf30wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/c7nwpwtyf30wh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z21ekq0dpcp66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/z21ekq0dpcp66" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/50rgxecdzmyn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315991 +dcid: "dc/50rgxecdzmyn2" + +Node: dcid:dc/jfyx9ehfvrj3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42352 +dcid: "dc/jfyx9ehfvrj3d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2tht62mvdrr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/r2tht62mvdrr" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1v4zh6y898lqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327111 +dcid: "dc/1v4zh6y898lqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bhkv8t7rr0qh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/bhkv8t7rr0qh6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fxwpyd59b2hdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/fxwpyd59b2hdb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6zhegnsxphs5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335212 +dcid: "dc/6zhegnsxphs5f" + +Node: dcid:dc/prhlwecfqk7q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311941 +dcid: "dc/prhlwecfqk7q" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b37z2tx6zkwbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/b37z2tx6zkwbd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/75pmfvcf44g84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311942 +dcid: "dc/75pmfvcf44g84" + +Node: dcid:dc/cl7renh2jtrfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/cl7renh2jtrfd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bd1zw57lxd62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332611 +dcid: "dc/bd1zw57lxd62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k0111g6bf786h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/k0111g6bf786h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2e4sxgf64y8y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3365 +dcid: "dc/2e4sxgf64y8y5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ecn40r609lrbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333518 +dcid: "dc/ecn40r609lrbd" + +Node: dcid:dc/tlb8sk7lqhct6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327122 +dcid: "dc/tlb8sk7lqhct6" + +Node: dcid:dc/jp1gqn0hc1er3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212311 +dcid: "dc/jp1gqn0hc1er3" + +Node: dcid:dc/mghmmydy6h8m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327111 +dcid: "dc/mghmmydy6h8m9" + +Node: dcid:dc/l8fgrfq03nrhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324122 +dcid: "dc/l8fgrfq03nrhg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87d7jxg7z92cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336360 +dcid: "dc/87d7jxg7z92cc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1q00z5m212bt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336212 +dcid: "dc/1q00z5m212bt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gpc4mmert4v3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/gpc4mmert4v3c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9ytj9md2kkn75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/9ytj9md2kkn75" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tq6sk5kzw5gyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311111 +dcid: "dc/tq6sk5kzw5gyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fqfbd8rg0y667 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/fqfbd8rg0y667" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l7xe1flykql57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212319 +dcid: "dc/l7xe1flykql57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xmm7kd2lyst12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312140 +dcid: "dc/xmm7kd2lyst12" + +Node: dcid:dc/j2577xk9k4ec5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/j2577xk9k4ec5" + +Node: dcid:dc/bynr5fk48h3y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339995 +dcid: "dc/bynr5fk48h3y7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ksed3cvmhfpwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31519 +dcid: "dc/ksed3cvmhfpwd" + +Node: dcid:dc/hpv7snkes4bj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325188 +dcid: "dc/hpv7snkes4bj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p4nttbk2xgrq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/p4nttbk2xgrq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qdw61v87d2wg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52321 +dcid: "dc/qdw61v87d2wg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lflgylhhwdy56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311813 +dcid: "dc/lflgylhhwdy56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/by9f5251zjdkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326220 +dcid: "dc/by9f5251zjdkh" + +Node: dcid:dc/rfxw7s6x1lck +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337125 +dcid: "dc/rfxw7s6x1lck" + +Node: dcid:dc/jqqhleps252tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337125 +dcid: "dc/jqqhleps252tb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5hhsh91q3sjkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/5hhsh91q3sjkb" + +Node: dcid:dc/qz90wzt88rzxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/qz90wzt88rzxc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pwc1z0g3hftkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711190 +dcid: "dc/pwc1z0g3hftkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z6pbzkwmg57z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322130 +dcid: "dc/z6pbzkwmg57z3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/905wmsm0bzw99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33521 +dcid: "dc/905wmsm0bzw99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/24crlp8mhdbcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/24crlp8mhdbcg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/06neszhwp50e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/06neszhwp50e6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b472t3368m2b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339944 +dcid: "dc/b472t3368m2b9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6dvkzx0elngnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/6dvkzx0elngnb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6cnxt781xtk45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332213 +dcid: "dc/6cnxt781xtk45" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2bsgnetk4rrnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332114 +dcid: "dc/2bsgnetk4rrnd" + +Node: dcid:dc/725x6l4dgqk48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336391 +dcid: "dc/725x6l4dgqk48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z08t6g633h4sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331315 +dcid: "dc/z08t6g633h4sh" + +Node: dcid:dc/q3g0718yy4qbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92511 +dcid: "dc/q3g0718yy4qbc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kq8srhv5tvqe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/kq8srhv5tvqe2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bm4dn6db4rg84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323115 +dcid: "dc/bm4dn6db4rg84" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9hm76jjfb0pk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315232 +dcid: "dc/9hm76jjfb0pk5" + +Node: dcid:dc/x6y1fsy4pmtfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/x6y1fsy4pmtfh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/52p8k9p6q508b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332991 +dcid: "dc/52p8k9p6q508b" + +Node: dcid:dc/jjgeb9n6nymh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311411 +dcid: "dc/jjgeb9n6nymh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lyfdyxj52q1l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316992 +dcid: "dc/lyfdyxj52q1l9" + +Node: dcid:dc/106betf7j2z32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332998 +dcid: "dc/106betf7j2z32" + +Node: dcid:dc/g5vpb4t8q2vc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/g5vpb4t8q2vc9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xy9kc07h7ykdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/xy9kc07h7ykdc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nxlmkh9me79l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332211 +dcid: "dc/nxlmkh9me79l8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llqpksq6w27x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332612 +dcid: "dc/llqpksq6w27x4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dscx99mg549fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/dscx99mg549fd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pf5qsx0sy376c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334411 +dcid: "dc/pf5qsx0sy376c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ve25wzn6srwq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/ve25wzn6srwq6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pf70g9th1ph58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32213 +dcid: "dc/pf70g9th1ph58" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e69zjpmp2wcr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/e69zjpmp2wcr9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tzke3f3zgfvgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316993 +dcid: "dc/tzke3f3zgfvgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cm8bsry1rewbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333132 +dcid: "dc/cm8bsry1rewbd" + +Node: dcid:dc/y27yy233vrnj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32741 +dcid: "dc/y27yy233vrnj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b1dqpcyelsjn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/b1dqpcyelsjn7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qh63cwyvfgg07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/qh63cwyvfgg07" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ph83v350vrxs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31214 +dcid: "dc/ph83v350vrxs9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1t0dlhntmb4e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313222 +dcid: "dc/1t0dlhntmb4e2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lkszxt7bcb4lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/lkszxt7bcb4lh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rrj55p3mtcf2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32731 +dcid: "dc/rrj55p3mtcf2g" + +Node: dcid:dc/qphtbegb4pyv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315225 +dcid: "dc/qphtbegb4pyv3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g82sfs1l06tkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/g82sfs1l06tkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y7h36sey7bk92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/y7h36sey7bk92" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x00gbe5zhe6wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312210 +dcid: "dc/x00gbe5zhe6wb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4cfbvcy0t7eyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331221 +dcid: "dc/4cfbvcy0t7eyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t8e4fgb8mqbj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/t8e4fgb8mqbj8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n1vp6lwgwbw79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/n1vp6lwgwbw79" + +Node: dcid:dc/79twn28g6kdeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322291 +dcid: "dc/79twn28g6kdeb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/14g0kys7cten7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/14g0kys7cten7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8q0cg0zqq1n0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333132 +dcid: "dc/8q0cg0zqq1n0d" + +Node: dcid:dc/q9hcbd4yebhh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32742 +dcid: "dc/q9hcbd4yebhh3" + +Node: dcid:dc/7mx4t9cyq5ly +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331491 +dcid: "dc/7mx4t9cyq5ly" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qezl4fgj408hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323119 +dcid: "dc/qezl4fgj408hg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mw1c7h5xj6231 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/mw1c7h5xj6231" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/06gydjmnzfxcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336212 +dcid: "dc/06gydjmnzfxcd" + +Node: dcid:dc/13821sk7vs3x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33521 +dcid: "dc/13821sk7vs3x9" + +Node: dcid:dc/cx7rgkk6eyeqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/cx7rgkk6eyeqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vn0hneb9vv8fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331522 +dcid: "dc/vn0hneb9vv8fb" + +Node: dcid:dc/vwqkwd1rwbetd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/vwqkwd1rwbetd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2m3nfmhfyzrz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315224 +dcid: "dc/2m3nfmhfyzrz7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5bfrn0rfpe37h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331315 +dcid: "dc/5bfrn0rfpe37h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxhfcfnc93vl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711120 +dcid: "dc/bxhfcfnc93vl1" + +Node: dcid:dc/1wqy1jshps0q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/1wqy1jshps0q" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/67qnbtt4ssg79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325188 +dcid: "dc/67qnbtt4ssg79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bm58lxfk7w9s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31621 +dcid: "dc/bm58lxfk7w9s3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5sen28meqqe05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/5sen28meqqe05" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rpzd6qrgbvpeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/rpzd6qrgbvpeh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/355wmex2klb49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/355wmex2klb49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8gzzbbv40ylq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/8gzzbbv40ylq9" + +Node: dcid:dc/ny6jvtzqbm9f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311911 +dcid: "dc/ny6jvtzqbm9f4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s9g5bjw5z9ngg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335212 +dcid: "dc/s9g5bjw5z9ngg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e72neh71mhek1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33634 +dcid: "dc/e72neh71mhek1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g636rednx9x96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327113 +dcid: "dc/g636rednx9x96" + +Node: dcid:dc/1zcby8hgrkh06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/1zcby8hgrkh06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/15sl4wdtsbpcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/15sl4wdtsbpcg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6ndsg8cbr713 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322130 +dcid: "dc/6ndsg8cbr713" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0kmqrf579p7dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/0kmqrf579p7dh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zevy80hzh2yh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/zevy80hzh2yh8" + +Node: dcid:dc/hv9pl5ym73vt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336321 +dcid: "dc/hv9pl5ym73vt4" + +Node: dcid:dc/t43lld6vkhp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311111 +dcid: "dc/t43lld6vkhp8" + +Node: dcid:dc/n62ywn30w8b53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31214 +dcid: "dc/n62ywn30w8b53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pe6cn23vr8ftf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/pe6cn23vr8ftf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3d0ntb7y1cszg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512220 +dcid: "dc/3d0ntb7y1cszg" + +Node: dcid:dc/dfgyqqy90s5qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332211 +dcid: "dc/dfgyqqy90s5qb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y67rtfx8qnem5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/y67rtfx8qnem5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xz3kmq6g1t4t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332114 +dcid: "dc/xz3kmq6g1t4t8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1ll6n0ne60f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/w1ll6n0ne60f7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7y93trt4ernlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33521 +dcid: "dc/7y93trt4ernlg" + +Node: dcid:dc/tbm2vjd9ke6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212311 +dcid: "dc/tbm2vjd9ke6h" + +Node: dcid:dc/3flqyndrzk5y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331491 +dcid: "dc/3flqyndrzk5y1" + +Node: dcid:dc/7mkdhw9m6lpfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/7mkdhw9m6lpfh" + +Node: dcid:dc/dsg8gqyfk0541 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322291 +dcid: "dc/dsg8gqyfk0541" + +Node: dcid:dc/m7sj0z4z098gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331221 +dcid: "dc/m7sj0z4z098gg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/13p5j43sse3m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336340 +dcid: "dc/13p5j43sse3m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j4cc71elgty73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3131 +dcid: "dc/j4cc71elgty73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5je62lyq80052 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/5je62lyq80052" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/06npqr1m20ej6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423520 +dcid: "dc/06npqr1m20ej6" + +Node: dcid:dc/c4mwnwbfkw594 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327310 +dcid: "dc/c4mwnwbfkw594" + +Node: dcid:dc/7vs236703m1y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315291 +dcid: "dc/7vs236703m1y9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jpwh82t5f7615 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331314 +dcid: "dc/jpwh82t5f7615" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/53whf085z8gqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315231 +dcid: "dc/53whf085z8gqd" + +Node: dcid:dc/f5gdtmk6nqlhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336340 +dcid: "dc/f5gdtmk6nqlhf" + +Node: dcid:dc/76783f3w2nlqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335129 +dcid: "dc/76783f3w2nlqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tlw6zhjyyqbh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315991 +dcid: "dc/tlw6zhjyyqbh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jw3k4dyk778v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/jw3k4dyk778v3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jb5bnggeqdrlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315232 +dcid: "dc/jb5bnggeqdrlf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wn44n9nzncpyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32731 +dcid: "dc/wn44n9nzncpyd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7sq62q03tr338 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337124 +dcid: "dc/7sq62q03tr338" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bc508vkqbmgcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611210 +dcid: "dc/bc508vkqbmgcc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z1psd5fxmv4v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31214 +dcid: "dc/z1psd5fxmv4v3" + +Node: dcid:dc/49zv9jq0bgp2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/49zv9jq0bgp2h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kc0pcw9p6p5fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711190 +dcid: "dc/kc0pcw9p6p5fc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qbtv8ndpl8qy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33521 +dcid: "dc/qbtv8ndpl8qy2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxheqsl7hepyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925110 +dcid: "dc/bxheqsl7hepyd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p5fyegb72dj46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31222 +dcid: "dc/p5fyegb72dj46" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/595xn0mhq9zw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/595xn0mhq9zw" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mq0dzzmhbbnj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/mq0dzzmhbbnj9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kdxe2jcwfg272 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336120 +dcid: "dc/kdxe2jcwfg272" + +Node: dcid:dc/qwxd3mg12qg14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33612 +dcid: "dc/qwxd3mg12qg14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ydwv90lqej0d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321211 +dcid: "dc/ydwv90lqej0d1" + +Node: dcid:dc/khevqfe4zv419 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315234 +dcid: "dc/khevqfe4zv419" + +Node: dcid:dc/fctyst89916q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311941 +dcid: "dc/fctyst89916q4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nq4j0ypym3z29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/nq4j0ypym3z29" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/93dk1d7y8fyk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/93dk1d7y8fyk9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m8z8fj9gjdl3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326220 +dcid: "dc/m8z8fj9gjdl3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e75k0npn1n369 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334414 +dcid: "dc/e75k0npn1n369" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lvlf0t2ftmec8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212112 +dcid: "dc/lvlf0t2ftmec8" + +Node: dcid:dc/zhxhtkv6ggezf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/zhxhtkv6ggezf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c1vqnthdghfv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71112 +dcid: "dc/c1vqnthdghfv1" + +Node: dcid:dc/sftm5k262he87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/sftm5k262he87" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xjc5gp5r9hj3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333921 +dcid: "dc/xjc5gp5r9hj3d" + +Node: dcid:dc/zgbftkhz8lmkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/zgbftkhz8lmkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0rvbzyvxjf5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/0rvbzyvxjf5g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/60sng9brn7r3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/60sng9brn7r3d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s4tdl0fp83s6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/s4tdl0fp83s6h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z0gv5g0svl7q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339995 +dcid: "dc/z0gv5g0svl7q6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eljhws04nnq7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3321 +dcid: "dc/eljhws04nnq7g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s881ggjtpkp7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31311 +dcid: "dc/s881ggjtpkp7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m3mj3hmnqk4k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/m3mj3hmnqk4k9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4q3fmn92tql41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/4q3fmn92tql41" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f7v2x2t32gxjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523210 +dcid: "dc/f7v2x2t32gxjf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ctrgrwmdchr1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325212 +dcid: "dc/ctrgrwmdchr1b" + +Node: dcid:dc/5ejtfv8nth8bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/5ejtfv8nth8bh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x9gvddsf5nzg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312210 +dcid: "dc/x9gvddsf5nzg5" + +Node: dcid:dc/nkn7hcq1wlff6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327992 +dcid: "dc/nkn7hcq1wlff6" + +Node: dcid:dc/sesn8y5cbezsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/sesn8y5cbezsc" + +Node: dcid:dc/xyjznxkjef9n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337125 +dcid: "dc/xyjznxkjef9n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l62s7mgmkx6j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325920 +dcid: "dc/l62s7mgmkx6j7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sf619rmvh8xn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331319 +dcid: "dc/sf619rmvh8xn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wcyrqd0xcx6h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31621 +dcid: "dc/wcyrqd0xcx6h7" + +Node: dcid:dc/2hmmpeee98kd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562920 +dcid: "dc/2hmmpeee98kd9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rg0kqjytwx8j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331512 +dcid: "dc/rg0kqjytwx8j7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8k5sgnfyzy1j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313222 +dcid: "dc/8k5sgnfyzy1j1" + +Node: dcid:dc/vh3q11gemmx9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332211 +dcid: "dc/vh3q11gemmx9f" + +Node: dcid:dc/zwl63f0l0j589 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/zwl63f0l0j589" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nc65sg6qftnc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/nc65sg6qftnc8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rzmb80hky8zjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512132 +dcid: "dc/rzmb80hky8zjh" + +Node: dcid:dc/14k1tgy9d46kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/14k1tgy9d46kd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lgbz073t0lj63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/lgbz073t0lj63" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vhzmdy7k7gpl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316214 +dcid: "dc/vhzmdy7k7gpl5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lc5sq25l29v6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339942 +dcid: "dc/lc5sq25l29v6b" + +Node: dcid:dc/vjk5r029tgv14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/vjk5r029tgv14" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hsq5tzqm9bf06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/hsq5tzqm9bf06" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7ytgpsff0tkp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212319 +dcid: "dc/7ytgpsff0tkp7" + +Node: dcid:dc/5k29whrebly72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327420 +dcid: "dc/5k29whrebly72" + +Node: dcid:dc/3ye9190d95e04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332214 +dcid: "dc/3ye9190d95e04" + +Node: dcid:dc/sjmlbcnynsw2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312210 +dcid: "dc/sjmlbcnynsw2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fjffy9r9qr9e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336321 +dcid: "dc/fjffy9r9qr9e7" + +Node: dcid:dc/skm99v4bv9ysb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316993 +dcid: "dc/skm99v4bv9ysb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h90bqjydp47g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311911 +dcid: "dc/h90bqjydp47g2" + +Node: dcid:dc/vnt4y9tbx827 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327121 +dcid: "dc/vnt4y9tbx827" + +Node: dcid:dc/xen64jzvnzr6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32592 +dcid: "dc/xen64jzvnzr6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4z5l45chvtxb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/4z5l45chvtxb5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m2kc2p9zbmywg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71112 +dcid: "dc/m2kc2p9zbmywg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ckqjcsx595z32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/ckqjcsx595z32" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/66e9fgrt59btg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322233 +dcid: "dc/66e9fgrt59btg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbq82qvfev307 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311225 +dcid: "dc/dbq82qvfev307" + +Node: dcid:dc/6eekd4h6955hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512220 +dcid: "dc/6eekd4h6955hg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pt05wzcfrm10d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/pt05wzcfrm10d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1dbd8b1l6bc6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523210 +dcid: "dc/1dbd8b1l6bc6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x88tkpckrc1lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/x88tkpckrc1lb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k3p45n0fgqclg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/k3p45n0fgqclg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0018vfje9qzv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/0018vfje9qzv9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p8zdtxx9q20qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311911 +dcid: "dc/p8zdtxx9q20qf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6v67ws94230m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3162 +dcid: "dc/6v67ws94230m7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c7rxjcbgp7xw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/c7rxjcbgp7xw6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/74lwsqwr3d155 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33634 +dcid: "dc/74lwsqwr3d155" + +Node: dcid:dc/7fbr4bpjel71b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/7fbr4bpjel71b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wed8xb0clcmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711120 +dcid: "dc/wed8xb0clcmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5xj7lwbq2y4th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336120 +dcid: "dc/5xj7lwbq2y4th" + +Node: dcid:dc/emwdb5gjkmewd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/emwdb5gjkmewd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8xyk2343c9gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/8xyk2343c9gg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6qzcztzh9z3g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/6qzcztzh9z3g7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h3pkjyjnc5mr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311411 +dcid: "dc/h3pkjyjnc5mr7" + +Node: dcid:dc/nqjrr9wt8cx9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315231 +dcid: "dc/nqjrr9wt8cx9d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8cvhx5pcp5wx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923110 +dcid: "dc/8cvhx5pcp5wx" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dhb9fhzytd9dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3352 +dcid: "dc/dhb9fhzytd9dg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9fl9kt1fstydg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32622 +dcid: "dc/9fl9kt1fstydg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hqy2f5hbd5mq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212112 +dcid: "dc/hqy2f5hbd5mq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ch1d9e5cztdc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/ch1d9e5cztdc7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bz6p9nfg626z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335129 +dcid: "dc/bz6p9nfg626z" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gj710c34mjxwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6231 +dcid: "dc/gj710c34mjxwc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4qhz005gnt96d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/4qhz005gnt96d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2w11zr863w5x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332611 +dcid: "dc/2w11zr863w5x" + +Node: dcid:dc/n6z11f5vvnhn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334414 +dcid: "dc/n6z11f5vvnhn3" + +Node: dcid:dc/kx7xn6tf3cw91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/kx7xn6tf3cw91" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n4p71y8rebwp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315232 +dcid: "dc/n4p71y8rebwp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pk6rv8gdxm7f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56299 +dcid: "dc/pk6rv8gdxm7f8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3djf0dj2bwtcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33611 +dcid: "dc/3djf0dj2bwtcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3lvc0wtqxz9j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56292 +dcid: "dc/3lvc0wtqxz9j8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5lhmnnyskc721 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322130 +dcid: "dc/5lhmnnyskc721" + +Node: dcid:dc/ldknmmef79sf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33591 +dcid: "dc/ldknmmef79sf4" + +Node: dcid:dc/6v98ymtd3xl07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/6v98ymtd3xl07" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2hm30nc6sdkn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336311 +dcid: "dc/2hm30nc6sdkn5" + +Node: dcid:dc/n3tekzqp6jzp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3365 +dcid: "dc/n3tekzqp6jzp2" + +Node: dcid:dc/2tgtfktenef5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33522 +dcid: "dc/2tgtfktenef5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b7n8kmj1kk3e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511191 +dcid: "dc/b7n8kmj1kk3e" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mz7p4dvvghklg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326220 +dcid: "dc/mz7p4dvvghklg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yy75p54pk0jj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32741 +dcid: "dc/yy75p54pk0jj7" + +Node: dcid:dc/dlwlsv25vgbs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/dlwlsv25vgbs8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j6z9hmkhdh88g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332213 +dcid: "dc/j6z9hmkhdh88g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yrbqr6lz8zw38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32742 +dcid: "dc/yrbqr6lz8zw38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l2b2688672y4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512132 +dcid: "dc/l2b2688672y4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pwejdxfjwk5mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481212 +dcid: "dc/pwejdxfjwk5mb" + +Node: dcid:dc/jfzss7jg7pg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33522 +dcid: "dc/jfzss7jg7pg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sxgte1fb530g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316993 +dcid: "dc/sxgte1fb530g1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3tpvxgffcycd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/3tpvxgffcycd7" + +Node: dcid:dc/kg5ze4sqf3rr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312140 +dcid: "dc/kg5ze4sqf3rr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h4x4p8vzn60fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/h4x4p8vzn60fd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hbcd5z1chp8xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316214 +dcid: "dc/hbcd5z1chp8xh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cx3wbykdh066c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/cx3wbykdh066c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/581fs2g5e3l01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332112 +dcid: "dc/581fs2g5e3l01" + +Node: dcid:dc/wcfv0ydqtwnz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56211 +dcid: "dc/wcfv0ydqtwnz1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s1yzzm41c2yd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32622 +dcid: "dc/s1yzzm41c2yd9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t3w3m3emrfxf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6232 +dcid: "dc/t3w3m3emrfxf3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vmkx8xxctzcyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327124 +dcid: "dc/vmkx8xxctzcyc" + +Node: dcid:dc/lf3c7bh9cqev5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/lf3c7bh9cqev5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s1p8p4b027zt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/s1p8p4b027zt1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kbv24q1qw0dfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51222 +dcid: "dc/kbv24q1qw0dfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1wg8qt198s488 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315234 +dcid: "dc/1wg8qt198s488" + +Node: dcid:dc/0bg096cl1hqc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/0bg096cl1hqc6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g1kl1mblsrsc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333112 +dcid: "dc/g1kl1mblsrsc7" + +Node: dcid:dc/cnlbymfbhk5n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51113 +dcid: "dc/cnlbymfbhk5n7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cx7bxwc3qerw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312210 +dcid: "dc/cx7bxwc3qerw8" + +Node: dcid:dc/bd4wk51zdz546 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52321 +dcid: "dc/bd4wk51zdz546" + +Node: dcid:dc/semy15eyevt8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327410 +dcid: "dc/semy15eyevt8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pk2356tc1vp1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339942 +dcid: "dc/pk2356tc1vp1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q4wwlw2f25lng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324199 +dcid: "dc/q4wwlw2f25lng" + +Node: dcid:dc/10xk3sf4w0qk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33634 +dcid: "dc/10xk3sf4w0qk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/02pfn9hd1y5r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/02pfn9hd1y5r8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vcxv9gc2zsz34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332214 +dcid: "dc/vcxv9gc2zsz34" + +Node: dcid:dc/z98ww35y50szd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331512 +dcid: "dc/z98ww35y50szd" + +Node: dcid:dc/8khk5w3nxtmd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/8khk5w3nxtmd6" + +Node: dcid:dc/45840f48cdd36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/45840f48cdd36" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tpgtlvtyprr91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/tpgtlvtyprr91" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dhgsbwgkl94g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/dhgsbwgkl94g8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e96dekw0798p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5232 +dcid: "dc/e96dekw0798p4" + +Node: dcid:dc/hd00bbwzw1keb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336340 +dcid: "dc/hd00bbwzw1keb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cr2q336pllwjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327992 +dcid: "dc/cr2q336pllwjc" + +Node: dcid:dc/ge3gq8t5gzn6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/ge3gq8t5gzn6f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wklvvkgmydx6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322130 +dcid: "dc/wklvvkgmydx6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fvnjpt0n7j5z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331315 +dcid: "dc/fvnjpt0n7j5z9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y943xnbvmjpm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33651 +dcid: "dc/y943xnbvmjpm" + +Node: dcid:dc/x2t7099nl4xx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/x2t7099nl4xx6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9xvze6lpznzp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562211 +dcid: "dc/9xvze6lpznzp1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7x5j1l2dl75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331222 +dcid: "dc/7x5j1l2dl75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f7esbs2l47cc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/f7esbs2l47cc8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/krpjlpr48bn99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62149 +dcid: "dc/krpjlpr48bn99" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/881p0m3j1v2cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331316 +dcid: "dc/881p0m3j1v2cg" + +Node: dcid:dc/v69fflkm638m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32622 +dcid: "dc/v69fflkm638m8" + +Node: dcid:dc/js87eryfz5rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333912 +dcid: "dc/js87eryfz5rc" + +Node: dcid:dc/2ft9mmr08168g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/2ft9mmr08168g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z03q26ft31m74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315224 +dcid: "dc/z03q26ft31m74" + +Node: dcid:dc/c91p68mbs5fzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327111 +dcid: "dc/c91p68mbs5fzd" + +Node: dcid:dc/elgh891btkned +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336311 +dcid: "dc/elgh891btkned" + +Node: dcid:dc/v2tgdwez9ly87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31621 +dcid: "dc/v2tgdwez9ly87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dwt5cst1v2rp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331316 +dcid: "dc/dwt5cst1v2rp" + +Node: dcid:dc/cx5zdgrd9r1v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52321 +dcid: "dc/cx5zdgrd9r1v7" + +Node: dcid:dc/8kcsqljkqk8e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/8kcsqljkqk8e2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/veps4jm7by2j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/veps4jm7by2j5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9njn45z81weg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336311 +dcid: "dc/9njn45z81weg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/klhxj5sg8hy7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712 +dcid: "dc/klhxj5sg8hy7b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e4f149m5tm876 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332991 +dcid: "dc/e4f149m5tm876" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7qqrpn8f9y1x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313222 +dcid: "dc/7qqrpn8f9y1x1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jzmmbm1ttky55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325920 +dcid: "dc/jzmmbm1ttky55" + +Node: dcid:dc/b0n7nkqs602wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62311 +dcid: "dc/b0n7nkqs602wc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ls29tnemw07f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3131 +dcid: "dc/ls29tnemw07f9" + +Node: dcid:dc/e0cnls4v29z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62199 +dcid: "dc/e0cnls4v29z1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ydzshmnv5tnd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623110 +dcid: "dc/ydzshmnv5tnd1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tlk3r5vg95qc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311111 +dcid: "dc/tlk3r5vg95qc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v8t0q1hqk1tm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33651 +dcid: "dc/v8t0q1hqk1tm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/egj3sj516q9s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332211 +dcid: "dc/egj3sj516q9s5" + +Node: dcid:dc/8fd88f7v4gcwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322130 +dcid: "dc/8fd88f7v4gcwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4rrc23h4ht1zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/4rrc23h4ht1zf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/znh3rbdhwv1pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/znh3rbdhwv1pd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2bkz40gg9hgrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32592 +dcid: "dc/2bkz40gg9hgrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jlty68c3zpnqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/jlty68c3zpnqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1cdg0x31zy3ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/1cdg0x31zy3ed" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lq5qtv9rtq01g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212311 +dcid: "dc/lq5qtv9rtq01g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jzlx8616x9ffg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33521 +dcid: "dc/jzlx8616x9ffg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8jgqkt1b7h69f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315991 +dcid: "dc/8jgqkt1b7h69f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pbn7nye8k213c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/pbn7nye8k213c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rhpqjmctf38yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331221 +dcid: "dc/rhpqjmctf38yf" + +Node: dcid:dc/p8hhp39mfrspb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332611 +dcid: "dc/p8hhp39mfrspb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j5frmrcnmm8k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332214 +dcid: "dc/j5frmrcnmm8k5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/18sb4gej5qq4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/18sb4gej5qq4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yzs10ytxr1136 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325920 +dcid: "dc/yzs10ytxr1136" + +Node: dcid:dc/rb2wqmcrlbfyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/rb2wqmcrlbfyc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x973pwzttxrxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523210 +dcid: "dc/x973pwzttxrxg" + +Node: dcid:dc/07f68vfz66n59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336391 +dcid: "dc/07f68vfz66n59" + +Node: dcid:dc/4swz56bbhe9l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315225 +dcid: "dc/4swz56bbhe9l9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lbs6wx3dqmqwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511191 +dcid: "dc/lbs6wx3dqmqwh" + +Node: dcid:dc/zm5lx4714m8q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31311 +dcid: "dc/zm5lx4714m8q4" + +Node: dcid:dc/6p1qylxr7s4c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/6p1qylxr7s4c9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0r0j3e3ylgvj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/0r0j3e3ylgvj1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zfgstlnmz7jc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322291 +dcid: "dc/zfgstlnmz7jc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vcwwf3bfy1zd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322224 +dcid: "dc/vcwwf3bfy1zd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hz11ekrw0p34d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327992 +dcid: "dc/hz11ekrw0p34d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mec1zm2njkbn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332116 +dcid: "dc/mec1zm2njkbn6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/byew5xt1jm0c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33636 +dcid: "dc/byew5xt1jm0c8" + +Node: dcid:dc/cqk9j4lgwexjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327121 +dcid: "dc/cqk9j4lgwexjf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4njke9h8y4qzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52321 +dcid: "dc/4njke9h8y4qzf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dczgvj5llddt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/dczgvj5llddt6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ch3yz02en8xqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333131 +dcid: "dc/ch3yz02en8xqb" + +Node: dcid:dc/z6g4bgmt4xff1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/z6g4bgmt4xff1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ssjb8cs91t3w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315291 +dcid: "dc/ssjb8cs91t3w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/651ppv6d7q5n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327121 +dcid: "dc/651ppv6d7q5n5" + +Node: dcid:dc/ekn2j5zv4c8gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711120 +dcid: "dc/ekn2j5zv4c8gh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7fs03rmr51x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/p7fs03rmr51x4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v55k53be4r278 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/v55k53be4r278" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5yjt1f0m4c6y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/5yjt1f0m4c6y7" + +Node: dcid:dc/yq4rd8k1cgge6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/yq4rd8k1cgge6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m24peyh0w4qe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/m24peyh0w4qe" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tdvhsqwb37c3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/tdvhsqwb37c3b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/21ny6wst1636h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/21ny6wst1636h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e2rbdzcr0spm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/e2rbdzcr0spm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gtmnefy3jbx71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313112 +dcid: "dc/gtmnefy3jbx71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cgeyy7p3hvh25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321213 +dcid: "dc/cgeyy7p3hvh25" + +Node: dcid:dc/q1ryhstdhzfd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/q1ryhstdhzfd6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/htj3jynbbvtg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/htj3jynbbvtg6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dqq3z2vv2e5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333611 +dcid: "dc/dqq3z2vv2e5b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftbr8vqw0vtl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212399 +dcid: "dc/ftbr8vqw0vtl7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pfh40nv0wm8x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/pfh40nv0wm8x1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/92brlfyq2kr89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/92brlfyq2kr89" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r94njcet32c05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316213 +dcid: "dc/r94njcet32c05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xm0xdfcdqqdm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/xm0xdfcdqqdm3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0f72segt1h07g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/0f72segt1h07g" + +Node: dcid:dc/24vjlmc0y78zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11113 +dcid: "dc/24vjlmc0y78zg" + +Node: dcid:dc/f3s96702eqxqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332117 +dcid: "dc/f3s96702eqxqf" + +Node: dcid:dc/0e7ev8xpq2798 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316213 +dcid: "dc/0e7ev8xpq2798" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0d616l2exgsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313112 +dcid: "dc/s0d616l2exgsh" + +Node: dcid:dc/wh6dgbfbhr7rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/wh6dgbfbhr7rd" + +Node: dcid:dc/q25jvr9566vq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21222 +dcid: "dc/q25jvr9566vq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d6xthdbdy18m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313111 +dcid: "dc/d6xthdbdy18m7" + +Node: dcid:dc/lbe7z97nc4fhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/lbe7z97nc4fhg" + +Node: dcid:dc/64shmwldmfk8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315191 +dcid: "dc/64shmwldmfk8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/phe957mdw7xy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/phe957mdw7xy6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fk6vyd4c64fkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/fk6vyd4c64fkh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lrc044wv8vvj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/lrc044wv8vvj7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qhc0debgzm84h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/qhc0debgzm84h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yvdhz1fs0qq46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/yvdhz1fs0qq46" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2jrry2hqz7fpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31511 +dcid: "dc/2jrry2hqz7fpd" + +Node: dcid:dc/2s6ylhq407n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/2s6ylhq407n5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7clrt714h7g65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21222 +dcid: "dc/7clrt714h7g65" + +Node: dcid:dc/epc1em01nmn33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/epc1em01nmn33" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g2ry6z94kxy72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/g2ry6z94kxy72" + +Node: dcid:dc/qqzwqb020pyn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321213 +dcid: "dc/qqzwqb020pyn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zvqqzq0v18xmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212399 +dcid: "dc/zvqqzq0v18xmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hm0gxzkk4kyp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/hm0gxzkk4kyp1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r8f8njngfze25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/r8f8njngfze25" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y7cv4n37ywyc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/y7cv4n37ywyc3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9k4qngfeppsv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315191 +dcid: "dc/9k4qngfeppsv3" + +Node: dcid:dc/4lfrpvh6dnjlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/4lfrpvh6dnjlg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2sd3wz42sngs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/2sd3wz42sngs6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qv124ze24h0w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11113 +dcid: "dc/qv124ze24h0w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yblrd3wdetzjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336999 +dcid: "dc/yblrd3wdetzjg" + +Node: dcid:dc/1zx6x2476ymf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/1zx6x2476ymf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/17glcybbs9bsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/17glcybbs9bsh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xk0w28l12le52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/xk0w28l12le52" + +Node: dcid:dc/d6tdmnh7y2326 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336999 +dcid: "dc/d6tdmnh7y2326" + +Node: dcid:dc/gj7mndklfqe3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/gj7mndklfqe3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3gfs7hdwybkz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336999 +dcid: "dc/3gfs7hdwybkz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xps61e1lwsv12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315119 +dcid: "dc/xps61e1lwsv12" + +Node: dcid:dc/qf0hbjneg5n22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/qf0hbjneg5n22" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pe6jesxst28p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/pe6jesxst28p5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ybrbs59wwhxw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/ybrbs59wwhxw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/heqvh9yxxkmdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/heqvh9yxxkmdd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f23jb28ynv3bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/f23jb28ynv3bh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ldx2v5wmk1sz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/ldx2v5wmk1sz" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2n17x66w7l33d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/2n17x66w7l33d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bx1h63fc31q85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/bx1h63fc31q85" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8dklbz4cyw7ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315119 +dcid: "dc/8dklbz4cyw7ef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cp9wz5ew1hb1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312229 +dcid: "dc/cp9wz5ew1hb1d" + +Node: dcid:dc/2zszzpjwplr0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333611 +dcid: "dc/2zszzpjwplr0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tm6b886qp9sg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/tm6b886qp9sg8" + +Node: dcid:dc/58gjr6sxt5c4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/58gjr6sxt5c4g" + +Node: dcid:dc/ped9fr1cy1bn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335921 +dcid: "dc/ped9fr1cy1bn8" + +Node: dcid:dc/gg46k02ypps98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/gg46k02ypps98" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h2hhkp79nqrfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/h2hhkp79nqrfh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nm4len27stfvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/nm4len27stfvh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4fscfelh75nwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/4fscfelh75nwc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bwgemlnwyyvx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111130 +dcid: "dc/bwgemlnwyyvx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8nrtpcq6djsx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/8nrtpcq6djsx7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rqlyysl9qgr8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316213 +dcid: "dc/rqlyysl9qgr8f" + +Node: dcid:dc/hr4jkxx52jr75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/hr4jkxx52jr75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8y9jh12f1fg05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/8y9jh12f1fg05" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/djtrl1z2hrn07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/djtrl1z2hrn07" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f9mwy6n7jjy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31511 +dcid: "dc/f9mwy6n7jjy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wtbsxp8qwwsb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325613 +dcid: "dc/wtbsxp8qwwsb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sgc8ff09ped58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/sgc8ff09ped58" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xcgtn797zdwf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/xcgtn797zdwf7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/67261z9bl66d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/67261z9bl66d3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jr7m3xn03h7v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/jr7m3xn03h7v6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1zfd63r6fbl17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315119 +dcid: "dc/1zfd63r6fbl17" + +Node: dcid:dc/ls71s7c54500h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/ls71s7c54500h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jyy1btfcky4ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/jyy1btfcky4ec" + +Node: dcid:dc/9etszzclwy599 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313111 +dcid: "dc/9etszzclwy599" + +Node: dcid:dc/8pfs21jq8zmp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/8pfs21jq8zmp6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yx701jmkvn2y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332117 +dcid: "dc/yx701jmkvn2y2" + +Node: dcid:dc/0k4wztlqh8988 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/0k4wztlqh8988" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wv4gp02r1r7z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/wv4gp02r1r7z" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g6nv6lcj59332 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/g6nv6lcj59332" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6fcg697js5ve4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/6fcg697js5ve4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5h3m2v9zbmjr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/5h3m2v9zbmjr1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hf8z6mbmhjx7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/hf8z6mbmhjx7f" + +Node: dcid:dc/evjmxjfmsj6ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312229 +dcid: "dc/evjmxjfmsj6ld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvcfn1n628pt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/bvcfn1n628pt3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k7vdg0gqy7cw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315191 +dcid: "dc/k7vdg0gqy7cw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pcv2y8b3jjyx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316213 +dcid: "dc/pcv2y8b3jjyx1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6mlt4gyh2cdz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21222 +dcid: "dc/6mlt4gyh2cdz1" + +Node: dcid:dc/vllhw5nxm94l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325613 +dcid: "dc/vllhw5nxm94l2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x26xkewhdfpl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/x26xkewhdfpl4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2r00755hppbq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/2r00755hppbq1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dflxfj5sk1722 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321213 +dcid: "dc/dflxfj5sk1722" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q2v6wkvskz314 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313111 +dcid: "dc/q2v6wkvskz314" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4me546y5lypzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/4me546y5lypzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ww3nbbnm9hgr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/ww3nbbnm9hgr4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k0wjxr36k9jzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21222 +dcid: "dc/k0wjxr36k9jzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/851b51c6761t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332117 +dcid: "dc/851b51c6761t9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k75kpsfepz6n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335921 +dcid: "dc/k75kpsfepz6n8" + +Node: dcid:dc/et3sl7jp96mbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336999 +dcid: "dc/et3sl7jp96mbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mx3hk0j8h5x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/mx3hk0j8h5x8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/647kn6k6f8687 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335921 +dcid: "dc/647kn6k6f8687" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jmnggpm4q0rj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/jmnggpm4q0rj" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tsnds0qfbcgy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313111 +dcid: "dc/tsnds0qfbcgy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nk9km3grgfswc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313112 +dcid: "dc/nk9km3grgfswc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bhj1k4yzemjk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/bhj1k4yzemjk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h3hb3fmnpxwxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/h3hb3fmnpxwxf" + +Node: dcid:dc/mppmpmelg3tl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332117 +dcid: "dc/mppmpmelg3tl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/47nfwp91vnenf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/47nfwp91vnenf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kb0s648y9fdn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212399 +dcid: "dc/kb0s648y9fdn1" + +Node: dcid:dc/ge8ywffglejl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/ge8ywffglejl4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pp2lsrt55rxy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/pp2lsrt55rxy" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gretc7fz65e7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/gretc7fz65e7c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xvr57bh7e75sg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/xvr57bh7e75sg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ecx2dhc647fw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/ecx2dhc647fw7" + +Node: dcid:dc/b6dle8ghyw1zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/b6dle8ghyw1zc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/84zyx8nrnp5v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325613 +dcid: "dc/84zyx8nrnp5v1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cv63kvnbgmp3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/cv63kvnbgmp3b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jd8621g1xycc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/jd8621g1xycc2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/29e5cpgke1dtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/29e5cpgke1dtd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/exdsvmkj2tbeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/exdsvmkj2tbeb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/etwme3f9k4l5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/etwme3f9k4l5h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lfc0vfnrt23y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/lfc0vfnrt23y3" + +Node: dcid:dc/d8mec44dpc192 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315119 +dcid: "dc/d8mec44dpc192" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xel7psn318qqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/xel7psn318qqd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l9elm7g42w5e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335921 +dcid: "dc/l9elm7g42w5e2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v6j3qt6096kf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/v6j3qt6096kf7" + +Node: dcid:dc/xhrl6bf2q9qk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/xhrl6bf2q9qk4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b9l5chw4p50h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/b9l5chw4p50h4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ymxxc0w9lkmv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31511 +dcid: "dc/ymxxc0w9lkmv8" + +Node: dcid:dc/jb0pl356shlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/jb0pl356shlf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e5cky6qrm2kfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11113 +dcid: "dc/e5cky6qrm2kfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8dlbcxhz3mkc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/8dlbcxhz3mkc5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/66gky6b15wvc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321213 +dcid: "dc/66gky6b15wvc6" + +Node: dcid:dc/rxeqe25mvzxlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/rxeqe25mvzxlg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7dgjfq5htjfyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336999 +dcid: "dc/7dgjfq5htjfyg" + +Node: dcid:dc/2ztl2frp9j2l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/2ztl2frp9j2l2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/31zw98pwdjse5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333611 +dcid: "dc/31zw98pwdjse5" + +Node: dcid:dc/c6hbvc6cddgh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/c6hbvc6cddgh5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yxbpv94zqd3rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/yxbpv94zqd3rh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0v2y83mv5g3zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/0v2y83mv5g3zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/knzyztmr6dzzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316213 +dcid: "dc/knzyztmr6dzzb" + +Node: dcid:dc/174tt1vrjy483 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315191 +dcid: "dc/174tt1vrjy483" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2vw07346qhglg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313112 +dcid: "dc/2vw07346qhglg" + +Node: dcid:dc/v0plpkgr577pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313112 +dcid: "dc/v0plpkgr577pg" + +Node: dcid:dc/npgpgdv5req45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111130 +dcid: "dc/npgpgdv5req45" + +Node: dcid:dc/3ngh7lrpbm1z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/3ngh7lrpbm1z6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mlhbp2np57vbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/mlhbp2np57vbc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cx6gez6frx2sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332117 +dcid: "dc/cx6gez6frx2sf" + +Node: dcid:dc/5hmkjgeclclpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/5hmkjgeclclpf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j46pj96lzy49d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11113 +dcid: "dc/j46pj96lzy49d" + +Node: dcid:dc/03ye2j1l6ht69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325613 +dcid: "dc/03ye2j1l6ht69" + +Node: dcid:dc/fj9p29f9jhj86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315119 +dcid: "dc/fj9p29f9jhj86" + +Node: dcid:dc/ve1n7s45r4zt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/ve1n7s45r4zt2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lmtb0sy615mhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/lmtb0sy615mhb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jbcr7cpssw7p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/jbcr7cpssw7p1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4s9f0vtm33ewf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/4s9f0vtm33ewf" + +Node: dcid:dc/vdb0hsd7mkdw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/vdb0hsd7mkdw4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/trd7w8w5ydgj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/trd7w8w5ydgj8" + +Node: dcid:dc/05pmyms3v3kt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/05pmyms3v3kt8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y9gylw73ks189 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313112 +dcid: "dc/y9gylw73ks189" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3k6zhe4j4jpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/3k6zhe4j4jpd" + +Node: dcid:dc/57g78qf1p4z58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/57g78qf1p4z58" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ksgbd4pyhv5h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332117 +dcid: "dc/ksgbd4pyhv5h3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y1jsw9xv7w1hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/y1jsw9xv7w1hg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w3gvf1g4q77c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21222 +dcid: "dc/w3gvf1g4q77c1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtmdspjc5s35c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325613 +dcid: "dc/jtmdspjc5s35c" + +Node: dcid:dc/lesgv5l0x4l1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/lesgv5l0x4l1f" + +Node: dcid:dc/30ew00phx4wef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313111 +dcid: "dc/30ew00phx4wef" + +Node: dcid:dc/1j8qhjfn4v44d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333611 +dcid: "dc/1j8qhjfn4v44d" + +Node: dcid:dc/h2drzgx1f8223 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333611 +dcid: "dc/h2drzgx1f8223" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dg7tt20ehxr8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313111 +dcid: "dc/dg7tt20ehxr8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qpzb7fpy9x26b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/qpzb7fpy9x26b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/55pekde9jl9j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335921 +dcid: "dc/55pekde9jl9j3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/105rpz7qydpn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/105rpz7qydpn6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bz6rtdjrxh361 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/bz6rtdjrxh361" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sxhynhlp6c2c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312229 +dcid: "dc/sxhynhlp6c2c1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jeyeenvpnlgxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/jeyeenvpnlgxd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r1lvb0mbrkyef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21222 +dcid: "dc/r1lvb0mbrkyef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mtz76tvk0dkzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/mtz76tvk0dkzb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ctqc2nffytedf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/ctqc2nffytedf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mqz7d52xh7wd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/mqz7d52xh7wd1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lym70h6br6yed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/lym70h6br6yed" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tzvfgffh41fb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92111 +dcid: "dc/tzvfgffh41fb4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x7jx9053sgjcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/x7jx9053sgjcc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/st7dt8tcf3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312229 +dcid: "dc/st7dt8tcf3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/21k7hngctmck5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33991 +dcid: "dc/21k7hngctmck5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m8q4byqh9xlf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312229 +dcid: "dc/m8q4byqh9xlf8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wcp5xwt938clh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111130 +dcid: "dc/wcp5xwt938clh" + +Node: dcid:dc/28jvnq4sjdg57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312229 +dcid: "dc/28jvnq4sjdg57" + +Node: dcid:dc/vtnk8t3b5wlt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111130 +dcid: "dc/vtnk8t3b5wlt4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5sdlt5k6fz2s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325613 +dcid: "dc/5sdlt5k6fz2s9" + +Node: dcid:dc/vhtr34wpprwp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3366 +dcid: "dc/vhtr34wpprwp1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z372dxlr9vwcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31511 +dcid: "dc/z372dxlr9vwcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/khqgfg0h6djfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/khqgfg0h6djfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vqgyx6y06kj2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/vqgyx6y06kj2c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qh1r9y8yrjbh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316213 +dcid: "dc/qh1r9y8yrjbh4" + +Node: dcid:dc/jplent13lp8h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/jplent13lp8h4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jx371ctvyd9l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/jx371ctvyd9l2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fmr236myhx807 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/fmr236myhx807" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4k2x0hgsv3j1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/4k2x0hgsv3j1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ndjrwgq36ckd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313111 +dcid: "dc/7ndjrwgq36ckd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6w9bwfhwykdkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/6w9bwfhwykdkb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ej6nb3rt9m6w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/ej6nb3rt9m6w" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r8131s3xs251f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212399 +dcid: "dc/r8131s3xs251f" + +Node: dcid:dc/5bz5ts1ycq9rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111130 +dcid: "dc/5bz5ts1ycq9rg" + +Node: dcid:dc/j0dc5dg7g54zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/j0dc5dg7g54zg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zrzw0znnb5949 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/zrzw0znnb5949" + +Node: dcid:dc/mqyyfp999ke6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45121 +dcid: "dc/mqyyfp999ke6h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3e5cbblz5h5m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/3e5cbblz5h5m7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k3hly751y4p16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/k3hly751y4p16" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m3h04z4d0hxj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3399 +dcid: "dc/m3h04z4d0hxj6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0l3ceqt686t33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/0l3ceqt686t33" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ed3d94qp5p38g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336999 +dcid: "dc/ed3d94qp5p38g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f2z0yjll9bdv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321213 +dcid: "dc/f2z0yjll9bdv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4c73342r5k2k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11113 +dcid: "dc/4c73342r5k2k7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n72j8534trls +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312229 +dcid: "dc/n72j8534trls" + +Node: dcid:dc/f11nk7xnwbc0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11113 +dcid: "dc/f11nk7xnwbc0b" + +Node: dcid:dc/5tlp8eykz0p11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333611 +dcid: "dc/5tlp8eykz0p11" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bbt7y7gzmz2w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315191 +dcid: "dc/bbt7y7gzmz2w7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gr03ez128ntnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/gr03ez128ntnf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/szd3s3pqhjc28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/szd3s3pqhjc28" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gly8rdqp89yl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/gly8rdqp89yl8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k7d6wtghhh5c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/k7d6wtghhh5c8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vvhbdgz0d50ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/vvhbdgz0d50ed" + +Node: dcid:dc/zn9lmw13dhze5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/zn9lmw13dhze5" + +Node: dcid:dc/3rwe3sqve7m68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/3rwe3sqve7m68" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qdetwdvweyk74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212399 +dcid: "dc/qdetwdvweyk74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/02mzb5krymet9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/02mzb5krymet9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7z6nw90egcdl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/7z6nw90egcdl5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7187w78hjc0p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4512 +dcid: "dc/7187w78hjc0p6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hcfq5sgllm1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/hcfq5sgllm1f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q1w8tzmqxh282 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/q1w8tzmqxh282" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dvdzxg72w324f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31511 +dcid: "dc/dvdzxg72w324f" + +Node: dcid:dc/lsj9e3enbdxsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/lsj9e3enbdxsh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2p8b6vgsdnhn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31511 +dcid: "dc/2p8b6vgsdnhn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t85vscj3r2k8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/t85vscj3r2k8b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ewrmzy5k1rwlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921110 +dcid: "dc/ewrmzy5k1rwlh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k3wcf4tn1erqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321213 +dcid: "dc/k3wcf4tn1erqf" + +Node: dcid:dc/3nwpxltr0lvs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/3nwpxltr0lvs8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1zc4180sqgyd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336999 +dcid: "dc/1zc4180sqgyd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qpw36tq2k7yp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315191 +dcid: "dc/qpw36tq2k7yp9" + +Node: dcid:dc/ht9svdc93hh3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92112 +dcid: "dc/ht9svdc93hh3h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6cezcrz0l3x18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333611 +dcid: "dc/6cezcrz0l3x18" + +Node: dcid:dc/4sj6p5wrslg8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335921 +dcid: "dc/4sj6p5wrslg8b" + +Node: dcid:dc/nwz2kkg5wf6y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/nwz2kkg5wf6y" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wwq66qsz8dv41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315119 +dcid: "dc/wwq66qsz8dv41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ymbfc797yv8eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/ymbfc797yv8eb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7l5l04l6d4td9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/7l5l04l6d4td9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3rqd2qqdfq4b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321213 +dcid: "dc/3rqd2qqdfq4b2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2spd6mnwc7x18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315191 +dcid: "dc/2spd6mnwc7x18" + +Node: dcid:dc/32m1kn2yq4qp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/32m1kn2yq4qp5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pe5dpgdyyp00g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/pe5dpgdyyp00g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0m3f37shhrgxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111130 +dcid: "dc/0m3f37shhrgxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h90f88r8ddz8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/h90f88r8ddz8h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x54m8600b2q37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451211 +dcid: "dc/x54m8600b2q37" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/06208lv5539g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/06208lv5539g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k1l1e6s837dt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/k1l1e6s837dt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zz8r9ve2jdpv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212399 +dcid: "dc/zz8r9ve2jdpv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/69fkemw22z1e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/69fkemw22z1e6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fr8ghd6947s53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339 +dcid: "dc/fr8ghd6947s53" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ypf3rew7r7q03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336611 +dcid: "dc/ypf3rew7r7q03" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k64czz0n4y5f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21222 +dcid: "dc/k64czz0n4y5f8" + +Node: dcid:dc/pe3pd7w5h509 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31511 +dcid: "dc/pe3pd7w5h509" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xskd0bjhh05c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/xskd0bjhh05c2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fnjxgvks4hsm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/fnjxgvks4hsm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4r0e240cc53cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562111 +dcid: "dc/4r0e240cc53cc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b05elrrb7qh5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/b05elrrb7qh5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6r5ml146zmtf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/6r5ml146zmtf8" + +Node: dcid:dc/kfm9w9rbe8mvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325613 +dcid: "dc/kfm9w9rbe8mvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jsp0ehb94cwlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/jsp0ehb94cwlf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v95hh56pb0sbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/v95hh56pb0sbg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/he280zt043w04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313112 +dcid: "dc/he280zt043w04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w8jt9pmvl4cb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/w8jt9pmvl4cb3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8shck0sp32ccd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/8shck0sp32ccd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2pe932fjsdck +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/2pe932fjsdck" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yfl7sbrqh5d22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33661 +dcid: "dc/yfl7sbrqh5d22" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p077z0jqdw1b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/p077z0jqdw1b9" + +Node: dcid:dc/fbjzfkr0b9wy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335921 +dcid: "dc/fbjzfkr0b9wy9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cbrbggpf4ppd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315119 +dcid: "dc/cbrbggpf4ppd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lpr1qcj7g4z12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/lpr1qcj7g4z12" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wy558kfr9tfg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/wy558kfr9tfg7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gvrjqk3g64h9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/gvrjqk3g64h9d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6hr43gmvfhxy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451 +dcid: "dc/6hr43gmvfhxy6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6r95ls35sgxv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/6r95ls35sgxv4" + +Node: dcid:dc/s8gt533z2wx02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339911 +dcid: "dc/s8gt533z2wx02" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/792fekkp2k61g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/792fekkp2k61g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hv0gvs5fqr9gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316213 +dcid: "dc/hv0gvs5fqr9gb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rdglph58yh148 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11113 +dcid: "dc/rdglph58yh148" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j6dwsze432e0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212399 +dcid: "dc/j6dwsze432e0f" + +Node: dcid:dc/n3ykkgde22rv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111130 +dcid: "dc/n3ykkgde22rv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yw0gjr95pgs16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/yw0gjr95pgs16" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9zyrerm11xr93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921120 +dcid: "dc/9zyrerm11xr93" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6m7e74hndgl68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/6m7e74hndgl68" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c1ee9lgwtqz33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/c1ee9lgwtqz33" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rq4r8skcl42c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332117 +dcid: "dc/rq4r8skcl42c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zqj58m67qtw2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/zqj58m67qtw2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5crq9q2qwex24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/5crq9q2qwex24" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vj5kbd47shxy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/vj5kbd47shxy4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xhrkzhd9288g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/xhrkzhd9288g5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/db22w6wd0x062 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/db22w6wd0x062" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/20nvjvpjwygf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/518112 +dcid: "dc/20nvjvpjwygf8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yyz9wzk1ymqf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/yyz9wzk1ymqf1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n2vsls8e514g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11241 +dcid: "dc/n2vsls8e514g6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rynx74dvrxl15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/rynx74dvrxl15" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/flb2vm69rxrpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112410 +dcid: "dc/flb2vm69rxrpg" + +Node: dcid:dc/d15sswq39e94g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454112 +dcid: "dc/d15sswq39e94g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bpnscnr3gm7d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/bpnscnr3gm7d3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4gksnb0f0z0vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/4gksnb0f0z0vf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/079wzqs67mjy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/079wzqs67mjy" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5cqvksvhfp3t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/5cqvksvhfp3t" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hwzs9xxzh1elg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/hwzs9xxzh1elg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dbdvjc957vw24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/dbdvjc957vw24" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2993cjdw5hpy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33141 +dcid: "dc/2993cjdw5hpy5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ss1sg31zj38e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/ss1sg31zj38e9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zbvdfh7pbvxjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/zbvdfh7pbvxjh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n1dryb58nk4h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1124 +dcid: "dc/n1dryb58nk4h1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftz9cg1rth937 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/ftz9cg1rth937" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z0clnbfp84444 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33141 +dcid: "dc/z0clnbfp84444" + +Node: dcid:dc/t605l1f1kt4j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/t605l1f1kt4j2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3qmw1441jxjtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/3qmw1441jxjtg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4l21gl4gj4472 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112410 +dcid: "dc/4l21gl4gj4472" + +Node: dcid:dc/z5yb07y6zf1x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11241 +dcid: "dc/z5yb07y6zf1x4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/71p7kdtggel6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454112 +dcid: "dc/71p7kdtggel6g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2g0t76lpm0nw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/2g0t76lpm0nw" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n957elb3f72fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/n957elb3f72fc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cqh0275nxf8h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/cqh0275nxf8h8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n3yymrrlyhxrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11241 +dcid: "dc/n3yymrrlyhxrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9f6yt9hbnevf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/q9f6yt9hbnevf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xwlc0g8m8v07f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/xwlc0g8m8v07f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ls1s5bl9bc3w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/ls1s5bl9bc3w7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ftjhpeqzbnvmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331419 +dcid: "dc/ftjhpeqzbnvmc" + +Node: dcid:dc/hrrv0y3dr8p09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/hrrv0y3dr8p09" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3z9ldmm0g5zmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331419 +dcid: "dc/3z9ldmm0g5zmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gmhv0wyfhd0cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/gmhv0wyfhd0cb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qsfp5kgxz1x99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518112 +dcid: "dc/qsfp5kgxz1x99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jb7885lmvm88b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518112 +dcid: "dc/jb7885lmvm88b" + +Node: dcid:dc/t8mln4x0ls154 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/t8mln4x0ls154" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gly3peb6x5wqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11241 +dcid: "dc/gly3peb6x5wqb" + +Node: dcid:dc/hpddpmjffq19b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/hpddpmjffq19b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b07wgw8n8q8yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/b07wgw8n8q8yh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ynbxwd7yf1p81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/ynbxwd7yf1p81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8yhyjwdhr5396 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1124 +dcid: "dc/8yhyjwdhr5396" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6t04jcr4eqwv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/6t04jcr4eqwv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3qn98mn4jjev7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33141 +dcid: "dc/3qn98mn4jjev7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7jxk5h08rm0fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/7jxk5h08rm0fh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mr23rh3m17md1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112410 +dcid: "dc/mr23rh3m17md1" + +Node: dcid:dc/fv8n3xj3llq1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1124 +dcid: "dc/fv8n3xj3llq1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lfjkcqwx8m4s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/lfjkcqwx8m4s9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kd9fvtwtx5d23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518112 +dcid: "dc/kd9fvtwtx5d23" + +Node: dcid:dc/vhgdsw5thms4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/vhgdsw5thms4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c67mtz1wb9xjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/c67mtz1wb9xjb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f3jb779hsnly7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/f3jb779hsnly7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jzn328ckthy1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331419 +dcid: "dc/jzn328ckthy1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvevfl34xv5e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112410 +dcid: "dc/cvevfl34xv5e3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dqyc57d7wd85f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33141 +dcid: "dc/dqyc57d7wd85f" + +Node: dcid:dc/plt48r3gfydmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/plt48r3gfydmb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9pkxjz623eg06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33141 +dcid: "dc/9pkxjz623eg06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mjl3jzzvl2ld1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/mjl3jzzvl2ld1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rfjy86c1swvr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/rfjy86c1swvr8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5btz8ny13kkf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/5btz8ny13kkf5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/801eyz7zrq3y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331419 +dcid: "dc/801eyz7zrq3y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kpwzpq315gnqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518112 +dcid: "dc/kpwzpq315gnqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4w5l8c0mzc6lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452112 +dcid: "dc/4w5l8c0mzc6lf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2wn4pjqdp1lq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/2wn4pjqdp1lq3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0j2548x3n0j58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/0j2548x3n0j58" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wkbf341qpvq9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112410 +dcid: "dc/wkbf341qpvq9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xr3ypsqh0t772 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/xr3ypsqh0t772" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wp13vpfsz7kw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/wp13vpfsz7kw9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g439qtw9fr4sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/g439qtw9fr4sh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/51gewmcrpb0k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/51gewmcrpb0k6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4yrqv5vh9tbsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/4yrqv5vh9tbsd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vf1zebvtjby95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/vf1zebvtjby95" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b00vrngqxvxgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/b00vrngqxvxgb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w7s9wdnt5eqj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33141 +dcid: "dc/w7s9wdnt5eqj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c2wwgkxcp7lt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112410 +dcid: "dc/c2wwgkxcp7lt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xr5pgtxbkk359 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/xr5pgtxbkk359" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rrzl1p3jvdwjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/rrzl1p3jvdwjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g7z9x9jq8dz06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1124 +dcid: "dc/g7z9x9jq8dz06" + +Node: dcid:dc/31hrrjvp62f7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518112 +dcid: "dc/31hrrjvp62f7b" + +Node: dcid:dc/7pd6267k8v3j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/7pd6267k8v3j4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lcp8vy99h6rq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331419 +dcid: "dc/lcp8vy99h6rq9" + +Node: dcid:dc/xm11ft1qmef15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/xm11ft1qmef15" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pzg19brb0rv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/pzg19brb0rv" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xrzmephddzs68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/xrzmephddzs68" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qf5xqkepq4yg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/qf5xqkepq4yg6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tvqcblhg08xrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/tvqcblhg08xrh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z6ehjrncdtwk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/z6ehjrncdtwk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t7ttsb89rpxe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/t7ttsb89rpxe" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j9fj5r9yczfr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/j9fj5r9yczfr9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b3nlhw2nzlz99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454112 +dcid: "dc/b3nlhw2nzlz99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0pg22kf02dv0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1124 +dcid: "dc/0pg22kf02dv0f" + +Node: dcid:dc/mht90lt5ec2vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/mht90lt5ec2vf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wd124dxk87f9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/wd124dxk87f9g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7pkfcldw30455 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/7pkfcldw30455" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pbbbzq215r9j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/pbbbzq215r9j5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pr4046f808v03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/pr4046f808v03" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/efjh4h689dvmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/efjh4h689dvmd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kq7glrm3250sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49111 +dcid: "dc/kq7glrm3250sb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ggxfnlwg1h1x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/ggxfnlwg1h1x7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f46ej2wkbbgd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/f46ej2wkbbgd6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vcsscmcs5kt68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1124 +dcid: "dc/vcsscmcs5kt68" + +Node: dcid:dc/8jfn0qcesbg01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11241 +dcid: "dc/8jfn0qcesbg01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hfkqwj9nzqcjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/hfkqwj9nzqcjb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dd49sqymjs7kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331419 +dcid: "dc/dd49sqymjs7kc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86kbgh3kgbtj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/86kbgh3kgbtj4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l4e5kyst3p51d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518112 +dcid: "dc/l4e5kyst3p51d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c2t6cyywwcph1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11241 +dcid: "dc/c2t6cyywwcph1" + +Node: dcid:dc/xk9p6gcryb0fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454112 +dcid: "dc/xk9p6gcryb0fb" + +Node: dcid:dc/4h5mgltm1hjr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/4h5mgltm1hjr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ccdbcx9pz35f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/0ccdbcx9pz35f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8659syg2v0hj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/8659syg2v0hj4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bbyrve01j0r17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331419 +dcid: "dc/bbyrve01j0r17" + +Node: dcid:dc/bd2kms4g78y7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/491 +dcid: "dc/bd2kms4g78y7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7smjm7dsv0s7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/7smjm7dsv0s7c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rl0bdbelet30b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/rl0bdbelet30b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w2fn2zv15s74f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/w2fn2zv15s74f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/krh36h7r0r5bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/krh36h7r0r5bc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ctkn20qb2scqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/ctkn20qb2scqh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5zhhhwnz5ssg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/491110 +dcid: "dc/5zhhhwnz5ssg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6wlctqvmypnw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/6wlctqvmypnw8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m88lbyg73qbrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454112 +dcid: "dc/m88lbyg73qbrg" + +Node: dcid:dc/fnx4e26pfwf2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/fnx4e26pfwf2h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xq9xmv6l2wwm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/xq9xmv6l2wwm5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9sce4ecm9skb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4911 +dcid: "dc/9sce4ecm9skb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hqcgtxwdzsmyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/hqcgtxwdzsmyf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zb1y67yetnlvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/zb1y67yetnlvh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rv0l8d0nlh6q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454112 +dcid: "dc/rv0l8d0nlh6q1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rpknwstld1lg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1124 +dcid: "dc/rpknwstld1lg8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2d70s9ddqtf39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112410 +dcid: "dc/2d70s9ddqtf39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vkqdlqfnbkbm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33141 +dcid: "dc/vkqdlqfnbkbm" + +Node: dcid:dc/t411cmc54kpq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/t411cmc54kpq2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qlh581rkhfjkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11241 +dcid: "dc/qlh581rkhfjkd" + +Node: dcid:dc/16mnqt9rzt2j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454112 +dcid: "dc/16mnqt9rzt2j1" + +Node: dcid:dc/y2cdbz68tc784 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/y2cdbz68tc784" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eekey9x3y1r43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327213 +dcid: "dc/eekey9x3y1r43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vqlbezlwxvhr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325312 +dcid: "dc/vqlbezlwxvhr4" + +Node: dcid:dc/6yqg57tg7pev1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483112 +dcid: "dc/6yqg57tg7pev1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ycxjvrvpyp13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/6ycxjvrvpyp13" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/et4p5r2jg3w51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/et4p5r2jg3w51" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n9gvj13lk2ln9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/n9gvj13lk2ln9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fxrjj6jrxwpm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213115 +dcid: "dc/fxrjj6jrxwpm3" + +Node: dcid:dc/wzbd618p9bfk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327213 +dcid: "dc/wzbd618p9bfk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1m54jzbjjne98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/1m54jzbjjne98" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/54kxzmey4nzk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/54kxzmey4nzk6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mn8mhvmwtjr7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92115 +dcid: "dc/mn8mhvmwtjr7d" + +Node: dcid:dc/szywv0lfrn1p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334113 +dcid: "dc/szywv0lfrn1p9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4plvlmmg1qj06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/4plvlmmg1qj06" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l2sfg255wftrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/l2sfg255wftrc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/57re8vmthm077 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315111 +dcid: "dc/57re8vmthm077" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/21788ekjppgk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/21788ekjppgk9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7jcq7hrvv5mp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112320 +dcid: "dc/7jcq7hrvv5mp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m3px74qfbzgyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327211 +dcid: "dc/m3px74qfbzgyd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7wng8bbll4zd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/7wng8bbll4zd9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pxy1g8w1rytb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/pxy1g8w1rytb3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h6xl3fx5t6wdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/h6xl3fx5t6wdh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kq01e8rb58682 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212313 +dcid: "dc/kq01e8rb58682" + +Node: dcid:dc/y2dghh4y86ekc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/y2dghh4y86ekc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kqvqssne83qgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/kqvqssne83qgd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j2wc06ztx3n44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11232 +dcid: "dc/j2wc06ztx3n44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zewsrf3jxv764 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483112 +dcid: "dc/zewsrf3jxv764" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kv6h91xtzt6hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32522 +dcid: "dc/kv6h91xtzt6hc" + +Node: dcid:dc/fqss7ydbjeh22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/fqss7ydbjeh22" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yfddm6ht1mslg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/yfddm6ht1mslg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dpm53cp3hzhdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921150 +dcid: "dc/dpm53cp3hzhdh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9lrhbsxnxlz69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212324 +dcid: "dc/9lrhbsxnxlz69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kf0q51mgyenpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313113 +dcid: "dc/kf0q51mgyenpd" + +Node: dcid:dc/97g7e8nhlzzy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/97g7e8nhlzzy5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/36r0kq9fddqt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325222 +dcid: "dc/36r0kq9fddqt5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hrzd9s51lf95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/hrzd9s51lf95" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xmty57l4b6831 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325222 +dcid: "dc/xmty57l4b6831" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4fjr3szbf5qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/4fjr3szbf5qc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/13fmb36qlg4z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/13fmb36qlg4z1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jnb2zp8p6yet8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315992 +dcid: "dc/jnb2zp8p6yet8" + +Node: dcid:dc/tcpp7r83n03h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212324 +dcid: "dc/tcpp7r83n03h7" + +Node: dcid:dc/mc6nhrpkb8c4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336111 +dcid: "dc/mc6nhrpkb8c4g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ef7kzpfr05rh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/ef7kzpfr05rh6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6py4y7e8v55vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/6py4y7e8v55vb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xw1ntwb8bpgq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/xw1ntwb8bpgq7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dwsj3e924f17g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327211 +dcid: "dc/dwsj3e924f17g" + +Node: dcid:dc/fsfdyk4vcb413 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/fsfdyk4vcb413" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ppbx13yp1qct8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212325 +dcid: "dc/ppbx13yp1qct8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9sl47vcjdl54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313113 +dcid: "dc/w9sl47vcjdl54" + +Node: dcid:dc/383mb3vkm0sff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325312 +dcid: "dc/383mb3vkm0sff" + +Node: dcid:dc/eq83e1bnxesq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212324 +dcid: "dc/eq83e1bnxesq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvr6bx2vke10b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212325 +dcid: "dc/mvr6bx2vke10b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g1lp8034myzjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/g1lp8034myzjb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vwyr7q3kqln34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921150 +dcid: "dc/vwyr7q3kqln34" + +Node: dcid:dc/sjsfjcxpb8rz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/sjsfjcxpb8rz" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ches3f9bhwpfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/ches3f9bhwpfb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v0fe65hkxcmr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111992 +dcid: "dc/v0fe65hkxcmr9" + +Node: dcid:dc/ytvc7ccxpj87c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/ytvc7ccxpj87c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hc1v8y14jr056 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/hc1v8y14jr056" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4534flvemylzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/4534flvemylzh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9c0nrw47snvpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/9c0nrw47snvpb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/822rnfswf1eyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/822rnfswf1eyb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3xmpkx33fys72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312221 +dcid: "dc/3xmpkx33fys72" + +Node: dcid:dc/5286r9eh27dy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111992 +dcid: "dc/5286r9eh27dy4" + +Node: dcid:dc/fq9q1qc71t9k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/fq9q1qc71t9k3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q1n13renyfvm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/q1n13renyfvm7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nw6xqcw813mzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/nw6xqcw813mzh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/drssrffkgwxgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112320 +dcid: "dc/drssrffkgwxgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kf5d2k1nc9kk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/kf5d2k1nc9kk4" + +Node: dcid:dc/exxkq1l403th9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/exxkq1l403th9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mb7bq9ge0pj2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/mb7bq9ge0pj2c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ly7dnqsy6ncw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/ly7dnqsy6ncw5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2lhqyw7pbvk23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/2lhqyw7pbvk23" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hv5jyjktk9ckf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/hv5jyjktk9ckf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yb9ebjllrmhe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325222 +dcid: "dc/yb9ebjllrmhe1" + +Node: dcid:dc/96dhnczy8szm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/96dhnczy8szm2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1tb82nwzelpj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313113 +dcid: "dc/1tb82nwzelpj5" + +Node: dcid:dc/tklj5b89zqzkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313113 +dcid: "dc/tklj5b89zqzkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9xfdggdsbry42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/9xfdggdsbry42" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v7yfdx7168882 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/v7yfdx7168882" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/150wslyzn6nrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/150wslyzn6nrf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p3hjrf4fc3k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/p3hjrf4fc3k7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2j7dwrnxqblf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/2j7dwrnxqblf5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hkltvf5h399x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312221 +dcid: "dc/hkltvf5h399x4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y12sh26hevsb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92115 +dcid: "dc/y12sh26hevsb7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kzld95nng1pp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334415 +dcid: "dc/kzld95nng1pp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2lp7w4gh4cd3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111992 +dcid: "dc/2lp7w4gh4cd3c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6cmzd5wm4wgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/6cmzd5wm4wgd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/560l895vyspw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212313 +dcid: "dc/560l895vyspw6" + +Node: dcid:dc/4zff75jjkk7jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/4zff75jjkk7jg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5kewvwncjvfh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326112 +dcid: "dc/5kewvwncjvfh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/25cc8ffxgrpxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/25cc8ffxgrpxh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wgzt6jth2wg85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315111 +dcid: "dc/wgzt6jth2wg85" + +Node: dcid:dc/dzeh0revqnf3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111411 +dcid: "dc/dzeh0revqnf3d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5fqt4sl05n092 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327213 +dcid: "dc/5fqt4sl05n092" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q3m58llq1y6w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/q3m58llq1y6w2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yen2pn12v2n7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/yen2pn12v2n7h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3wcpz8nterh3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213115 +dcid: "dc/3wcpz8nterh3f" + +Node: dcid:dc/3lhc205w5dl56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32522 +dcid: "dc/3lhc205w5dl56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ztyyc98jk86x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213115 +dcid: "dc/ztyyc98jk86x2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmbs51jhy9jz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336111 +dcid: "dc/lmbs51jhy9jz9" + +Node: dcid:dc/jq58q3c9ce7s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11232 +dcid: "dc/jq58q3c9ce7s1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kkhsf78es1fz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/kkhsf78es1fz4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t6wp7yzj7kdld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212325 +dcid: "dc/t6wp7yzj7kdld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w8vx420xvmn3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/w8vx420xvmn3c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vfndevfc38hlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/vfndevfc38hlh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sm508fdv7fptc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/sm508fdv7fptc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/332pk6p9w8mh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312221 +dcid: "dc/332pk6p9w8mh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zxhevzb5v5kw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/zxhevzb5v5kw" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cppb8k7jtgb4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334113 +dcid: "dc/cppb8k7jtgb4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2gpryh022970d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327213 +dcid: "dc/2gpryh022970d" + +Node: dcid:dc/tpwdzwfy8q9n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327211 +dcid: "dc/tpwdzwfy8q9n5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3v0ztzs3rpxt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334113 +dcid: "dc/3v0ztzs3rpxt4" + +Node: dcid:dc/twx0qtzqc4xs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326112 +dcid: "dc/twx0qtzqc4xs" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3r89f719w68v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/3r89f719w68v9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s38ejm8ztmqh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/s38ejm8ztmqh6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kfprf04m0tjn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/kfprf04m0tjn4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0z48yfxz51ke7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/0z48yfxz51ke7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w7q3bz08keq2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212325 +dcid: "dc/w7q3bz08keq2d" + +Node: dcid:dc/pyffxxlg9212d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/pyffxxlg9212d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fdb54sl5tplw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/fdb54sl5tplw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6sljs4th09m25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/6sljs4th09m25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bb2dep8w15455 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315992 +dcid: "dc/bb2dep8w15455" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j3xsc7jj2ypf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/j3xsc7jj2ypf6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ehlpf9r79bvjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/ehlpf9r79bvjh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p0ckzbfh93trf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/p0ckzbfh93trf" + +Node: dcid:dc/00egjmz2yyk93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92115 +dcid: "dc/00egjmz2yyk93" + +Node: dcid:dc/zhs03vdwkedqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/zhs03vdwkedqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pvz6llbf7rvt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32522 +dcid: "dc/pvz6llbf7rvt7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/frt9f9cecwtt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334415 +dcid: "dc/frt9f9cecwtt3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gj6rdhd27nn25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/gj6rdhd27nn25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dgnwmc47j0qg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111411 +dcid: "dc/dgnwmc47j0qg6" + +Node: dcid:dc/exfxbd207t053 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11232 +dcid: "dc/exfxbd207t053" + +Node: dcid:dc/n7k0b6ch92h85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327213 +dcid: "dc/n7k0b6ch92h85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xzy7l7nc8s6cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/xzy7l7nc8s6cf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pjgt1gz1327t2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/pjgt1gz1327t2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y0br0j6c4nrkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/y0br0j6c4nrkb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8qpjcrfee9p8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313113 +dcid: "dc/8qpjcrfee9p8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1mcb48n6d36nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/1mcb48n6d36nh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z163vq1986wv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212325 +dcid: "dc/z163vq1986wv5" + +Node: dcid:dc/v9l9n5pv3m1kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/v9l9n5pv3m1kf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/59vse3wxwrn7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/59vse3wxwrn7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gh4dmyjgvcm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/gh4dmyjgvcm7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5p6ynql216vpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/5p6ynql216vpd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cmfee1y172lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315992 +dcid: "dc/cmfee1y172lg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dczc5g90tr0y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/dczc5g90tr0y5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vhb4t7dvxfmj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/vhb4t7dvxfmj5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hkz8f7sf5ffd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/hkz8f7sf5ffd4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gbdrphwjgcvnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322215 +dcid: "dc/gbdrphwjgcvnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vd1epvfmsgt3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32522 +dcid: "dc/vd1epvfmsgt3h" + +Node: dcid:dc/zb78kzxsh5f52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327211 +dcid: "dc/zb78kzxsh5f52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4tkk6ch777yt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/4tkk6ch777yt8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/svwsrr6ykmet9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/svwsrr6ykmet9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vgke0v8bhelt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315111 +dcid: "dc/vgke0v8bhelt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n1d1vxfmjgb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5311 +dcid: "dc/n1d1vxfmjgb8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gr021bft4ce22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/gr021bft4ce22" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mcsv303lk0g6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92115 +dcid: "dc/mcsv303lk0g6h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eqbxh48gvbx4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325222 +dcid: "dc/eqbxh48gvbx4c" + +Node: dcid:dc/n4618qcgt47z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/n4618qcgt47z5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5xqhdqz9cf66c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111992 +dcid: "dc/5xqhdqz9cf66c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f321fg5gdp2y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/f321fg5gdp2y4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpqv2ltce57kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315992 +dcid: "dc/fpqv2ltce57kf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2g25lsrsql08b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212313 +dcid: "dc/2g25lsrsql08b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lxzdmw2bg35n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921150 +dcid: "dc/lxzdmw2bg35n4" + +Node: dcid:dc/3klzhrkbm0dn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/3klzhrkbm0dn7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bwqxf0ysxcm4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/bwqxf0ysxcm4f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mxwtz6q9b56t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/mxwtz6q9b56t5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fskf2n7lg93md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/fskf2n7lg93md" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qt18ej4m7dleh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/qt18ej4m7dleh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kcmxslrwszw92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/kcmxslrwszw92" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z5nsddr2wxs69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/z5nsddr2wxs69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c2cdd6wwfeq61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/c2cdd6wwfeq61" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z0j4f0fw7yjx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212313 +dcid: "dc/z0j4f0fw7yjx6" + +Node: dcid:dc/x4telcczhvc5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/x4telcczhvc5c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pf5fymlhbd1n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/pf5fymlhbd1n4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7g74keqq5y28f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112320 +dcid: "dc/7g74keqq5y28f" + +Node: dcid:dc/wybgyd4dmh958 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/wybgyd4dmh958" + +Node: dcid:dc/ftbmp3yyp92k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/ftbmp3yyp92k4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/efck44p4x0618 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/efck44p4x0618" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wfg82m4nf0b23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112320 +dcid: "dc/wfg82m4nf0b23" + +Node: dcid:dc/zj1lp510ndns2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322215 +dcid: "dc/zj1lp510ndns2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qs5c9007grtc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/qs5c9007grtc5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sv5ghe66jhb31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327213 +dcid: "dc/sv5ghe66jhb31" + +Node: dcid:dc/wqgxr1ykcf4gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327213 +dcid: "dc/wqgxr1ykcf4gg" + +Node: dcid:dc/gv9nzhlc29xkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/gv9nzhlc29xkg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j9zlw784z2jf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/j9zlw784z2jf5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gnqsmvddxbk2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/gnqsmvddxbk2b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jsr75sf6c05hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336111 +dcid: "dc/jsr75sf6c05hd" + +Node: dcid:dc/h09qkym9db328 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/h09qkym9db328" + +Node: dcid:dc/xgrmp71g2tmx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/xgrmp71g2tmx9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e8vsk6j8t6957 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/e8vsk6j8t6957" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2befl0mwkm586 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/2befl0mwkm586" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xclrj5k0elcp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/xclrj5k0elcp5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/118t4kqgmbjjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11232 +dcid: "dc/118t4kqgmbjjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5c5648f0xp071 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921150 +dcid: "dc/5c5648f0xp071" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7wv2dpb63tpxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/7wv2dpb63tpxh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c2jvjbkthteg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/c2jvjbkthteg3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rpbyg3c349cm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111411 +dcid: "dc/rpbyg3c349cm3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k9ttcnrgrkf1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112320 +dcid: "dc/k9ttcnrgrkf1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mx90rnn99jp7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/mx90rnn99jp7h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6xweycvn6x972 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/6xweycvn6x972" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0k3rs58yzzmb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334415 +dcid: "dc/0k3rs58yzzmb1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f123es1x4x787 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/f123es1x4x787" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3ttz630yzvnpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483112 +dcid: "dc/3ttz630yzvnpc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gwvt94qsh0nm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326112 +dcid: "dc/gwvt94qsh0nm3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ch9vqdjeylkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/7ch9vqdjeylkf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bbhfn559y8mv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32522 +dcid: "dc/bbhfn559y8mv9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yp6d5zlgyv6v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336111 +dcid: "dc/yp6d5zlgyv6v6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ql4pkhkzgkmpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212325 +dcid: "dc/ql4pkhkzgkmpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3bchnlbcetpw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111411 +dcid: "dc/3bchnlbcetpw7" + +Node: dcid:dc/rhkk68q7wx005 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212324 +dcid: "dc/rhkk68q7wx005" + +Node: dcid:dc/f4fszqj51l0cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/f4fszqj51l0cf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xss7k07l29q3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/xss7k07l29q3f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5g0kl4tr35gkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213115 +dcid: "dc/5g0kl4tr35gkd" + +Node: dcid:dc/ybj7chlhksreh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/ybj7chlhksreh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q6swx18vclmpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/q6swx18vclmpf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0cy2g3nds6trd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325312 +dcid: "dc/0cy2g3nds6trd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2x136gw119hs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/2x136gw119hs2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6xjbtft7sxh57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/6xjbtft7sxh57" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tpsh28hq9s3p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/tpsh28hq9s3p9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwcsz7krgnv2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/jwcsz7krgnv2g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5z9n99gh63l62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/5z9n99gh63l62" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/80lvx9bc1npeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/80lvx9bc1npeb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bqre3k2r4r7q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327211 +dcid: "dc/bqre3k2r4r7q8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8kl5dp39kw0d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/8kl5dp39kw0d9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e9cnrtz65c993 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111411 +dcid: "dc/e9cnrtz65c993" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ved6qfegtf84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32522 +dcid: "dc/0ved6qfegtf84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xy9rly4dxw31c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/xy9rly4dxw31c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ll93zt8tptckd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11232 +dcid: "dc/ll93zt8tptckd" + +Node: dcid:dc/kcbbk3lcb24mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/kcbbk3lcb24mb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/twtljw75w6pz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/twtljw75w6pz" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m57k0qsx61pwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/m57k0qsx61pwf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lh942y5nfmgrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483112 +dcid: "dc/lh942y5nfmgrb" + +Node: dcid:dc/3ww2ljgfp05cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326112 +dcid: "dc/3ww2ljgfp05cf" + +Node: dcid:dc/xm0ex9mm07x62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/xm0ex9mm07x62" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2vlltwv90n1y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/2vlltwv90n1y1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/19dw2skj2pzf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315992 +dcid: "dc/19dw2skj2pzf3" + +Node: dcid:dc/yhlc98xdzrvxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/yhlc98xdzrvxc" + +Node: dcid:dc/f39q721ry22b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/f39q721ry22b5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2tpwrvp3gp657 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/2tpwrvp3gp657" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wt2hq6pns2b31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/wt2hq6pns2b31" + +Node: dcid:dc/3dmce479dnlxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92115 +dcid: "dc/3dmce479dnlxd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cy73glvx5njg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/cy73glvx5njg7" + +Node: dcid:dc/x4k25mfw8dhh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921150 +dcid: "dc/x4k25mfw8dhh9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fjpczt8ysrhtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/fjpczt8ysrhtd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6gfq2t75cpxh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62142 +dcid: "dc/6gfq2t75cpxh1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gv0lss4cgq3m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212324 +dcid: "dc/gv0lss4cgq3m7" + +Node: dcid:dc/w1dp4eq3s88n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213115 +dcid: "dc/w1dp4eq3s88n1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sdkzpsbzwm9ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/sdkzpsbzwm9ch" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b61lqzf202445 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334415 +dcid: "dc/b61lqzf202445" + +Node: dcid:dc/48hgxtm55gpc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/48hgxtm55gpc7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/40981ygdc6y04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212313 +dcid: "dc/40981ygdc6y04" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jf56rje48n17c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325222 +dcid: "dc/jf56rje48n17c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/26xczf7t3kxn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11232 +dcid: "dc/26xczf7t3kxn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2cxh6mc3jmw1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/2cxh6mc3jmw1c" + +Node: dcid:dc/xrbm5nqh3nq2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/xrbm5nqh3nq2h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zv84s8kmx4qe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/zv84s8kmx4qe4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w7y18f2p274m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/w7y18f2p274m3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9st4140vjds6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/9st4140vjds6h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8jgds4s13wsyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/8jgds4s13wsyf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ewsm1f4j5scvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313113 +dcid: "dc/ewsm1f4j5scvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjmjmbbqg6xn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322215 +dcid: "dc/xjmjmbbqg6xn5" + +Node: dcid:dc/w89cm0k48wfk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921150 +dcid: "dc/w89cm0k48wfk" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bgp1ymsjpqvy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/213115 +dcid: "dc/bgp1ymsjpqvy4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y27jk0449h41g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/y27jk0449h41g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lvmp6y7lprvlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313113 +dcid: "dc/lvmp6y7lprvlf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0blbm6tlbzt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315992 +dcid: "dc/s0blbm6tlbzt8" + +Node: dcid:dc/wvbzqt3z8ml08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212324 +dcid: "dc/wvbzqt3z8ml08" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xq1vy2gx9y0bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92512 +dcid: "dc/xq1vy2gx9y0bg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gspfgl87xj7r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92115 +dcid: "dc/gspfgl87xj7r6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5hdvjj13ehr6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325222 +dcid: "dc/5hdvjj13ehr6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p0pepl92ycpyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/p0pepl92ycpyd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fz3hh7tkrwyq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334113 +dcid: "dc/fz3hh7tkrwyq4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g82mh3c6hhzc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312221 +dcid: "dc/g82mh3c6hhzc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e2jd60bdk0gfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/e2jd60bdk0gfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kj7ltmc0sl5x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/kj7ltmc0sl5x2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lzdf9ydyn6hl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/lzdf9ydyn6hl" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5e9kew6372ttf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/5e9kew6372ttf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xy67xn8lrzxf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/xy67xn8lrzxf3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/89hk3zz4c6r67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/89hk3zz4c6r67" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8wcpxy52660dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/8wcpxy52660dd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9b9gfrt9hvflb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212325 +dcid: "dc/9b9gfrt9hvflb" + +Node: dcid:dc/kvfslr81q7f83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322215 +dcid: "dc/kvfslr81q7f83" + +Node: dcid:dc/x865ms5jzz4z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/x865ms5jzz4z" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d7pzstwhzmhh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/d7pzstwhzmhh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xfkx68kzkeetd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/xfkx68kzkeetd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tsgjt93e710w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111992 +dcid: "dc/tsgjt93e710w3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e3wlly8yfwcg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334113 +dcid: "dc/e3wlly8yfwcg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/md0nxjpxny8w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483112 +dcid: "dc/md0nxjpxny8w2" + +Node: dcid:dc/gvc7ellkppq8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/gvc7ellkppq8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mkfwkbszk7t33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/mkfwkbszk7t33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/799nz6bfjmxt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/799nz6bfjmxt8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v3vyqns2y2zy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32522 +dcid: "dc/v3vyqns2y2zy7" + +Node: dcid:dc/2tb29633cd7jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325312 +dcid: "dc/2tb29633cd7jb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1mgz7wm79zet4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/1mgz7wm79zet4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/19mg8nvjl13g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111411 +dcid: "dc/19mg8nvjl13g1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vv46fgbwsbpv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/vv46fgbwsbpv" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6wfcs279tmhs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/6wfcs279tmhs5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wvjh5jr4z45dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325222 +dcid: "dc/wvjh5jr4z45dd" + +Node: dcid:dc/ps06etnvp3hk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/ps06etnvp3hk8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hwx3j6f1rqvdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51912 +dcid: "dc/hwx3j6f1rqvdc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ncbz8j0nj3rsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/ncbz8j0nj3rsg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d0mcgt4kpwrqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/d0mcgt4kpwrqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gr2ys4vb5y1l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325312 +dcid: "dc/gr2ys4vb5y1l2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b49cy0zs6lnd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312221 +dcid: "dc/b49cy0zs6lnd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lq1jsfmy6xpr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921150 +dcid: "dc/lq1jsfmy6xpr7" + +Node: dcid:dc/rgcq05wgvnws7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/rgcq05wgvnws7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lhm2c7x53tjz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315992 +dcid: "dc/lhm2c7x53tjz5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/09jcsdl5ywtm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322215 +dcid: "dc/09jcsdl5ywtm2" + +Node: dcid:dc/lm2h7f5qhg4mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322215 +dcid: "dc/lm2h7f5qhg4mg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wcs97hz0qgwdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/wcs97hz0qgwdg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dttyj2rkh3022 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334113 +dcid: "dc/dttyj2rkh3022" + +Node: dcid:dc/s6dw32zjdj1r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/s6dw32zjdj1r6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nwsqegr9790m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/nwsqegr9790m5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hpb6w1kmk8vz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922160 +dcid: "dc/hpb6w1kmk8vz6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ezn2gd4dyyheh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/ezn2gd4dyyheh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/132bbnwxkcejc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5191 +dcid: "dc/132bbnwxkcejc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3tfg8c5t8ehj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/3tfg8c5t8ehj5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y1qykk4sn2h07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23711 +dcid: "dc/y1qykk4sn2h07" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2qsndt32tsyg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/2qsndt32tsyg7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5z0h34qscr5m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483112 +dcid: "dc/5z0h34qscr5m9" + +Node: dcid:dc/h69j24hjrq5jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/h69j24hjrq5jh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kefr34zzmjcwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326112 +dcid: "dc/kefr34zzmjcwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sdwc809y1xvl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/sdwc809y1xvl5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kg3ybjkf2ckgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519 +dcid: "dc/kg3ybjkf2ckgb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/96jf8ttr1rg03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/96jf8ttr1rg03" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j08m720dbs0f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/j08m720dbs0f4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wjky9wy97fbsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/wjky9wy97fbsg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ek9qfwergs5c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111992 +dcid: "dc/ek9qfwergs5c9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tpgshtfr80hlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/tpgshtfr80hlf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j0b4gxw8ht55d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336111 +dcid: "dc/j0b4gxw8ht55d" + +Node: dcid:dc/kt1tkdj8l8q53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/kt1tkdj8l8q53" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d3ger6lm76l1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/d3ger6lm76l1f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mfghs62p9dhkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/mfghs62p9dhkc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yw2hkwmqv9q6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/yw2hkwmqv9q6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hqxyljc7y2spb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334415 +dcid: "dc/hqxyljc7y2spb" + +Node: dcid:dc/b57sebyxm2hb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/b57sebyxm2hb2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y75def98n35s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/y75def98n35s6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/whq0pqwl9x7j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112320 +dcid: "dc/whq0pqwl9x7j2" + +Node: dcid:dc/zgmc0zdvjwt23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/zgmc0zdvjwt23" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jdht3cq1m1pd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111411 +dcid: "dc/jdht3cq1m1pd5" + +Node: dcid:dc/5kgm5lchnc157 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111992 +dcid: "dc/5kgm5lchnc157" + +Node: dcid:dc/7f24hbr8vqsb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/7f24hbr8vqsb6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ztd4zbwwqmmtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/ztd4zbwwqmmtd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6xfb74c87bjg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483112 +dcid: "dc/6xfb74c87bjg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rr2df4g442g23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92115 +dcid: "dc/rr2df4g442g23" + +Node: dcid:dc/tbmv75865dtm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713940 +dcid: "dc/tbmv75865dtm5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vjb3gnxjglnq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/925120 +dcid: "dc/vjb3gnxjglnq4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sdb6y0sgks6f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/sdb6y0sgks6f4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jrvhpwx2z20v +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237110 +dcid: "dc/jrvhpwx2z20v" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2fwtfzmzwx34f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/2fwtfzmzwx34f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6mht8vmw8f84b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/6mht8vmw8f84b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s0bcd4p9rjswf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212313 +dcid: "dc/s0bcd4p9rjswf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jcnnxyssmp1m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/jcnnxyssmp1m1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/twshjltmdff85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/twshjltmdff85" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rgnrjrvrt4405 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312221 +dcid: "dc/rgnrjrvrt4405" + +Node: dcid:dc/9ddrz43sfwg23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/9ddrz43sfwg23" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lp6elv6c8c10d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/lp6elv6c8c10d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xnwbyhy657xrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322215 +dcid: "dc/xnwbyhy657xrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5epj2tqql9j03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326112 +dcid: "dc/5epj2tqql9j03" + +Node: dcid:dc/hxj5bgf1pr976 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334113 +dcid: "dc/hxj5bgf1pr976" + +Node: dcid:dc/p7cmysbp3cg1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/p7cmysbp3cg1c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vb27x3m5jpyrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325312 +dcid: "dc/vb27x3m5jpyrb" + +Node: dcid:dc/ym8pwkds43feg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621420 +dcid: "dc/ym8pwkds43feg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qcyrn7ylkg8nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212313 +dcid: "dc/qcyrn7ylkg8nc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lbmrpjq5vde59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621999 +dcid: "dc/lbmrpjq5vde59" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/czt54hkymtbwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312221 +dcid: "dc/czt54hkymtbwg" + +Node: dcid:dc/5ymd8rzf8znq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325312 +dcid: "dc/5ymd8rzf8znq1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0np7463qcp146 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334415 +dcid: "dc/0np7463qcp146" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rw5jg9rrm57b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/rw5jg9rrm57b3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2y0d7f30xm0l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/2y0d7f30xm0l3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fftz168y3sz5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/fftz168y3sz5c" + +Node: dcid:dc/bfcb3gts1szjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/bfcb3gts1szjd" + +Node: dcid:dc/dlp78ny7472mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519120 +dcid: "dc/dlp78ny7472mh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4pl23wtdxb942 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53111 +dcid: "dc/4pl23wtdxb942" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6h743dsrx300b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/6h743dsrx300b" + +Node: dcid:dc/dqty7g1z6b8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531 +dcid: "dc/dqty7g1z6b8d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wy0wwrrnlp867 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315111 +dcid: "dc/wy0wwrrnlp867" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nt5j9s796skn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/nt5j9s796skn4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bc31wc1qfqylb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/bc31wc1qfqylb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6prgxbsfkmtb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/6prgxbsfkmtb9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bd7pwd8e80937 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/bd7pwd8e80937" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z8pq75wpmn0cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/z8pq75wpmn0cg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/te0489rt4d2d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/te0489rt4d2d3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q3n8fyjkv0sgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315111 +dcid: "dc/q3n8fyjkv0sgc" + +Node: dcid:dc/bmwqkm0et0cj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213115 +dcid: "dc/bmwqkm0et0cj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zc3m2d4vgnw3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71394 +dcid: "dc/zc3m2d4vgnw3g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0sdhj3e3ezwk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334415 +dcid: "dc/0sdhj3e3ezwk1" + +Node: dcid:dc/21lp2js0n4zz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/21lp2js0n4zz1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sbdn2ph20ytrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488111 +dcid: "dc/sbdn2ph20ytrf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/68fw8lqtjg1yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92216 +dcid: "dc/68fw8lqtjg1yb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2jhfjhx9gdhcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112320 +dcid: "dc/2jhfjhx9gdhcg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/thh43mlhj58yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531110 +dcid: "dc/thh43mlhj58yg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kb0462vzlsbtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/kb0462vzlsbtf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ml8wvkg8gn34c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326112 +dcid: "dc/ml8wvkg8gn34c" + +Node: dcid:dc/j626d5j4368x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/j626d5j4368x3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/26jqdzyk6sel8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327211 +dcid: "dc/26jqdzyk6sel8" + +Node: dcid:dc/xgn9wbbr60wv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/xgn9wbbr60wv8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mf9js9m8jlgs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/mf9js9m8jlgs" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cnwew0epvpwyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336111 +dcid: "dc/cnwew0epvpwyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bmmtqh5mmkbv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/bmmtqh5mmkbv7" + +Node: dcid:dc/mbhll21dd9b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315111 +dcid: "dc/mbhll21dd9b2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rg2lz4ggd1mvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315111 +dcid: "dc/rg2lz4ggd1mvf" + +Node: dcid:dc/rvg2gdzmgmyw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327211 +dcid: "dc/rvg2gdzmgmyw4" + +Node: dcid:dc/wdwre9dykqbr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212324 +dcid: "dc/wdwre9dykqbr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p293lqjyyr9r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11232 +dcid: "dc/p293lqjyyr9r3" + +Node: dcid:dc/zs78ktmgqtxpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/zs78ktmgqtxpf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/93yyy4lc98fe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336111 +dcid: "dc/93yyy4lc98fe2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dl8pcv6sxrv01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/dl8pcv6sxrv01" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/te1j3jzj2lb91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/te1j3jzj2lb91" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7sp8lnp5qq39g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311320 +dcid: "dc/7sp8lnp5qq39g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9js1hnjldkf6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327123 +dcid: "dc/9js1hnjldkf6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mqqzr5z6jwhc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336213 +dcid: "dc/mqqzr5z6jwhc6" + +Node: dcid:dc/ketxvnxtjxyq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/ketxvnxtjxyq1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hpvcqtgqyyvsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31212 +dcid: "dc/hpvcqtgqyyvsd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1xnh31jlk5t69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/1xnh31jlk5t69" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fxbelmx0qhde7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/fxbelmx0qhde7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f6y4psckv3yk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213114 +dcid: "dc/f6y4psckv3yk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cw9l9v95kerz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312120 +dcid: "dc/cw9l9v95kerz8" + +Node: dcid:dc/2zxxhjdgh482h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/2zxxhjdgh482h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/znhz8ss87fnmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311320 +dcid: "dc/znhz8ss87fnmh" + +Node: dcid:dc/z9m448n4k2nkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336419 +dcid: "dc/z9m448n4k2nkf" + +Node: dcid:dc/2k6hmb1w7qbwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213114 +dcid: "dc/2k6hmb1w7qbwf" + +Node: dcid:dc/14pgbg02dtgvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/14pgbg02dtgvb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hn0wdyt6mhlwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/hn0wdyt6mhlwd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cvymd1ydchwz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/213114 +dcid: "dc/cvymd1ydchwz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/677c8z8cr00xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/677c8z8cr00xb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hyek36hblfncc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213114 +dcid: "dc/hyek36hblfncc" + +Node: dcid:dc/500qn56sx3cd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31132 +dcid: "dc/500qn56sx3cd5" + +Node: dcid:dc/6xmz43hkk72vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327123 +dcid: "dc/6xmz43hkk72vg" + +Node: dcid:dc/e19zjh4xh57q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/e19zjh4xh57q1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vlycn54gpxd25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/vlycn54gpxd25" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hmbj2pjm7nq8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311320 +dcid: "dc/hmbj2pjm7nq8d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bpp8xj7qkleyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336419 +dcid: "dc/bpp8xj7qkleyg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s8wtf6lg9r3l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/s8wtf6lg9r3l7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e9wc3hw6q6tb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336213 +dcid: "dc/e9wc3hw6q6tb3" + +Node: dcid:dc/cbwj7gqx99h34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/cbwj7gqx99h34" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2epx6pc896xg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/2epx6pc896xg4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lkjf428nj0x5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/lkjf428nj0x5g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3rt37tsfgs14c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327123 +dcid: "dc/3rt37tsfgs14c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cx7negrmmb09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327123 +dcid: "dc/cx7negrmmb09" + +Node: dcid:dc/g3qz4s5gfrcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/g3qz4s5gfrcc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2gz6f2srve3ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/2gz6f2srve3ch" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bx3c4yvk5x2k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312120 +dcid: "dc/bx3c4yvk5x2k2" + +Node: dcid:dc/ntl1n865dm4w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/ntl1n865dm4w4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k8wylwhgrgzyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312120 +dcid: "dc/k8wylwhgrgzyh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gcsh6gc3j3be7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327123 +dcid: "dc/gcsh6gc3j3be7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d4hq9qmymxbm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/d4hq9qmymxbm1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c1yrr5bx9m0x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327123 +dcid: "dc/c1yrr5bx9m0x8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wzm4rshdyky +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31212 +dcid: "dc/wzm4rshdyky" + +Node: dcid:dc/9j7wefkke2mq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/9j7wefkke2mq1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ry97tjtp07cbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31132 +dcid: "dc/ry97tjtp07cbg" + +Node: dcid:dc/jrnbzqcd0n3c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/jrnbzqcd0n3c2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tbm6er1196e82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/tbm6er1196e82" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vy95zxp0sp447 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31212 +dcid: "dc/vy95zxp0sp447" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sv8qwr2vjzszf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/sv8qwr2vjzszf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hjdzslrtyzq24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336213 +dcid: "dc/hjdzslrtyzq24" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/etjv1857d42qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336419 +dcid: "dc/etjv1857d42qf" + +Node: dcid:dc/pc58c2vnhk90h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/pc58c2vnhk90h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5esw3nqzcw44h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/5esw3nqzcw44h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c714yhpl6vyrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312120 +dcid: "dc/c714yhpl6vyrb" + +Node: dcid:dc/4t77evzx60dng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311320 +dcid: "dc/4t77evzx60dng" + +Node: dcid:dc/d53k1dw7ge3b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336213 +dcid: "dc/d53k1dw7ge3b1" + +Node: dcid:dc/z2v4wr6cpeb54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/z2v4wr6cpeb54" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gyyb0r1str00d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/gyyb0r1str00d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fyn4xmeyxvhw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/fyn4xmeyxvhw1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t5t57gbxlj5n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/t5t57gbxlj5n5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xf1d3l2xd2h7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/xf1d3l2xd2h7g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ylevnjr39vvch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/ylevnjr39vvch" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zx5k6hsbd686g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/zx5k6hsbd686g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1de5mphe20m5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/1de5mphe20m5b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xwndr9re926g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312120 +dcid: "dc/xwndr9re926g9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s2vkh2f53fkwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336213 +dcid: "dc/s2vkh2f53fkwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rr5fdr2y46rh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/rr5fdr2y46rh4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v61x30dfw4eeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/v61x30dfw4eeg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fvy6cn8t0pv76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31212 +dcid: "dc/fvy6cn8t0pv76" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k0k53mn7v0s47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31132 +dcid: "dc/k0k53mn7v0s47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/96dqrey041fq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31132 +dcid: "dc/96dqrey041fq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gvvpe4lmekvl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327123 +dcid: "dc/gvvpe4lmekvl3" + +Node: dcid:dc/8kr8spfcky3kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/8kr8spfcky3kc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4sz7ckevjs8l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/4sz7ckevjs8l7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gh1l929wxsjz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/gh1l929wxsjz7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1b9fxrrxe49xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213114 +dcid: "dc/1b9fxrrxe49xf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/twc0zb0ztmet6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/twc0zb0ztmet6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vn9831qpyy3b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31132 +dcid: "dc/vn9831qpyy3b4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwhl4wjpek0yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/mwhl4wjpek0yg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/598c0zbl9rl61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/598c0zbl9rl61" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/clp5gtgnyhp9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336213 +dcid: "dc/clp5gtgnyhp9g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmhedl481q25d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312120 +dcid: "dc/hmhedl481q25d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n6xpdd96c16r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/n6xpdd96c16r8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m0s176p3vgd7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336419 +dcid: "dc/m0s176p3vgd7h" + +Node: dcid:dc/ty9h93n1phpv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/213114 +dcid: "dc/ty9h93n1phpv2" + +Node: dcid:dc/p6b93eeyqffkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/p6b93eeyqffkd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/922qz95kqwk3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31212 +dcid: "dc/922qz95kqwk3b" + +Node: dcid:dc/4tqx6l5etq829 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/4tqx6l5etq829" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dfv8eq8bvg3x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/dfv8eq8bvg3x5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vf52kjlesw9jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/vf52kjlesw9jc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nz3xjjc0t95j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/nz3xjjc0t95j9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y8kzqssq69tjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/213114 +dcid: "dc/y8kzqssq69tjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/el301ev6dne52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/el301ev6dne52" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nje383mjl1h87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/nje383mjl1h87" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wldfn2z64f3d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311320 +dcid: "dc/wldfn2z64f3d7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hgbl1jhz6pegc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/hgbl1jhz6pegc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pmmyfrr7dypvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/pmmyfrr7dypvb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ztdxb6q56qx02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31212 +dcid: "dc/ztdxb6q56qx02" + +Node: dcid:dc/4scyewbslg2d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336213 +dcid: "dc/4scyewbslg2d5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/123xseeh2673 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/123xseeh2673" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4e1qwr08wwlhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/4e1qwr08wwlhf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ndqtks5s8qxxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/ndqtks5s8qxxb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nx2ewx4enmkx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/nx2ewx4enmkx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5nb41l9qh6tb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/5nb41l9qh6tb9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5md94nb3271gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311320 +dcid: "dc/5md94nb3271gg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3rkzm5se95v32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/3rkzm5se95v32" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vmx8q7n97816d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/vmx8q7n97816d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rb887lt0w3g02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445 +dcid: "dc/rb887lt0w3g02" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gpe8ydnh1mc85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31212 +dcid: "dc/gpe8ydnh1mc85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0yms2vtlsqssf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/0yms2vtlsqssf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nxc31zcgg9mt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336419 +dcid: "dc/nxc31zcgg9mt6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jdtze1ny5x2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31132 +dcid: "dc/2jdtze1ny5x2d" + +Node: dcid:dc/eq4g9sz793yb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336419 +dcid: "dc/eq4g9sz793yb4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cdpz8f87jew19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/cdpz8f87jew19" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2prrzx6vqf495 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/2prrzx6vqf495" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dbxfx04rng93h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312120 +dcid: "dc/dbxfx04rng93h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dxhdlhkqfhj73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/dxhdlhkqfhj73" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vnvj9gt2e467b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336419 +dcid: "dc/vnvj9gt2e467b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dh9bb4yghcxc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311320 +dcid: "dc/dh9bb4yghcxc3" + +Node: dcid:dc/grml4467vmvv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31132 +dcid: "dc/grml4467vmvv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jyb9m70rh2enf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/jyb9m70rh2enf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g36t8mfm08npg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/g36t8mfm08npg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xdnmtmdb526k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/xdnmtmdb526k1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zlhcpnfpr10x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311423 +dcid: "dc/zlhcpnfpr10x7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2n070vgsbefq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/2n070vgsbefq3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3nmrg8s6rfnz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/3nmrg8s6rfnz3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b1wnrgrxv4ehg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/b1wnrgrxv4ehg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v2yryrmkjjgf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/v2yryrmkjjgf7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/psc469jwgd7z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/psc469jwgd7z6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/npynk1lsdccnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/npynk1lsdccnh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s2xdv85by11dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/s2xdv85by11dg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e9z6xj2bf634d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/e9z6xj2bf634d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0kgq1qq566bc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/0kgq1qq566bc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jgktn8ytjy8c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/jgktn8ytjy8c9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v96fmqp4d4cgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/v96fmqp4d4cgb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xd106brrsjmeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/xd106brrsjmeg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/792mhnhh3xz2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/792mhnhh3xz2b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0k2sybg6dfd08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/0k2sybg6dfd08" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r6dsfve337v5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/r6dsfve337v5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2egf6tm60dwp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/2egf6tm60dwp2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yr5nx40db5ve7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/yr5nx40db5ve7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1llwgz34vgz38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/1llwgz34vgz38" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vg4nspss5lpl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/vg4nspss5lpl" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z14whnjyddv7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/z14whnjyddv7c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x2fqz742pm8zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311423 +dcid: "dc/x2fqz742pm8zd" + +Node: dcid:dc/r23cvjt9d875 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/r23cvjt9d875" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/05231v77e6469 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/05231v77e6469" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j8z9bcz3vmqe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/j8z9bcz3vmqe1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3n3d6jzlgjkt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/3n3d6jzlgjkt4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yllvsntlbx0n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/yllvsntlbx0n" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fjvmp4sfnlk79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/fjvmp4sfnlk79" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6eb7qlfsgxjd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/6eb7qlfsgxjd1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hhbsnbck0zw3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/hhbsnbck0zw3c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c7r85192xm57f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311423 +dcid: "dc/c7r85192xm57f" + +Node: dcid:dc/6vfqt22y435k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/6vfqt22y435k8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0nkyn2hlmyg11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/0nkyn2hlmyg11" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1p170e3e6k8e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/1p170e3e6k8e" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wms12xhh1ml86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311423 +dcid: "dc/wms12xhh1ml86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z51emc7bqk773 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/z51emc7bqk773" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3vz8ns406q6ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/3vz8ns406q6ld" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j66erxxcqhv09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/j66erxxcqhv09" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gx25b8x93scy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/gx25b8x93scy6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/thw2yqrf2xwf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311423 +dcid: "dc/thw2yqrf2xwf5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fzrjp8ndh0fn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311423 +dcid: "dc/fzrjp8ndh0fn" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q0gkl0vycft59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/q0gkl0vycft59" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9kk25vpk9c1tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/9kk25vpk9c1tg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t5drgkk20p2kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311423 +dcid: "dc/t5drgkk20p2kg" + +Node: dcid:dc/nsxz4znh0y1r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/nsxz4znh0y1r7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yyybfz5bteged +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/yyybfz5bteged" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6lq4x9hwp7yxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/6lq4x9hwp7yxb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jfc16zebf80c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/jfc16zebf80c8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w814sg48b83j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/w814sg48b83j3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4w4v8gz9vlrmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/4w4v8gz9vlrmg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1rm57f6pftn34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/1rm57f6pftn34" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lqgmy9tr38me1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/lqgmy9tr38me1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c7lpjbb58m309 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/c7lpjbb58m309" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/78g4ewch7neyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/78g4ewch7neyf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pe9d2qpremth2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/pe9d2qpremth2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dzskdpd60lzxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/dzskdpd60lzxb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pxk3fs796625g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/pxk3fs796625g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1tfg47wmqwz4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/1tfg47wmqwz4h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hw22rznzm2496 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/hw22rznzm2496" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/112lmhbvges11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/112lmhbvges11" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2p3qks03wlyx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/2p3qks03wlyx7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dclkxvpynste +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/dclkxvpynste" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ln58n61ndff37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/ln58n61ndff37" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qkb71nvh5w4m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/qkb71nvh5w4m2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s05p7331dysq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/s05p7331dysq7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dwd5cv2gp14ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/dwd5cv2gp14ec" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qykxsxxecxycc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/qykxsxxecxycc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8mn6wjws3m30g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/8mn6wjws3m30g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x8dh12kbnbrw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/x8dh12kbnbrw8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ekpqvjq11ne7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/ekpqvjq11ne7g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lwlvgr0hhk5lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623210 +dcid: "dc/lwlvgr0hhk5lb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s85mqj4gty25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/s85mqj4gty25" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9qf5rs1mjq8k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/9qf5rs1mjq8k6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m56qfvs72df65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62411 +dcid: "dc/m56qfvs72df65" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f2tw49pxsj9h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/f2tw49pxsj9h5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6qjtv7djt92q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/6qjtv7djt92q8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fwwmwcq3zlq2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/fwwmwcq3zlq2c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r2w5qb4llvjs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624110 +dcid: "dc/r2w5qb4llvjs6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tgsxw9d0xssd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/tgsxw9d0xssd2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gcss8m7qn2mq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62321 +dcid: "dc/gcss8m7qn2mq4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cn04rqbxh9s03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/cn04rqbxh9s03" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yw8ywdg08q9zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/yw8ywdg08q9zg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/21nchtqqnsyk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336414 +dcid: "dc/21nchtqqnsyk2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9qe66qb7rbxm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/9qe66qb7rbxm5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m6bcsh18z9tsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/m6bcsh18z9tsc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ss50tmptjz3g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/ss50tmptjz3g8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6x9mhf4t24q54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331112 +dcid: "dc/6x9mhf4t24q54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/22g75gqk53c14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326192 +dcid: "dc/22g75gqk53c14" + +Node: dcid:dc/2wcx01we2kexh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/2wcx01we2kexh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2138m1cxrytn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/2138m1cxrytn2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nlykw8p3qdgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/nlykw8p3qdgh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7nldkb4tt3p8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/7nldkb4tt3p8g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/407w83jn8krb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/407w83jn8krb4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eel5b7eqh5ty3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/eel5b7eqh5ty3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/66tf0vttfeyxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/66tf0vttfeyxh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eblgvkwy5z7r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/eblgvkwy5z7r8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zwhr48xfgdg75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336414 +dcid: "dc/zwhr48xfgdg75" + +Node: dcid:dc/zp5tk68d00tf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/zp5tk68d00tf4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/02lyxxxcqr35h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/02lyxxxcqr35h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g4epqhefzxfb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/g4epqhefzxfb8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zwphs2h7nen4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/zwphs2h7nen4h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xkjzsnq10wgf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331112 +dcid: "dc/xkjzsnq10wgf7" + +Node: dcid:dc/5d507w5g3fxsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/5d507w5g3fxsf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/885tljr0dmsm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/885tljr0dmsm9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/89cent64zn3m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/326192 +dcid: "dc/89cent64zn3m5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/59xjm1kh03gnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/59xjm1kh03gnc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m4plpyfktw1j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/m4plpyfktw1j7" + +Node: dcid:dc/t1gmh4rt8sfxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/t1gmh4rt8sfxh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8z3cp2nvrx0t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/8z3cp2nvrx0t5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6wc4v0xe7dcbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/6wc4v0xe7dcbf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m35ymqc59wgg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/m35ymqc59wgg7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6yp5k73nglcef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/6yp5k73nglcef" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jln5kkqxcclm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326192 +dcid: "dc/jln5kkqxcclm8" + +Node: dcid:dc/mtypqnv6c82e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/mtypqnv6c82e1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0ev7tyrb0f2fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/0ev7tyrb0f2fh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t6k4r4t2kt9nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/t6k4r4t2kt9nd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1ezj6b4hweqj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/1ezj6b4hweqj" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7e1s55bzyb8cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326192 +dcid: "dc/7e1s55bzyb8cc" + +Node: dcid:dc/x46s79rwr4m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/x46s79rwr4m7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8zmm3y21mz262 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/8zmm3y21mz262" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9l087ms328qk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/9l087ms328qk6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lv1pyg7xbfb85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/lv1pyg7xbfb85" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/34q4vwm8s2rgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/34q4vwm8s2rgc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mhmtxkz0g0c69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/mhmtxkz0g0c69" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6g6gz0mxwh064 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/6g6gz0mxwh064" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ff8bk62mer344 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/ff8bk62mer344" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5klkb2bl7rwe6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/5klkb2bl7rwe6" + +Node: dcid:dc/rf2cmf0jtjb08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/rf2cmf0jtjb08" + +Node: dcid:dc/59yhjyvc0ekh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335221 +dcid: "dc/59yhjyvc0ekh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b8qssx9vhcplb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112390 +dcid: "dc/b8qssx9vhcplb" + +Node: dcid:dc/75bjbg92e2ns6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/75bjbg92e2ns6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8nlthy8zfh0t2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/8nlthy8zfh0t2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m0jpph4vtjh7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/m0jpph4vtjh7d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yhrvkt5l574s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/yhrvkt5l574s8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x5nsf69rzd9g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/x5nsf69rzd9g8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9rhq13f5xw981 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335221 +dcid: "dc/9rhq13f5xw981" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lles36cbgcz83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/lles36cbgcz83" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lnhkjhq5pm6j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11239 +dcid: "dc/lnhkjhq5pm6j" + +Node: dcid:dc/68r2lt889s0p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/68r2lt889s0p5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hx0q57r78s0f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112390 +dcid: "dc/hx0q57r78s0f8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jh7r6sjy6nw04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/jh7r6sjy6nw04" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wljx82d1f1tjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/wljx82d1f1tjc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6qvgrk68xe7k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/6qvgrk68xe7k3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/54rzn8pkzg0q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/54rzn8pkzg0q7" + +Node: dcid:dc/xd91kq39d9l3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/xd91kq39d9l3b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4qcksy6hwcrc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6116 +dcid: "dc/4qcksy6hwcrc9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m2gw6xl0rmdeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336414 +dcid: "dc/m2gw6xl0rmdeg" + +Node: dcid:dc/7mc9x65emhr98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/7mc9x65emhr98" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sdv9xmxr9b2vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339941 +dcid: "dc/sdv9xmxr9b2vb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/57vb6epc3hv69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/57vb6epc3hv69" + +Node: dcid:dc/whhnsfpnsddmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/whhnsfpnsddmd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lf1pezcq3mqj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339941 +dcid: "dc/lf1pezcq3mqj" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dr9dmej5hx5v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/dr9dmej5hx5v5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j7pbz1bd4gsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/j7pbz1bd4gsc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xqm949b2sz2e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/xqm949b2sz2e3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b43xp37rg67bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/b43xp37rg67bf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xrtf02e7qp4b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/xrtf02e7qp4b6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r448q3sbf07df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/r448q3sbf07df" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j55sgy0y3y0wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/j55sgy0y3y0wh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k7198wcj8ewr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/k7198wcj8ewr7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/psvjtqlq94q39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326192 +dcid: "dc/psvjtqlq94q39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jcmz684d9qh0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/jcmz684d9qh0c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fgcswlr67k25f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/fgcswlr67k25f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l7zt2jslhbwm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/326192 +dcid: "dc/l7zt2jslhbwm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/85l94mhp5ndd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/85l94mhp5ndd9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kf71yt85v323c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335221 +dcid: "dc/kf71yt85v323c" + +Node: dcid:dc/rwrl76wg6epvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/rwrl76wg6epvc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bhjr92t85jnkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/bhjr92t85jnkb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/betwr5sfr6x76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/betwr5sfr6x76" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jg2xcb1l8v1y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/jg2xcb1l8v1y9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c88gh3nwjqf1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/c88gh3nwjqf1c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/305fmdw1s5181 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/305fmdw1s5181" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3cg5xekvn98zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/3cg5xekvn98zd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lh4y0wwwk57sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331112 +dcid: "dc/lh4y0wwwk57sh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sxbslsghvgxpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/sxbslsghvgxpc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d7yfwf71psr33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/d7yfwf71psr33" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7j61dvld9fdeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315221 +dcid: "dc/7j61dvld9fdeg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0fzx1c61w6yw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/0fzx1c61w6yw2" + +Node: dcid:dc/7n7dqm3gk86vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/7n7dqm3gk86vb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3ft3r5qhtl76h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/3ft3r5qhtl76h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/frm4ct5wy49td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/frm4ct5wy49td" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b1r9be8h3w9v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/326192 +dcid: "dc/b1r9be8h3w9v2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s4me9qwgdryyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11239 +dcid: "dc/s4me9qwgdryyc" + +Node: dcid:dc/2qt4s4y7e257h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/2qt4s4y7e257h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/25kvlcm6vvhzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332993 +dcid: "dc/25kvlcm6vvhzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tr0mwn8y9s366 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/tr0mwn8y9s366" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e8cbvmkmjkf62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/e8cbvmkmjkf62" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6q2dxggjetmd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/6q2dxggjetmd8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/clymlt0y1b3fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/clymlt0y1b3fd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jf6k3elw7x372 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/jf6k3elw7x372" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wfc8c55vvrt97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/wfc8c55vvrt97" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tgq3xwg9g4xt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/tgq3xwg9g4xt9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/klv1g8ylpwh98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336414 +dcid: "dc/klv1g8ylpwh98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g5vfdctvyfgbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/g5vfdctvyfgbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f27pzfhej9h83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/f27pzfhej9h83" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g41qs6wywxrl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/g41qs6wywxrl1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kfwkjgtpd15f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/kfwkjgtpd15f6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wm7qjcfd80cqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5122 +dcid: "dc/wm7qjcfd80cqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4ncklt1x2z4j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339941 +dcid: "dc/4ncklt1x2z4j9" + +Node: dcid:dc/kbm2nxgrfpx99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/kbm2nxgrfpx99" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nq52dlx69xhx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/nq52dlx69xhx4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qj4yw774wwb3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331112 +dcid: "dc/qj4yw774wwb3b" + +Node: dcid:dc/7dhlx4r0shgx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/7dhlx4r0shgx3" + +Node: dcid:dc/ntvkv19n39s29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/ntvkv19n39s29" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y3tvkq63gntk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/y3tvkq63gntk3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0nbd6vgtxr30b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/0nbd6vgtxr30b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b3qjxdepty575 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/b3qjxdepty575" + +Node: dcid:dc/r84l0s8n3d1dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315221 +dcid: "dc/r84l0s8n3d1dc" + +Node: dcid:dc/yrc1j75esnxm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112390 +dcid: "dc/yrc1j75esnxm8" + +Node: dcid:dc/495x8v76b79wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92614 +dcid: "dc/495x8v76b79wb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/722x7px4ngnt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11239 +dcid: "dc/722x7px4ngnt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f6emp4b3fkdn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/f6emp4b3fkdn2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/26zdkqnpry0l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112390 +dcid: "dc/26zdkqnpry0l3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/53jtqpnl5lyv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/53jtqpnl5lyv6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hwjhbw2h8m9l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11239 +dcid: "dc/hwjhbw2h8m9l5" + +Node: dcid:dc/8jnwqczkdmv51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/8jnwqczkdmv51" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/czvtbvcwl8wy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/czvtbvcwl8wy" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8kfp5ptr1dk07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/8kfp5ptr1dk07" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b896vvn1lwfqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/b896vvn1lwfqd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8h6e0c8j098p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331112 +dcid: "dc/8h6e0c8j098p6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xfbwrth2pzxl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/xfbwrth2pzxl" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n4xxch4mwk37f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/n4xxch4mwk37f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/prp05nbb773l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/prp05nbb773l4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8h18wselqtgwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/8h18wselqtgwb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h9l8gf60g852h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11239 +dcid: "dc/h9l8gf60g852h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zzdm320w9mflc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5413 +dcid: "dc/zzdm320w9mflc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7mp3emkr2cbxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315221 +dcid: "dc/7mp3emkr2cbxd" + +Node: dcid:dc/sefsprvbl4d05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331112 +dcid: "dc/sefsprvbl4d05" + +Node: dcid:dc/r70pg31b9k3v +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/r70pg31b9k3v" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mrm2cr1yw0m21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315221 +dcid: "dc/mrm2cr1yw0m21" + +Node: dcid:dc/thwh8d59875wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339941 +dcid: "dc/thwh8d59875wc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tf1268x1xj8hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/tf1268x1xj8hd" + +Node: dcid:dc/k6p1r7p8mlcq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/k6p1r7p8mlcq1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g3y9hx74htb2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611519 +dcid: "dc/g3y9hx74htb2f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gqnmrmd54nbh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112390 +dcid: "dc/gqnmrmd54nbh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gp2pz2wj4z839 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/gp2pz2wj4z839" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mv4mkq19p5fx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/mv4mkq19p5fx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f30k15w8dtp4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/f30k15w8dtp4g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qqclscw9vwz88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/qqclscw9vwz88" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m50etb2cfknf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/m50etb2cfknf2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vgx01h4tpzvn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315221 +dcid: "dc/vgx01h4tpzvn7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hqw4tghhwzg1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/hqw4tghhwzg1b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y3kbw70gvgfl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336414 +dcid: "dc/y3kbw70gvgfl7" + +Node: dcid:dc/0h4kvprhgq083 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/0h4kvprhgq083" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1bklxd0698tn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335221 +dcid: "dc/1bklxd0698tn5" + +Node: dcid:dc/emxchbn0mn14c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/emxchbn0mn14c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/67s074q7ry3gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/67s074q7ry3gh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xg8fsclqdlwt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11239 +dcid: "dc/xg8fsclqdlwt1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/76x53fher9sv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/76x53fher9sv" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9zzw6tg68n9z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541330 +dcid: "dc/9zzw6tg68n9z7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pgphr9mrbzh53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/pgphr9mrbzh53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t5e2ndhnglyq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112390 +dcid: "dc/t5e2ndhnglyq8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jc681pywvbc86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/jc681pywvbc86" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lvh2t8d0k25rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/lvh2t8d0k25rh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rccfprwbf36nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/rccfprwbf36nf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dj603ew7gqhxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/dj603ew7gqhxd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rqhyx4ncsmpp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112390 +dcid: "dc/rqhyx4ncsmpp6" + +Node: dcid:dc/z2jqslk94q2rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/z2jqslk94q2rg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3s9mrtdmbfdz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315221 +dcid: "dc/3s9mrtdmbfdz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gxbhz0n66xbbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/gxbhz0n66xbbc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jl9xjxjw58jc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335221 +dcid: "dc/jl9xjxjw58jc3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ml0ytmhgl3621 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/ml0ytmhgl3621" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x5zp8fcftf2k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/x5zp8fcftf2k5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0fyn1hflh8f0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/0fyn1hflh8f0g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3w4zgz9e1llz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/3w4zgz9e1llz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/63fmb9qzzl3hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/63fmb9qzzl3hg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vqhr6yfgdc7q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339941 +dcid: "dc/vqhr6yfgdc7q8" + +Node: dcid:dc/gcfkhq47jsxk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/gcfkhq47jsxk8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k1wd07zqhy5r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/k1wd07zqhy5r2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z2qwnlt1m4k1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/z2qwnlt1m4k1b" + +Node: dcid:dc/mp78tgwpfv961 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/mp78tgwpfv961" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p56fymb5ycge7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/p56fymb5ycge7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9nkj5zwrdtkx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/9nkj5zwrdtkx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mtfsbfr0bvwk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6214 +dcid: "dc/mtfsbfr0bvwk5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0v52zf7v2s2l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611699 +dcid: "dc/0v52zf7v2s2l6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x9q6wfxzmzx1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315221 +dcid: "dc/x9q6wfxzmzx1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5rq6q2840czq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11239 +dcid: "dc/5rq6q2840czq3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t9zbqqv60jspb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339941 +dcid: "dc/t9zbqqv60jspb" + +Node: dcid:dc/7yygy29mj0zn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/7yygy29mj0zn6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w5n4yh0fhj2rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/w5n4yh0fhj2rh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m7grfewvedv58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/m7grfewvedv58" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0nss2e954xmqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/0nss2e954xmqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kfrsdlkzlw9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61169 +dcid: "dc/kfrsdlkzlw9g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tnxxw8smb6tn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/tnxxw8smb6tn1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6r2wt4249xt3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/6r2wt4249xt3b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b67snnfsyzg98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/b67snnfsyzg98" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m7lsgvstnkl7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/m7lsgvstnkl7f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9nq6mn2zwn4hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6115 +dcid: "dc/9nq6mn2zwn4hh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bje4n74svzhrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/bje4n74svzhrf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0vrt0fh44tjw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512210 +dcid: "dc/0vrt0fh44tjw" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/648gjhe9lxgm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51221 +dcid: "dc/648gjhe9lxgm1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xlvvqdss0pcgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54133 +dcid: "dc/xlvvqdss0pcgf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qmgvt8ntm80h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/qmgvt8ntm80h3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/41972n02z6el5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/41972n02z6el5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ddz71j110zlwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61151 +dcid: "dc/ddz71j110zlwc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zlfx341zx4gp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/zlfx341zx4gp2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ck6f46ke1y2xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/ck6f46ke1y2xd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9g3ym2ndeph27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336414 +dcid: "dc/9g3ym2ndeph27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8chbmy5tbsph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/k8chbmy5tbsph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tpv5g9p5tq6d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/tpv5g9p5tq6d2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wrw6pnpmxszg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336414 +dcid: "dc/wrw6pnpmxszg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m077ee7rwyc5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/926140 +dcid: "dc/m077ee7rwyc5d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6rsqt4by04bzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/6rsqt4by04bzg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dlrhhjrxtf4w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/dlrhhjrxtf4w1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d0nzvepzt6c2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/d0nzvepzt6c2g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fx6d2qxd9rp91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/fx6d2qxd9rp91" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bl2v7zjclbed1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331112 +dcid: "dc/bl2v7zjclbed1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/snp3pcqnrvcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/snp3pcqnrvcd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ew46635699y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/3ew46635699y" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yntbk0xtjyly2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339941 +dcid: "dc/yntbk0xtjyly2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/956y6xvgdc5x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/956y6xvgdc5x1" + +Node: dcid:dc/8l6r75t7vjvzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/8l6r75t7vjvzc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j808ttk8kxgy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/j808ttk8kxgy2" + +Node: dcid:dc/47xhd168rb0xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335221 +dcid: "dc/47xhd168rb0xc" + +Node: dcid:dc/7l32hs740k99h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/7l32hs740k99h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nb2r91xd3vcx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/nb2r91xd3vcx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjysrqq6x94s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335221 +dcid: "dc/xjysrqq6x94s8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fz8yst16c8765 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/fz8yst16c8765" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xvp1qpr9xmhlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/xvp1qpr9xmhlh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zm5m4r3p5vlld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/zm5m4r3p5vlld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/djkqez8mf3bch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/djkqez8mf3bch" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m53fcfpwl1y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/m53fcfpwl1y4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ssgfrrp4240r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/ssgfrrp4240r7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9w10z11j8yc48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/9w10z11j8yc48" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gh975z8rd7ql2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/gh975z8rd7ql2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7dq263fz7by9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/7dq263fz7by9c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kznzykf0vxth1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/kznzykf0vxth1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l2q9mhbgw93q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/l2q9mhbgw93q6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0bzx10lbz56yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/0bzx10lbz56yf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n9jtenmz7jqe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/n9jtenmz7jqe4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jfll2zd6jemm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/jfll2zd6jemm6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3v5ydwfp3h2h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/3v5ydwfp3h2h2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g0ldn2rdd6rnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/g0ldn2rdd6rnh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/119mvrk5nyqc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/119mvrk5nyqc3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tpmdqjhy8zlbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/tpmdqjhy8zlbb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4mzjdrzhfzpyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/4mzjdrzhfzpyh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dre2k1heyrrt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/dre2k1heyrrt6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dsh5sr44s7dw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/dsh5sr44s7dw6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/00328x6skhl02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/00328x6skhl02" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f1ywtq0n8j5w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/f1ywtq0n8j5w8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vmn4bfl39lry3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/vmn4bfl39lry3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1w18kcjc7eql4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/1w18kcjc7eql4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mzm1szz05k9wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/mzm1szz05k9wd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pl8ed8xhc4w0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/pl8ed8xhc4w0f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f6n9fnts6pqv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/f6n9fnts6pqv9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9nj0rc1d31vt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/9nj0rc1d31vt6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s6dc7n0wejbq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/s6dc7n0wejbq3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lhllqtqyhcvc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/lhllqtqyhcvc9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ley487gsybsl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/ley487gsybsl1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7ex5nnbb5ewt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/7ex5nnbb5ewt9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/emnpqmdvjr1l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/emnpqmdvjr1l9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/md19vpwse80v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/md19vpwse80v4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kn5p2hem3fkw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/kn5p2hem3fkw6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7c6eghnqwg256 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/7c6eghnqwg256" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ljj7wv7mmflh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/ljj7wv7mmflh3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/84ddfzetlxbqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/84ddfzetlxbqh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zdces69pvsdj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/zdces69pvsdj1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/76hxvyhny5ng6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/76hxvyhny5ng6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8qcj29mdyyj72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/8qcj29mdyyj72" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ewf1pqvqbnfk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/ewf1pqvqbnfk6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cwvm5mezpccv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/cwvm5mezpccv4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b7p5qbxf49328 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/b7p5qbxf49328" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/el6fmexjjc245 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/el6fmexjjc245" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s5gb025ptrs63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/s5gb025ptrs63" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jnqc5n04pjsg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/jnqc5n04pjsg1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nfqwe92d1qk14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/nfqwe92d1qk14" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rs6xh5d22rvkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/rs6xh5d22rvkc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xtz65cgn9gw57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/xtz65cgn9gw57" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9fsn6ff9n8g9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/9fsn6ff9n8g9f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4d4cddfcbfxxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/4d4cddfcbfxxg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xbqlmh1mdf7bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/xbqlmh1mdf7bd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bbsbswy1rsbed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/bbsbswy1rsbed" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7kxsemx05dw3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/7kxsemx05dw3h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2xestdvl9mxwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212291 +dcid: "dc/2xestdvl9mxwh" + +Node: dcid:dc/5jl70rnl2h7d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/5jl70rnl2h7d3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sykkvv3prm4dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/sykkvv3prm4dg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gcrn63nc1r1eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/gcrn63nc1r1eb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f85ft2lnjmwn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212391 +dcid: "dc/f85ft2lnjmwn6" + +Node: dcid:dc/wrj26bhdc0stf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/wrj26bhdc0stf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jxky9992krfr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212391 +dcid: "dc/jxky9992krfr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdx97d31g0m75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/kdx97d31g0m75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w7nzfkvy9m563 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212391 +dcid: "dc/w7nzfkvy9m563" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7c4z7cd1vjm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21229 +dcid: "dc/p7c4z7cd1vjm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5c01lc27r0qq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212291 +dcid: "dc/5c01lc27r0qq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qb8w24g8tkrm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/qb8w24g8tkrm4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f0bh8fztnqp47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/f0bh8fztnqp47" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3lxn28lyjtx64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/3lxn28lyjtx64" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gqd9f7lbqlyw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/gqd9f7lbqlyw8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v8y4l64g19ed7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21229 +dcid: "dc/v8y4l64g19ed7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e1qswsspkvepc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/e1qswsspkvepc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d51hq7z7qb7vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212391 +dcid: "dc/d51hq7z7qb7vb" + +Node: dcid:dc/3jv6g505br0zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/3jv6g505br0zf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/efvte73s1x2hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21229 +dcid: "dc/efvte73s1x2hg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x6l5d57wv8471 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212391 +dcid: "dc/x6l5d57wv8471" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8k2ds6fbwh9v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/8k2ds6fbwh9v6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f4ext7lh94nc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/f4ext7lh94nc8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4qn048bhcb2m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/4qn048bhcb2m6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pdxn1z175m5yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/pdxn1z175m5yb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kv4wd1vm5z2z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/kv4wd1vm5z2z3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/81nkj02znnnvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21229 +dcid: "dc/81nkj02znnnvf" + +Node: dcid:dc/v31xzrdjzre26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212291 +dcid: "dc/v31xzrdjzre26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f9jt6ln8ht80b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/f9jt6ln8ht80b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bktsq3x38bg11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/bktsq3x38bg11" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/efgfv1pbpkf9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/efgfv1pbpkf9b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z1x70er2237g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/z1x70er2237g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9n9jlgyzkjpe6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/9n9jlgyzkjpe6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/je5ke4gfsdnpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212391 +dcid: "dc/je5ke4gfsdnpc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y19l6rcz9k4y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/y19l6rcz9k4y6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4hyn4l8cx55rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/4hyn4l8cx55rg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/99vy36zcelbv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/99vy36zcelbv9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d5vt6e5p1zn03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/d5vt6e5p1zn03" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m1qysxrmzm8vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212291 +dcid: "dc/m1qysxrmzm8vh" + +Node: dcid:dc/5nw95xgr2n9g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/5nw95xgr2n9g6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8znpjbty57r3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/8znpjbty57r3d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5lnpnqnl5fxrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21229 +dcid: "dc/5lnpnqnl5fxrb" + +Node: dcid:dc/l168by5ksq936 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/l168by5ksq936" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5kf7593l9tv5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/5kf7593l9tv5d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6mc8zlvctv7wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/6mc8zlvctv7wh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b4x2v8xgck659 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/b4x2v8xgck659" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1qzkvkrbpcm2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/1qzkvkrbpcm2d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kz935hepm1zd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212391 +dcid: "dc/kz935hepm1zd3" + +Node: dcid:dc/mny8rchjj8r07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325998 +dcid: "dc/mny8rchjj8r07" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5z5qe3rv0wvn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6216 +dcid: "dc/5z5qe3rv0wvn8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v9hq54jmf29pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212291 +dcid: "dc/v9hq54jmf29pf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yer0nz6f1qnx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/yer0nz6f1qnx1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p4q90jxtzkdh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/p4q90jxtzkdh9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w9dt20kfpemr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3259 +dcid: "dc/w9dt20kfpemr" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3te4evh9rjpkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424910 +dcid: "dc/3te4evh9rjpkh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9w7vbbjrt3eb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/9w7vbbjrt3eb5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pzeqqms05yc2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/pzeqqms05yc2f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bzxq7dgd1kyy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/bzxq7dgd1kyy5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kw8pdj8j7hd21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/kw8pdj8j7hd21" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t41fqwlrkqbn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/t41fqwlrkqbn7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gklk064p9rrp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32599 +dcid: "dc/gklk064p9rrp1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vnbhdmgqn044 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/vnbhdmgqn044" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/czwm6nnr9plw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/czwm6nnr9plw7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1596grk9tkn92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212291 +dcid: "dc/1596grk9tkn92" + +Node: dcid:dc/eqnt1e4xf30y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/eqnt1e4xf30y6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/92k804d5m10q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/92k804d5m10q8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q2b862537keqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621610 +dcid: "dc/q2b862537keqd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ev5tnb3xbe0mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/ev5tnb3xbe0mh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k5zxqcnxlkqtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21229 +dcid: "dc/k5zxqcnxlkqtc" + +Node: dcid:dc/4819g23qt8hsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/4819g23qt8hsf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fvj63yh5pzx7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/fvj63yh5pzx7h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dc6q9tty3yyk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62161 +dcid: "dc/dc6q9tty3yyk2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zcf6bqtrhneed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/zcf6bqtrhneed" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h6r5cgdv6dj23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/h6r5cgdv6dj23" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2nlz2xc7pwc9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212291 +dcid: "dc/2nlz2xc7pwc9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v6z5tqcb5y3s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21229 +dcid: "dc/v6z5tqcb5y3s1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3lz1n6ekzrrk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42491 +dcid: "dc/3lz1n6ekzrrk8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yd52y6csqelnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/1025 +dcid: "dc/yd52y6csqelnf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bq06h8gyj07ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/1028 +dcid: "dc/bq06h8gyj07ed" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hvxyw484ve4p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/hvxyw484ve4p8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/edwg9nypzqsq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/edwg9nypzqsq5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kn0bsdh5rqrz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/kn0bsdh5rqrz" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eywd3hvtcceh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/eywd3hvtcceh9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jpgn176rsbg25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/jpgn176rsbg25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n1qjplrwrh7m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/n1qjplrwrh7m8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d83csz8vewerc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/d83csz8vewerc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vlek5y947x8cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/44-45 +dcid: "dc/vlek5y947x8cd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0cgdccgx6gh58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/0cgdccgx6gh58" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1xygvsw2e8t19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/1xygvsw2e8t19" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nk8vpn9wlz0v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/nk8vpn9wlz0v8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pqn1nqym4cr0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/pqn1nqym4cr0d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mpgq5vbxgw4l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/mpgq5vbxgw4l4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hk3j0b1p4w914 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/1023 +dcid: "dc/hk3j0b1p4w914" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tq7hpqgknvkxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/1021 +dcid: "dc/tq7hpqgknvkxg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q131jmnf1s6q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/q131jmnf1s6q2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4n0yzqzmzesl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/4n0yzqzmzesl8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8ekq6yk1kfqpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/1024 +dcid: "dc/8ekq6yk1kfqpc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ylx0xxxmd0j12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/ylx0xxxmd0j12" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jh7j5096bnd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/jh7j5096bnd7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/478yb5gkq3pk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/478yb5gkq3pk" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pqncg6bwj2fbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/1026 +dcid: "dc/pqncg6bwj2fbc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t1e4733bqpd4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/t1e4733bqpd4g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j2ppmbndsqxc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/1027 +dcid: "dc/j2ppmbndsqxc7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/encxsv8cp9ez4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/encxsv8cp9ez4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0bf694e5mtkn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/0bf694e5mtkn" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8wt2ryyelrtl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/8wt2ryyelrtl2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/35ryqggeqjrdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/35ryqggeqjrdd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/09ftt6dy3kpk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/09ftt6dy3kpk7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3y65dhgbebyt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/3y65dhgbebyt1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k3pkmd8mzd2ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/k3pkmd8mzd2ed" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/40njje2ct2nj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/40njje2ct2nj6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/eg18fpfdc1vk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/eg18fpfdc1vk6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q48kx4vwtnml4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/q48kx4vwtnml4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rd2ex2vwbysh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/rd2ex2vwbysh4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ycv0s92f6gwhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/ycv0s92f6gwhh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8xp8wytleq9yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/8xp8wytleq9yb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/24hvstw4plvqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/24hvstw4plvqh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dwc2wrk9q09v +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/dwc2wrk9q09v" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y50662z9t2f15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/y50662z9t2f15" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/087clj7r1t9d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/087clj7r1t9d1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fz5nh9q00hzng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/fz5nh9q00hzng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5xg4elr1hjctb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/5xg4elr1hjctb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s5lw28dz1gvg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/s5lw28dz1gvg4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9h88yy65fcqj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/3329 +dcid: "dc/9h88yy65fcqj4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4mhpk00pytl22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/4mhpk00pytl22" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f0gggnhl0cts1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/f0gggnhl0cts1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0ypj47h6zx7j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/0ypj47h6zx7j1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bjtbkrx9mf8rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712110 +dcid: "dc/bjtbkrx9mf8rc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lmtm2zef900f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/lmtm2zef900f1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wpdx982swq65h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/33299 +dcid: "dc/wpdx982swq65h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6rsc0p3cy0shb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/6rsc0p3cy0shb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jmvvjx5mywd3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/jmvvjx5mywd3g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b5ej9xsttzv24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/b5ej9xsttzv24" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fvb4hmnc7xmtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6233 +dcid: "dc/fvb4hmnc7xmtd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4brxdnypqhqn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/4brxdnypqhqn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m6e41ryvjvvm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71211 +dcid: "dc/m6e41ryvjvvm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2fhz77sbstzq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/2fhz77sbstzq8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/38byx7ezy63eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62331 +dcid: "dc/38byx7ezy63eg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gr1ep9p10qv0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311222 +dcid: "dc/gr1ep9p10qv0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jpgx2dktxt5p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111120 +dcid: "dc/jpgx2dktxt5p" + +Node: dcid:dc/8zsyb9vrnrl4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/8zsyb9vrnrl4h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z9xhfv44pr6b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/z9xhfv44pr6b3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xnb0byhlqgl31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311230 +dcid: "dc/xnb0byhlqgl31" + +Node: dcid:dc/lk0sbrfmf8hs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/lk0sbrfmf8hs8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q01j3xrjpkz7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311222 +dcid: "dc/q01j3xrjpkz7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/txkqq82v0ctlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311230 +dcid: "dc/txkqq82v0ctlb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8x9y2cm7cek5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/q8x9y2cm7cek5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xzxdsp3ct8wrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/xzxdsp3ct8wrh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fc5bq24v4rx32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/fc5bq24v4rx32" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tkz19856ec8b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311222 +dcid: "dc/tkz19856ec8b9" + +Node: dcid:dc/en4q311xltmr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/en4q311xltmr8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7kxfb78txzdsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11112 +dcid: "dc/7kxfb78txzdsf" + +Node: dcid:dc/ye9wb33sjdfx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/ye9wb33sjdfx5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pfcst7x279ywb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/pfcst7x279ywb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1g2sgt2kl99pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/1g2sgt2kl99pg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/99ly3j9es0kjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31123 +dcid: "dc/99ly3j9es0kjb" + +Node: dcid:dc/bs7ynbn09m3tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311222 +dcid: "dc/bs7ynbn09m3tc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q963cqgvhy861 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/q963cqgvhy861" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d7xfyb3kesm64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/d7xfyb3kesm64" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g9876cykq7xh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11112 +dcid: "dc/g9876cykq7xh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/emc2p5rpbse52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322226 +dcid: "dc/emc2p5rpbse52" + +Node: dcid:dc/nbf93skhdfwr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/nbf93skhdfwr4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zskh68rnwj9h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/zskh68rnwj9h6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ktpnkqgnpcl0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322226 +dcid: "dc/ktpnkqgnpcl0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j77bc69fyfp09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332115 +dcid: "dc/j77bc69fyfp09" + +Node: dcid:dc/0hxxh6lp3prmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332115 +dcid: "dc/0hxxh6lp3prmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h9ejygkbqnwn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/h9ejygkbqnwn7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5j3wze01k2r3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/5j3wze01k2r3g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l736kd2v000bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11112 +dcid: "dc/l736kd2v000bd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/glrl3gsed7lw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/glrl3gsed7lw2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/te76mrx8m5er4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/te76mrx8m5er4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dy1yc5be8pj3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311230 +dcid: "dc/dy1yc5be8pj3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/05r3svdkhm2g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31123 +dcid: "dc/05r3svdkhm2g6" + +Node: dcid:dc/7nehlhy4f2wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111120 +dcid: "dc/7nehlhy4f2wf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/62p9bx87z1qq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/62p9bx87z1qq9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/853zfsp7n5yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/853zfsp7n5yc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jjl6fy6e776qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/jjl6fy6e776qf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z5wz84891j0jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/z5wz84891j0jf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/77ns63r7k9gy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/77ns63r7k9gy1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0vh718v8j1vbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/0vh718v8j1vbc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wyjeyqq2sbf3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/wyjeyqq2sbf3g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dwkpxccr54vlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/dwkpxccr54vlb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/khvlj45kqh2ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/khvlj45kqh2ph" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cylnp6b9xldz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11112 +dcid: "dc/cylnp6b9xldz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvm3y523yv5wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/mvm3y523yv5wg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1w8t0sygs2f83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311230 +dcid: "dc/1w8t0sygs2f83" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3z1m3v02llbyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2211 +dcid: "dc/3z1m3v02llbyc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jl6gfrqsn215 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/jl6gfrqsn215" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/124xb6g24s7vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332115 +dcid: "dc/124xb6g24s7vd" + +Node: dcid:dc/chdhw76y8zww4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322226 +dcid: "dc/chdhw76y8zww4" + +Node: dcid:dc/8ry9cs213qsx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/8ry9cs213qsx9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/knxz6reke3r61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332115 +dcid: "dc/knxz6reke3r61" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7n89jmftewvzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/7n89jmftewvzb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vv1k1l9tgkwqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/vv1k1l9tgkwqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8c6gzrpf2jg88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332115 +dcid: "dc/8c6gzrpf2jg88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2y7mk44en798g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322226 +dcid: "dc/2y7mk44en798g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wr5t9nl2cw32d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/wr5t9nl2cw32d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4f2kmx3w7tnr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/4f2kmx3w7tnr7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b9wph6s3z3z99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/b9wph6s3z3z99" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/84n4j5mmt36z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/84n4j5mmt36z5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n4s02t9jy8n17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/n4s02t9jy8n17" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v33dvt1qh0l8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/v33dvt1qh0l8h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v688dm0mqlz07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11112 +dcid: "dc/v688dm0mqlz07" + +Node: dcid:dc/zwkbl6ez5w856 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/zwkbl6ez5w856" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k4y0zlrj8nef4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62431 +dcid: "dc/k4y0zlrj8nef4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/80k14dkcdk4x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/80k14dkcdk4x3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kbsxxp6tpyj64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/kbsxxp6tpyj64" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hkcljffhl0s92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/hkcljffhl0s92" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fdmds33n46rk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/fdmds33n46rk" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zw5g7m8ykd0xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/zw5g7m8ykd0xg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gc5f1vlx8pkkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311222 +dcid: "dc/gc5f1vlx8pkkb" + +Node: dcid:dc/qbbq6ktyj06m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311230 +dcid: "dc/qbbq6ktyj06m3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8k9hlx8ze0t43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31123 +dcid: "dc/8k9hlx8ze0t43" + +Node: dcid:dc/jlh7mhhw929k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/jlh7mhhw929k6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wq37m14r9v6x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111120 +dcid: "dc/wq37m14r9v6x5" + +Node: dcid:dc/3qz5h0wqcsvg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/3qz5h0wqcsvg5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j58ly4vxhcrzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/j58ly4vxhcrzd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sxkbm7srxtfgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/sxkbm7srxtfgg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cp2xerq1tt2rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/cp2xerq1tt2rb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n0ccky7vbpsz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/n0ccky7vbpsz3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mfbr93y3s5wm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11112 +dcid: "dc/mfbr93y3s5wm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5rqpvqmhetppg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/5rqpvqmhetppg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xycfk9y2df042 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311230 +dcid: "dc/xycfk9y2df042" + +Node: dcid:dc/vl4j6gcdq8dr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/vl4j6gcdq8dr5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wyfm6vq2ldj15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322226 +dcid: "dc/wyfm6vq2ldj15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/404vnyfljfw23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31123 +dcid: "dc/404vnyfljfw23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2pwbfm5d6vsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322226 +dcid: "dc/r2pwbfm5d6vsc" + +Node: dcid:dc/pytcw96cy0wkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/pytcw96cy0wkb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k3fsgn7xqp4rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/k3fsgn7xqp4rh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qkml6l8cfx3h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/qkml6l8cfx3h8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0cyy0y0l6mwk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/0cyy0y0l6mwk2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/stnf3cgsfl919 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311222 +dcid: "dc/stnf3cgsfl919" + +Node: dcid:dc/4rt5bey1zveeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61131 +dcid: "dc/4rt5bey1zveeb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pxrr0rfh98lj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111120 +dcid: "dc/pxrr0rfh98lj7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntdc1z9wbspv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311230 +dcid: "dc/ntdc1z9wbspv3" + +Node: dcid:dc/fz3e21mbd1fsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/fz3e21mbd1fsg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2td5wnnd00qfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/2td5wnnd00qfc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0399zpxnb8ttb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/0399zpxnb8ttb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/90m6lmjmfj3y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/90m6lmjmfj3y9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qhd63sw7pd3c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/qhd63sw7pd3c9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5df4lf3zs5kd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/5df4lf3zs5kd2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bcz20461dc4gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/bcz20461dc4gg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v2d78fm3lxyz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/v2d78fm3lxyz3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fwnd3dxm44e9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/fwnd3dxm44e9d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bb5dre45b8bz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221 +dcid: "dc/bb5dre45b8bz8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/efh029nnk2mg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/efh029nnk2mg8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/be79mpvgsdwp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311222 +dcid: "dc/be79mpvgsdwp6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1f8h5kczg56r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11112 +dcid: "dc/1f8h5kczg56r1" + +Node: dcid:dc/xv5jbv6ntdsy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31123 +dcid: "dc/xv5jbv6ntdsy8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4k118k1353533 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111120 +dcid: "dc/4k118k1353533" + +Node: dcid:dc/lz61q35b6wbh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31123 +dcid: "dc/lz61q35b6wbh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ttq7thxj88g41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483113 +dcid: "dc/ttq7thxj88g41" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l075knzxlnvn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31123 +dcid: "dc/l075knzxlnvn1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2tqld5plvbqs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/2tqld5plvbqs4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9wgt46bjxkflf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/9wgt46bjxkflf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fbqkdx3zf0y75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/fbqkdx3zf0y75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1rqpsdk3s792g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6113 +dcid: "dc/1rqpsdk3s792g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dhvw4hjsbdg2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332115 +dcid: "dc/dhvw4hjsbdg2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zw47kq77pdved +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/zw47kq77pdved" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8s1g4c5hz0xc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/8s1g4c5hz0xc6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sk45mzhz3g4sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621498 +dcid: "dc/sk45mzhz3g4sc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w4jlgj0r91bmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111120 +dcid: "dc/w4jlgj0r91bmf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r3wdj4w3hrclc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/r3wdj4w3hrclc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yr3lrenen7jf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/yr3lrenen7jf8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/75sjy24g4e741 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111120 +dcid: "dc/75sjy24g4e741" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qd96nhy08ynt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/qd96nhy08ynt6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d3rj83lmwsvzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332115 +dcid: "dc/d3rj83lmwsvzb" + +Node: dcid:dc/y3n6nts131l5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/y3n6nts131l5h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lrkzz3le8qhf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485113 +dcid: "dc/lrkzz3le8qhf2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xpzwre1mf32dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624310 +dcid: "dc/xpzwre1mf32dc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j8zl523n119k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/j8zl523n119k5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/631s0y7ys7ljb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221121 +dcid: "dc/631s0y7ys7ljb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r40jcmv76bs69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611310 +dcid: "dc/r40jcmv76bs69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xsxcy2mpc1lj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6243 +dcid: "dc/xsxcy2mpc1lj5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/11bq8d3hm2p37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322226 +dcid: "dc/11bq8d3hm2p37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7p50c2bjv7778 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/7p50c2bjv7778" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y9ngglfmxv5rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/y9ngglfmxv5rh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/78k9ghltes0l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/78k9ghltes0l9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2x5gx7egt9d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/2x5gx7egt9d1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qbs0vdnq04plf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/qbs0vdnq04plf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m50j1cqtfg3h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/m50j1cqtfg3h4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wb8fsvdbzwwgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/wb8fsvdbzwwgc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/07xyh48j6rg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/07xyh48j6rg3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zpjxy0sqq2v0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331312 +dcid: "dc/zpjxy0sqq2v0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1we1edhtvkp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331311 +dcid: "dc/m1we1edhtvkp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4xrsm7chr0k9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/4xrsm7chr0k9h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xqsjjcf0bvje2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/xqsjjcf0bvje2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b3jkb9rpvlpp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112519 +dcid: "dc/b3jkb9rpvlpp9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t865f5ydcbpbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/t865f5ydcbpbc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s03f5mvdm5tr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/s03f5mvdm5tr2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jrkp0kx262x3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/jrkp0kx262x3b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y8fcvsyd81p49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212231 +dcid: "dc/y8fcvsyd81p49" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f1kgky9jj44jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/f1kgky9jj44jg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jcfnlw9b9c49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/jcfnlw9b9c49" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b704fb5lrtktf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11242 +dcid: "dc/b704fb5lrtktf" + +Node: dcid:dc/wln6ed9z3xtsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/wln6ed9z3xtsc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1sbxdm65fx75g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/1sbxdm65fx75g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hxbxlfys0p7t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/hxbxlfys0p7t6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ewnpwfm03c5y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/ewnpwfm03c5y4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/80zgdpys0v6wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325182 +dcid: "dc/80zgdpys0v6wd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svfgz5ln8nwr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/svfgz5ln8nwr6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ccbg0nyxz3s35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/ccbg0nyxz3s35" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7r7nhxrwr5483 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/7r7nhxrwr5483" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1j8b4wzxllgxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21223 +dcid: "dc/1j8b4wzxllgxc" + +Node: dcid:dc/9dlx7hrdkcmpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/9dlx7hrdkcmpb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rbjddqqbbjlm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311313 +dcid: "dc/rbjddqqbbjlm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4slcl8fswcdy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/4slcl8fswcdy7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qfl6455w4qq6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212234 +dcid: "dc/qfl6455w4qq6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8wpx17z9rhl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/k8wpx17z9rhl4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mxrbt8dmzc0pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331312 +dcid: "dc/mxrbt8dmzc0pc" + +Node: dcid:dc/sq7kjecwzmpg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311213 +dcid: "dc/sq7kjecwzmpg1" + +Node: dcid:dc/er3cxny7w1vjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/er3cxny7w1vjh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l3c3ks7n2pltf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32211 +dcid: "dc/l3c3ks7n2pltf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/stqd7667qsef8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/stqd7667qsef8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l9r1ez081m3n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/l9r1ez081m3n" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l7866zv98xxkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315993 +dcid: "dc/l7866zv98xxkc" + +Node: dcid:dc/bkns9j4xxn046 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/bkns9j4xxn046" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ljwx9q4ttvtn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/ljwx9q4ttvtn9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sqwmcr7b6s0g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/sqwmcr7b6s0g7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zlvn624934g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/zlvn624934g3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/egqlj8lxg3srh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/egqlj8lxg3srh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6k2sd8edvb2n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/6k2sd8edvb2n9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w87v4901n9393 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/w87v4901n9393" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zcf2dp0rbv9kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/zcf2dp0rbv9kb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/47y3q7cdqsj12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11242 +dcid: "dc/47y3q7cdqsj12" + +Node: dcid:dc/mw6l9c78bhtt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335911 +dcid: "dc/mw6l9c78bhtt6" + +Node: dcid:dc/75fr9cl3p24m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212222 +dcid: "dc/75fr9cl3p24m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ts7hr17922dkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/ts7hr17922dkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ck2lf5fp0w7j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48699 +dcid: "dc/ck2lf5fp0w7j8" + +Node: dcid:dc/qv37kbmb1p554 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/qv37kbmb1p554" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v5jsww581yztg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311313 +dcid: "dc/v5jsww581yztg" + +Node: dcid:dc/mgl5d4dnzr75g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/mgl5d4dnzr75g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f3ng95pdksl21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/f3ng95pdksl21" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vmz8lmnp9f718 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336112 +dcid: "dc/vmz8lmnp9f718" + +Node: dcid:dc/lpd9b4v715lp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/lpd9b4v715lp9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2vq3r2nvlbt2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335228 +dcid: "dc/2vq3r2nvlbt2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2eh3cjqcergv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/2eh3cjqcergv5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w7nlc4w68tn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/w7nlc4w68tn3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yst5ph834xn2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336415 +dcid: "dc/yst5ph834xn2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6f08vsptb2he4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/6f08vsptb2he4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2brxj4pykgch9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/2brxj4pykgch9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j4kw8q25zr9f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/j4kw8q25zr9f9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9mbscwv96e60d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/9mbscwv96e60d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ceemje4kx2es1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/ceemje4kx2es1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dw49tn4jng3j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/dw49tn4jng3j8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1dp4rf9v9ffj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/1dp4rf9v9ffj8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4rqlkl8e4lt91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/4rqlkl8e4lt91" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/98rbqvhvb24n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/98rbqvhvb24n5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tbyrrfbwwwpm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311313 +dcid: "dc/tbyrrfbwwwpm9" + +Node: dcid:dc/4fphs3xmmvhvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/4fphs3xmmvhvh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hf02bdefl2032 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/hf02bdefl2032" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nqydlq4kj6pz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/nqydlq4kj6pz" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xr81fdhv708ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/xr81fdhv708ld" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/esb77dlnm91j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/esb77dlnm91j3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/33z60khe118b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/33z60khe118b8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/818k4qp1vm481 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/818k4qp1vm481" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d9ljvg2j4be63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/d9ljvg2j4be63" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fb19kezcfemxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/fb19kezcfemxd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dbdz4w5xn7km6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314992 +dcid: "dc/dbdz4w5xn7km6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/blg757rz5v0x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335222 +dcid: "dc/blg757rz5v0x1" + +Node: dcid:dc/k51ng9qq7wdlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/k51ng9qq7wdlh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mx3r0wkdyvks6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486990 +dcid: "dc/mx3r0wkdyvks6" + +Node: dcid:dc/wv37hn6q69yn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/wv37hn6q69yn9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9hwtd3x6kgxjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/9hwtd3x6kgxjc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/90xxc97lfx4wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/90xxc97lfx4wc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9313z5dsppb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/9313z5dsppb1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dn7wdy2n4dsn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/dn7wdy2n4dsn2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r08kzfwxgrl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/r08kzfwxgrl1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zq4qgcse6z6l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/zq4qgcse6z6l3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v6el0vhj235cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/v6el0vhj235cb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5p7qb94p00rz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48699 +dcid: "dc/5p7qb94p00rz7" + +Node: dcid:dc/10hx0ezlymss6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/10hx0ezlymss6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jgfdzk4pwwgfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/jgfdzk4pwwgfb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9hqzl7rlm0w3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/9hqzl7rlm0w3c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v4cbgftbvjjj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/v4cbgftbvjjj6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7k4ncbd1d1mnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/7k4ncbd1d1mnf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hhc2vbvkhtycd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32211 +dcid: "dc/hhc2vbvkhtycd" + +Node: dcid:dc/5cknnc31xc8g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212234 +dcid: "dc/5cknnc31xc8g4" + +Node: dcid:dc/9e9vg0sn5pkr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/9e9vg0sn5pkr4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3f2wcv8007ff5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/3f2wcv8007ff5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2ekwt1x9h8c29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/2ekwt1x9h8c29" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dvj4z6gnz4ht4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/dvj4z6gnz4ht4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6bqmsjmk8sb05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/6bqmsjmk8sb05" + +Node: dcid:dc/s78cpwwxl6s52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/s78cpwwxl6s52" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c27mqpggebf64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/c27mqpggebf64" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qefqnxgjylk9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311422 +dcid: "dc/qefqnxgjylk9c" + +Node: dcid:dc/n28h4jhw1dns7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/n28h4jhw1dns7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1v7lmx2sr14x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/1v7lmx2sr14x6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cfpdc62rt0kq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/cfpdc62rt0kq3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/syxfsw880jhyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/syxfsw880jhyb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sy6h7kfsntq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486990 +dcid: "dc/sy6h7kfsntq" + +Node: dcid:dc/pz4jzk97wg4w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/pz4jzk97wg4w8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ksynl8pj8w5t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/ksynl8pj8w5t5" + +Node: dcid:dc/5k4k1g2zl7n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/5k4k1g2zl7n1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nmc8ym6dh764g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/nmc8ym6dh764g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qsyj7bh2wcfm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/qsyj7bh2wcfm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mzxklzm45y9t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/mzxklzm45y9t1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rqws19k308q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/rqws19k308q3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/011yxz2hxyt5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112519 +dcid: "dc/011yxz2hxyt5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/27nb8zlgl0vef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/27nb8zlgl0vef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wp5h6b6v2ys18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/wp5h6b6v2ys18" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9mx603qh0e616 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/9mx603qh0e616" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ghqjzpzzgq357 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/ghqjzpzzgq357" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qqhpbbqk44zq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/qqhpbbqk44zq7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/77emwdxt5fxb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/77emwdxt5fxb7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5yvdkd9gnc8z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/5yvdkd9gnc8z6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wen5ms7j4wg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/wen5ms7j4wg8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/whz1jyltpf0xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/whz1jyltpf0xh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/52kz6r87q2cz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/52kz6r87q2cz8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d0zzm03g29qs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/d0zzm03g29qs8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6w8fec6e34jd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/6w8fec6e34jd1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d05gpej2pgb19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311312 +dcid: "dc/d05gpej2pgb19" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lc09f4fgmjptf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/lc09f4fgmjptf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9x4pm4j79mc01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/9x4pm4j79mc01" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t130mr5et3tf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/t130mr5et3tf9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/krtt13mhv3337 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212113 +dcid: "dc/krtt13mhv3337" + +Node: dcid:dc/2cx5tn33pcbeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/2cx5tn33pcbeh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/15g0fde6tkfzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/15g0fde6tkfzh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tvwgwvzzjtdg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/tvwgwvzzjtdg6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7h72dfcl6q9df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/7h72dfcl6q9df" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hld8rjybhsyc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/hld8rjybhsyc3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dgv2xm51wzs44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21223 +dcid: "dc/dgv2xm51wzs44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7qmklh664gfp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212299 +dcid: "dc/7qmklh664gfp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v1mcw30n1dyb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/v1mcw30n1dyb6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f1bq8b40fy6y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/f1bq8b40fy6y2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fpr07nxnjxbt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/fpr07nxnjxbt2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5rks1mwzlj188 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325192 +dcid: "dc/5rks1mwzlj188" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvve2gqlgjjk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/mvve2gqlgjjk2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y2e8negmcs0sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/y2e8negmcs0sc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mrh2kqdf6kw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112519 +dcid: "dc/mrh2kqdf6kw6" + +Node: dcid:dc/e85c0gbkwxmj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/e85c0gbkwxmj5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s73nfzzz251eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/s73nfzzz251eb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wqfy6fn7gebz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/wqfy6fn7gebz2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vyxltjz073zc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/vyxltjz073zc5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rr0sj1vqj7nsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/rr0sj1vqj7nsc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f0r3e82whvlb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/f0r3e82whvlb1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n6ctllycrc9m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/n6ctllycrc9m3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y7y8y5q7335c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325192 +dcid: "dc/y7y8y5q7335c7" + +Node: dcid:dc/0kzk5pqypwe1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335222 +dcid: "dc/0kzk5pqypwe1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddj0qjc8hp443 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/ddj0qjc8hp443" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ets634sy11jv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331312 +dcid: "dc/ets634sy11jv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jxwzlxrvnz3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314992 +dcid: "dc/2jxwzlxrvnz3h" + +Node: dcid:dc/49m9g4yyygjsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316212 +dcid: "dc/49m9g4yyygjsh" + +Node: dcid:dc/pcdkbm5l1c5s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325193 +dcid: "dc/pcdkbm5l1c5s3" + +Node: dcid:dc/k24q6p2qljre9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/k24q6p2qljre9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jzm0ffgglqldb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/jzm0ffgglqldb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mz1ryqy8w12qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311313 +dcid: "dc/mz1ryqy8w12qd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1lxw8pjz4bzmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/1lxw8pjz4bzmd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xjzsnw4z75zjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/xjzsnw4z75zjf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k12hsm3sk3k56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/k12hsm3sk3k56" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lpjg33yw2z6w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212113 +dcid: "dc/lpjg33yw2z6w5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sql540r12544b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/sql540r12544b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vpptcz43ryg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/vpptcz43ryg7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eykqt67xh0wtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/eykqt67xh0wtd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/egcf0dn66z7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/egcf0dn66z7f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d7lx81eq0hww1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/d7lx81eq0hww1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d2vbk1jx8jj0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/d2vbk1jx8jj0b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mcyb4geq7y6r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/mcyb4geq7y6r9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7pzbxlhshrdq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11242 +dcid: "dc/7pzbxlhshrdq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j30z9hgwrhhgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/j30z9hgwrhhgf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bh01nbq7539l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/bh01nbq7539l8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jpvstjvygd919 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322122 +dcid: "dc/jpvstjvygd919" + +Node: dcid:dc/kt9dsxxzz4qtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/kt9dsxxzz4qtf" + +Node: dcid:dc/we1tk0srnr8m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311422 +dcid: "dc/we1tk0srnr8m2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r6cqqlbxx8zc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/r6cqqlbxx8zc7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/efq25hedh2jkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/efq25hedh2jkh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t39cdg9pvjwy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/t39cdg9pvjwy7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v9lpxnl75fst3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/v9lpxnl75fst3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6w9lz0mgcsdvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335228 +dcid: "dc/6w9lz0mgcsdvg" + +Node: dcid:dc/69nbvess8m5wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/69nbvess8m5wf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8t34sy9crlrj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32211 +dcid: "dc/8t34sy9crlrj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/efr4e6qpyex8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/efr4e6qpyex8g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kvw49dhysbbh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/kvw49dhysbbh2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6c3ygqsfh31lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/6c3ygqsfh31lf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2ntn07mgp4f51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/2ntn07mgp4f51" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/31pr36mwzehm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/31pr36mwzehm" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xr3xpg3xtc5s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/xr3xpg3xtc5s4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kq4511bwycy26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311223 +dcid: "dc/kq4511bwycy26" + +Node: dcid:dc/s77b38579k0b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/s77b38579k0b3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k7cq1mz7v0v7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/k7cq1mz7v0v7f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yrptvme1q6g25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/yrptvme1q6g25" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r9rs4bqy8pj28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/r9rs4bqy8pj28" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e0s181rvxqh5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/e0s181rvxqh5f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gcngfwldb98h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/gcngfwldb98h9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x3rspgt44qksf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/x3rspgt44qksf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gzprz3147c4v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48699 +dcid: "dc/gzprz3147c4v6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gnheypn5pnth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/5gnheypn5pnth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ynpdfjvhs0vm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331311 +dcid: "dc/ynpdfjvhs0vm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fq5l0s58l64r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/fq5l0s58l64r9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t6cmmhsqgnry9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315192 +dcid: "dc/t6cmmhsqgnry9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fcw3c6y2s731h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/fcw3c6y2s731h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0je4xrsh1l4r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/0je4xrsh1l4r9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kpvghss4zjlc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/kpvghss4zjlc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c0w3e1zkf38z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32211 +dcid: "dc/c0w3e1zkf38z8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vdctkfr9ygk7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/vdctkfr9ygk7g" + +Node: dcid:dc/6n3x8dq7f2q2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336112 +dcid: "dc/6n3x8dq7f2q2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gfdb2ml709q12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/gfdb2ml709q12" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5xpp71vxe0837 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/5xpp71vxe0837" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tv7t6zbk0lpvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316211 +dcid: "dc/tv7t6zbk0lpvd" + +Node: dcid:dc/f360vqsk5yq47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/f360vqsk5yq47" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2cgjfzqnslppg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/2cgjfzqnslppg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lf7jy98s5ds1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/lf7jy98s5ds1g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/43h79nwdp3qf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/43h79nwdp3qf8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bltphym84e4fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/bltphym84e4fb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gmbd8kygcjmnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/gmbd8kygcjmnf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4dvxt5qt70r16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/4dvxt5qt70r16" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pdd470j76qg45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/pdd470j76qg45" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6y09rbzw6fk8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/6y09rbzw6fk8d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qdsr5svcf1npc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/qdsr5svcf1npc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hy24z4j4xp153 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/hy24z4j4xp153" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/55l2t0pqmhjl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/55l2t0pqmhjl9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zb5eldgm21dnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/zb5eldgm21dnc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/shz97l5tpzmlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/shz97l5tpzmlf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tg19q7wgfcc62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322225 +dcid: "dc/tg19q7wgfcc62" + +Node: dcid:dc/mfb8kctddz5p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/mfb8kctddz5p9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r00kmdmmllvx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336112 +dcid: "dc/r00kmdmmllvx9" + +Node: dcid:dc/f9qlcqry0s606 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/f9qlcqry0s606" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c9rpw66mzwqe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112519 +dcid: "dc/c9rpw66mzwqe7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p03dwxq5q9qd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/p03dwxq5q9qd6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m2mnszv34l1md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/m2mnszv34l1md" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vd15bxpzelf4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/vd15bxpzelf4g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e4zh1nwdtp0m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/e4zh1nwdtp0m1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kl0g1sjrj25v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212299 +dcid: "dc/kl0g1sjrj25v3" + +Node: dcid:dc/f3lkk8s8efxt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/f3lkk8s8efxt3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zsk2vdphb9ry2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212231 +dcid: "dc/zsk2vdphb9ry2" + +Node: dcid:dc/ernmgdvkh6wx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335911 +dcid: "dc/ernmgdvkh6wx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w67kmz6pv8zs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/w67kmz6pv8zs7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/04c8qctmg6z98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212222 +dcid: "dc/04c8qctmg6z98" + +Node: dcid:dc/essntc6xfvc19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/essntc6xfvc19" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rpzf8bw5yv0xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/rpzf8bw5yv0xd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cxvbdyx7g7xqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/cxvbdyx7g7xqc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0n0g6j823m7vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/0n0g6j823m7vf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xnt99hz1zgy69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/xnt99hz1zgy69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0jvxd5sn4jyzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/0jvxd5sn4jyzc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gpczggqp71ye1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311313 +dcid: "dc/gpczggqp71ye1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d2xctvdrn8pn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322110 +dcid: "dc/d2xctvdrn8pn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hdqyt9fgyvpv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/hdqyt9fgyvpv8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mk3vhs2nsc2fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/mk3vhs2nsc2fc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zlsx6llnmzsr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/zlsx6llnmzsr7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/54m0c6znwjpr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/54m0c6znwjpr5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/te37kv0e3xdb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/te37kv0e3xdb3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7qf2ph2n8cy94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212222 +dcid: "dc/7qf2ph2n8cy94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5l50elbrvyc2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/5l50elbrvyc2d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7wg1w7h77wy7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325193 +dcid: "dc/7wg1w7h77wy7g" + +Node: dcid:dc/178lfhq5n1r8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/178lfhq5n1r8g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eg5gy1c1dylx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/eg5gy1c1dylx" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/64tf9wysyewf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/64tf9wysyewf9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ryekbq3kvjel5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/ryekbq3kvjel5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kwv4e0mb5tg78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/kwv4e0mb5tg78" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7lgq2dz00by0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315993 +dcid: "dc/7lgq2dz00by0b" + +Node: dcid:dc/t6ksmpq800pz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315192 +dcid: "dc/t6ksmpq800pz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3y9xvk0lpxk58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/3y9xvk0lpxk58" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nsvtp8b86tfl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/nsvtp8b86tfl9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3zjw18tyjbwed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/3zjw18tyjbwed" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bqflmv1mxb8z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325221 +dcid: "dc/bqflmv1mxb8z7" + +Node: dcid:dc/cm2ll2d2mqse4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/cm2ll2d2mqse4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9pcp1vrgy4564 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/9pcp1vrgy4564" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n8mesll6c16dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/n8mesll6c16dc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xefnnj5z0wrc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/xefnnj5z0wrc1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s3zsk59d4knx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/s3zsk59d4knx6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/prbc53nyvxhw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482112 +dcid: "dc/prbc53nyvxhw8" + +Node: dcid:dc/c80jx2nwgf1gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316211 +dcid: "dc/c80jx2nwgf1gb" + +Node: dcid:dc/qqtrv2tfj7c8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/qqtrv2tfj7c8h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1xm8l9j5tvt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322122 +dcid: "dc/1xm8l9j5tvt3" + +Node: dcid:dc/hnbqdpd4t76k7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/hnbqdpd4t76k7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gpkr3q2093d68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/gpkr3q2093d68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pthzyjss44cl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322225 +dcid: "dc/pthzyjss44cl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8885j8c8th2k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/8885j8c8th2k3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lkwd79qqxh3rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/lkwd79qqxh3rh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/57t1hv59gntpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713110 +dcid: "dc/57t1hv59gntpd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4hn8z2dfnl4nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/4hn8z2dfnl4nc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0n7ctj6esn6v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/0n7ctj6esn6v2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/89d7jxnn4nfk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322225 +dcid: "dc/89d7jxnn4nfk5" + +Node: dcid:dc/lx3kp1vdvdmc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/lx3kp1vdvdmc5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dncp8t90ld192 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/dncp8t90ld192" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mqyh7p7sc6z08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/mqyh7p7sc6z08" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0ytc3pyt97tb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/0ytc3pyt97tb7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c69bzzz8n274f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/c69bzzz8n274f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x14mt0w3826rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/x14mt0w3826rf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k5p7d01xw0wwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335224 +dcid: "dc/k5p7d01xw0wwh" + +Node: dcid:dc/rsmyncwy0v3g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331311 +dcid: "dc/rsmyncwy0v3g2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4rlnlr3cc9q26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/4rlnlr3cc9q26" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/chz207ypt5t1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/chz207ypt5t1h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5ygnzkzyyzknc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335911 +dcid: "dc/5ygnzkzyyzknc" + +Node: dcid:dc/551nnbf923nqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335228 +dcid: "dc/551nnbf923nqb" + +Node: dcid:dc/25jl0dm7vhmy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/25jl0dm7vhmy3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9j31t39jg8km8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/9j31t39jg8km8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/thdhn2mbc7dt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331411 +dcid: "dc/thdhn2mbc7dt" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kpk0b8wbr597c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/kpk0b8wbr597c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g83zsrs47m4tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/g83zsrs47m4tc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0r8m1dnhwppvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/0r8m1dnhwppvd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rh4p4h6c71lm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/rh4p4h6c71lm8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xtn95jvtzcnm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/xtn95jvtzcnm" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2yvlgfykql05h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311213 +dcid: "dc/2yvlgfykql05h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e87c6hz4yhms +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/e87c6hz4yhms" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/psshyj59v0wr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311223 +dcid: "dc/psshyj59v0wr2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m5vvj5ce4lzb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/m5vvj5ce4lzb9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gf4t19c6ee3lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331312 +dcid: "dc/gf4t19c6ee3lb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8prqx36jtxkn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/8prqx36jtxkn" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6py2bkly79z45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/6py2bkly79z45" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x0bgp9hqnf1f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/x0bgp9hqnf1f6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/40m1b0ggvybe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311312 +dcid: "dc/40m1b0ggvybe7" + +Node: dcid:dc/6jv4n7p15cld4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/6jv4n7p15cld4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/glbk4rzd8wgx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212113 +dcid: "dc/glbk4rzd8wgx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/01y92t8d196e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/01y92t8d196e3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bljtmn0hvvmx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/bljtmn0hvvmx8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mfl7scv7cdc99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/mfl7scv7cdc99" + +Node: dcid:dc/bp6pxz0xhnep4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/bp6pxz0xhnep4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y0tj08xc3ere6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/y0tj08xc3ere6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gg06v43gc4whd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335912 +dcid: "dc/gg06v43gc4whd" + +Node: dcid:dc/dvk5e4qjt207c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/dvk5e4qjt207c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dpc1vwmfnd125 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/dpc1vwmfnd125" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wj9879emw0w73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32211 +dcid: "dc/wj9879emw0w73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hswkbcytjlq67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/hswkbcytjlq67" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jq8z3eh4v6394 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/jq8z3eh4v6394" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3rwnm30rywk0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/3rwnm30rywk0c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0sf3k9k2nmm5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/0sf3k9k2nmm5b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qspk0xwrl0q67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311213 +dcid: "dc/qspk0xwrl0q67" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yq2j1b0erksmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335222 +dcid: "dc/yq2j1b0erksmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7jsx8c46k1k2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/7jsx8c46k1k2f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/km37rps1797z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/km37rps1797z3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5t6rfj7w7zz25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/482112 +dcid: "dc/5t6rfj7w7zz25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1t3xegwvdhe41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/1t3xegwvdhe41" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gkvx8eh8mm581 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/gkvx8eh8mm581" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3qz9sdskb7k65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/3qz9sdskb7k65" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4qke0783btmp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/4qke0783btmp9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5w37335lttrw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/5w37335lttrw8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tb0gjqd8thpw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/tb0gjqd8thpw5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h9y8w5yfm4tkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/h9y8w5yfm4tkg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5el167lrw1e7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/5el167lrw1e7c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m6dwyywhsjdf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/m6dwyywhsjdf4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hh0h0bd2qevc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/hh0h0bd2qevc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k7tsym00cfzz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/k7tsym00cfzz8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2vvg3j2etcm49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/2vvg3j2etcm49" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lbym71p1hn6lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212231 +dcid: "dc/lbym71p1hn6lh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/czfr693x596l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/czfr693x596l9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gq1lq25vx0lnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316211 +dcid: "dc/gq1lq25vx0lnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rhvkbsxbbv0n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/rhvkbsxbbv0n2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tsmxcjq0yd1s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/tsmxcjq0yd1s3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/394gzpr6skdy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/394gzpr6skdy4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hs8kt3r34hhr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/hs8kt3r34hhr7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2nn535xse74f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322225 +dcid: "dc/2nn535xse74f3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tn5x44rpk96r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/tn5x44rpk96r3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/08qj38tyksxm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/08qj38tyksxm7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t9fre3xnm3ztd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/t9fre3xnm3ztd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r9jb0w2ql429g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212299 +dcid: "dc/r9jb0w2ql429g" + +Node: dcid:dc/q1p7j144q8g01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/q1p7j144q8g01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cqd05brf153z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/cqd05brf153z6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jz9wyj50bfpdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336112 +dcid: "dc/jz9wyj50bfpdb" + +Node: dcid:dc/49nvr01qhbtn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/49nvr01qhbtn7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/chwwsbb3rmprh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212222 +dcid: "dc/chwwsbb3rmprh" + +Node: dcid:dc/4lj6fzblwfer5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333913 +dcid: "dc/4lj6fzblwfer5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1q38xgtjwyll9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/1q38xgtjwyll9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hvwpb74yxtcjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/hvwpb74yxtcjh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kqvhg5qb2r905 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325193 +dcid: "dc/kqvhg5qb2r905" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jg6d92znl63v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/jg6d92znl63v9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wb4yfly3vtnvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/wb4yfly3vtnvb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mwetd8bby83s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/mwetd8bby83s5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/brpj4m8ndsv05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/brpj4m8ndsv05" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3e3000py2tjsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/3e3000py2tjsg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6fg7cx9np5h52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333913 +dcid: "dc/6fg7cx9np5h52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ejm6g255wvte3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212222 +dcid: "dc/ejm6g255wvte3" + +Node: dcid:dc/jwjkeh6y4tnhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/jwjkeh6y4tnhc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d1felntc4n7mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/d1felntc4n7mf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n6f3kxlws9wd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315993 +dcid: "dc/n6f3kxlws9wd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gzlq7dj007zy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336415 +dcid: "dc/gzlq7dj007zy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p9z841tpz9th8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/p9z841tpz9th8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f45vy4f926r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/f45vy4f926r8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rseb0v2gkcmc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212392 +dcid: "dc/rseb0v2gkcmc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwc7m048t0qyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316212 +dcid: "dc/mwc7m048t0qyb" + +Node: dcid:dc/eycp0v9wwwq41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/eycp0v9wwwq41" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fs73b2273pg69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/fs73b2273pg69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bvcxw4hcw4j04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212234 +dcid: "dc/bvcxw4hcw4j04" + +Node: dcid:dc/npxn0r2pr5fq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/npxn0r2pr5fq5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wv0gnjqrhk497 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335224 +dcid: "dc/wv0gnjqrhk497" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5tb7rg7sdbf5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315993 +dcid: "dc/5tb7rg7sdbf5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zbjekzt97k3y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112420 +dcid: "dc/zbjekzt97k3y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2g60l26lpcg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335912 +dcid: "dc/r2g60l26lpcg3" + +Node: dcid:dc/jkddf0gdlnrm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/jkddf0gdlnrm9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9n54mpsdf20kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/9n54mpsdf20kd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n4yvlmjcfv1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/n4yvlmjcfv1c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nsv03nbbekv02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/nsv03nbbekv02" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7192qfxt23hh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311213 +dcid: "dc/7192qfxt23hh9" + +Node: dcid:dc/h7j5mg403pb6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/h7j5mg403pb6g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zsr912001v6gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311422 +dcid: "dc/zsr912001v6gf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pr48ekjpggvfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/pr48ekjpggvfg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m4p7gmdc30nj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/m4p7gmdc30nj8" + +Node: dcid:dc/8hqhjqf8j44l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/8hqhjqf8j44l5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z47kv0d2zzsv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335228 +dcid: "dc/z47kv0d2zzsv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svmxkcyk09hm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/svmxkcyk09hm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tewegszwnhnkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212231 +dcid: "dc/tewegszwnhnkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nrmns5c7xfzg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/nrmns5c7xfzg4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7ngy9p7kmgg2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/7ngy9p7kmgg2d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0vtgw2m37x2k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/0vtgw2m37x2k5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/drpxpq9fwygdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/drpxpq9fwygdc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1zc0y09fp6wp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/1zc0y09fp6wp" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mgkzy1034gs3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/mgkzy1034gs3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gpbn21g0lc9qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/gpbn21g0lc9qd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3p0q52k4g1gef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/3p0q52k4g1gef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/es0yhbtfdf2c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/es0yhbtfdf2c6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h7n43mjcg0mkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/h7n43mjcg0mkf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fcyn6mfqedwy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/fcyn6mfqedwy3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nlxmdc0wzrt7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/nlxmdc0wzrt7b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z8ev4140qbwdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/z8ev4140qbwdc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l2l9g2qkqtn68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/l2l9g2qkqtn68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lsnfpp40d7qpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/lsnfpp40d7qpf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9lh7bf4kqfky1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/9lh7bf4kqfky1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y1c39njwq8z2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/y1c39njwq8z2h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vnmffglmdr8t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/vnmffglmdr8t8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qjw31mm8v208c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331312 +dcid: "dc/qjw31mm8v208c" + +Node: dcid:dc/ph388r0xl7682 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/ph388r0xl7682" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7j288btg9z5k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/7j288btg9z5k5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ymmk00fv6mhv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316211 +dcid: "dc/ymmk00fv6mhv4" + +Node: dcid:dc/kt4p89thxvez7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322110 +dcid: "dc/kt4p89thxvez7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mlvnn1ts21c06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/mlvnn1ts21c06" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8rdkhjxswly57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/8rdkhjxswly57" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dj25heckcjjy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/dj25heckcjjy4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n6p3tm8yqg8z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/n6p3tm8yqg8z3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j6dy18qe9ncv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316211 +dcid: "dc/j6dy18qe9ncv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1dpmdxhtrzk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311223 +dcid: "dc/1dpmdxhtrzk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9lflvkqhwj46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/9lflvkqhwj46" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l4jl5r7w0v339 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/l4jl5r7w0v339" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ywf83cscr42yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/ywf83cscr42yh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/36h16t0ftsm9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32211 +dcid: "dc/36h16t0ftsm9c" + +Node: dcid:dc/7xx1e6gcx2yjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/7xx1e6gcx2yjh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k7d7dfskqtkvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/k7d7dfskqtkvc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8nvyq0rf8z3b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/8nvyq0rf8z3b5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qyrcbdyxzwej5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/qyrcbdyxzwej5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xtmn40c9mh9zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/xtmn40c9mh9zd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j36k9qp1kf2ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/j36k9qp1kf2ld" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6t6nyp2q401h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322122 +dcid: "dc/6t6nyp2q401h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kzt4vysmhehm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/kzt4vysmhehm2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/20nl3x8b7m2q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/20nl3x8b7m2q2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r45nxb9h1jsy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/r45nxb9h1jsy" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/scz399js1xh28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/scz399js1xh28" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yksp1dc9h30g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/yksp1dc9h30g3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qfx0mbx8h30f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212392 +dcid: "dc/qfx0mbx8h30f5" + +Node: dcid:dc/led6pthwnx2sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/led6pthwnx2sf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hf06eq68w70w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486990 +dcid: "dc/hf06eq68w70w7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xftrdd34z2ly1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/xftrdd34z2ly1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hxf0x2m5km8th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/hxf0x2m5km8th" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s0701hp8cygw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/s0701hp8cygw3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hzjyfx5nkry2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21223 +dcid: "dc/hzjyfx5nkry2f" + +Node: dcid:dc/5kxc9pt2q0rj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/5kxc9pt2q0rj2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/shs1xd5crgep +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112420 +dcid: "dc/shs1xd5crgep" + +Node: dcid:dc/d90jl2sp6zjlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212392 +dcid: "dc/d90jl2sp6zjlc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1d1gnqhvrzlz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325221 +dcid: "dc/1d1gnqhvrzlz2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6j72zjrm2hdy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/6j72zjrm2hdy5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k716fmrn1e24f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/k716fmrn1e24f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zqv94et25dv17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/zqv94et25dv17" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gtld5kq76p48h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/gtld5kq76p48h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/27j0zntwhbb65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/27j0zntwhbb65" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h2qdl43snz329 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/h2qdl43snz329" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/67f6t6fxs5tv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/67f6t6fxs5tv" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b2fjjtf0xhhqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/b2fjjtf0xhhqf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mjnvgnm9k087g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/mjnvgnm9k087g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vsj8kdkj588yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311312 +dcid: "dc/vsj8kdkj588yb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/trs36107rtrn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/trs36107rtrn8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wpbtv5nqq16rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/wpbtv5nqq16rg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h4x2wsy727p94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/923140 +dcid: "dc/h4x2wsy727p94" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/15qmzxk81pyb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/15qmzxk81pyb5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tn1ctq1b9gq9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/tn1ctq1b9gq9c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hhx96nh08b5zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/hhx96nh08b5zc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/elp1cvbq03fq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311223 +dcid: "dc/elp1cvbq03fq9" + +Node: dcid:dc/rjv919t67h3rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/rjv919t67h3rf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/671eebh5tm9g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/671eebh5tm9g7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eye147nnmcz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/eye147nnmcz6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e8222j9sgh4n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/e8222j9sgh4n4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vp40dwklffxdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112519 +dcid: "dc/vp40dwklffxdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/902wnr1hb0q94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/902wnr1hb0q94" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/811v2ngpgvpjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/811v2ngpgvpjf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dww749b2p9ct1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325182 +dcid: "dc/dww749b2p9ct1" + +Node: dcid:dc/fdly8lkp07pt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/fdly8lkp07pt3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m0mn5zd5vpzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/m0mn5zd5vpzb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3zgwk7sst1s2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314992 +dcid: "dc/3zgwk7sst1s2f" + +Node: dcid:dc/pvr5mh2yxtq74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/pvr5mh2yxtq74" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rpl5st52531x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335222 +dcid: "dc/rpl5st52531x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ez2qkssc65dg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335228 +dcid: "dc/ez2qkssc65dg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l112y7qsjz0tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/l112y7qsjz0tb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0f7v4d2jpr626 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/0f7v4d2jpr626" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2f3n3lfp3qrb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112420 +dcid: "dc/2f3n3lfp3qrb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9q6t31b9rt8j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/9q6t31b9rt8j9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ky5nz64vkyv5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/ky5nz64vkyv5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jrs6x1qnsbs0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/jrs6x1qnsbs0d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j89p8rkcerqd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/j89p8rkcerqd9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c233qnv6w073f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/c233qnv6w073f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vzrqy1xx061p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/vzrqy1xx061p7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gmy2048mtxq25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/gmy2048mtxq25" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nscyz9wvy7hlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/nscyz9wvy7hlc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x9hs7grcvff12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/x9hs7grcvff12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c8en2ycfkphjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/c8en2ycfkphjg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hjt8m08pq7v6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/hjt8m08pq7v6d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/edvdkfmvqz1fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/edvdkfmvqz1fg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z0411lz53p237 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/z0411lz53p237" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wzxbh7p913n39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/wzxbh7p913n39" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1wt8070we6s4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/1wt8070we6s4b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/64kx06stq4yc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335228 +dcid: "dc/64kx06stq4yc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ghpm64s0ynvr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336415 +dcid: "dc/ghpm64s0ynvr8" + +Node: dcid:dc/v75lw0jmlg135 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56149 +dcid: "dc/v75lw0jmlg135" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/75ntsq5zgncb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/75ntsq5zgncb5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/95esph2w5zcl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48699 +dcid: "dc/95esph2w5zcl4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qsbhxysgydmlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/qsbhxysgydmlc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fghstl4pv3cpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/fghstl4pv3cpg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wzyc3k2ej3lx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336415 +dcid: "dc/wzyc3k2ej3lx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nv9wnb8e0xym3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335911 +dcid: "dc/nv9wnb8e0xym3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zlchef0dw0fz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/zlchef0dw0fz3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/59jprhbvddsg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/59jprhbvddsg7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vtfdxtk7tqjt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325221 +dcid: "dc/vtfdxtk7tqjt6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q98xp5vghzsf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/q98xp5vghzsf1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kepsxr5jjj9d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212113 +dcid: "dc/kepsxr5jjj9d9" + +Node: dcid:dc/87k8pv3rzs7j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/87k8pv3rzs7j9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3csmlmn9s574 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/g3csmlmn9s574" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/skbyd42jcy6db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/skbyd42jcy6db" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nw2l55g6kketb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/nw2l55g6kketb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ne70rydyf1cfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/ne70rydyf1cfb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nrvs8h9c2w06h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/nrvs8h9c2w06h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/99k1mfcfq1k0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325192 +dcid: "dc/99k1mfcfq1k0f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8gzb2kg7ee7ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/8gzb2kg7ee7ph" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bw02ksg3ysr9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/bw02ksg3ysr9d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/61p7zk7y839pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/61p7zk7y839pc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hmw2gq7h78d5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316211 +dcid: "dc/hmw2gq7h78d5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/00g8msjtwvf2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/00g8msjtwvf2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7tqk7ndhc9kz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/7tqk7ndhc9kz1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7kd6tznchqmm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/7kd6tznchqmm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gev0ryxgb9y14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/gev0ryxgb9y14" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/93qjq7tfwvyqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482112 +dcid: "dc/93qjq7tfwvyqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5mesrj2ttk319 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/5mesrj2ttk319" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lmkes1hwyjv23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/lmkes1hwyjv23" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8vfngyebjl9v +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325192 +dcid: "dc/8vfngyebjl9v" + +Node: dcid:dc/7stx536878zx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212231 +dcid: "dc/7stx536878zx8" + +Node: dcid:dc/7ky0kpeeqwdl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212299 +dcid: "dc/7ky0kpeeqwdl9" + +Node: dcid:dc/dvj36hgqj89dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/dvj36hgqj89dg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2vlrrhb7mbb6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/2vlrrhb7mbb6g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3m3veby5yw2m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314992 +dcid: "dc/3m3veby5yw2m2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l9q1jn9pcd2v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/l9q1jn9pcd2v3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pztflm3be4kq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/pztflm3be4kq7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ndlmwl3yp2169 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/ndlmwl3yp2169" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tjt8ckp305hn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/tjt8ckp305hn3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/78rjcetpgvgn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/78rjcetpgvgn" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5m573n649hf55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212231 +dcid: "dc/5m573n649hf55" + +Node: dcid:dc/jbgkv1vtfrl3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/jbgkv1vtfrl3d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qthhfzzwctewf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/qthhfzzwctewf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nnc0j197ey86g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/nnc0j197ey86g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zzs9bshwm6xb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/zzs9bshwm6xb3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e6vl7p8znn231 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/e6vl7p8znn231" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kte2tnp8z4wfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/kte2tnp8z4wfc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4shbdx4b1skj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/4shbdx4b1skj7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tyzfv4yj7z296 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212392 +dcid: "dc/tyzfv4yj7z296" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hf9wsr721zqd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/hf9wsr721zqd6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9r9vvrvpjybq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/9r9vvrvpjybq1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gnzm70dqz722d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/gnzm70dqz722d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/631tnqkewdhl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/631tnqkewdhl3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kd7hglnz6qv1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/kd7hglnz6qv1c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bqczx672wpehf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/bqczx672wpehf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/41hpps0es9e76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/41hpps0es9e76" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4t52qzx968cbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/4t52qzx968cbh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vn7d4v8qw43dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/vn7d4v8qw43dg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8flbfpstvmz01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/8flbfpstvmz01" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d0yth5r089y52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/d0yth5r089y52" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6wrg9pwdgn2hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/6wrg9pwdgn2hh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fs6j0gr1wnl26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/fs6j0gr1wnl26" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e8s42dqyx8qdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/e8s42dqyx8qdb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ycw0fjmvdnhef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/ycw0fjmvdnhef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/44pwlel9001y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/44pwlel9001y2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kg54tg4qgejrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/kg54tg4qgejrb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wmlc8ssdc9477 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/wmlc8ssdc9477" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gnsmngjw2svqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48699 +dcid: "dc/gnsmngjw2svqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vl6wzf5twdyp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/vl6wzf5twdyp8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gsyv55twtbxk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/gsyv55twtbxk" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d79gs59dllkr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54171 +dcid: "dc/d79gs59dllkr1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p1lvlkndwf8m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/p1lvlkndwf8m2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/thg8gz2xr5gnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/thg8gz2xr5gnh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/55n8f3nwlycr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325193 +dcid: "dc/55n8f3nwlycr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6704nfzj84eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486990 +dcid: "dc/6704nfzj84eg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w97wtz11w0fmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/w97wtz11w0fmg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tf8hfd3jc5f3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/tf8hfd3jc5f3f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0hlqg5qz7rey9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/0hlqg5qz7rey9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hhccx9xs3m36g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/hhccx9xs3m36g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hqzhsm3zyccxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331411 +dcid: "dc/hqzhsm3zyccxf" + +Node: dcid:dc/m5nngc4c1lye5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/m5nngc4c1lye5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gnqe1dchkx7ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/gnqe1dchkx7ff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lw8cfnf1pe9z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/lw8cfnf1pe9z8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cqydr4m0d9w58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/cqydr4m0d9w58" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/41jymkprs4dd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/41jymkprs4dd3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3c5emvkek2519 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/3c5emvkek2519" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j4wdvk1l4p6s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/j4wdvk1l4p6s5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x2g7jjnycc48b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311512 +dcid: "dc/x2g7jjnycc48b" + +Node: dcid:dc/e3qpyff8xyg04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/e3qpyff8xyg04" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gv5691710wn68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335912 +dcid: "dc/gv5691710wn68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vl8lge7rmnp78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/vl8lge7rmnp78" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7lwzez9nb50jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336112 +dcid: "dc/7lwzez9nb50jc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmerreynhqtfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333913 +dcid: "dc/lmerreynhqtfg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/deppe4xhz9yg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/deppe4xhz9yg8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6rn9w2kwxzw81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325221 +dcid: "dc/6rn9w2kwxzw81" + +Node: dcid:dc/rsx82nhdnfj25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/rsx82nhdnfj25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3x5ys62l14f2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/3x5ys62l14f2b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wd9mbzg0qc9zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331312 +dcid: "dc/wd9mbzg0qc9zf" + +Node: dcid:dc/dl6216c2tyyb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/dl6216c2tyyb2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vmsl5c1yqdrq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/vmsl5c1yqdrq9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wsf38440s2p16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/wsf38440s2p16" + +Node: dcid:dc/10c96qf8b5g02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331411 +dcid: "dc/10c96qf8b5g02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtwp0q0dydhz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/jtwp0q0dydhz2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jbgtdmprvvfqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/jbgtdmprvvfqg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6pyzcl9r70jp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/6pyzcl9r70jp8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vzq0ck3m060l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/vzq0ck3m060l" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kqcxs0mvhnmm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/kqcxs0mvhnmm8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j1xbpm5fqets2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/j1xbpm5fqets2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/seq53gkv7n2p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/seq53gkv7n2p7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p6pr54rjss87h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/p6pr54rjss87h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/41vwf1j4381j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322110 +dcid: "dc/41vwf1j4381j9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nft1srgpl5345 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112420 +dcid: "dc/nft1srgpl5345" + +Node: dcid:dc/devxkq9sm58z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311223 +dcid: "dc/devxkq9sm58z" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mfl5k8tdldwg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311213 +dcid: "dc/mfl5k8tdldwg3" + +Node: dcid:dc/p7bkewfz2t9q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/p7bkewfz2t9q6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qz917g8skdzr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11242 +dcid: "dc/qz917g8skdzr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q5trrqgymg0v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/q5trrqgymg0v2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ygdrx7h3lxhc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/ygdrx7h3lxhc3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0tf8vydsy2v0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322110 +dcid: "dc/0tf8vydsy2v0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t8f4gkv3p5xx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/t8f4gkv3p5xx1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wk1gyt54tw2q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/wk1gyt54tw2q4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qrdj1e68vbb87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/qrdj1e68vbb87" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ln276zqzxjrw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311213 +dcid: "dc/ln276zqzxjrw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/snf7b05zkj93h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325182 +dcid: "dc/snf7b05zkj93h" + +Node: dcid:dc/zqeft7zyqv47h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335228 +dcid: "dc/zqeft7zyqv47h" + +Node: dcid:dc/zff2y1xj0qq3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/zff2y1xj0qq3f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0cwq44zd19qwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/0cwq44zd19qwg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yjmedt52nlcvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/yjmedt52nlcvf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bcy84myypknkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/bcy84myypknkh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5st43q6c2n6n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722110 +dcid: "dc/5st43q6c2n6n7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fk2mc5mppk2w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/fk2mc5mppk2w7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/72252ykqppp7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/72252ykqppp7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zy3m6rvdhjwm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/zy3m6rvdhjwm5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2z0rr5q77y9m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/2z0rr5q77y9m3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/319yv30qcw6xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/319yv30qcw6xb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bzr3ej9k9zt12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/bzr3ej9k9zt12" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5rvlk5e82xzh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325182 +dcid: "dc/5rvlk5e82xzh2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p6zvse77qx5b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/p6zvse77qx5b7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d2nwlehy65e0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/d2nwlehy65e0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z26hmvwdn8rw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622210 +dcid: "dc/z26hmvwdn8rw" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6l965g3gwy96b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/6l965g3gwy96b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0by3rp5swd5x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331411 +dcid: "dc/0by3rp5swd5x9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/76lt3kf42nmq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/76lt3kf42nmq" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5xpj536h2v22h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/5xpj536h2v22h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2vnk13g54b8xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/2vnk13g54b8xg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lj09cvm291gt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336415 +dcid: "dc/lj09cvm291gt4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t8ce5vkd2409g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/t8ce5vkd2409g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sr9zy8v7z75p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112519 +dcid: "dc/sr9zy8v7z75p5" + +Node: dcid:dc/737crz2xcq048 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/486990 +dcid: "dc/737crz2xcq048" + +Node: dcid:dc/39wlk85sq2vc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/39wlk85sq2vc6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rf49087esn228 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212299 +dcid: "dc/rf49087esn228" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7vqdbs0403z3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333913 +dcid: "dc/7vqdbs0403z3g" + +Node: dcid:dc/d0xv28mwe8hp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314992 +dcid: "dc/d0xv28mwe8hp5" + +Node: dcid:dc/r19yq1cjm0rqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/r19yq1cjm0rqc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zhgp44g7scdhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/zhgp44g7scdhc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f9tdv4pv59qdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/f9tdv4pv59qdb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4spkcbd46sdtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/4spkcbd46sdtd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vdbvzthdylv0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/vdbvzthdylv0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qy0llx65b2fsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/qy0llx65b2fsb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cwehk5q0hd5y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/cwehk5q0hd5y" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4ndq4txrmdqn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335222 +dcid: "dc/4ndq4txrmdqn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3qb7ptmkpftv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/3qb7ptmkpftv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dskqh0xfg81e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/dskqh0xfg81e1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/17dp3tk55kwg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48699 +dcid: "dc/17dp3tk55kwg4" + +Node: dcid:dc/p8jyr7qrz9586 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314992 +dcid: "dc/p8jyr7qrz9586" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4mlrnqdnlncf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11242 +dcid: "dc/g4mlrnqdnlncf" + +Node: dcid:dc/9jmcvjlxxcwbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/9jmcvjlxxcwbf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6jp5nywhrw1r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561310 +dcid: "dc/6jp5nywhrw1r2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tle58xqkrevb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/tle58xqkrevb6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1wn1bczlx6y56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/1wn1bczlx6y56" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wckk4t2lkky32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/wckk4t2lkky32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ngc7l9j7zbpc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314992 +dcid: "dc/ngc7l9j7zbpc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ed8d4gwzd2v2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/ed8d4gwzd2v2h" + +Node: dcid:dc/nf14vn59pxqp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/nf14vn59pxqp7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zbdqngk78d0bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/zbdqngk78d0bf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fplqqnjlte0dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/fplqqnjlte0dc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3zm8t81h5kzw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/3zm8t81h5kzw7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gtzwfz9dsdddf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/gtzwfz9dsdddf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pkqxl2vb8jedh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/pkqxl2vb8jedh" + +Node: dcid:dc/20c1p4qsckwzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/20c1p4qsckwzb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9kn26jrkwnjz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/9kn26jrkwnjz3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9q0rt5kfptr49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331411 +dcid: "dc/9q0rt5kfptr49" + +Node: dcid:dc/kwjqh62tl1fq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/kwjqh62tl1fq8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sllk8f0t9frw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/sllk8f0t9frw5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5yp4yqn2154eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/5yp4yqn2154eh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x4xhmyfbqcjf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/x4xhmyfbqcjf2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/057gvtnp0gvr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/057gvtnp0gvr1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z929yctsr2xs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/z929yctsr2xs9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/frsstkm0g2zvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/frsstkm0g2zvh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jl0shh9myf9b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311422 +dcid: "dc/jl0shh9myf9b3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ymv3ymvnylw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311512 +dcid: "dc/4ymv3ymvnylw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtfqkseqydzw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/jtfqkseqydzw" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w12eph8e4698c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/w12eph8e4698c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fqnsbses7twhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335912 +dcid: "dc/fqnsbses7twhf" + +Node: dcid:dc/bf3299fhnyppf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/bf3299fhnyppf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4r9qk5eebz0yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/4r9qk5eebz0yg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5pvkcd1klsrjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/5pvkcd1klsrjh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qzxecdrbnnyxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/qzxecdrbnnyxd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x5767ch0q2lmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/x5767ch0q2lmb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pdxb5h6xjpnbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112420 +dcid: "dc/pdxb5h6xjpnbc" + +Node: dcid:dc/4716yqgl3znj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/4716yqgl3znj7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dfycdxwpq48c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/dfycdxwpq48c8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y3fnd9h75xe84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325182 +dcid: "dc/y3fnd9h75xe84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1hpc4ze61ej18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/1hpc4ze61ej18" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wmsmt7ktln0b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/wmsmt7ktln0b4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5v4x68lxqdje5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/5v4x68lxqdje5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7vx48y5n3c821 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/7vx48y5n3c821" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w1sngp90tfrx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/w1sngp90tfrx2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tx2x2r3rdfx79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/tx2x2r3rdfx79" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xevhdydk7m6m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/xevhdydk7m6m" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lq5ll8mjjrbb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/lq5ll8mjjrbb5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9kv8wgx3z4t74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11242 +dcid: "dc/9kv8wgx3z4t74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/70v9j0bw77wmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212113 +dcid: "dc/70v9j0bw77wmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/evldjyy1ms1s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/evldjyy1ms1s" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yggyxelq3mkk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/yggyxelq3mkk" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c4h8wcstf6ry4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/c4h8wcstf6ry4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vek8bn76svsw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316212 +dcid: "dc/vek8bn76svsw1" + +Node: dcid:dc/1cejf9hdtl9j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/1cejf9hdtl9j1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2nk1290f6pkvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315192 +dcid: "dc/2nk1290f6pkvh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/440dybg1h3ydb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/440dybg1h3ydb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/84b1znlnr6jvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/84b1znlnr6jvh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/38eptf1r4nrsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311512 +dcid: "dc/38eptf1r4nrsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xfl4g7c0ecz85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/xfl4g7c0ecz85" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8qdg6br7m1lef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316211 +dcid: "dc/8qdg6br7m1lef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3w34ryn5kj88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335224 +dcid: "dc/g3w34ryn5kj88" + +Node: dcid:dc/txl5gxwceg626 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/txl5gxwceg626" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gc84gcknzz318 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/gc84gcknzz318" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y5hvfrpk991hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/y5hvfrpk991hc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ezxdngfn63hs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/ezxdngfn63hs7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0bqv6efmxxszg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/0bqv6efmxxszg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4xy9t88gtmmp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/4xy9t88gtmmp" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nrp88pc2tkvh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/nrp88pc2tkvh6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t6z9j7c3rlpwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/t6z9j7c3rlpwh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hx64zvwqkhcy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/hx64zvwqkhcy4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rnby22p01n0bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311313 +dcid: "dc/rnby22p01n0bh" + +Node: dcid:dc/n85qq9w81zb81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/n85qq9w81zb81" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b1k93hf6462p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212299 +dcid: "dc/b1k93hf6462p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1jwt338rzyt02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/1jwt338rzyt02" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yz16qx3p2m3yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112420 +dcid: "dc/yz16qx3p2m3yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/npjxgkec9frk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21223 +dcid: "dc/npjxgkec9frk5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4p6f8sgcwk6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331311 +dcid: "dc/f4p6f8sgcwk6h" + +Node: dcid:dc/5m16s2gtr49k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/5m16s2gtr49k6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mymzk1072tz3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/mymzk1072tz3d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sld5k4vwmy9k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/sld5k4vwmy9k6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8r8h4hqrr4zqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/8r8h4hqrr4zqh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j7pwh4zzf51b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/j7pwh4zzf51b7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tpy8hmgp1xqsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/tpy8hmgp1xqsb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4c58n4vzzgxp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/4c58n4vzzgxp7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zpsr10fkrzzkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331312 +dcid: "dc/zpsr10fkrzzkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ejf421879e1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/8ejf421879e1g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vgjzhmy5wd2m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/vgjzhmy5wd2m3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1xeklndg92rt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722212 +dcid: "dc/1xeklndg92rt1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kwrn7ksqh7fp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335911 +dcid: "dc/kwrn7ksqh7fp4" + +Node: dcid:dc/t6z6y0zscsk77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541350 +dcid: "dc/t6z6y0zscsk77" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gnhg2pz1qs7p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/gnhg2pz1qs7p9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4gvfm6b5nwe42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/4gvfm6b5nwe42" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bnjxvpg73qgv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/bnjxvpg73qgv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wp4h1x5wnc35h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315192 +dcid: "dc/wp4h1x5wnc35h" + +Node: dcid:dc/v1sz9n55r5qzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/v1sz9n55r5qzf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8jh54x2qv6x7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/8jh54x2qv6x7b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3gexc0mknkxr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/3gexc0mknkxr7" + +Node: dcid:dc/t1wlmcvs3qv0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336112 +dcid: "dc/t1wlmcvs3qv0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/49nsq21qlsy41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/49nsq21qlsy41" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dnj93grgpcedb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541320 +dcid: "dc/dnj93grgpcedb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/04bmemvzht6z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325191 +dcid: "dc/04bmemvzht6z" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1y6qehsnes0s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48699 +dcid: "dc/1y6qehsnes0s2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nysg61xdh486b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/nysg61xdh486b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3p8864nnqyb6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/3p8864nnqyb6d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k0sxvs7t8cz5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311512 +dcid: "dc/k0sxvs7t8cz5d" + +Node: dcid:dc/f41rr9kw5yzs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/f41rr9kw5yzs8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ecr4mxc943xw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/ecr4mxc943xw" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/53jybk1w4eq18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/53jybk1w4eq18" + +Node: dcid:dc/tcftwxehvvv55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336415 +dcid: "dc/tcftwxehvvv55" + +Node: dcid:dc/5ffcpren44zc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/5ffcpren44zc6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kn0dyzenzmphf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/kn0dyzenzmphf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4j8btltr819m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/4j8btltr819m" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gbq60wlsdcbv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316212 +dcid: "dc/gbq60wlsdcbv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v2gxr2yve16mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/v2gxr2yve16mf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g53tdzyjdn393 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/g53tdzyjdn393" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jezm3tgk4b5c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335222 +dcid: "dc/jezm3tgk4b5c3" + +Node: dcid:dc/gqh8vwhynqkr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335912 +dcid: "dc/gqh8vwhynqkr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y2yklcs4c0cff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/y2yklcs4c0cff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s9gy0hcrefldh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/s9gy0hcrefldh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zl020llbte4wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212231 +dcid: "dc/zl020llbte4wh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p5z9vflyx3ybb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7221 +dcid: "dc/p5z9vflyx3ybb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6bpzly555yyl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482112 +dcid: "dc/6bpzly555yyl4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/475wkrzzv4g64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316212 +dcid: "dc/475wkrzzv4g64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bvx4ytc2pn5rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331411 +dcid: "dc/bvx4ytc2pn5rh" + +Node: dcid:dc/qemgjnpd95nx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331311 +dcid: "dc/qemgjnpd95nx8" + +Node: dcid:dc/7deyw6ke6qbv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/7deyw6ke6qbv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5xrzjhv6d3rmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335224 +dcid: "dc/5xrzjhv6d3rmf" + +Node: dcid:dc/lc8tshtrrdr8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/lc8tshtrrdr8b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z9yk5hf43ztkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/z9yk5hf43ztkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/47glp0wpv3fwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/47glp0wpv3fwg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ebjf44lgtpvp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/ebjf44lgtpvp2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dnypvkkwb7hm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325193 +dcid: "dc/dnypvkkwb7hm" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/js6ygc33mndr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/js6ygc33mndr3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tw4szgdv3z3q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/tw4szgdv3z3q2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4jr53j6yyfqm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311213 +dcid: "dc/4jr53j6yyfqm6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jk5h1kw0zddeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561410 +dcid: "dc/jk5h1kw0zddeb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p5s6egnl2lvs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/p5s6egnl2lvs9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1rzr50y0d9js6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/1rzr50y0d9js6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/swmhn1qwrwc2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/swmhn1qwrwc2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x82mkl6vqrrv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/x82mkl6vqrrv3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g3tk44h2el8n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335911 +dcid: "dc/g3tk44h2el8n8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xf0zjhfdvxd5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/xf0zjhfdvxd5f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jg19hlxf8rvmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333913 +dcid: "dc/jg19hlxf8rvmb" + +Node: dcid:dc/k0546vsbqtz3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325192 +dcid: "dc/k0546vsbqtz3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pwq8fmfhlrm58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/pwq8fmfhlrm58" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bcgx1enk0mdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325182 +dcid: "dc/bcgx1enk0mdc" + +Node: dcid:dc/3pt226pvkq1x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212113 +dcid: "dc/3pt226pvkq1x4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zt4npz7kfzm88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541710 +dcid: "dc/zt4npz7kfzm88" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k80fms3sj5bfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/k80fms3sj5bfg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jz8e44jtg70r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/jz8e44jtg70r6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0r73lmzkzsrnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322225 +dcid: "dc/0r73lmzkzsrnh" + +Node: dcid:dc/fml2t7xlxpd5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/fml2t7xlxpd5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8j8b24s0tw078 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315192 +dcid: "dc/8j8b24s0tw078" + +Node: dcid:dc/pp1153gwv58nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322122 +dcid: "dc/pp1153gwv58nd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ej465g8nl90m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311512 +dcid: "dc/ej465g8nl90m6" + +Node: dcid:dc/lbzrz0hxxh56c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/lbzrz0hxxh56c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wgmr1tjmszsd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212222 +dcid: "dc/wgmr1tjmszsd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r90njl1wb9jxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/r90njl1wb9jxc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cxwxe89dr817f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212222 +dcid: "dc/cxwxe89dr817f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c8rmswrw680s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/c8rmswrw680s8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3n4pr94k6zjd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/3n4pr94k6zjd2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/530mnn3kz37e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71311 +dcid: "dc/530mnn3kz37e5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2373773p3pdm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/2373773p3pdm7" + +Node: dcid:dc/15wl0wqp9rzfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335222 +dcid: "dc/15wl0wqp9rzfc" + +Node: dcid:dc/wvh1wt82gc7bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/wvh1wt82gc7bb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nsvgv21jqcytb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/nsvgv21jqcytb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vkb631ne2ddw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/vkb631ne2ddw6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ymjrkej1jfwpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/ymjrkej1jfwpc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0y2dy5rd8rctg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/0y2dy5rd8rctg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y241z0l4kb9g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5613 +dcid: "dc/y241z0l4kb9g8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cs4lbj3p1bp8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/cs4lbj3p1bp8g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cbnbygg47hrff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/cbnbygg47hrff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bpptpdvjp1sm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325221 +dcid: "dc/bpptpdvjp1sm9" + +Node: dcid:dc/dn6wrg705cydf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/dn6wrg705cydf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ggdm7fe7mbem9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322110 +dcid: "dc/ggdm7fe7mbem9" + +Node: dcid:dc/xf43q99epnjw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/xf43q99epnjw7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h2pwy5e6xhv06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/h2pwy5e6xhv06" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e99pwykv8k1lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/e99pwykv8k1lc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q4303ym1jspe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/q4303ym1jspe4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/011evyhymlemg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/486990 +dcid: "dc/011evyhymlemg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7py4cfkmjtex5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/7py4cfkmjtex5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xtvlnwrgbt292 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112519 +dcid: "dc/xtvlnwrgbt292" + +Node: dcid:dc/qhhgtxhn0llrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/qhhgtxhn0llrc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0wfy2v44pjjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/0wfy2v44pjjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jqzyg2b0st5eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/jqzyg2b0st5eb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h29g38rcb4zp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/928 +dcid: "dc/h29g38rcb4zp9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/24wxr6n70m873 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/24wxr6n70m873" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/40fglslb9nw7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/40fglslb9nw7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2sw4d0k73xc6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/2sw4d0k73xc6b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5xqz83e0n2yl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23891 +dcid: "dc/5xqz83e0n2yl6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1v8qjj1zhyl79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315993 +dcid: "dc/1v8qjj1zhyl79" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3nrjcxg363wf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/3nrjcxg363wf5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c8vcyv98zvxx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/c8vcyv98zvxx8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9ljx0x4y6v7kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322110 +dcid: "dc/9ljx0x4y6v7kg" + +Node: dcid:dc/lsrypl671djj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/lsrypl671djj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4gm4gkd4n1tl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72211 +dcid: "dc/4gm4gkd4n1tl" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e5m10y8yvwtx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/e5m10y8yvwtx2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y24dhtqtvcf14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/y24dhtqtvcf14" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vz6b0sppf6k29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212392 +dcid: "dc/vz6b0sppf6k29" + +Node: dcid:dc/6cbw71ld5zex +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/6cbw71ld5zex" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gfegdpw8b2sbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/gfegdpw8b2sbh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w42bss995k3f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331411 +dcid: "dc/w42bss995k3f8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dbtlt9jpcn2v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56144 +dcid: "dc/dbtlt9jpcn2v7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7f4v7kpgybq52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/7f4v7kpgybq52" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lyw7qtzgzq5yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/lyw7qtzgzq5yh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m029gl1q7wqqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/m029gl1q7wqqb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xtyrhwdsylzpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11242 +dcid: "dc/xtyrhwdsylzpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x4m0pyd13t977 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/x4m0pyd13t977" + +Node: dcid:dc/020gx7335t628 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/020gx7335t628" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kdc8eyvwgy526 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/kdc8eyvwgy526" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n3l1qzvkw9v5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/n3l1qzvkw9v5d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/26c10zptn68e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/26c10zptn68e5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2dwwcy2xe5qwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/2dwwcy2xe5qwh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vwrtcfst0jlw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/vwrtcfst0jlw4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8x8wmx17yevf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/8x8wmx17yevf1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1764p9nz44lr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/1764p9nz44lr1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jpft9r5j551y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/jpft9r5j551y" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x3ev6f48syznc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/x3ev6f48syznc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vx8lqrc787p6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54132 +dcid: "dc/vx8lqrc787p6b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/he3gh7rj9svlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/he3gh7rj9svlh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ky9ffr17q8nw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/ky9ffr17q8nw2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qhngg0fp3efc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/qhngg0fp3efc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w9vpw262kgwdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331311 +dcid: "dc/w9vpw262kgwdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d3sl5shk319j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335912 +dcid: "dc/d3sl5shk319j6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x7t6vj7qc01v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311312 +dcid: "dc/x7t6vj7qc01v7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p0nqd9ncqwj0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325193 +dcid: "dc/p0nqd9ncqwj0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xqksr50zrr3l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/xqksr50zrr3l9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jqd4f94z6gs43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/jqd4f94z6gs43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l94qwmyb6kq2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322110 +dcid: "dc/l94qwmyb6kq2b" + +Node: dcid:dc/cskz20vx2rfq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311312 +dcid: "dc/cskz20vx2rfq6" + +Node: dcid:dc/hhdztshqexr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/hhdztshqexr" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r1nh1mrqncrh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/r1nh1mrqncrh3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p31435qmqpmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/p31435qmqpmb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3kxjxkpc4kyw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/3kxjxkpc4kyw" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mppex5f3wmv05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336415 +dcid: "dc/mppex5f3wmv05" + +Node: dcid:dc/42jn1hq8jy9l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/42jn1hq8jy9l8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rz64yrwq1tpkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/rz64yrwq1tpkh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y2ldnv0e4ztjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/y2ldnv0e4ztjh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sx1r4sm7lrmnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/sx1r4sm7lrmnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0vcft1h2qk9v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/0vcft1h2qk9v4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ftq2esyy8083c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315192 +dcid: "dc/ftq2esyy8083c" + +Node: dcid:dc/6qpf6lvj9p1e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71212 +dcid: "dc/6qpf6lvj9p1e9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tvk4sk8wqerfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/tvk4sk8wqerfc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/38b21vlgd6kg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/38b21vlgd6kg3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7gcd7bs8yz9d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311422 +dcid: "dc/7gcd7bs8yz9d6" + +Node: dcid:dc/l6gmf63pmn6m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212299 +dcid: "dc/l6gmf63pmn6m8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/47p9bge5zwwv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/47p9bge5zwwv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3bt2270vfsehc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21223 +dcid: "dc/3bt2270vfsehc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0wn9wm9w7n48h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112420 +dcid: "dc/0wn9wm9w7n48h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kvdjen51lz43f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517310 +dcid: "dc/kvdjen51lz43f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h3x52q27qwfr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/h3x52q27qwfr9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6xddcehys2ysd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/6xddcehys2ysd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5fzhd159k2sd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/5fzhd159k2sd5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ky9gxmz3ryfs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5241 +dcid: "dc/ky9gxmz3ryfs4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z6sh86w900zw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/z6sh86w900zw1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j4jme2hg0x5hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713920 +dcid: "dc/j4jme2hg0x5hb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m3pznmpmss3pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/m3pznmpmss3pf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t0l0l1ybcjsx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/t0l0l1ybcjsx1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3kwcvm428wpq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/3kwcvm428wpq4" + +Node: dcid:dc/lvmh8gdbhp0qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/lvmh8gdbhp0qd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e4cgl9ytl07b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316212 +dcid: "dc/e4cgl9ytl07b6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5zmv3ls9er6t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/5zmv3ls9er6t8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/edm4y2gsgqn35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/edm4y2gsgqn35" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e8k4ss7t88ejb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335912 +dcid: "dc/e8k4ss7t88ejb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z72wngxds3sm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333913 +dcid: "dc/z72wngxds3sm5" + +Node: dcid:dc/gs0xe1k6jj63f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331311 +dcid: "dc/gs0xe1k6jj63f" + +Node: dcid:dc/s1z67eqvdmf0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71392 +dcid: "dc/s1z67eqvdmf0h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9mcw98mhcmhgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/9mcw98mhcmhgc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m0ttlnd2f1r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/m0ttlnd2f1r3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n5zlr5jn07vg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/n5zlr5jn07vg7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j001dev097yc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315993 +dcid: "dc/j001dev097yc6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ylywnbnywjcj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311422 +dcid: "dc/ylywnbnywjcj3" + +Node: dcid:dc/yw3h2nlmzkng2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/yw3h2nlmzkng2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rxkte4l64lpvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311422 +dcid: "dc/rxkte4l64lpvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s9wqckex32h02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/s9wqckex32h02" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hm6np9lb12grc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/hm6np9lb12grc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pc4m3d36gym27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311223 +dcid: "dc/pc4m3d36gym27" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kgknxq58n28x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/kgknxq58n28x1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qcwel097xz4jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325193 +dcid: "dc/qcwel097xz4jd" + +Node: dcid:dc/8hf2nlrmpnt25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5417 +dcid: "dc/8hf2nlrmpnt25" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hjq3vyw41r8nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/hjq3vyw41r8nc" + +Node: dcid:dc/cjyqj7rxpsp63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336112 +dcid: "dc/cjyqj7rxpsp63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kw7d79n04m3w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325191 +dcid: "dc/kw7d79n04m3w1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y7cs5g5cz6jnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/y7cs5g5cz6jnb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3kwjvkrt89v69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/3kwjvkrt89v69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/23487b8re564g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/23487b8re564g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rnme2x0z7t5f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/rnme2x0z7t5f5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pxr8pevzbx6n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/pxr8pevzbx6n8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sykn1yzgl80fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/sykn1yzgl80fd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yjbjheqnj1qg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562213 +dcid: "dc/yjbjheqnj1qg8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5n2lnr4tgere +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/5n2lnr4tgere" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k33b7l2sn09eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/k33b7l2sn09eh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z4lysds2c27n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/z4lysds2c27n1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/php87mcmrlfj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/php87mcmrlfj1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e0k06x59rdwx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/e0k06x59rdwx4" + +Node: dcid:dc/l8e2bzz6y378b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322122 +dcid: "dc/l8e2bzz6y378b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nx35tdx6clg3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/nx35tdx6clg3c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/71kshgc2zfm3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/71kshgc2zfm3f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3pgem59zxd1m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/3pgem59zxd1m8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7slsj1bx6lsx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/7slsj1bx6lsx3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7zfe591z3ted4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/7zfe591z3ted4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lem86q31lb8sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212113 +dcid: "dc/lem86q31lb8sc" + +Node: dcid:dc/wt73mbgx6pw5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56131 +dcid: "dc/wt73mbgx6pw5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j30fspseyq1nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/j30fspseyq1nh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/38gqhbyv1fqmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322225 +dcid: "dc/38gqhbyv1fqmc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k6s0n2bq29gbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488320 +dcid: "dc/k6s0n2bq29gbg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c7ytbtgl69042 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/c7ytbtgl69042" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6678c1cxntshf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1011 +dcid: "dc/6678c1cxntshf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bt8jdftqcmmy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/bt8jdftqcmmy2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sfj74wegz8ec7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/sfj74wegz8ec7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v1e8vwh2gk3lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/v1e8vwh2gk3lg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bx05wch4q71d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/bx05wch4q71d5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xy84e9y8f2q76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/xy84e9y8f2q76" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z70dwscnr2jm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/z70dwscnr2jm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dqz7ry1z4vr4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/dqz7ry1z4vr4h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wmggsmr6975yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/wmggsmr6975yf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vp1w96x33zsm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322225 +dcid: "dc/vp1w96x33zsm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j72f834y3n5n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6222 +dcid: "dc/j72f834y3n5n8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jgvg0h94x2pjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/jgvg0h94x2pjb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y5s8k5lppdvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212392 +dcid: "dc/y5s8k5lppdvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5002bplcjs5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/5002bplcjs5c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s430rz1p7f36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/s430rz1p7f36" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b4f8kb98911q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/482112 +dcid: "dc/b4f8kb98911q8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w0mj33mvzzt85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/w0mj33mvzzt85" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rceb9bs6j12t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/rceb9bs6j12t9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/efthsjs8byskd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325191 +dcid: "dc/efthsjs8byskd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fssgttcshgw45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333913 +dcid: "dc/fssgttcshgw45" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r6lc9qf7dqsw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482112 +dcid: "dc/r6lc9qf7dqsw3" + +Node: dcid:dc/qvr0t9nl4n3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92314 +dcid: "dc/qvr0t9nl4n3d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6n9jhl8fncvef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/6n9jhl8fncvef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6z2vqdnwgmsc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/6z2vqdnwgmsc9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ryxg9zg8m4d2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/ryxg9zg8m4d2d" + +Node: dcid:dc/d8bks7g9lnfl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21223 +dcid: "dc/d8bks7g9lnfl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rfvnmb0m23l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/8rfvnmb0m23l5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ypj5csql382m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/ypj5csql382m2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1krgb359der0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311313 +dcid: "dc/1krgb359der0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5wy2sjs2gs5g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/5wy2sjs2gs5g6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z8m4kp2vs9mdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335224 +dcid: "dc/z8m4kp2vs9mdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/010hs7czmcbn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/010hs7czmcbn" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rg6t36k339s43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/rg6t36k339s43" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8smbb423wpjx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/8smbb423wpjx9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wj5fdgjy50ls +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/wj5fdgjy50ls" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ctmwcnecelcc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56141 +dcid: "dc/ctmwcnecelcc7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t66pm0cnrjmeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/t66pm0cnrjmeh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5hq29gg9521x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/5hq29gg9521x4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y1jqnnj404xlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5412 +dcid: "dc/y1jqnnj404xlf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d0g7sk6km0kj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/d0g7sk6km0kj1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/54p48w86cpc3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/54p48w86cpc3b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9wjdbtdh5l0d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/9wjdbtdh5l0d1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/99hpyssxbv4nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62221 +dcid: "dc/99hpyssxbv4nc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7vrdpnmq8x4v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325182 +dcid: "dc/7vrdpnmq8x4v7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/clqjle4f94lq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/clqjle4f94lq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cbl4026sn6njg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/cbl4026sn6njg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zy7cp6rhg6qrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512 +dcid: "dc/zy7cp6rhg6qrg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1hf53sbfmd18b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32211 +dcid: "dc/1hf53sbfmd18b" + +Node: dcid:dc/b264tmm6v0xqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48832 +dcid: "dc/b264tmm6v0xqg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c9b7mvdjj2yt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/c9b7mvdjj2yt" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x248xlxpjn35g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/x248xlxpjn35g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pcqkfbtvey2j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/pcqkfbtvey2j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cl6g63qgf456g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/cl6g63qgf456g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3vylsdpcn4q68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/3vylsdpcn4q68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gdb1zrqyq9lb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52412 +dcid: "dc/gdb1zrqyq9lb2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qs12hbnfv9pt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316212 +dcid: "dc/qs12hbnfv9pt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cpk39dll0fh76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311312 +dcid: "dc/cpk39dll0fh76" + +Node: dcid:dc/2kbfpszp5rg4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212234 +dcid: "dc/2kbfpszp5rg4g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6h674hfbgk2l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/6h674hfbgk2l" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c3zzgqedqds18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322122 +dcid: "dc/c3zzgqedqds18" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9frjeqe7zysgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/9frjeqe7zysgd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k3kwcnmympmt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325191 +dcid: "dc/k3kwcnmympmt3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cv3se7m8p9sk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/cv3se7m8p9sk3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yq0t68dqbnnbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/yq0t68dqbnnbf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5etbz79l8m6r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/5etbz79l8m6r9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ybt58l1s8dw3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/ybt58l1s8dw3h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ey4c6wwhbmwvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/ey4c6wwhbmwvc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h3fxz21ygylg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/h3fxz21ygylg4" + +Node: dcid:dc/2wp3m6mt9hy2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311512 +dcid: "dc/2wp3m6mt9hy2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6c0lkf925rdch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/6c0lkf925rdch" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jpe03y1pcxf17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9281 +dcid: "dc/jpe03y1pcxf17" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b3g3n9rlq9cs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524 +dcid: "dc/b3g3n9rlq9cs3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/scyljc76tc4gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/scyljc76tc4gc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b65pq6e2xlkkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221330 +dcid: "dc/b65pq6e2xlkkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pr6d55r3xlgfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485999 +dcid: "dc/pr6d55r3xlgfc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h4ejj9c9kq3hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335224 +dcid: "dc/h4ejj9c9kq3hf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ldpfbcc4y5kw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/ldpfbcc4y5kw4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/65yfx0d1p4w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561440 +dcid: "dc/65yfx0d1p4w8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3qwhs5ct5k7jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/3qwhs5ct5k7jd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xbvf019e7klk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/xbvf019e7klk" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l9me9rnghvts9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21223 +dcid: "dc/l9me9rnghvts9" + +Node: dcid:dc/qwp2jlv2g7kx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325221 +dcid: "dc/qwp2jlv2g7kx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55vb10mxz9fsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212234 +dcid: "dc/55vb10mxz9fsh" + +Node: dcid:dc/65rd921h52x48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/65rd921h52x48" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ygnl7n10q116b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22133 +dcid: "dc/ygnl7n10q116b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1yp0gmxkt4jvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/1yp0gmxkt4jvg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rbq3pwypfeqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/rbq3pwypfeqh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zk7pkhv8q3cg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/zk7pkhv8q3cg7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7gklbcdnsyfc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/7gklbcdnsyfc9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5wmsxg58tnk86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315192 +dcid: "dc/5wmsxg58tnk86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b4j45jnty1tc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/b4j45jnty1tc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g67fryzdh9029 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325221 +dcid: "dc/g67fryzdh9029" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c51nsyc4br0mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/c51nsyc4br0mf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j0hbzs7rjfqsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335911 +dcid: "dc/j0hbzs7rjfqsg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/meqqt8fqbz4f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325192 +dcid: "dc/meqqt8fqbz4f5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4z1w687vve0dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/4z1w687vve0dd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9gd81gv8gv427 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311312 +dcid: "dc/9gd81gv8gv427" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rsqzktxg0kwkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335224 +dcid: "dc/rsqzktxg0kwkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7q95qgjp3zyw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/7q95qgjp3zyw" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y3x9gternew72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/y3x9gternew72" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5wbjf00x6znw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322122 +dcid: "dc/5wbjf00x6znw4" + +Node: dcid:dc/thhs6h8chfse6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212234 +dcid: "dc/thhs6h8chfse6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w2fc25s2c1t69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/w2fc25s2c1t69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jxze7nq501th9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/jxze7nq501th9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bl1n4ylkwwrn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/bl1n4ylkwwrn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y2jkmpcj4v6d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311223 +dcid: "dc/y2jkmpcj4v6d4" + +Node: dcid:dc/03yneg94cx3hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/03yneg94cx3hc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/69re7pznnjt35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325192 +dcid: "dc/69re7pznnjt35" + +Node: dcid:dc/e322j6f6744sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/e322j6f6744sd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4nb6gl38rkx87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/4nb6gl38rkx87" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kkjbx83s5wwm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/kkjbx83s5wwm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2js7y6t7m73g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/2js7y6t7m73g7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kt81l3hy6s2tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/482112 +dcid: "dc/kt81l3hy6s2tb" + +Node: dcid:dc/yxnwypw8whrm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/yxnwypw8whrm3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lx6js20qe5kf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/lx6js20qe5kf9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nx8fy0negrz22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/nx8fy0negrz22" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ncgx3sxv28d15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/ncgx3sxv28d15" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4h1z69ylth6w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/4h1z69ylth6w3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/srt0zgnhwx9p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813212 +dcid: "dc/srt0zgnhwx9p5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1sp83pgrtdnbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/1sp83pgrtdnbb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d3stntrzsfk91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/d3stntrzsfk91" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9dmel53bfrc25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212392 +dcid: "dc/9dmel53bfrc25" + +Node: dcid:dc/13xfm9m44ejpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/13xfm9m44ejpd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qc289qzzljwk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/qc289qzzljwk3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/msgbgr4ec06cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/msgbgr4ec06cb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6y7pbcbbmmjz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/6y7pbcbbmmjz2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ssxzvl2hfng7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/ssxzvl2hfng7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f505zpzss39m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/f505zpzss39m" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kfzrls01mbhdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/kfzrls01mbhdc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l7wxvgm3j0k0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54135 +dcid: "dc/l7wxvgm3j0k0h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fgevl7wjqt1j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712120 +dcid: "dc/fgevl7wjqt1j2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xvnvkbrxtcgk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212234 +dcid: "dc/xvnvkbrxtcgk" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xyffggnbf0wk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/xyffggnbf0wk2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qnpsqbqyxstnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/486990 +dcid: "dc/qnpsqbqyxstnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7mp7ebq2wdwkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/7mp7ebq2wdwkh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6wbgx480503h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332995 +dcid: "dc/6wbgx480503h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6fsdmy3mpbvfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311512 +dcid: "dc/6fsdmy3mpbvfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hyyq4hkjrxjlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315993 +dcid: "dc/hyyq4hkjrxjlh" + +Node: dcid:dc/jlj4e9ljthgcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54121 +dcid: "dc/jlj4e9ljthgcb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c6t6mqghscx7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/c6t6mqghscx7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4f6lb83v7kqg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/4f6lb83v7kqg1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b7sx8ksnshr3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/b7sx8ksnshr3d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qwly2fkyyz2mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/qwly2fkyyz2mc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/we69gb8n01nhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/we69gb8n01nhf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/465e11bh8jy9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/465e11bh8jy9g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zs5q59fyye562 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/zs5q59fyye562" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/txehhchs8mn68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/txehhchs8mn68" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5f6rej8qjvr09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/5f6rej8qjvr09" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w6cjl4y3tv3k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/w6cjl4y3tv3k" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wg8cly6bbmlp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/wg8cly6bbmlp9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cw2fjgx12lxs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/cw2fjgx12lxs8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cpr9vcvw9lnm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/cpr9vcvw9lnm5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/937hzmy5s16zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/937hzmy5s16zg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2snyev74lfzp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/2snyev74lfzp" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3x0nwrrk14tk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/3x0nwrrk14tk9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sb9zbnwyznjq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/sb9zbnwyznjq4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5gx4qytb4thmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/5gx4qytb4thmb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t8wpv48b2l3c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/t8wpv48b2l3c9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ew0lqm9k3np2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/ew0lqm9k3np2f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n3m7gk9tghrec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/n3m7gk9tghrec" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4p8lx488z39sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/4p8lx488z39sc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vmlwtfjnrg3g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/vmlwtfjnrg3g5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2g1937ksq8bk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/2g1937ksq8bk8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ylr15pw4psgz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/ylr15pw4psgz5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pc0h85tcjz1g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/pc0h85tcjz1g5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5p0n5gw6v4cdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/5p0n5gw6v4cdh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/59cbvcpyzxl45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/59cbvcpyzxl45" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m2s9x85vfmrl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/m2s9x85vfmrl3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nlp6w2qp26g9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/nlp6w2qp26g9b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ktjrhfsnlbyy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/ktjrhfsnlbyy9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vnbbgwv6jhqc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325191 +dcid: "dc/vnbbgwv6jhqc8" + +Node: dcid:dc/m40qh23w6zhw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/m40qh23w6zhw4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/re5d18d52l2fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/re5d18d52l2fd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t8457kk6wx3d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/t8457kk6wx3d2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8eqykv6kt5j5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/8eqykv6kt5j5h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0yq9fgxjg56ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/0yq9fgxjg56ec" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m1hxhfgmx19g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/m1hxhfgmx19g1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/68k3vl45cjhc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/68k3vl45cjhc5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t2nhnv4eqdtzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/t2nhnv4eqdtzb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9sgj3563scwz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/9sgj3563scwz7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0lp4ewlclgf5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/0lp4ewlclgf5d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/640d45mqredr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/640d45mqredr8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9f3m3pnplnpb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/9f3m3pnplnpb2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ej2plzr9jfw15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/ej2plzr9jfw15" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/89gy3pfdmrqk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/89gy3pfdmrqk1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ezdecqpp3xj9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/ezdecqpp3xj9d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bjszn821ty6dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/bjszn821ty6dd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z942ds9tvedjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/z942ds9tvedjc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l77vl8r8h4lb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/l77vl8r8h4lb9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/45v3xwe0jpv04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/45v3xwe0jpv04" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7pn6n5eh56y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/7pn6n5eh56y3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0md0fx1kfp4s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/0md0fx1kfp4s" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s02mzs7typs13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/s02mzs7typs13" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xv90bgb7j201b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/xv90bgb7j201b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/352kbpy3jkf71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/352kbpy3jkf71" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/617cfbglxtsp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/617cfbglxtsp1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cj3cq1dc75221 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/cj3cq1dc75221" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pxl77d2h61fq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/pxl77d2h61fq9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fv9lsynpe6822 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/fv9lsynpe6822" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6qmr3gqhr42b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/6qmr3gqhr42b2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/swgt0mvh4qfn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/swgt0mvh4qfn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gtps9wghzq662 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/gtps9wghzq662" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/beepmvz5zjy99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/beepmvz5zjy99" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pre1z29wk2w77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/pre1z29wk2w77" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r61b78c3klebg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/r61b78c3klebg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mq7kxmg8s8wn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/mq7kxmg8s8wn2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9dbvvy7r6dtn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/9dbvvy7r6dtn5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6d5z808yx4vm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/6d5z808yx4vm6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mzyvkcc1n1tf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/mzyvkcc1n1tf7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/992lcc3l76pl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/992lcc3l76pl6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tk7pejt77b8d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/tk7pejt77b8d1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ph5zyskecjd5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/ph5zyskecjd5d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cf9kntw440db8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/cf9kntw440db8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/721xrbnw88brd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/721xrbnw88brd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bjzwy7wtc5x8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/bjzwy7wtc5x8h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dnh2f28sg1ql +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/dnh2f28sg1ql" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rzh654e5hxk97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/rzh654e5hxk97" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yf59969gdpsn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/yf59969gdpsn2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x9qm6gqfmgzn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/x9qm6gqfmgzn2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jvr0vdleczxld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/jvr0vdleczxld" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d6081feekyv6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/d6081feekyv6c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8j3bp5f3n1pc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/8j3bp5f3n1pc8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wt8p6gqjxyqf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/wt8p6gqjxyqf9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ld7hcehfnvphg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/ld7hcehfnvphg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xmnnr6vzyh9h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/xmnnr6vzyh9h5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/46rqhkpp0y41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/46rqhkpp0y41" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/85dy0mcb3pbk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/85dy0mcb3pbk5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ccdkcx29fekc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/ccdkcx29fekc4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r8w2vc2x0rrf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/r8w2vc2x0rrf7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gjvg63c4qke94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/gjvg63c4qke94" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wnkbvzh4wtvef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/wnkbvzh4wtvef" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vs7s642vfdk27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/vs7s642vfdk27" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b8wvv2ny2edbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/b8wvv2ny2edbg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kh8x3brjr1s88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/kh8x3brjr1s88" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7pc4v69e2jt1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/7pc4v69e2jt1d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wz8hmlt4jvpk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/wz8hmlt4jvpk9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s158fmb8vly44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/s158fmb8vly44" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hkyn0xr9xbms1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/hkyn0xr9xbms1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cemr1e47j6p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/cemr1e47j6p8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dvcj64dytmls +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/dvcj64dytmls" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5m4c1ryrdkeph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/5m4c1ryrdkeph" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/etgwyg6d2yxm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/etgwyg6d2yxm2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yy27y4fz5dlv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/yy27y4fz5dlv7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p04yjc371l2qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/p04yjc371l2qh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lb0pxq1xh4phg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/lb0pxq1xh4phg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8ev4gg7eyvqr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/8ev4gg7eyvqr6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5e90wkyxde53g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/5e90wkyxde53g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/88ys5xd05d7d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/88ys5xd05d7d3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cnyn488b9xfj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/cnyn488b9xfj2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tyvs5x9tsxx15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/tyvs5x9tsxx15" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wxvglkd15nlm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/wxvglkd15nlm8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p6gd3x76deze4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325191 +dcid: "dc/p6gd3x76deze4" + +Node: dcid:dc/p1tj0vj5n2nt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/p1tj0vj5n2nt2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mmef0m95jgsvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/mmef0m95jgsvf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lyr841l6nxfkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/lyr841l6nxfkf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9k45klrn4wj41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/9k45klrn4wj41" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4k5s6zg1j0zs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325191 +dcid: "dc/4k5s6zg1j0zs3" + +Node: dcid:dc/g5bk8gl347ft3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/g5bk8gl347ft3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v4d6k54xzbyzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/v4d6k54xzbyzc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4529jpbc9tx29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/4529jpbc9tx29" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zy400p9cm1rjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/zy400p9cm1rjg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ll91b7v6txqf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/ll91b7v6txqf9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gphrtklyvqwx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/gphrtklyvqwx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lrehvfhy98s6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/lrehvfhy98s6c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5t0km5pkh5zx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/5t0km5pkh5zx5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gmnjcrfytvbdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/gmnjcrfytvbdc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bjvvn84nz9mmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/bjvvn84nz9mmg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r1t47p1xfp9ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/r1t47p1xfp9ec" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vkzzk7yh5v6g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/vkzzk7yh5v6g6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6rxe6t8sxj0s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/6rxe6t8sxj0s7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tk5p7e2162epb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/tk5p7e2162epb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6e0lr89r5ym35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/6e0lr89r5ym35" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/46mfmrl6tbmf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/46mfmrl6tbmf5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bqmqrjz2rm4e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/bqmqrjz2rm4e9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x8cqesvfw59dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/x8cqesvfw59dd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d85hvbx8n99md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/d85hvbx8n99md" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jmw08g4cdpkmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/jmw08g4cdpkmc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zjf8tgrxs11r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/zjf8tgrxs11r1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w3vemt9yep316 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/w3vemt9yep316" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h9xmbnrvyj9l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/h9xmbnrvyj9l7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g7088np083cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/g7088np083cb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/psg5c0xhznskd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/psg5c0xhznskd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/md17yns7q8g0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/md17yns7q8g0f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4ng2bx09sf8yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/4ng2bx09sf8yh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0mqfz3rydjqmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/0mqfz3rydjqmh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0m3k4tgdelgz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/0m3k4tgdelgz5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ebn90v9lsjk3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/ebn90v9lsjk3f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tm23dld86wk1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/tm23dld86wk1b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ex6fjdnvmbtv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/ex6fjdnvmbtv1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m2j6m7mwffml3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/m2j6m7mwffml3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/19vxdr3dhpxrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/19vxdr3dhpxrh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1lrqc427dxbs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/1lrqc427dxbs2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z05jqhtecsx22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/z05jqhtecsx22" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l9xxt7fxcxzc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/l9xxt7fxcxzc1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yqc0g1gs3m1x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/yqc0g1gs3m1x4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zb1zcjvcc46d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/zb1zcjvcc46d6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q9fhdjzrys5n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/q9fhdjzrys5n1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7q2x97vy49p6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/7q2x97vy49p6c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1weejgwpl9kkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/1weejgwpl9kkg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zq44q5n05nsth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/zq44q5n05nsth" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/68dh663ksrsld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/68dh663ksrsld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9h40lr2vfdjcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/9h40lr2vfdjcg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xjgydjlpdg4v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/xjgydjlpdg4v5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0tch6etcm3frg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/0tch6etcm3frg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y92t2ybf8kmx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/y92t2ybf8kmx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9n1845mwv5te2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/9n1845mwv5te2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t9hst0yb9sfwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/t9hst0yb9sfwc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8r26ez4xc2rc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/8r26ez4xc2rc7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n6zg98xhcc0lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/n6zg98xhcc0lh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rmz3qz90r156g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/rmz3qz90r156g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5v2swdyeekbzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/5v2swdyeekbzd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k8djkvn9knh57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/k8djkvn9knh57" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ykh9922y1j1rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/ykh9922y1j1rc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w7vvck4swkec6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/w7vvck4swkec6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cnvl7m2fgyst5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/cnvl7m2fgyst5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r6vzbk5z9yx69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/r6vzbk5z9yx69" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rll06437l4n26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/rll06437l4n26" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dcstzlcmng2h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/dcstzlcmng2h5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s9k5rkkqqrnxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/s9k5rkkqqrnxh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gyn75fhg8w8z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/gyn75fhg8w8z6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xvbnxkxgvf9b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/xvbnxkxgvf9b8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2d388ejrzqms4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/2d388ejrzqms4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pjc4v6r33b6v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/pjc4v6r33b6v8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4hyvd7wjdhn6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/4hyvd7wjdhn6c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h70gnye81202b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/h70gnye81202b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0wzd8mhhzbdtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/0wzd8mhhzbdtc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e9nnyfd0n9xk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/e9nnyfd0n9xk8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j4rt86yspmckb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/j4rt86yspmckb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d9s5q74z1jl5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/d9s5q74z1jl5b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n9m6xjb89npqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/n9m6xjb89npqf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2pyhwyx8cdgp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/2pyhwyx8cdgp5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/skyhpv2lk15r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/skyhpv2lk15r4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b3y1kvmtp36g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/b3y1kvmtp36g8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q7fl7bv3hlh32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/q7fl7bv3hlh32" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wv60t60qymzl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/wv60t60qymzl6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z5z27jqf4rs1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/z5z27jqf4rs1c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ljwwr18bl1np7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/ljwwr18bl1np7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bcj17hxckk6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/bcj17hxckk6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ntkz6hpx6vcyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525 +dcid: "dc/ntkz6hpx6vcyc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x8s80jl7ztvbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/x8s80jl7ztvbc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gt3fbrjdcev22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/gt3fbrjdcev22" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qy0sqxybsjey6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/qy0sqxybsjey6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8nznyn9vqm7l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711219 +dcid: "dc/8nznyn9vqm7l1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g611g722xhdtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/g611g722xhdtd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r7xjf3wrc0cl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/r7xjf3wrc0cl7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8wzl5z6q5twyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/8wzl5z6q5twyb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5w1l66e415y8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/5w1l66e415y8b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kk5l17zcjgmdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/kk5l17zcjgmdd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4wrdj5yy5kyhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/4wrdj5yy5kyhd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/58zte9rf30yf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/58zte9rf30yf8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3fj9jc1fz9jhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/3fj9jc1fz9jhh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e9mhgzhr9ygw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/e9mhgzhr9ygw1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pskqfmbffqgq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/pskqfmbffqgq5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f4ggn7egq0c16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/f4ggn7egq0c16" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rt6dfcr1wgyt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/rt6dfcr1wgyt6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dq02tgj528j52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/dq02tgj528j52" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s3skdhtkxy7xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/s3skdhtkxy7xh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mdybjmvdfbzbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/mdybjmvdfbzbd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/06vw1mg8vx934 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/06vw1mg8vx934" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g8prtrtcsncjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/g8prtrtcsncjc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7zbc7lj074we4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/7zbc7lj074we4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3f4b076pe0dgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/3f4b076pe0dgb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/73m07vqwlcs75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/73m07vqwlcs75" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bejsdgx0b0k1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/bejsdgx0b0k1d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vc45lqm4wzetb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/vc45lqm4wzetb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ty3bs5szg2ge3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/ty3bs5szg2ge3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pnvwzqebm1n25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5617 +dcid: "dc/pnvwzqebm1n25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vxe28snsy7k83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/vxe28snsy7k83" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/txpkepwjw8fs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/txpkepwjw8fs6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4thv116c7sltc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/4thv116c7sltc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8qmmmtd1rzq6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/8qmmmtd1rzq6h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2pmqn25s5mvc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/2pmqn25s5mvc9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lrbyntbgbp8y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/lrbyntbgbp8y" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bmlnj5k2lkq66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/bmlnj5k2lkq66" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ter31tl82rlec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/ter31tl82rlec" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/chyg553n9hd6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/chyg553n9hd6c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mn6qwr7y0qk6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/mn6qwr7y0qk6f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1c2763p0ts1k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/1c2763p0ts1k5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xtlsyr7m1q664 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/xtlsyr7m1q664" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rkrq2vxw0xgx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/rkrq2vxw0xgx1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d56y8jyn83w21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/d56y8jyn83w21" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bedb203p1njf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/bedb203p1njf8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qqhfvqch1p173 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/qqhfvqch1p173" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tmzxtyffqzr86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/tmzxtyffqzr86" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hn4zm92mbrrd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/hn4zm92mbrrd3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rg1wpc4dbr2e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/rg1wpc4dbr2e2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l4w59jjq49hw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/l4w59jjq49hw1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p0dkbfewg0kzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/p0dkbfewg0kzf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1jffy0h03ezqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/1jffy0h03ezqc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/87mbn61p4fxr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/87mbn61p4fxr6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z9wq7xpd89fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/z9wq7xpd89fh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wdxyy4cmt21l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/wdxyy4cmt21l4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pfn01r9bxepyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/pfn01r9bxepyb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2c7nbr0mfrqj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/2c7nbr0mfrqj9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/chxqc7d6r0xhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/chxqc7d6r0xhh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j1xctkee3exd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/j1xctkee3exd1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zs5bfcctcbjk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/zs5bfcctcbjk1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xvzr0r19bk5n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/xvzr0r19bk5n9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3fv6zzfcvpvc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/3fv6zzfcvpvc7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b6gd05wn9pl27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/b6gd05wn9pl27" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c56bkm9mz1p37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/c56bkm9mz1p37" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rfbvh3pzcfkqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/rfbvh3pzcfkqf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ytmhplhnlb7s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/ytmhplhnlb7s3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bzw62g5dfk782 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/bzw62g5dfk782" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/30x4tl36ygmm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/30x4tl36ygmm3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zq0g3xe4yw409 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623220 +dcid: "dc/zq0g3xe4yw409" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4lxvhwkwpx9x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/4lxvhwkwpx9x8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k3kyk63qx72j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/k3kyk63qx72j9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z9mpnp8ty0hw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/z9mpnp8ty0hw5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/prnnbegj8nh6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/prnnbegj8nh6c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tj2m1568jdh61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/tj2m1568jdh61" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4f93k3xq2sks9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/4f93k3xq2sks9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6x0btejgs4kmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/6x0btejgs4kmb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mnl925ft6wl44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/mnl925ft6wl44" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c8jpt6fb9xkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/c8jpt6fb9xkd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x2g1x9jg2dxt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/x2g1x9jg2dxt1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vsn7df0drcrec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/vsn7df0drcrec" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7zk39fqnh7kv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/7zk39fqnh7kv3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/929xsj9pwbffb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/929xsj9pwbffb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ps3xgf13yfn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/ps3xgf13yfn3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6437thwrslkh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/6437thwrslkh5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dghs119edsem4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/dghs119edsem4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/631flymnyqs2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/631flymnyqs2d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gn226wlvs58z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/gn226wlvs58z9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3q0qd0kz17ylc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/3q0qd0kz17ylc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/crzc3rqy1jsy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/crzc3rqy1jsy6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xr9ykfvnsgl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/xr9ykfvnsgl2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/78f07vnd2nekf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/78f07vnd2nekf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mvywgr5gx06b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/mvywgr5gx06b9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rb02s0td163q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/rb02s0td163q8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ctw346cq94h95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/ctw346cq94h95" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6dv2n3z4ke3sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/6dv2n3z4ke3sf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/300983nvvv9pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/300983nvvv9pc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/msfxc4959b5v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/msfxc4959b5v1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/setcgyplfq7k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/setcgyplfq7k5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qtb64ntp4wg17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/qtb64ntp4wg17" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3kmm7v4hfhjf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/3kmm7v4hfhjf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j3p3l6gejs8s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/j3p3l6gejs8s" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/msk3sx1lysj16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/msk3sx1lysj16" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fb5137wc127x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6223 +dcid: "dc/fb5137wc127x3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hcwz64fkvtb3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/hcwz64fkvtb3d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m2ks9bc10ggz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/m2ks9bc10ggz4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9msr2709jdr52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/9msr2709jdr52" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cxlgn3d0gk07g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/cxlgn3d0gk07g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mgy0b5c6t1hj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/mgy0b5c6t1hj9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lmxryzsns8bf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/lmxryzsns8bf1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0rrd88rclpykc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5172 +dcid: "dc/0rrd88rclpykc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rhqg7sp0sp653 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/rhqg7sp0sp653" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pby32rhmhe8jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/pby32rhmhe8jg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r6gcxenr85sr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/r6gcxenr85sr2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7dmy6kts4r14f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/7dmy6kts4r14f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z9rrgy8gc6xdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/z9rrgy8gc6xdf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g16zpsbypjd7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/g16zpsbypjd7g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m6njfykqv142f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/m6njfykqv142f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r4m7nskftvet1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8133 +dcid: "dc/r4m7nskftvet1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/00f32qphgypf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/00f32qphgypf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p8wgwrrt07qp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/p8wgwrrt07qp4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0fevgl58mfsp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/0fevgl58mfsp5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8rm89r8kev3x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/8rm89r8kev3x9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hrdjfnzdc73vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/hrdjfnzdc73vc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kgwpl5k209pch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/kgwpl5k209pch" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wdd5wdyl3bykf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/wdd5wdyl3bykf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7jrd8zdryfst8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/7jrd8zdryfst8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l1wvgx8j1ke29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/l1wvgx8j1ke29" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s024gnymhc3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/s024gnymhc3c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4rwn9gkn4zqlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336411 +dcid: "dc/4rwn9gkn4zqlc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g8hj20lnzwdn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/g8hj20lnzwdn7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bzl7xd5jk34f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/bzl7xd5jk34f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x0eh7s3p91lb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/x0eh7s3p91lb5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/96f5sk3l5r7q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/96f5sk3l5r7q4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nrv1w4y1gzpnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/nrv1w4y1gzpnc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4yp2hdlbmdxt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/4yp2hdlbmdxt9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3g7v7s7ev686f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/3g7v7s7ev686f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s52l6pr4wd4b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/s52l6pr4wd4b7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p8jmem2zwftwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/p8jmem2zwftwf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/00t37zq8dbwn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/00t37zq8dbwn4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jbk2mhxlpjnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/jbk2mhxlpjnd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7045wzsbmmnd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/7045wzsbmmnd5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ng4f9zcg4p8kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561720 +dcid: "dc/ng4f9zcg4p8kc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ywrz4fb2t14g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/ywrz4fb2t14g7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/37grj3kmjvx89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/37grj3kmjvx89" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kp37bq992edw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713990 +dcid: "dc/kp37bq992edw2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tj6txl4b2w1n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/tj6txl4b2w1n3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5qwjdh4gcbv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/5qwjdh4gcbv" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q17nf37hrwns9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/q17nf37hrwns9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e6swbfsrjc9e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81331 +dcid: "dc/e6swbfsrjc9e6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q65pyq787lkk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/q65pyq787lkk4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/snme84g0wmwhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/snme84g0wmwhh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4p1vek5zj2je8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/4p1vek5zj2je8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y6xegxbxtlql +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/y6xegxbxtlql" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zsr9nek29mgn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/zsr9nek29mgn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rbnzh0bcy8hvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/rbnzh0bcy8hvh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nrhnrrmdp7sgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/nrhnrrmdp7sgf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r1l4qr63zn576 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/r1l4qr63zn576" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n9wk70wcf7tv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/n9wk70wcf7tv7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/34v9q0p43khy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/34v9q0p43khy3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3fe5qey7qv261 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62412 +dcid: "dc/3fe5qey7qv261" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w0swzqlsksx7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/w0swzqlsksx7b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v770g4rllbm0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/v770g4rllbm0h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t6rzthm7w3sx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/t6rzthm7w3sx4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vce2qpbc75pq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/vce2qpbc75pq3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/431f2jz98wzy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/431f2jz98wzy3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/54gdpn5k7fjy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/54gdpn5k7fjy2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hv1y0mv241vr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/hv1y0mv241vr9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qcbqdp27hmgx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/qcbqdp27hmgx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xhw8evlpp7xy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/xhw8evlpp7xy" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sgdp0fsxh67n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5222 +dcid: "dc/sgdp0fsxh67n8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0fsldmnt4v5s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517 +dcid: "dc/0fsldmnt4v5s" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nmlsp3cx3b6gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/nmlsp3cx3b6gg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wj421v3rnegzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/wj421v3rnegzb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x7mnwjc1hclth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/x7mnwjc1hclth" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pekd21bwdmlnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/pekd21bwdmlnb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/26dll90bgzq3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/26dll90bgzq3b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/95w5xellekce9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/95w5xellekce9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b0xz8g7fgysg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/b0xz8g7fgysg8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n57dk5cyb5es9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/n57dk5cyb5es9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q8kphprcy8v9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/q8kphprcy8v9h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x6lnj85k45ghb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/x6lnj85k45ghb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c99sgqg86vc6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/c99sgqg86vc6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/61lps7tksg206 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/61lps7tksg206" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yyw3mmzkx0h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/yyw3mmzkx0h4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/97fwzxcy0f517 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/97fwzxcy0f517" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0qpn37cwn65qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/0qpn37cwn65qc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y214n913cy0s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/y214n913cy0s2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1gyy33d5r5qrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/1gyy33d5r5qrf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f8el7spj77jg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/f8el7spj77jg1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/57rt1e7slfjp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813319 +dcid: "dc/57rt1e7slfjp9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yg6gwsnp62yyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33641 +dcid: "dc/yg6gwsnp62yyg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5l6yzt9blpdl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/5l6yzt9blpdl3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hhqrwn7lq75fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/hhqrwn7lq75fh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dxdv48gxsklwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/dxdv48gxsklwb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p3hymdvdxlc25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/p3hymdvdxlc25" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ertdz1l43y9z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517211 +dcid: "dc/ertdz1l43y9z1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s01k2metg9g57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/s01k2metg9g57" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c27mhgzzv8mb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5615 +dcid: "dc/c27mhgzzv8mb3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fv9s17m786j17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54111 +dcid: "dc/fv9s17m786j17" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/75c1e9v6g31pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/75c1e9v6g31pc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bbv8ydlg3cvyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/bbv8ydlg3cvyb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hnmmn1yz17fn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/hnmmn1yz17fn2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fhz670z61n6vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/fhz670z61n6vh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x660hkyd73vn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/x660hkyd73vn4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ndtf8z5h25r83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/622310 +dcid: "dc/ndtf8z5h25r83" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3mv0qswltq5fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/3mv0qswltq5fc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e8j9t8dz0s6fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/e8j9t8dz0s6fb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k0ctvfry2bn87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/k0ctvfry2bn87" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b7v39n78qdwd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/b7v39n78qdwd4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xe0ylks0z4052 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/xe0ylks0z4052" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5kvywp4mdjzk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/5kvywp4mdjzk" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c7ww3lm462r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/c7ww3lm462r8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b63jnfh60x1d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/b63jnfh60x1d4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/stxkp49tgmy94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522298 +dcid: "dc/stxkp49tgmy94" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2sl83pvftq31h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/2sl83pvftq31h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jgt2jvcp9pgt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624230 +dcid: "dc/jgt2jvcp9pgt4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2dyrsn8mx1bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/2dyrsn8mx1bc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ltdjvmdlym1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811 +dcid: "dc/ltdjvmdlym1d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mytkqmjxbh975 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/mytkqmjxbh975" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ds2g95w4sww3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5415 +dcid: "dc/ds2g95w4sww3f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3j24g0y4hdg33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/3j24g0y4hdg33" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s8b5kkylmfmc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624120 +dcid: "dc/s8b5kkylmfmc5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n0vcfccwtjkqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/n0vcfccwtjkqd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jr4rvrtq1tb7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/jr4rvrtq1tb7d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f6vc1z6spy5p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/f6vc1z6spy5p2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5d0z6c9g3vl63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/5d0z6c9g3vl63" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5j9csc0bkjxz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/5j9csc0bkjxz6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c3mw5fgxt7p11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/c3mw5fgxt7p11" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cs5bbszcsd57c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/cs5bbszcsd57c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3fxlx8k31lmf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/3fxlx8k31lmf8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ynw7gbd0rn2zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/ynw7gbd0rn2zg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k963vlxxh9dh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53113 +dcid: "dc/k963vlxxh9dh1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bqd3fgjcw3cn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/bqd3fgjcw3cn2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ly40synmst0tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/ly40synmst0tc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8d53xs69e85k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62111 +dcid: "dc/8d53xs69e85k8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ss9y7y25g0ry +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522 +dcid: "dc/ss9y7y25g0ry" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3wjwm5lee8cwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/3wjwm5lee8cwh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s06knzn0q9r0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/s06knzn0q9r0b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jewn4gdb38th9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6211 +dcid: "dc/jewn4gdb38th9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2gsl3dl0pvkw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/2gsl3dl0pvkw1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/se1lj0c4zebm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/se1lj0c4zebm" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ejnm2q6sn129b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/ejnm2q6sn129b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n8dwtcxp2vqpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/n8dwtcxp2vqpc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yp6gzl4y6vz31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/yp6gzl4y6vz31" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/20eb5ffzzeec3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4883 +dcid: "dc/20eb5ffzzeec3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/emvhxj3spdfgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/emvhxj3spdfgc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tbfchwnl3veh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/tbfchwnl3veh7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p21erzw58r2n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/p21erzw58r2n4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tv8x1pyh2q5n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/tv8x1pyh2q5n2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nw6pqb85g9kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813910 +dcid: "dc/nw6pqb85g9kb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/55xxl0x8wtft1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/55xxl0x8wtft1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gk0dp0c01fyy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/gk0dp0c01fyy8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gy32qjdx5hlph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/gy32qjdx5hlph" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5s2x46n14w97f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/5s2x46n14w97f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f69ybkkyydsx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485111 +dcid: "dc/f69ybkkyydsx5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qx5gn751b797g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81391 +dcid: "dc/qx5gn751b797g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9j93pp824vm66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/9j93pp824vm66" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bgh4ekxg1tcdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/bgh4ekxg1tcdf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lvnzl7keflmbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/lvnzl7keflmbg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ybxmglckgnzm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/ybxmglckgnzm2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d6bw0qc0yx0sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/d6bw0qc0yx0sc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/03ygreletcmf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/03ygreletcmf3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yrkwhjynzxfp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/yrkwhjynzxfp" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h4w0eg4s1ttl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531130 +dcid: "dc/h4w0eg4s1ttl3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/65zs32c8mcf1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/65zs32c8mcf1g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gp93rnt1rgf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/gp93rnt1rgf7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7tnmbcjywk96h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/7tnmbcjywk96h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5s98hnhk3z7r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623311 +dcid: "dc/5s98hnhk3z7r7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xqfnm652r8pr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/xqfnm652r8pr4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bnj8x8h0z4jl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523 +dcid: "dc/bnj8x8h0z4jl6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pfj2cfqqjn6d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/pfj2cfqqjn6d1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bwx4r7w12928 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/bwx4r7w12928" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yjm4zmhkqf9sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/yjm4zmhkqf9sh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/enr8t9cme6t82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/enr8t9cme6t82" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/40gtbn51g8sb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/40gtbn51g8sb8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6e5p2fjxwyxk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/6e5p2fjxwyxk2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3g4zn00kd6wb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71393 +dcid: "dc/3g4zn00kd6wb2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dwfqr2m82qt57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/dwfqr2m82qt57" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n97emvwxq19j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/n97emvwxq19j1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z1ncw1lrxnkwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/z1ncw1lrxnkwc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8k4knrqnhh94g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/8k4knrqnhh94g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b5brvnejfm5e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/b5brvnejfm5e9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gkedmxse6dry3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62423 +dcid: "dc/gkedmxse6dry3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0n6rghzfkqc59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/0n6rghzfkqc59" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4xybrq292jv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/4xybrq292jv4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rxvhhqzwkefnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3364 +dcid: "dc/rxvhhqzwkefnc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h8be9d4c1xdsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/h8be9d4c1xdsh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dygjhbjd2e0j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541110 +dcid: "dc/dygjhbjd2e0j8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r03xfn9pqy067 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/r03xfn9pqy067" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h640mrx4r8s01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/h640mrx4r8s01" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yr8wl086jf57c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1012 +dcid: "dc/yr8wl086jf57c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q4156g1v3n5y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62322 +dcid: "dc/q4156g1v3n5y5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ggdls4nhkbjgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/ggdls4nhkbjgf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2159y5qlh10t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8139 +dcid: "dc/2159y5qlh10t1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f00g15qh7jkv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522120 +dcid: "dc/f00g15qh7jkv" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g8fpyyeh64fy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/g8fpyyeh64fy5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4fsxndn877p7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/4fsxndn877p7d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xk0chst82mv32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/xk0chst82mv32" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0bq7977xfmb26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22112 +dcid: "dc/0bq7977xfmb26" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3mks4gj94ynzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/3mks4gj94ynzh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bdnnlgerh9hdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/bdnnlgerh9hdg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vdcwdmgxpg4cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/vdcwdmgxpg4cd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k09dgn0hvc9ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/k09dgn0hvc9ff" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/66c2hn99vt7bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/66c2hn99vt7bh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qfqzl3z6hz154 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/qfqzl3z6hz154" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0fxx8k5jvxw3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623312 +dcid: "dc/0fxx8k5jvxw3f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s1nmn6cbyckh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221119 +dcid: "dc/s1nmn6cbyckh8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qypxy0sxgxl9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/qypxy0sxgxl9d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cnc81ke5ge0zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4851 +dcid: "dc/cnc81ke5ge0zd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tt57d31n9832g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/tt57d31n9832g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qzrtdkmekesv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/qzrtdkmekesv1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ckz8g4j7zl4jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/ckz8g4j7zl4jb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3pr5633w0jzrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54151 +dcid: "dc/3pr5633w0jzrd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2eg71q3yy583c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/2eg71q3yy583c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kypptg9j8hye7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51721 +dcid: "dc/kypptg9j8hye7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/np0g612gkmfmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81321 +dcid: "dc/np0g612gkmfmc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b137735fq0r99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/b137735fq0r99" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fb8jzbrq32g23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/fb8jzbrq32g23" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5h7j6zjsg0d71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/5h7j6zjsg0d71" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tbe6tld9sy2bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/tbe6tld9sy2bg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2tfp4w12ejexh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/2tfp4w12ejexh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q07n4t7zndsh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52212 +dcid: "dc/q07n4t7zndsh8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4es8dj0mb02d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525110 +dcid: "dc/4es8dj0mb02d5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/133c7n7x65lkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/133c7n7x65lkf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mecyhqgzfvyh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/mecyhqgzfvyh9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/02mv2rkxkk3hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/02mv2rkxkk3hg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n1xkqr6pzrmeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711 +dcid: "dc/n1xkqr6pzrmeb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f8pxngtgnjeyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/f8pxngtgnjeyf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7g6rztp2nglv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/7g6rztp2nglv1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5523glenxesnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/5523glenxesnc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/87wgbny37wymh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/87wgbny37wymh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/eydydssm97sh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813311 +dcid: "dc/eydydssm97sh6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9qw5crmyy9hfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7113 +dcid: "dc/9qw5crmyy9hfh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/67wgv5y7l13hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621111 +dcid: "dc/67wgv5y7l13hh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6wddsqt0gefb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/6wddsqt0gefb7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/09dv5b7z6xlmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/09dv5b7z6xlmg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t3exqt6m3cjxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/t3exqt6m3cjxg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kfsvj0vdlxc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2213 +dcid: "dc/kfsvj0vdlxc2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4p9blylnwjgr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/4p9blylnwjgr7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y24ez98lebzs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713930 +dcid: "dc/y24ez98lebzs2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/enppqqs4n8kcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71399 +dcid: "dc/enppqqs4n8kcb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t1jrb0w19ggm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52511 +dcid: "dc/t1jrb0w19ggm7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j47l152s7yxqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/j47l152s7yxqb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/stp8hhrew74gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48511 +dcid: "dc/stp8hhrew74gg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k4vn2e5z1jtfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/k4vn2e5z1jtfc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1ynsv402wq662 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/1ynsv402wq662" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1v4cb21lfesg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/1v4cb21lfesg2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x06npxekdjx8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/x06npxekdjx8d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zgc5y22sekvlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/zgc5y22sekvlg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mbe1hpbrdmzz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/mbe1hpbrdmzz2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dwx80vpelrzt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56172 +dcid: "dc/dwx80vpelrzt6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2gqdqek14dxs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487 +dcid: "dc/2gqdqek14dxs6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sxmbyqx8ejfqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/sxmbyqx8ejfqd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2m5bwq3pknrn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/2m5bwq3pknrn3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/enqw2w12jjev9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/enqw2w12jjev9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h3888x9wqex8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/h3888x9wqex8d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vjn0ck96c0754 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/vjn0ck96c0754" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ln5n36emew8xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8132 +dcid: "dc/ln5n36emew8xd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4s8bqtkk62k49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6242 +dcid: "dc/4s8bqtkk62k49" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cdmzg21wr28w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/cdmzg21wr28w" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/djgv1l044ewf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/djgv1l044ewf4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/26emsxzcsqnf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62231 +dcid: "dc/26emsxzcsqnf4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kx6kg0tgv93hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/kx6kg0tgv93hh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6w4eh7zrdc3x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/6w4eh7zrdc3x7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vsxnktb2cj8k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/vsxnktb2cj8k2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vyh3c95c5rrb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/vyh3c95c5rrb6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6q13zhbkb7959 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/6q13zhbkb7959" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/txnglc3c8re6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/txnglc3c8re6f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vq6zd3j0g0717 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/vq6zd3j0g0717" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7rqh0glkmqy74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/7rqh0glkmqy74" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1rtj1c94syvj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22131 +dcid: "dc/1rtj1c94syvj8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gy6qgdrlx9f1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/gy6qgdrlx9f1b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/97zw9wewvjlm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/97zw9wewvjlm6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vmx7e6w1lf8gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221310 +dcid: "dc/vmx7e6w1lf8gg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q5mfvp75ekl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/q5mfvp75ekl2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8fy6v3j9bcsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/8fy6v3j9bcsb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hty3q04kf2t5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/hty3q04kf2t5c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xj5qwsjq93td6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/xj5qwsjq93td6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nq77hmr4kpzmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/nq77hmr4kpzmh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w1nscqp28jlvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/w1nscqp28jlvg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q36qqlwcwlg79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/q36qqlwcwlg79" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rkm3fkhc4en6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/rkm3fkhc4en6f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ekylj2n86gvth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/ekylj2n86gvth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m0jxjx3jmf5sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/m0jxjx3jmf5sh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nhy14rqfmmkz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/nhy14rqfmmkz5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qfqgpxreqnbk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/qfqgpxreqnbk6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jkfgct95pbgsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/jkfgct95pbgsd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x1cn1qrl995h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/x1cn1qrl995h4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nq2sgbpcv4l05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/nq2sgbpcv4l05" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h7wjsdwlbsx0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/h7wjsdwlbsx0h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jt81z41jl3309 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/jt81z41jl3309" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j17lxwkqtg7wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/j17lxwkqtg7wc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wfp8t05g6lbxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/wfp8t05g6lbxb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zdvem6ccesqy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/zdvem6ccesqy1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k14x11e2q64cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/k14x11e2q64cf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jm2wrtlhg9sl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/jm2wrtlhg9sl3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5060n7lmvnpm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/5060n7lmvnpm3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wjwpsrfksq077 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/wjwpsrfksq077" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hzxxd2sp373s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/hzxxd2sp373s2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zd2h6p1kpml53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/zd2h6p1kpml53" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/466g3v84w63q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/466g3v84w63q3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/21xnqem4lfdlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/21xnqem4lfdlf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0f8ytj47xmzc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/0f8ytj47xmzc6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/70h41xpl01j6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/70h41xpl01j6h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g07tnm7405re2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/g07tnm7405re2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mzn5x5rh2c2e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/mzn5x5rh2c2e5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7dxbw448hbv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/7dxbw448hbv5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5gs3qlctz57e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/5gs3qlctz57e2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ll7dy6wjnlty7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/ll7dy6wjnlty7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3nwpv174nfkfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/3nwpv174nfkfd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/04ypsw1z0ntv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/04ypsw1z0ntv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9n4jbbs88xxy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/9n4jbbs88xxy6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/drttreqvph6lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/drttreqvph6lh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5397g74zx061c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/5397g74zx061c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n60prbrq8v7e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/n60prbrq8v7e8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mwqecgzpyt0p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/mwqecgzpyt0p4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5p1284f64nzbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/5p1284f64nzbg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3mnp4057qrmrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/3mnp4057qrmrh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2xqmjwnzjyt8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/2xqmjwnzjyt8g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hzmkq1w14w97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/hzmkq1w14w97" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k8qx50p2mzmsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/k8qx50p2mzmsc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xkmhgkk4xmqh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/xkmhgkk4xmqh8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nqykn4lm9xw21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/nqykn4lm9xw21" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yzk1n3cflf3nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/yzk1n3cflf3nf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4gltc8vqqhcj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/4gltc8vqqhcj4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yks68mg543s73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/yks68mg543s73" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l1vdq39fh0ll8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/l1vdq39fh0ll8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ecvmdtvtb29gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/ecvmdtvtb29gh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qr8z0zhtz32cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/qr8z0zhtz32cd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0pj9qdgztqfz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/0pj9qdgztqfz3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sm699kbtr4e03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/sm699kbtr4e03" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z1ygfz58t8k96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/z1ygfz58t8k96" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r5h12nfgpqdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/r5h12nfgpqdf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/91thwyhtxvlv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/91thwyhtxvlv5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3108g4643ygx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/3108g4643ygx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c95v5wyyjth96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11521 +dcid: "dc/c95v5wyyjth96" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lp11f2d5sf31b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/lp11f2d5sf31b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x2llz9nssbe9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/x2llz9nssbe9h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0f66rrq2ecqkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/0f66rrq2ecqkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qc68243pt14lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/qc68243pt14lf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k3374c6skr5nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/k3374c6skr5nd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dtqn8fje05qmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/dtqn8fje05qmc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/404t3zg85d36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/404t3zg85d36" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0yjvxpbbkvdyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/0yjvxpbbkvdyd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lnegyvhmtp0g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/lnegyvhmtp0g3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/65gx1qmj97nyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/65gx1qmj97nyd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/42qsvcde3l5rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51751 +dcid: "dc/42qsvcde3l5rg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xwlgkf2pevkj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/xwlgkf2pevkj6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dvnwxlp3ejqb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/dvnwxlp3ejqb5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3en94mqfybt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/3en94mqfybt2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b44hx5f0fyzjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/b44hx5f0fyzjf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ve6j2jne9834b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811118 +dcid: "dc/ve6j2jne9834b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lszd2wbqyxb25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/lszd2wbqyxb25" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/657ryrbq6nsb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517510 +dcid: "dc/657ryrbq6nsb2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/whgfwbkkxdvn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/whgfwbkkxdvn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l41cbz1kqc3sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/l41cbz1kqc3sh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fdy1hyzxmbq11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/fdy1hyzxmbq11" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hyv7b4p9t9v5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/hyv7b4p9t9v5c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qjnth5xlpe3n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/qjnth5xlpe3n2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gprr1p7jglnc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/gprr1p7jglnc6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6enj5r3bd0rf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/6enj5r3bd0rf3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/89ewzg7rtylnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/89ewzg7rtylnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lstddd29e2btb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/lstddd29e2btb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xgflvr4p3mxzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115210 +dcid: "dc/xgflvr4p3mxzc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5dx9408ev1eb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/5dx9408ev1eb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x4vtx6ef5l7w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/x4vtx6ef5l7w4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q6w32dk37ljy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62139 +dcid: "dc/q6w32dk37ljy" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4xwdm0br0mcc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/4xwdm0br0mcc3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/btt4s5wdw3rm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515210 +dcid: "dc/btt4s5wdw3rm9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0g2j99er9be3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/0g2j99er9be3f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l5wpcf80sj3e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51521 +dcid: "dc/l5wpcf80sj3e4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pe7k8jmqzcw9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/pe7k8jmqzcw9c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z70pr1rgb1bn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/z70pr1rgb1bn1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9h3r7cklqkz44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5175 +dcid: "dc/9h3r7cklqkz44" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5t7l270sqxdz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/5t7l270sqxdz" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/75g77dn5q74j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/75g77dn5q74j3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/skxrkz2vn86p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/skxrkz2vn86p4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4qym1jxmr3xs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/4qym1jxmr3xs5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8qhne9lhlftl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621399 +dcid: "dc/8qhne9lhlftl4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n2zbkd835z6j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/n2zbkd835z6j5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2hzl7zf0yh3r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1152 +dcid: "dc/2hzl7zf0yh3r3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rdfcv98y1dxe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54137 +dcid: "dc/rdfcv98y1dxe1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v2v8sqlwyvehf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541370 +dcid: "dc/v2v8sqlwyvehf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m51k8wrmhbkyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/m51k8wrmhbkyg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1hlbkq8yq0dyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/1hlbkq8yq0dyd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9yeqzrsfwf8e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5152 +dcid: "dc/9yeqzrsfwf8e5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jqvz6qe5tnmeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/jqvz6qe5tnmeg" + +Node: dcid:dc/gts6syhmeg461 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/gts6syhmeg461" + +Node: dcid:dc/kfphejyt561wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/kfphejyt561wc" + +Node: dcid:dc/6sx8ghffr1yy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/6sx8ghffr1yy9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g7qhlq7wnskmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/g7qhlq7wnskmb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ytt0r8dh5mz6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/ytt0r8dh5mz6d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hcldhncmt4815 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/hcldhncmt4815" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ed72cj2ygcly3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/ed72cj2ygcly3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n3k4sgmcjdk01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/n3k4sgmcjdk01" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wn58qb2hb3x07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423930 +dcid: "dc/wn58qb2hb3x07" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8d5kzt3hr8nkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/8d5kzt3hr8nkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1gcmzwzj03t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/1gcmzwzj03t6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0zceytxmb3t34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/0zceytxmb3t34" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3jqqvn9019mzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42393 +dcid: "dc/3jqqvn9019mzb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rncsc9vsmvzbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/rncsc9vsmvzbb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cpgpv00rxx6mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/cpgpv00rxx6mg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8fn8xmbwn91t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/8fn8xmbwn91t9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r7lyqebvw9jnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/r7lyqebvw9jnh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hwdb10xlrh5ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/hwdb10xlrh5ld" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d7trw46dq9yc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/d7trw46dq9yc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dr5cs6df9llrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/dr5cs6df9llrg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nf5qxp0jthjp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/nf5qxp0jthjp3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7tx2ntq0egcz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/7tx2ntq0egcz2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rk6rs8z8lxx83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/rk6rs8z8lxx83" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/np1q8jkxls2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/np1q8jkxls2b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e2qcf32exl857 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/e2qcf32exl857" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3f86jq74yktmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/3f86jq74yktmc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jwn8kt90xfgch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/jwn8kt90xfgch" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gsc6s9fptqr8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/gsc6s9fptqr8g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0vkcd28pr3ttf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/0vkcd28pr3ttf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/69q5yezk8b3qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/69q5yezk8b3qh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vehkmegg15327 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/vehkmegg15327" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4bdy89esy513 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/c4bdy89esy513" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h61chj7xp0tc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/h61chj7xp0tc4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p1cny3knjg121 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/p1cny3knjg121" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gy4xh13sz2v5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/gy4xh13sz2v5c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9j4plwr4d6l96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/9j4plwr4d6l96" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/05phpt72jrl61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/05phpt72jrl61" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0kkgwj6tqxcx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/0kkgwj6tqxcx3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6t6eb7mh4ss8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/6t6eb7mh4ss8h" + +Node: dcid:dc/4tps17yrvy51b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62151 +dcid: "dc/4tps17yrvy51b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f1hlesyswwjv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/f1hlesyswwjv6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/klsld62fgjspc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/klsld62fgjspc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/05tsdcrh69br +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/05tsdcrh69br" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7dvz9yv8yrf24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/7dvz9yv8yrf24" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sbqjkr5rgf456 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/sbqjkr5rgf456" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kbqzmny6h0fq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/kbqzmny6h0fq6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l2kbnd3yv6z3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/l2kbnd3yv6z3b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dz0s5z2xb1t96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524126 +dcid: "dc/dz0s5z2xb1t96" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h5ne7s73nqd16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/h5ne7s73nqd16" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/54z7k3nfe205h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/54z7k3nfe205h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xesw5ddptxd18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/xesw5ddptxd18" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k5zv82gw28xg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6215 +dcid: "dc/k5zv82gw28xg4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wtgqtwm0zyqcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/wtgqtwm0zyqcd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m6y8eqefnycbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/m6y8eqefnycbf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jv9357498bwwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/jv9357498bwwh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lb933k9br1p87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/lb933k9br1p87" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fhccgjs7k9vec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813211 +dcid: "dc/fhccgjs7k9vec" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wcryhz9wzj46d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/wcryhz9wzj46d" + +Node: dcid:dc/ejk3tn31s1hy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/ejk3tn31s1hy7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y9jj79bdm2vjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/y9jj79bdm2vjf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ph1rl76c9nwbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/ph1rl76c9nwbd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vy31hnz39n6bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/vy31hnz39n6bg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/esg5q5ltrn2n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/esg5q5ltrn2n2" + +Node: dcid:dc/vwdveqmhtvssb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/vwdveqmhtvssb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ez6t78ntz4y04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/ez6t78ntz4y04" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/31hzxn5vhx7tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/31hzxn5vhx7tc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0x5jktvzpl0jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517212 +dcid: "dc/0x5jktvzpl0jd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rzx16s3ghj8f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/rzx16s3ghj8f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmf3stcxvkj38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/qmf3stcxvkj38" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dq59st6j3mjpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/dq59st6j3mjpb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tcdrtlv7h60bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/tcdrtlv7h60bg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/65p8mcnx9d63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/65p8mcnx9d63" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/17zrpb17k47r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/17zrpb17k47r8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d2lbyxsqqlxy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/d2lbyxsqqlxy7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t1nej1xgpr0tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/t1nej1xgpr0tb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/slt6mq01egvqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/slt6mq01egvqf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3d1j26jyjtf8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/3d1j26jyjtf8h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1sb23l9mmwn67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/1sb23l9mmwn67" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0fccw7b6qsnwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/0fccw7b6qsnwh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/55wr9j7tq5397 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/55wr9j7tq5397" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h8p91fjyybprd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/h8p91fjyybprd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kvnkb07c9dcj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/kvnkb07c9dcj6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c8lf3n5m0enx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/c8lf3n5m0enx4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wx02r53ckzgjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/wx02r53ckzgjc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h25mtpgf32v55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/h25mtpgf32v55" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w02kdjp7b0b61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/w02kdjp7b0b61" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6ggprcfb79czh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/6ggprcfb79czh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l1rzxfm3m5nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/l1rzxfm3m5nf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5dsgpc9n2rkdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/5dsgpc9n2rkdh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mq9nlpsdk2gzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/mq9nlpsdk2gzc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/298btzlnw2lec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/298btzlnw2lec" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/entdt57gn6p38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/entdt57gn6p38" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r9xm5830ce6b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/r9xm5830ce6b5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y4r7j0nk72er9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/y4r7j0nk72er9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p59ev25lkfw23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/p59ev25lkfw23" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tl20lczv1wzjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62421 +dcid: "dc/tl20lczv1wzjd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/emx62wy2pytdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624210 +dcid: "dc/emx62wy2pytdc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r7x27vs34wxt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/r7x27vs34wxt9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3nzmqx9ehjh96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/3nzmqx9ehjh96" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/67db5qvwgetxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/67db5qvwgetxf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2bkxecxx2ppr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/2bkxecxx2ppr4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z9d1l7rpjt74h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/z9d1l7rpjt74h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ssxhxf7603kh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/ssxhxf7603kh6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wkz4fl2c91h86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/wkz4fl2c91h86" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/93qg4c4vgr2tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/93qg4c4vgr2tc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/71ewn06z6v6r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/71ewn06z6v6r9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1vgsm7nmmzm49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/1vgsm7nmmzm49" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/79ze4hy9x4w5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/79ze4hy9x4w5d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lc1qh40jyzlp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/lc1qh40jyzlp6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xg2qfktbtw1mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/xg2qfktbtw1mh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nplentmwdt2e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/nplentmwdt2e6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hkks7lm52xw6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/hkks7lm52xw6b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5v8s14nh22643 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/5v8s14nh22643" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6el389mh4zse5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/6el389mh4zse5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/608705wmxmzsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238992 +dcid: "dc/608705wmxmzsb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9m66f2tly08y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/9m66f2tly08y3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/76c9w1dgf91y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/76c9w1dgf91y8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m0mpm814qpqvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/m0mpm814qpqvf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ryg6fe3xxdk4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/ryg6fe3xxdk4b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/elej435gpe6kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/elej435gpe6kg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yfk26gb6kgh42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/yfk26gb6kgh42" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ng8c0gbyn3fd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/ng8c0gbyn3fd7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rnkg0p85bj0w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/rnkg0p85bj0w9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rqndnxw0j49r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611710 +dcid: "dc/rqndnxw0j49r9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0fj4b01zsrqh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/0fj4b01zsrqh5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3emm85qxn34p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/3emm85qxn34p5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4b4338824mlw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1013 +dcid: "dc/4b4338824mlw5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/93q1vmb1t6r4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61171 +dcid: "dc/93q1vmb1t6r4b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n1mgflew2xqm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31-33 +dcid: "dc/n1mgflew2xqm8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n8wsvv19ne5td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/n8wsvv19ne5td" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jqkr0pq46xhs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6117 +dcid: "dc/jqkr0pq46xhs" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mx3513z6rl6s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/mx3513z6rl6s3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n846ewlxdthz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/n846ewlxdthz9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dxf9k5nd2tgjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/dxf9k5nd2tgjf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wpewy00ves925 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/wpewy00ves925" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9vj9s24mh95zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/9vj9s24mh95zf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4nvfc7224ep7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/4nvfc7224ep7b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7tglhw48mz144 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/7tglhw48mz144" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kpcd9jemmmqf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/kpcd9jemmmqf8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fbzqhh0nwf5r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/fbzqhh0nwf5r5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b38yvc2jvygr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/b38yvc2jvygr6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/veex5g1ry6yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/veex5g1ry6yh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/246xjrn94yqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/246xjrn94yqf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bl21nxvrgbwhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/bl21nxvrgbwhb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x5cj8t45q9qx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/x5cj8t45q9qx5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v90nd3bb9lmy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/v90nd3bb9lmy7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6m0vrkvck7rm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/6m0vrkvck7rm6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/spymgtqe2dc7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/spymgtqe2dc7d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1jdlyjydgqrs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/1jdlyjydgqrs4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5s10yd8jp9y01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/5s10yd8jp9y01" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dkycyzl5q0x21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/dkycyzl5q0x21" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r9fjlvn331nr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/r9fjlvn331nr9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f1d6pekdfv4mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/f1d6pekdfv4mb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/25l5pxs81vps +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/25l5pxs81vps" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/16fpk1rnwjer9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/16fpk1rnwjer9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/29181d1r9xygb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/29181d1r9xygb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ncz009k0gz7b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/ncz009k0gz7b2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8c6jfhxqb2rg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/8c6jfhxqb2rg3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gtl50htn3wze +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/gtl50htn3wze" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h2ens9tvew153 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/h2ens9tvew153" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d8bzy0cecghk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/d8bzy0cecghk" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v79c5kjy3xmdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/v79c5kjy3xmdh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8y4v4t0c5trdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/8y4v4t0c5trdh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e26ebk5ez4c0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/e26ebk5ez4c0b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ty5d455repm4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/ty5d455repm4d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qw5t1dr4rdd2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/qw5t1dr4rdd2h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k2v115jltnhw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/k2v115jltnhw8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fv4v77w4qtn94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/fv4v77w4qtn94" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3fpjrrbk2rqtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/3fpjrrbk2rqtb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kbtkgp4bcsrnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/kbtkgp4bcsrnf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e069360fh6875 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/e069360fh6875" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9kpjwt8j19vs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/9kpjwt8j19vs3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ng4e7z3bklpjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62441 +dcid: "dc/ng4e7z3bklpjf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/44kke1vydhemd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/44kke1vydhemd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l131jwsnwb3f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/l131jwsnwb3f1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t1e7tl51em0e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/t1e7tl51em0e9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ssrn6v3jw0s99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71312 +dcid: "dc/ssrn6v3jw0s99" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jvjs9691te1n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/jvjs9691te1n" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6lez1pt26b154 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/6lez1pt26b154" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pry6sv9kfq7v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/pry6sv9kfq7v5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9p51redk0qpxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/9p51redk0qpxd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lk6bp0wcy1eb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/lk6bp0wcy1eb2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xkg8k72d222r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/xkg8k72d222r4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7qzfcrtyt246f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/7qzfcrtyt246f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yqprn4pqhdym1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/yqprn4pqhdym1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x4ygjv7e5vj27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/x4ygjv7e5vj27" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0h5kykg90nds6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/0h5kykg90nds6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q5b7peqgevsvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/q5b7peqgevsvh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pb84tnxvy8hcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/pb84tnxvy8hcf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6r1llw4vj979b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/6r1llw4vj979b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ggkewscbwge95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/ggkewscbwge95" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nt1262vmj7lbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/nt1262vmj7lbf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3b32g9msbfz18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/3b32g9msbfz18" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wggz3scqfy1yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624410 +dcid: "dc/wggz3scqfy1yd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qvnybtsyemwj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/qvnybtsyemwj5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dngfl1vw9srt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/dngfl1vw9srt2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qll46ne4jv6y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/qll46ne4jv6y6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qltw90z3tbtzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/qltw90z3tbtzg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3cs74p5820yxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/3cs74p5820yxb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tm2gezlh79r7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/tm2gezlh79r7d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5327pb3pbs4n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/5327pb3pbs4n8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/578et2pv5k5bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/578et2pv5k5bb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n6hz0c7whbe6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484110 +dcid: "dc/n6hz0c7whbe6g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z4ndldgnc62ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/z4ndldgnc62ch" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h0jhe7sehsk8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6244 +dcid: "dc/h0jhe7sehsk8c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qqg4t8c8f7r6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713120 +dcid: "dc/qqg4t8c8f7r6b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qm30lnmm08cqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4481 +dcid: "dc/qm30lnmm08cqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pvrdgmnsdvpn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/pvrdgmnsdvpn2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nl675nd03xxf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/nl675nd03xxf1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ce3fpetc5p3s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454390 +dcid: "dc/ce3fpetc5p3s3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ym0g9cm6pzyvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/ym0g9cm6pzyvd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j8ymx1c4ek347 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45439 +dcid: "dc/j8ymx1c4ek347" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hjhgsfjpvntb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/hjhgsfjpvntb9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t5x06v69n6t77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/t5x06v69n6t77" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w03sd462gj2p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/w03sd462gj2p7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xrpzl2jqh097f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48411 +dcid: "dc/xrpzl2jqh097f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kbwy1k4rgshwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/kbwy1k4rgshwb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/scc2csyqyr1n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/scc2csyqyr1n8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pg540zxntv6ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/pg540zxntv6ed" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/znc5nhgvxgvth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/znc5nhgvxgvth" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hjdw2817rkwjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/hjdw2817rkwjg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bcbkd07mhvtz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/bcbkd07mhvtz4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rsbdyk1v8h879 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/rsbdyk1v8h879" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t8c5x0f30rtx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/t8c5x0f30rtx4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ycw8yb85c0c67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/ycw8yb85c0c67" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xgslvwk85zes8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56159 +dcid: "dc/xgslvwk85zes8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dgmmr1dbe3j62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/dgmmr1dbe3j62" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gxq8ybw1mjf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/gxq8ybw1mjf2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sxtrh2ss239jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/sxtrh2ss239jf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8pcfxmj55rlnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/8pcfxmj55rlnb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jvfjptkzsw9x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/jvfjptkzsw9x9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4g8wvckn9ep82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/4g8wvckn9ep82" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mgl4blnzbdbc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/mgl4blnzbdbc4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6gvy4tqcqr77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/6gvy4tqcqr77" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hg4zz14z42d6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/hg4zz14z42d6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fseb0gp3wjxp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/fseb0gp3wjxp1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4kjmdeq1qpbm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/4kjmdeq1qpbm7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cxvvgqzpqlgm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/cxvvgqzpqlgm4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hw9jv80vpp717 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/hw9jv80vpp717" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2tpl6bjgt1yw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/2tpl6bjgt1yw" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jbfnbh6gsrhs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/jbfnbh6gsrhs2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sdex10ylxk4tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/sdex10ylxk4tb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hjypjhl6g0f11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/hjypjhl6g0f11" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rdy7rq4pzpzmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/rdy7rq4pzpzmb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pd2wl715dg9f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/pd2wl715dg9f2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zdrr1dkhvfyh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/zdrr1dkhvfyh2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gyr0qltnj5bsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/gyr0qltnj5bsd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5hrwte1kfwn9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/5hrwte1kfwn9c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j7789547xv7dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/j7789547xv7dd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lqe0fdf6sqp43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/lqe0fdf6sqp43" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cjtph96d2nvv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532 +dcid: "dc/cjtph96d2nvv4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hgbpbjtsleb6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/hgbpbjtsleb6h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hj1key642cph2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/hj1key642cph2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qblmd7t2wbt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/qblmd7t2wbt1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/119nr6kvklh86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561710 +dcid: "dc/119nr6kvklh86" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bw848zpdl6nz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811198 +dcid: "dc/bw848zpdl6nz3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dc5v8pehl7r1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/dc5v8pehl7r1c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/716zthgpe2xjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812 +dcid: "dc/716zthgpe2xjd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lbng2beft1297 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323 +dcid: "dc/lbng2beft1297" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/50d0qsd1gepe3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3231 +dcid: "dc/50d0qsd1gepe3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qdzelhjdyjed2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56171 +dcid: "dc/qdzelhjdyjed2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dm68h2j1kp2v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/dm68h2j1kp2v8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4p5gq2ec6yx66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/4p5gq2ec6yx66" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/psjtf07nmxf77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/psjtf07nmxf77" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dtf6p9h1fbcj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/dtf6p9h1fbcj" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h9mjjplb1m3vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/h9mjjplb1m3vb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9fgl18p621py9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/9fgl18p621py9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ve4pd0v4hzrn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/ve4pd0v4hzrn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sd22pse5tjnn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/sd22pse5tjnn5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6t0twlfmtlyj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/6t0twlfmtlyj9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j4h8fnf0lr4x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561499 +dcid: "dc/j4h8fnf0lr4x4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1v5d6rp50tsdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/1v5d6rp50tsdb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qfv4ek1fbj132 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/qfv4ek1fbj132" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wspz1g67peph2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/wspz1g67peph2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w36tktypj02r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/w36tktypj02r3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y4n7hm5dpdsn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/y4n7hm5dpdsn3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zb77wdhsrjggg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6114 +dcid: "dc/zb77wdhsrjggg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7rkzp5qxjxpm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/7rkzp5qxjxpm3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s96vntsgml30b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/s96vntsgml30b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mw83hf6mep6f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/mw83hf6mep6f9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vpf20sjn139k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/vpf20sjn139k6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7pk7lhldmxtx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/7pk7lhldmxtx7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wkh6hs8xyprjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/wkh6hs8xyprjg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s5wdtrhyww082 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/s5wdtrhyww082" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3ej5zz12mdvwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/3ej5zz12mdvwd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/97k9zshd8m91h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/97k9zshd8m91h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jd4xmhkn5pe84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/jd4xmhkn5pe84" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s9czmdq579f69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/s9czmdq579f69" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lvhcw43jrp05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/lvhcw43jrp05" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s6qeeck419d89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/s6qeeck419d89" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/42ss6wjblgzj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/42ss6wjblgzj2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m1z4v2wl3z9hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/m1z4v2wl3z9hh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fn0e3xq7e4be4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/fn0e3xq7e4be4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n67071674gg72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/n67071674gg72" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q5he5ehyffgf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/q5he5ehyffgf8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4erwjse9gfc9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/4erwjse9gfc9f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lgv2e02j59ry3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/lgv2e02j59ry3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/07fn8e7le81t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/07fn8e7le81t7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1s329gsy4vfdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/1s329gsy4vfdc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3nbz7955z6fj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/3nbz7955z6fj6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bl09yb2zrvtzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/bl09yb2zrvtzb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h3ztx9103c6hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/h3ztx9103c6hf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c61v80jbf03xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/c61v80jbf03xd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nbxh7n7prbbl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/nbxh7n7prbbl" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y54tj7g54y2cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/y54tj7g54y2cc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bmncmwvq6q0t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/bmncmwvq6q0t4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8cbnvbw7rlhs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/8cbnvbw7rlhs5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/70fet9w306n44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/70fet9w306n44" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/drzg8trrx6dc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/drzg8trrx6dc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/njlhcjsw86hd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/njlhcjsw86hd5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4kpe2j0s0hvfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/4kpe2j0s0hvfb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e48qn2g5480fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/e48qn2g5480fh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/51e5qeeqtxh6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/51e5qeeqtxh6f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pw7yfw104nyy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/pw7yfw104nyy2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5e4rvjwlgenvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/5e4rvjwlgenvh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lndxrs4xhyjc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/lndxrs4xhyjc4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/28m0qmpqjdl81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/28m0qmpqjdl81" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0d6prxrzjfsk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/0d6prxrzjfsk8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n8hkd0me2eln9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/n8hkd0me2eln9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ccxtrp9n9e5f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8134 +dcid: "dc/ccxtrp9n9e5f3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6yyqv1hgfrnvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/6yyqv1hgfrnvf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r60szkdk0pz32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/r60szkdk0pz32" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e75r6nze5gybb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52229 +dcid: "dc/e75r6nze5gybb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/98g0lr307mk44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/98g0lr307mk44" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hxncr1bcnt691 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81341 +dcid: "dc/hxncr1bcnt691" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ehd8xj63zzhhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/ehd8xj63zzhhc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k7stwbjn11rh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813410 +dcid: "dc/k7stwbjn11rh3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/myrryes16b2q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/myrryes16b2q1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rfd0wj9vqfwtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/rfd0wj9vqfwtg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sgtsez1ejn09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/sgtsez1ejn09" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r33wwtm0dwtz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/r33wwtm0dwtz3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sbhgv5d269fpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/sbhgv5d269fpg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kbcx822x3sj4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522292 +dcid: "dc/kbcx822x3sj4g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qpymw7r0vhd69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/qpymw7r0vhd69" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pc7q97wghk1mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/pc7q97wghk1mb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8hm26e3bysktf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/8hm26e3bysktf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qkjgv3sjwkxkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/qkjgv3sjwkxkc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hb5tjz29bhbhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/hb5tjz29bhbhh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p6zxrmcsedjv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/p6zxrmcsedjv8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3qkwyp1fh6tsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/3qkwyp1fh6tsc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9legexf1q5dd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/9legexf1q5dd7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qg088xrsvt525 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/qg088xrsvt525" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6tfmtzgevcjh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/6tfmtzgevcjh6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jhkyyt0pk52zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/jhkyyt0pk52zf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/167p9j5hpe6yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/167p9j5hpe6yd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nfg0snv01wcv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/nfg0snv01wcv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/drg5cf6njpj91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/drg5cf6njpj91" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lh1n7yrh4gxmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/lh1n7yrh4gxmb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qllrf9hezfq2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/qllrf9hezfq2f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v1hrk27e4nk7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237210 +dcid: "dc/v1hrk27e4nk7f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cg9yvpv5x8747 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/cg9yvpv5x8747" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qw31bgkxl7qnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/qw31bgkxl7qnd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/et9lzcdvpwzm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/et9lzcdvpwzm2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/75lb4plyzm8s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/75lb4plyzm8s7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1lelqe97c9qv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/1lelqe97c9qv3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8w3ls364jxc89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/8w3ls364jxc89" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lvqlyvbpxc677 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44819 +dcid: "dc/lvqlyvbpxc677" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d89g7svcv9zlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/d89g7svcv9zlh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e521gw5k2ghhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/e521gw5k2ghhd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8xkndj6y0fcs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493 +dcid: "dc/8xkndj6y0fcs5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/089bwgvyqwsrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23721 +dcid: "dc/089bwgvyqwsrd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dyttgc4g7ts9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4931 +dcid: "dc/dyttgc4g7ts9b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8v57ewnqp4xdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/8v57ewnqp4xdg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9zwn6690l0j28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448190 +dcid: "dc/9zwn6690l0j28" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0t59716llp7f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2372 +dcid: "dc/0t59716llp7f6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/10yjghp7rn047 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/10yjghp7rn047" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b8shx7dnk4zdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/b8shx7dnk4zdb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9ftn1v673jzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/9ftn1v673jzb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hkqj2s3x70fsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541380 +dcid: "dc/hkqj2s3x70fsh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/022xg56bpzqhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/022xg56bpzqhf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bc6mq65zbtjr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/bc6mq65zbtjr6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qwh3q97vbcl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/qwh3q97vbcl" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x5ze1msjwzb1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54138 +dcid: "dc/x5ze1msjwzb1d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/htfh5dgm6jcbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/htfh5dgm6jcbh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hqnw15decrqvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/hqnw15decrqvc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vj1gee5kry531 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/vj1gee5kry531" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sr3pdkkzj9lyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/sr3pdkkzj9lyh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f8wgz9endehz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/f8wgz9endehz" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7zt1k2nc9xnd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/7zt1k2nc9xnd4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ds58vzy3kjn4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/ds58vzy3kjn4d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gezcbmw2x1r3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/gezcbmw2x1r3c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dzqm7z8jg59v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/dzqm7z8jg59v3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2fb0r7xg7fqn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/2fb0r7xg7fqn6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c5pj14yw787c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/c5pj14yw787c9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gwyfkv3hmvpgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/gwyfkv3hmvpgb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vc3s8kxn1bzc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/vc3s8kxn1bzc4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/014f129545vdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/014f129545vdd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3ztmsmqm96lk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/3ztmsmqm96lk4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/prs0kbh8nvnf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451110 +dcid: "dc/prs0kbh8nvnf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s8t3e5ydqb7e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/s8t3e5ydqb7e3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z64cm23mx5d43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/z64cm23mx5d43" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/28s0nyqj6gyl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45111 +dcid: "dc/28s0nyqj6gyl8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eml83whwc28wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/eml83whwc28wf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ft336tewrl5q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/ft336tewrl5q9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kclbpg2erbtrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/kclbpg2erbtrd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0kjelnlfdfgc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4511 +dcid: "dc/0kjelnlfdfgc7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wd6qjj4z1mpb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624221 +dcid: "dc/wd6qjj4z1mpb5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/338vs3w92ljj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/338vs3w92ljj4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/29zncvhd0y1s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/29zncvhd0y1s6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/90b9x74yn7td9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/90b9x74yn7td9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ylxypl4pkz295 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/ylxypl4pkz295" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nzppserl67zx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/nzppserl67zx9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q5lmvczwqpb72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/q5lmvczwqpb72" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8ddvxqhsn2s59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/8ddvxqhsn2s59" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/28cseepelxnp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/28cseepelxnp4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/052jzjdwtxkq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/052jzjdwtxkq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3s75z887txh51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/3s75z887txh51" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/87eqw04ffrjkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/87eqw04ffrjkb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vr7wmgsbv44q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/vr7wmgsbv44q1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2579rltnvghs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/2579rltnvghs6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mzbxg6cn4bm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/mzbxg6cn4bm8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/58h6qbmmhc605 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/58h6qbmmhc605" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1qfmc10g1lpsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/1qfmc10g1lpsf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9k19fgdtpce12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/9k19fgdtpce12" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wg12d3008m7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/wg12d3008m7c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wme35rvnchy79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/wme35rvnchy79" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/078c53r87xl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/078c53r87xl6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3bfphdjjtn85f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/3bfphdjjtn85f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v1mbceeg4m4bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/v1mbceeg4m4bh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t3stgqjxge415 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/t3stgqjxge415" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5sqfxld28q1qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/5sqfxld28q1qb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sdqsx0t38kkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/sdqsx0t38kkb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2mxrfq485x5p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/2mxrfq485x5p" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q8x5w7g9bl257 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/q8x5w7g9bl257" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w6p9bkr7snjtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/w6p9bkr7snjtd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/refj6ctkd6ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/refj6ctkd6ch" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lc78xxwm49krb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/lc78xxwm49krb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/59mcep0j9k9n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/59mcep0j9k9n1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vtwrdpdkz8n03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/vtwrdpdkz8n03" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yg3smj6cx3p25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/yg3smj6cx3p25" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ht90krnzmxrff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/ht90krnzmxrff" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r66kdd4bzrfb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/r66kdd4bzrfb5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tptph3jk1kvb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/tptph3jk1kvb6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ft4mfz6y2l752 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/ft4mfz6y2l752" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q6yjbe67rn7v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/q6yjbe67rn7v6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jw9nmysemtb79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/jw9nmysemtb79" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h855bx1e3r57f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/h855bx1e3r57f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sh499mnmgsm6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/sh499mnmgsm6c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eqg9nvqyfgn74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51211 +dcid: "dc/eqg9nvqyfgn74" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b3c3jypw27edd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/b3c3jypw27edd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e1kldhbe2sh7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512110 +dcid: "dc/e1kldhbe2sh7d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p62mvkg5gjdr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/p62mvkg5gjdr7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qy3pcb065tzp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/qy3pcb065tzp9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g7mdrqvr8d5zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/g7mdrqvr8d5zc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jpdmep7vdc8f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/jpdmep7vdc8f2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f4qwqkfxzxkv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/f4qwqkfxzxkv8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jx8xkw0wyzss5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/jx8xkw0wyzss5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7zmxzj4tpy8eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/7zmxzj4tpy8eg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/br32nkv8e41rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/br32nkv8e41rb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dylhzgnfbky2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/dylhzgnfbky2g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/03kybvt9hmcv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/03kybvt9hmcv" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lx1812ydxps2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/lx1812ydxps2b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qjt9v2w9n3zdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/qjt9v2w9n3zdh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ee7zdr3f5pg8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/ee7zdr3f5pg8b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/09khhddz9vh56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/09khhddz9vh56" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h5kysbyfmhv4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/h5kysbyfmhv4g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xqy4q1qwq73zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/xqy4q1qwq73zc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/19sy121xwbkn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/19sy121xwbkn" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4p6y8ln2d7mc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/4p6y8ln2d7mc8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yeb6rdpdkjtv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484220 +dcid: "dc/yeb6rdpdkjtv2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/62hjgz4edjvr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/62hjgz4edjvr8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3yjxbjzn6rswg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48422 +dcid: "dc/3yjxbjzn6rswg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e2n7xh1htspt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/e2n7xh1htspt6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gmjd8k6f42477 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/gmjd8k6f42477" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c16k626yq05p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/c16k626yq05p" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gjym9lr6bpgld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/gjym9lr6bpgld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5h8sreq5s3db9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/5h8sreq5s3db9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bvq4t5fm73q2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/bvq4t5fm73q2d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3jbltvdwmqhe3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/3jbltvdwmqhe3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m6dqh0rej8n5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/m6dqh0rej8n5g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h0y5nckwscjp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/h0y5nckwscjp2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e7nzcpbywyft5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/e7nzcpbywyft5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tbvsbpmm1fs64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/tbvsbpmm1fs64" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qnj8nyq8lrll3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/qnj8nyq8lrll3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5f6xk5qzqhje2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511110 +dcid: "dc/5f6xk5qzqhje2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/627h0bd79530f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/627h0bd79530f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lr1zgv6q2ry9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/lr1zgv6q2ry9g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/md9ljdjgn81lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/md9ljdjgn81lb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cvv7dgd0gxfyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51111 +dcid: "dc/cvv7dgd0gxfyb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7yxfh3lq3xdvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/7yxfh3lq3xdvh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5hffkx1xppme9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/5hffkx1xppme9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5jm1fsggn5jk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/5jm1fsggn5jk6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1r4xktbf94vf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/1r4xktbf94vf5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gp9ybpqyg8g23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/gp9ybpqyg8g23" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fsgr4qwyqj95d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/fsgr4qwyqj95d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y76eleyexmrtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/y76eleyexmrtf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pq9lqbm0e60sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/pq9lqbm0e60sd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mwx5ethm77xn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/mwx5ethm77xn9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fzf4gnwxv5rdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/fzf4gnwxv5rdd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hmh41l6d3dek6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/hmh41l6d3dek6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hjcewyrewy55f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/hjcewyrewy55f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qeqgynqbl2lh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/qeqgynqbl2lh8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1h1vzfg7lqkdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/1h1vzfg7lqkdd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q5ms7q418rd75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/q5ms7q418rd75" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0qz9hrzm5rtng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/0qz9hrzm5rtng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1wgdxn09f3bv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/1wgdxn09f3bv5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gtq9nxrxm8m24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/gtq9nxrxm8m24" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c4k74k4lkdeg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/c4k74k4lkdeg8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pqk49rmt8zqv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54187 +dcid: "dc/pqk49rmt8zqv7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xw3lx25ec45yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/xw3lx25ec45yg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zp2yy6ndnzddf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541870 +dcid: "dc/zp2yy6ndnzddf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c1c9y88x8wbl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/c1c9y88x8wbl4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gx1tnzlnm96dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/gx1tnzlnm96dc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ez2stfvtxx57c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/ez2stfvtxx57c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6kdxlfbhp50h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/6kdxlfbhp50h7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p7p00elhqpk5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/p7p00elhqpk5d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n5dx1yt5g5f92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/n5dx1yt5g5f92" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/36m404h4dnx65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/36m404h4dnx65" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0epmewm5fp5yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/0epmewm5fp5yd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0qm39ypg4wy6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/0qm39ypg4wy6b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/25zpjlxwj47g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/25zpjlxwj47g6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gdkkxmkzgq4j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/gdkkxmkzgq4j7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9jrdgy7hhv448 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/9jrdgy7hhv448" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ftb5cvvggvt3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/ftb5cvvggvt3g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v2mdgr4f5t2b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/v2mdgr4f5t2b3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n21s54f107381 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/n21s54f107381" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ltmcqpnn8e961 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/ltmcqpnn8e961" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b6dl4tmw33tc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/b6dl4tmw33tc4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6l8tgz2w2g3x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/6l8tgz2w2g3x6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hcqlmzeby1e1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/hcqlmzeby1e1b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g3k3z9n7lm27d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/g3k3z9n7lm27d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/el019qrq7cm5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/el019qrq7cm5g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dlgwh2tr6exs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484210 +dcid: "dc/dlgwh2tr6exs6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ks6w1eq31zyx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71141 +dcid: "dc/ks6w1eq31zyx8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v6n3e1ysy12p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7114 +dcid: "dc/v6n3e1ysy12p1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cnwmttwdsemwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/cnwmttwdsemwh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/venwhj91976p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/venwhj91976p2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l2d4fqdcmstn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711410 +dcid: "dc/l2d4fqdcmstn4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/22yxl9rlyy6gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48421 +dcid: "dc/22yxl9rlyy6gh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vxr4q227y7vrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/vxr4q227y7vrc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/54prgm9k59y17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/54prgm9k59y17" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yhdhqv0ryx3dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/yhdhqv0ryx3dg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7hmq25ggmvj68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/7hmq25ggmvj68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dg2q3gkx4yh84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/dg2q3gkx4yh84" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n3zkm9gjq02v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/n3zkm9gjq02v8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c1yzgslfdstm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/c1yzgslfdstm2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y2693wfkykmlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/y2693wfkykmlc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l1cs7swleb0k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/l1cs7swleb0k2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z5982bpfylqqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/z5982bpfylqqg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ndslhpkbsrww2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44511 +dcid: "dc/ndslhpkbsrww2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4ybph4sl8m695 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/4ybph4sl8m695" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n2jr48h2f4v21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/n2jr48h2f4v21" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d5my8l4k78hf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/d5my8l4k78hf6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zq2qdc0rnccv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/zq2qdc0rnccv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bej92vpxe428 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/bej92vpxe428" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jd2n0w9vqhmkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/jd2n0w9vqhmkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/46methwws41wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/46methwws41wh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1y11jvmtrpqtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517910 +dcid: "dc/1y11jvmtrpqtg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/89vg9gen66jw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/89vg9gen66jw2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wp2h2nbnezm4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811211 +dcid: "dc/wp2h2nbnezm4b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6mnxwc06sl8jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445110 +dcid: "dc/6mnxwc06sl8jf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b6cwmnzez9rs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5179 +dcid: "dc/b6cwmnzez9rs2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/30vs6g1hnf362 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51791 +dcid: "dc/30vs6g1hnf362" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cdbcgs62vd5g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/1022 +dcid: "dc/cdbcgs62vd5g8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/knh7042djkk25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/knh7042djkk25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jh0r1gbgw7tp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/jh0r1gbgw7tp6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n6t1jh92ypn15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/n6t1jh92ypn15" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pt7tk9dlennj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/pt7tk9dlennj" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qhl6xqdz7csx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/qhl6xqdz7csx5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ll1lkxr24jspg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/ll1lkxr24jspg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jxtwxls690kd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/jxtwxls690kd7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/72b6s4nvvt838 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/72b6s4nvvt838" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g2bzr7zf1be25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/g2bzr7zf1be25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/eb7ertmfkce68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48521 +dcid: "dc/eb7ertmfkce68" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fb33svfqseh53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485210 +dcid: "dc/fb33svfqseh53" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xnvyvpyg91zy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4852 +dcid: "dc/xnvyvpyg91zy5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1e7egr2866eh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/1e7egr2866eh6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/48738yc7pvgcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/48738yc7pvgcg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3n1evdx57h4b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/3n1evdx57h4b7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hkde2nqs35nrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/hkde2nqs35nrf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2gkdezk2yvq77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/2gkdezk2yvq77" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5lcehrg04qz94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512230 +dcid: "dc/5lcehrg04qz94" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7pxvvkqdn7vs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/7pxvvkqdn7vs4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x2wsbekb6ymp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51223 +dcid: "dc/x2wsbekb6ymp3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mmwyfbtws4yth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/mmwyfbtws4yth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s025d8fx97gf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/s025d8fx97gf2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3q8yq3y13ckyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/3q8yq3y13ckyd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/smxyhj1lsh122 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/smxyhj1lsh122" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/npr3brhpd00fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/npr3brhpd00fd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k01dwhx6ed4d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/k01dwhx6ed4d9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4jtlxj0vtk437 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/4jtlxj0vtk437" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k6rvh8yljwhvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/k6rvh8yljwhvc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xp6v9l9q6rk71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/xp6v9l9q6rk71" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x4y8zw3fgcdw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/x4y8zw3fgcdw7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5sngp4k7wkzz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/5sngp4k7wkzz4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xbp32sndwfwj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/xbp32sndwfwj" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qz7tmqp0g66ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/qz7tmqp0g66ch" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/19gyk47f2tp7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/19gyk47f2tp7d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rg0nxrwepst65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/rg0nxrwepst65" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rte2nc27qvtgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/rte2nc27qvtgh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pkvej6jrk2mz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/pkvej6jrk2mz" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rvyhgbtj882j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/rvyhgbtj882j3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v0prqtebsme43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/v0prqtebsme43" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s535tsx31x2n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/s535tsx31x2n9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fsfx281hjqp0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/fsfx281hjqp0f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l37slv28407pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/l37slv28407pc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/46f4w20cgf9vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/46f4w20cgf9vg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h80ymqblvkl69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/h80ymqblvkl69" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s46yqff3h96gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/s46yqff3h96gh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w3t73zph6bkt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/w3t73zph6bkt6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d5hm0ebfgqw68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7211 +dcid: "dc/d5hm0ebfgqw68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f3spgk4xxxld1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/f3spgk4xxxld1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/et27k0hgr2psb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/et27k0hgr2psb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l0hy9wvg3myg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/l0hy9wvg3myg4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fm5lbvqfqm619 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/fm5lbvqfqm619" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/76pjy2n37cd9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/76pjy2n37cd9g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vfvk45ybg9291 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/vfvk45ybg9291" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k670mpfry4pnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/k670mpfry4pnb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yhv4d16y950p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/yhv4d16y950p4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pq2rkf8z7bx5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/pq2rkf8z7bx5f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/137gbsw5zvvyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/137gbsw5zvvyd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lxtv1gbcjrw9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/lxtv1gbcjrw9d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t20dhdzcw6g95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/t20dhdzcw6g95" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k1hx5k9q9fzed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/k1hx5k9q9fzed" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v9j81222c1xeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/v9j81222c1xeh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4t9w7jt4z6y29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/4t9w7jt4z6y29" + +Node: dcid:dc/x5h8celspnr2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/x5h8celspnr2c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pjncy5vh6vy9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/pjncy5vh6vy9f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/36s9p8hchzs32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/36s9p8hchzs32" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/59485qqkd44hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/59485qqkd44hb" + +Node: dcid:dc/nb58g6nkpw2tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/nb58g6nkpw2tg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cl16gjrpyb7x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/cl16gjrpyb7x4" + +Node: dcid:dc/n45n28vqbp1p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/n45n28vqbp1p5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rqcmkgmzz77p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/rqcmkgmzz77p7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xq4v0mj25chv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/xq4v0mj25chv6" + +Node: dcid:dc/1jlty8b2srzc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/1jlty8b2srzc5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gg8b591f2fhec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/gg8b591f2fhec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2tdedbr83g72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/2tdedbr83g72" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7d1xp8kr0jln4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/7d1xp8kr0jln4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ty0lwes3krl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/6ty0lwes3krl9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/11jez6052yd0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/11jez6052yd0g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yhm73jn4mt5l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/yhm73jn4mt5l8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wz273fd5ds796 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/wz273fd5ds796" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kxlgf3wbnphk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/kxlgf3wbnphk5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ksnxd6r3g8wbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/ksnxd6r3g8wbg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7g8ryt00pdzqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/7g8ryt00pdzqh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yl9gzq8xmddc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/yl9gzq8xmddc9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q7kw7pgpcz3b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/q7kw7pgpcz3b9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hn7tcmtkys4vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/hn7tcmtkys4vf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hhxvjdqky4xd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/hhxvjdqky4xd5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r5632crlzvvth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/r5632crlzvvth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/egszve8w2vey3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/egszve8w2vey3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mntj2r26r0tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/mntj2r26r0tc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cbc8j9h41s7e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/cbc8j9h41s7e1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bdm185bxwdmk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/bdm185bxwdmk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w80p7l6l4sj1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/w80p7l6l4sj1d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5yg41pdrsfzt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/5yg41pdrsfzt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ypxcnw6q88x74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/ypxcnw6q88x74" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jl0vc69nyz0cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/jl0vc69nyz0cf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ql7gp72rtb52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/4ql7gp72rtb52" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/45s7grvzdby54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/45s7grvzdby54" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lenkbxs6s7h9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/lenkbxs6s7h9b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rbhrqnl8elsz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/rbhrqnl8elsz7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wp7hp92xdm8n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/wp7hp92xdm8n" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6d3pc16t8nhb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/6d3pc16t8nhb7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5vc60ql3062hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/5vc60ql3062hb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lg7m284znqe13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/lg7m284znqe13" + +Node: dcid:dc/m069p5ljb4x76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/m069p5ljb4x76" + +Node: dcid:dc/tqz2pmzhr1gw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/tqz2pmzhr1gw4" + +Node: dcid:dc/zcz8nyxp48d68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/zcz8nyxp48d68" + +Node: dcid:dc/fq5thtw2wgzf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/fq5thtw2wgzf3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3dz8zqe1ypzcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/3dz8zqe1ypzcc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lqj74pn1l0y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/lqj74pn1l0y7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7jf0nczfzkjh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/7jf0nczfzkjh3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0ffjv10y6rv79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/0ffjv10y6rv79" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w35e6p018t0k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/w35e6p018t0k2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ws3btmdl2xhgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/ws3btmdl2xhgf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dmvscb8gnf928 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/dmvscb8gnf928" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yw8lwyeszg1v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51821 +dcid: "dc/yw8lwyeszg1v4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zcbdd4k1y3x74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/zcbdd4k1y3x74" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vzhz39ksh5814 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/vzhz39ksh5814" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rwhdhb626phfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/rwhdhb626phfg" + +Node: dcid:dc/9xfh00gp11hbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/9xfh00gp11hbb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gq34ql5ckye4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337215 +dcid: "dc/gq34ql5ckye4c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/glvleffhg5ds6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/glvleffhg5ds6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r6bjtsw62s1b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518 +dcid: "dc/r6bjtsw62s1b4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rrmxkdvkm6z09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/rrmxkdvkm6z09" + +Node: dcid:dc/kx0wx1jwk1kkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/kx0wx1jwk1kkg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/788p6j7blky7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/788p6j7blky7d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x8dqew18rhvd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/x8dqew18rhvd2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cshzdktsxl2bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/cshzdktsxl2bc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sdv6gmp2zsdp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/sdv6gmp2zsdp" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h1hnzb7lpr6f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/h1hnzb7lpr6f4" + +Node: dcid:dc/12qe694x8wjlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/12qe694x8wjlb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/flcb3095fw158 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/flcb3095fw158" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/35vxmhezd72l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/35vxmhezd72l" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/171fnfpl8dvbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/171fnfpl8dvbf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4ydjm423pw3fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/4ydjm423pw3fb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x4bxdd0w8qnk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/x4bxdd0w8qnk8" + +Node: dcid:dc/pkr3qqzvfc2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/pkr3qqzvfc2c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/15m77ysexzqm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/15m77ysexzqm" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b9q6prpbs3kq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/b9q6prpbs3kq2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4k9lbvngqedp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/4k9lbvngqedp6" + +Node: dcid:dc/2pjlq68z25ze3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337 +dcid: "dc/2pjlq68z25ze3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6f5w588cl1bp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/6f5w588cl1bp4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2jr40tt2msc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/2jr40tt2msc3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nc3bcsk5j95y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/nc3bcsk5j95y2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/psvbdfxm4wgcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/518210 +dcid: "dc/psvbdfxm4wgcg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1hsf08fytsz6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/1hsf08fytsz6b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2bkrk623rpvx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/2bkrk623rpvx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t0qfnvlvrwy23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/t0qfnvlvrwy23" + +Node: dcid:dc/qeh5qzwdrw2hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/qeh5qzwdrw2hb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ehssd5pgz5m8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/ehssd5pgz5m8b" + +Node: dcid:dc/603tclk4hnkeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/603tclk4hnkeh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vx9vwzyrh3kvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5182 +dcid: "dc/vx9vwzyrh3kvg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nzn0npnjj4yp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/nzn0npnjj4yp5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/76ypvxgrx8733 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/76ypvxgrx8733" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h0dps3czgfy13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/h0dps3czgfy13" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4mym5mcbrk31c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/4mym5mcbrk31c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xfnv6lmcdl1s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/xfnv6lmcdl1s7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ec1l401w6cr08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/ec1l401w6cr08" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1w2mw9fy20b9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/1w2mw9fy20b9f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1ybxyhb3d6xf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/1ybxyhb3d6xf8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6ts4gsbn7myvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/6ts4gsbn7myvb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jm2c8nq00ts62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/jm2c8nq00ts62" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rzxe45gxx3zsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/rzxe45gxx3zsc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rlcnz0dsvlsw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/rlcnz0dsvlsw6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xpjs73ns5ze9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/xpjs73ns5ze9b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r7mebwh52hw25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/r7mebwh52hw25" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ys4dqbs93y4e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/ys4dqbs93y4e5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h36fd07zegbx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/h36fd07zegbx2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qz238d4b00cj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/qz238d4b00cj5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/00qs7nemq8te5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/00qs7nemq8te5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k7sf82rw7m255 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/k7sf82rw7m255" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fc34lsrv7yvrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/fc34lsrv7yvrc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yvg4sdxvy10y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/yvg4sdxvy10y2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/llkb581bh7fe5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/llkb581bh7fe5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3cw977x6rq8fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/3cw977x6rq8fd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vgdkm5x0vnhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/vgdkm5x0vnhc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pmxwygrwkjgs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/pmxwygrwkjgs1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/clgy0ttxzq2v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/clgy0ttxzq2v4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mvfeqgfbfgqd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/mvfeqgfbfgqd4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fkgnbkggllnw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/fkgnbkggllnw1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/glnwhhx80g5n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/glnwhhx80g5n6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ly65tzmgrjne1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/ly65tzmgrjne1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2szx5w0ebeckh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/2szx5w0ebeckh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j2l8v91k8s1k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/j2l8v91k8s1k5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/54g3dpn5el7r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/54g3dpn5el7r4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g9vxpppjwydg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/g9vxpppjwydg6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vkdf4ewn1xhg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/vkdf4ewn1xhg7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0exf8wzrw3n2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/0exf8wzrw3n2g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/txccqbvexbe88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/txccqbvexbe88" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fl5bevbtqnd74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/fl5bevbtqnd74" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pcn6kyc8exthf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/pcn6kyc8exthf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/61hfzjq641cyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/61hfzjq641cyh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qhhkwdjd8hp3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/qhhkwdjd8hp3b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z6m1z2n5t2eh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/z6m1z2n5t2eh8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/339tkmh79z486 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/339tkmh79z486" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8d8h8880gs4hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/8d8h8880gs4hh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qr5qcr2rxkgjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/qr5qcr2rxkgjh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sgnl7exf39cvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/sgnl7exf39cvc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lzw1z614wh4nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/lzw1z614wh4nf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4xq4xzh0defh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/4xq4xzh0defh9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d6ktqlc2gxrk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/d6ktqlc2gxrk6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n56w58ex25pm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/n56w58ex25pm5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d8ypb20yc4pg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/d8ypb20yc4pg3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9860vprvw87y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/9860vprvw87y2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qghf17mlkt41b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/qghf17mlkt41b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bk5h6rhmk8qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/bk5h6rhmk8qc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zzm4wt1n6fl58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/zzm4wt1n6fl58" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/95k573cvqgf17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/95k573cvqgf17" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jvfsy9rgwe6k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/jvfsy9rgwe6k2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tegegjyb9te72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/tegegjyb9te72" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hdf1z94cnnys7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/hdf1z94cnnys7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bpbsfsydh8y46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/bpbsfsydh8y46" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q921r2lpsxp04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/q921r2lpsxp04" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8bvmj02rnm6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/8bvmj02rnm6b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j76cnzgjhfb14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/j76cnzgjhfb14" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1zvyz8w1xgt9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/1zvyz8w1xgt9c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mz1q0m2vgwzgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/mz1q0m2vgwzgc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3sbrfqejy11rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54149 +dcid: "dc/3sbrfqejy11rf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pzs9htz8njhs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7132 +dcid: "dc/pzs9htz8njhs" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lqwz7lv1cjt2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/lqwz7lv1cjt2d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j1vepjj37tqp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713290 +dcid: "dc/j1vepjj37tqp3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/26gv8rle7kxkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541490 +dcid: "dc/26gv8rle7kxkg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j107tlf0fge79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/j107tlf0fge79" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v95vfdtqq3wg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/v95vfdtqq3wg1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/81eppjbpp8f7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/81eppjbpp8f7h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4sz67dnlj0gkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/4sz67dnlj0gkg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3by6655brx5fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/3by6655brx5fc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bf7fpf4tz0gjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/bf7fpf4tz0gjg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2cngr597jcq4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/2cngr597jcq4h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9bn7ch7s14lv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/9bn7ch7s14lv2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nb0ldw7gp06d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/nb0ldw7gp06d9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bqgy14ldx8h11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/bqgy14ldx8h11" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ezsz8rh8scq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/ezsz8rh8scq2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/32c5h2wg4dm0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/32c5h2wg4dm0f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lfg7lnspnc322 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721 +dcid: "dc/lfg7lnspnc322" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5qdd0w90z8fk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/5qdd0w90z8fk" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kg9643b6mj6d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/kg9643b6mj6d6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tnejmkfrs7w3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/tnejmkfrs7w3d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6jpklpzq4h2qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/6jpklpzq4h2qb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tx6s45ykbl69g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/tx6s45ykbl69g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hj54bpsw3jdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52392 +dcid: "dc/hj54bpsw3jdb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/660jr6qn247q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/660jr6qn247q3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7ntmm7zvh8qg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562119 +dcid: "dc/7ntmm7zvh8qg1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lkfylssqtth75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/lkfylssqtth75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xdem3mbp8jd3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523920 +dcid: "dc/xdem3mbp8jd3c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5k0cspwhehwbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721110 +dcid: "dc/5k0cspwhehwbh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4ms7jt43xr2x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/4ms7jt43xr2x" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dl6r43gsdcl3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/dl6r43gsdcl3g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6590vxj6rd129 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115 +dcid: "dc/6590vxj6rd129" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fckyhpjy0lemd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/fckyhpjy0lemd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7l7en2lmlwb5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/7l7en2lmlwb5b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8689xjbez9559 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71329 +dcid: "dc/8689xjbez9559" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d1erzwcxtq731 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72111 +dcid: "dc/d1erzwcxtq731" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qx4msb3h5zfv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/qx4msb3h5zfv7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ny229exvjcvg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/ny229exvjcvg9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jx9q4kffmk2z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/jx9q4kffmk2z7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q1nfdtypy4f6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/q1nfdtypy4f6h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pf5fr27mhr0g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/pf5fr27mhr0g9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9xp3e3yle7v66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/9xp3e3yle7v66" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nm836e6mvgf5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/nm836e6mvgf5c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/429t3ypftklt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/429t3ypftklt7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p354z4clyy358 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/p354z4clyy358" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/skemy4cr1ykrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/skemy4cr1ykrh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/14cr8lhh67kmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/14cr8lhh67kmc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dsgd44xr264h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/dsgd44xr264h6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yjvxe8ptztd63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/yjvxe8ptztd63" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/61s4grw6425j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/61s4grw6425j7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hqlfpj1q70x16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541513 +dcid: "dc/hqlfpj1q70x16" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/97dy09es5q375 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/97dy09es5q375" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3648vr0zrr6l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/3648vr0zrr6l2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e65f8ppk67mb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/e65f8ppk67mb1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6wx438r9zkyyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/6wx438r9zkyyd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2qj7jx93n7nw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/2qj7jx93n7nw2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cfby7fd64sglg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/cfby7fd64sglg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ytj673ngw29k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/ytj673ngw29k3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gstvfw6gb8wk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/gstvfw6gb8wk5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b7wkc5rpmbwe8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/b7wkc5rpmbwe8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pp3mbffrv3xh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/pp3mbffrv3xh2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7081slgl5wp6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/7081slgl5wp6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q05kc0dwjpvd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/q05kc0dwjpvd9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j2mpeee8tmnl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/j2mpeee8tmnl5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w0m93247v83zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/w0m93247v83zb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ylmm55knsn0c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/ylmm55knsn0c7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e9gcst0b946e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/e9gcst0b946e2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tf8jl6lp4qbq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/tf8jl6lp4qbq6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6etrqtgdsjeef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/999999 +dcid: "dc/6etrqtgdsjeef" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pynp7gz9x02pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561920 +dcid: "dc/pynp7gz9x02pb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/et08zqnkw92m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/et08zqnkw92m2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9eqpcf59p005f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/9eqpcf59p005f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4hs33q1nw3d58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/4hs33q1nw3d58" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qx8x3gfm6bqp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1029 +dcid: "dc/qx8x3gfm6bqp6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1y4w0zph5g0h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/1y4w0zph5g0h5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z8tdmrxzdqjwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/z8tdmrxzdqjwf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/phtdhrryk5xk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/phtdhrryk5xk2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/st9smdp1t4bn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/st9smdp1t4bn3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xy1ppv7eme3x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56192 +dcid: "dc/xy1ppv7eme3x3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/06knzccy5dw1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/999 +dcid: "dc/06knzccy5dw1d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l3tj35d83bxn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/99999 +dcid: "dc/l3tj35d83bxn1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n4d25hv7wv3pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/n4d25hv7wv3pd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bcf5n4yfglb4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9999 +dcid: "dc/bcf5n4yfglb4f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ycf0enfsxq3tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/ycf0enfsxq3tb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qke1wjt6yqh4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/qke1wjt6yqh4f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/50z5b7dpsp4jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/50z5b7dpsp4jb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dhc06b82fd1pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/dhc06b82fd1pb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nzwhb7yp0zfdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/nzwhb7yp0zfdg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qh87jwhherdwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/qh87jwhherdwf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xm3mpc9v565kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/xm3mpc9v565kc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f8cvn1jzqzwlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/f8cvn1jzqzwlh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nhxzg64h0qq5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/nhxzg64h0qq5f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nzg0gc4gh6esd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/nzg0gc4gh6esd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/me259blnfy5d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/me259blnfy5d6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b54kdjsy1fx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/b54kdjsy1fx5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d7266n9mcdbs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/d7266n9mcdbs5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d769jd6ensmn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/d769jd6ensmn7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/phy1w4e9zdqc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/phy1w4e9zdqc8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rkeh3pmd83178 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541921 +dcid: "dc/rkeh3pmd83178" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nq8vlq7tldjc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453 +dcid: "dc/nq8vlq7tldjc7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/55vlhsqqnqyv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611430 +dcid: "dc/55vlhsqqnqyv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9c9dfwdqjgdyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61143 +dcid: "dc/9c9dfwdqjgdyf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jp5sen486zsz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/jp5sen486zsz2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bd6txccl4jtx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/bd6txccl4jtx2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v5t63srvztzwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/v5t63srvztzwg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v6hqd1rr1zrq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54192 +dcid: "dc/v6hqd1rr1zrq4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k14x5nv6cgx0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4539 +dcid: "dc/k14x5nv6cgx0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h4mvywjeps03h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/h4mvywjeps03h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g7n24fc32r9rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/g7n24fc32r9rg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kk0dr2mzm1m7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/kk0dr2mzm1m7b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t583mj557ynbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/t583mj557ynbh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7q5vgdzc2e0s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/7q5vgdzc2e0s8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jjmnmrmdgr156 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/jjmnmrmdgr156" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jrg7mjl83d6rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48831 +dcid: "dc/jrg7mjl83d6rd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d4chr397r0hx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488310 +dcid: "dc/d4chr397r0hx2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j1xfvqcnxzhch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/j1xfvqcnxzhch" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z53eyjlmrde7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/z53eyjlmrde7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d14p1ze8b3y48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/d14p1ze8b3y48" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mkkz35x49jhw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/mkkz35x49jhw6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/smqfy249zqhdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/smqfy249zqhdg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nyk5qf380t4g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/nyk5qf380t4g7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wl3w0lj3jpqh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/wl3w0lj3jpqh2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r59sczb9tntpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/r59sczb9tntpg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bjes7blzdbnvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/bjes7blzdbnvc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b0rdyb3f4t1eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/b0rdyb3f4t1eh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jrtfz4nw2gh3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/jrtfz4nw2gh3d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/skwe6n5q014z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/skwe6n5q014z7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xc5jj3kgy7y67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/xc5jj3kgy7y67" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hqpqse0lp16w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/hqpqse0lp16w6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gkly46brpw9dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/gkly46brpw9dc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6efdqfjf2vcf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/6efdqfjf2vcf1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9qdtvzr4q1sgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/9qdtvzr4q1sgg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dxq111m7drjz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/dxq111m7drjz2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/42lpchmh3eyt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62141 +dcid: "dc/42lpchmh3eyt6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gq5y9s63r34lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621410 +dcid: "dc/gq5y9s63r34lh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8y2nqtmdq55x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/8y2nqtmdq55x9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gp2v62khe2dc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/gp2v62khe2dc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x0wpk4e0wd3bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/x0wpk4e0wd3bd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/01hl5jj7t03j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/01hl5jj7t03j" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ypcyxmxy8vnv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/ypcyxmxy8vnv3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pn2vjcnnb6xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/pn2vjcnnb6xf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q17826gshzgl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/q17826gshzgl5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t27kc49vgqkw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/t27kc49vgqkw1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h1ldlc7t6npk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/h1ldlc7t6npk6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lt436e99fezdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/lt436e99fezdb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6hfzks6efesj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/6hfzks6efesj8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kmgxpe82zv5ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/kmgxpe82zv5ch" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q03tw1kg7rgt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/q03tw1kg7rgt4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ths4yf4kmwl6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/ths4yf4kmwl6h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v9g8tqgvx2zz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/v9g8tqgvx2zz9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/13nv4yvlwvm92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/13nv4yvlwvm92" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sqc36kzd0rx0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/sqc36kzd0rx0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hgrw2r6csr7l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/hgrw2r6csr7l8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q1fm9kwpw8mlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928110 +dcid: "dc/q1fm9kwpw8mlc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xjl2e7b9njph4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/xjl2e7b9njph4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9g76kvt7emn5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/9g76kvt7emn5h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cj1722v75sm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/cj1722v75sm1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cvw2d9nlqrmnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/cvw2d9nlqrmnf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g3tpcle229qbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92811 +dcid: "dc/g3tpcle229qbc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/16nnj946c47jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/16nnj946c47jh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y2p8m1m9f7wv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/y2p8m1m9f7wv9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e605cpswbrwv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/e605cpswbrwv6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j2e2tk4czgqn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/j2e2tk4czgqn" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fm3sq0rk9cx32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/fm3sq0rk9cx32" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gkc1zfp39yz8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/gkc1zfp39yz8c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cgwfn07zn7gkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/cgwfn07zn7gkc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dvls082yv3qef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/dvls082yv3qef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ve8fdkbprfbx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/ve8fdkbprfbx" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zndrnnbgsvf0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/zndrnnbgsvf0f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mw0y2rtzhvdy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/mw0y2rtzhvdy9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v3fc1r1epxds3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/v3fc1r1epxds3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7versy2p2efyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/7versy2p2efyb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8nslhvmdk8g2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/8nslhvmdk8g2d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/flvrk1dvy4dr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/flvrk1dvy4dr9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/thgdwb5xx6mnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/thgdwb5xx6mnh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6x1dbmhkg0kt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4871 +dcid: "dc/6x1dbmhkg0kt8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8m3xfpntvlgx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/8m3xfpntvlgx6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s44j8gqdyt7ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/s44j8gqdyt7ph" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0ksnl5j8pvex9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/0ksnl5j8pvex9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qrzxfkd39h9x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/qrzxfkd39h9x8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zkdykj92glj9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48711 +dcid: "dc/zkdykj92glj9b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pk77rndj80y4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/pk77rndj80y4c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wpgpmxj407xd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487110 +dcid: "dc/wpgpmxj407xd9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4dc7r3krb2vx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/4dc7r3krb2vx" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gr6xwn9mv67c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/gr6xwn9mv67c3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xm99ge3jwwg93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/xm99ge3jwwg93" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q0sx8ckd1gyz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81121 +dcid: "dc/q0sx8ckd1gyz3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9v330hd8zew75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/9v330hd8zew75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y1hccp60t5r86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/y1hccp60t5r86" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mgn26jw43hsq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/mgn26jw43hsq3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/18ks4dnkpgjl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8112 +dcid: "dc/18ks4dnkpgjl8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/44h9blvjd1q3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/44h9blvjd1q3c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jhsg3c5wqgf12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/jhsg3c5wqgf12" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j20l8mnmjkc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/j20l8mnmjkc8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wb6c45j4vqev8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/wb6c45j4vqev8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3bve8q5vpcm21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/3bve8q5vpcm21" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c11ztp8xtxz0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/c11ztp8xtxz0d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bf55e4n30y4r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/bf55e4n30y4r" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4ceqzxns7lz05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/4ceqzxns7lz05" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8e62zxhrbcs47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/8e62zxhrbcs47" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p0s9jf1pzw9tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/p0s9jf1pzw9tg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m8b7s0whz5q77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/m8b7s0whz5q77" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lfrmlpphqt31h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/lfrmlpphqt31h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tqyzlnpflt79h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5411 +dcid: "dc/tqyzlnpflt79h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n36b30qmx2x11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/n36b30qmx2x11" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kgyv6pc6k8kzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/kgyv6pc6k8kzb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h66ehgjf9g6ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/h66ehgjf9g6ff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/02j08p8jkm6bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/02j08p8jkm6bg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s4050ln1wz0eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53132 +dcid: "dc/s4050ln1wz0eb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z465hdgpl92r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/z465hdgpl92r7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jd32jcpx9gp32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531320 +dcid: "dc/jd32jcpx9gp32" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dqwz8dt6qd8v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/dqwz8dt6qd8v3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8gcjrfy0t1h5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/8gcjrfy0t1h5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qdhxkcwzqmwp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/qdhxkcwzqmwp8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fjk9vyy7j6hj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/fjk9vyy7j6hj1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v4nv89grvx4nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/v4nv89grvx4nc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rvrcn59qzj5w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/rvrcn59qzj5w1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sf39n9wb9hvz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/sf39n9wb9hvz1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/74hg5tnl1r8x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/74hg5tnl1r8x1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kst4xkzccrgtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/kst4xkzccrgtc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rrep31ptx83kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/rrep31ptx83kg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vdqcr7epj0re6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/vdqcr7epj0re6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/enw63sd3rs2m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/enw63sd3rs2m1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rm9swmr1lgg53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/rm9swmr1lgg53" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jz5ltcpeg8hk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/jz5ltcpeg8hk7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/erslr00eq42h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/erslr00eq42h7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/06w313qbv6hy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/06w313qbv6hy4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s98l0jy553bh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/s98l0jy553bh4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3f3j89s0hqkv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/3f3j89s0hqkv4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j75781sdrzxpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/j75781sdrzxpc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f1hssb877l972 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/f1hssb877l972" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8vr5mc06lnp5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/8vr5mc06lnp5f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mss8h3y1plg01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/mss8h3y1plg01" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f27hbs9ej0pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/f27hbs9ej0pf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v3t7ntgkkezy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/v3t7ntgkkezy2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w335w8jjynykc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/w335w8jjynykc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lmdbft2bztpt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/lmdbft2bztpt5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qe915c3lqsm04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/qe915c3lqsm04" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mblntqhed8v4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/mblntqhed8v4b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qt5zkxd1m6jj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/qt5zkxd1m6jj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g8v4v4sd6zwtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/g8v4v4sd6zwtc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/crgn3jvn4bny +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/crgn3jvn4bny" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4n7y7e4j4spgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/4n7y7e4j4spgg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0eqgnkecs3w92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/0eqgnkecs3w92" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/db3eh1pszkkw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/db3eh1pszkkw1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6jnyqz2524zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/6jnyqz2524zb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b3smeh2njscf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/b3smeh2njscf7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/md2p00dv6e441 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/md2p00dv6e441" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6p9v3e58zdyj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/6p9v3e58zdyj9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s49qlcxn5nyk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/s49qlcxn5nyk" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jhys7cllywg8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/jhys7cllywg8c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ghkps042tx5rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/ghkps042tx5rg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v4j3vqt156x93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/v4j3vqt156x93" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/00xdhh7rkd2mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/00xdhh7rkd2mc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1bp1jjejbpbj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/1bp1jjejbpbj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4wt9d0lk3ecdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/4wt9d0lk3ecdh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nfz4bj5jgbj5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/nfz4bj5jgbj5h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vyymf0tfr2v0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/vyymf0tfr2v0c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yxplk1ggxq9b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/yxplk1ggxq9b4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/61bgk8kl2jhq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/61bgk8kl2jhq3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/se2mw5520jjnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/se2mw5520jjnd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fmhxrzn70j4v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/fmhxrzn70j4v6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/exxlb0j9jk0vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/exxlb0j9jk0vf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0wjfjc1efzqn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/0wjfjc1efzqn" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xb5ft8md1e4tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/xb5ft8md1e4tb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9k9t23s2fd6e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/9k9t23s2fd6e2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jyfntymtmn873 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/jyfntymtmn873" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hgje993769sf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/hgje993769sf7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n7899h8xmbb57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/n7899h8xmbb57" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2b8erbbm3gpyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/2b8erbbm3gpyd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pxq98h3hxpcd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/pxq98h3hxpcd8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vvks3e8w28123 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/vvks3e8w28123" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cw4p76k1srek1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/cw4p76k1srek1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c59nydpdnx6x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/c59nydpdnx6x1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6mlyknv4w80p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/6mlyknv4w80p5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e4jfjyf88es55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/e4jfjyf88es55" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7rdg336xtt6mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/7rdg336xtt6mc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0p30v9tynv1g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/0p30v9tynv1g2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/66wtfwhftdd1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/66wtfwhftdd1h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cz5753tmek6hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/cz5753tmek6hf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bqqlrnjmh86g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/bqqlrnjmh86g8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ryesc6s5gs5g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/ryesc6s5gs5g4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/seqm5eeeq0346 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/seqm5eeeq0346" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d2n1he4h0x0cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/d2n1he4h0x0cg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k7vec2phn0s1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/k7vec2phn0s1b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p37nyfxzw5vwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/p37nyfxzw5vwc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/21r8ybphv6r04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/21r8ybphv6r04" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hhe99j5lpp21b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/hhe99j5lpp21b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n8shjbv3th708 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/n8shjbv3th708" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xdzsw0tdkjf48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/xdzsw0tdkjf48" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g9mjj20fzrxfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/g9mjj20fzrxfc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l8dncbqs5z4k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/l8dncbqs5z4k5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xjzv1c4rmj5p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/xjzv1c4rmj5p7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1fsqrym5m65r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/1fsqrym5m65r3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d3ey9fecn9phc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/d3ey9fecn9phc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nqcvb8m1h2224 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/nqcvb8m1h2224" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9l1jrmz9dp0yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/9l1jrmz9dp0yb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sql07dttpnsbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/sql07dttpnsbh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ncmxyxxr3rsd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/ncmxyxxr3rsd5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/37lq9ds7bp5zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/37lq9ds7bp5zc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/87ywvqws4p7p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/87ywvqws4p7p1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2zpmdjp8wf4v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/2zpmdjp8wf4v2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x3mgfe7c0zsy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5231 +dcid: "dc/x3mgfe7c0zsy9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gbbe16mqgqed6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/gbbe16mqgqed6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1jvzjt530rcpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/1jvzjt530rcpg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9b6hxtlc3h244 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/9b6hxtlc3h244" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4emjs77nyb4b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/4emjs77nyb4b1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4kvs3v3qmwqh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/4kvs3v3qmwqh4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pfh6gwtxfgdc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/pfh6gwtxfgdc9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p8lglckz4t2x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/p8lglckz4t2x6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8yspgnbwdh9s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/8yspgnbwdh9s3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pg2lbq833qr14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/pg2lbq833qr14" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lkf8k227lsrx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/lkf8k227lsrx2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rtbbnx4yryd26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/rtbbnx4yryd26" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vey6nx3m66mqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/vey6nx3m66mqh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zq8n5f15ghtq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/zq8n5f15ghtq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/88ph919yvlzgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/88ph919yvlzgh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ef8050vch5c22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/ef8050vch5c22" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8br7sbv2p8fj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/8br7sbv2p8fj8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qrph6j70z8nm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/qrph6j70z8nm2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wbblkj3hfbfe8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/wbblkj3hfbfe8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dn5kdf8e7fbfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/dn5kdf8e7fbfh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8h9p893xem7sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/8h9p893xem7sd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dkr8cdtb0evl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/dkr8cdtb0evl" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1g25fsz6pkl77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/1g25fsz6pkl77" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hm1kmv0wmkjw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/hm1kmv0wmkjw8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s8jn2sgbbvk9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/s8jn2sgbbvk9h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s5rt2vt0n8st +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/s5rt2vt0n8st" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b286gqy2grzvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/b286gqy2grzvf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yv4jty0wqg6wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/yv4jty0wqg6wd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ytvnvn52092r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/ytvnvn52092r5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4s7e10xnql99f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/4s7e10xnql99f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/07sm1ryebzcd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/07sm1ryebzcd2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gczhhnqyst9m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/gczhhnqyst9m2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w0np7g82trkxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/w0np7g82trkxf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d2f423cm6mldd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/d2f423cm6mldd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3jnd8c6rvceef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/3jnd8c6rvceef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4wbrzhxlrjt75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/4wbrzhxlrjt75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6msx1lss2ns0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/6msx1lss2ns0c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/leyv1qh89m5r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/leyv1qh89m5r4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w79qx424yp7q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/w79qx424yp7q2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5f609jws9g0qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/5f609jws9g0qf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vbs27wpy6xgk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/vbs27wpy6xgk3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z925sj6r4cswh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/z925sj6r4cswh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y9cyc02cjnjwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/y9cyc02cjnjwc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zyrq44ke49d4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/zyrq44ke49d4c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h2j58wtqjshzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/h2j58wtqjshzf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g1g453fdg4l69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/g1g453fdg4l69" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bw4f7f2s4d8cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/bw4f7f2s4d8cf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cw7sz99gch4w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/cw7sz99gch4w2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6vn4wn17kklr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/6vn4wn17kklr3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c2rk8y9bhm987 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/c2rk8y9bhm987" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dhl6ymlf3dbtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/dhl6ymlf3dbtg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xd77cr5qvppw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/xd77cr5qvppw" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5xh7d3r0wxcld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/5xh7d3r0wxcld" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v7069ywhfe1l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/v7069ywhfe1l8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kbzs0nxmwzqz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/kbzs0nxmwzqz6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hqpw1fw2r170b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/hqpw1fw2r170b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e4dkz3xbpbtbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/e4dkz3xbpbtbb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pz5gy6w4hte2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/pz5gy6w4hte2b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pv6493rmfq355 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/pv6493rmfq355" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y0yphf0b3nnb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/y0yphf0b3nnb7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1hd16sks0g50f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/1hd16sks0g50f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mjffrqx8q45yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/mjffrqx8q45yf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zctpjdnsrryc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/zctpjdnsrryc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yq9s86d0t8xb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/yq9s86d0t8xb2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m3x4tlq19ypg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/m3x4tlq19ypg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vbtn4q5crtlq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/vbtn4q5crtlq6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p6mw7pdq78f4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/p6mw7pdq78f4c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fgs9nb7v7lc18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/fgs9nb7v7lc18" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b656hyrpwn0b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/b656hyrpwn0b3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b6ks1bsb361q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/b6ks1bsb361q" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pftqsbldm5jqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/pftqsbldm5jqf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/21vsme5cqmn28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/21vsme5cqmn28" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/281dnbzvjcld1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/281dnbzvjcld1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dlsxm6ry9yv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/dlsxm6ry9yv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2wz449wnxtl7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/2wz449wnxtl7d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4mn7ppdrehtnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/4mn7ppdrehtnb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/37kphxhsmt459 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/37kphxhsmt459" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lh5m4jdzgzs69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/lh5m4jdzgzs69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j7r0pvdd036h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/j7r0pvdd036h1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ww70tcxh1rxp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/ww70tcxh1rxp2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xczn64gt2ht7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/xczn64gt2ht7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ft3f3vht107g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/ft3f3vht107g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hty9ejshfgwd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/hty9ejshfgwd6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dw5631q4rhp99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/dw5631q4rhp99" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fh88glvr85wk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/fh88glvr85wk6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/501brgjgxwq5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/501brgjgxwq5h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7cs02e2pnmd02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/7cs02e2pnmd02" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y8x63rv55g7q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/y8x63rv55g7q" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3dcwpthkdwsd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/3dcwpthkdwsd3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ze7sfmgc2bpq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/ze7sfmgc2bpq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e2m8rlsnbxk13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/e2m8rlsnbxk13" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6l0kr2lxbevhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/6l0kr2lxbevhh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kdkcpxmdfs0f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/kdkcpxmdfs0f9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fsdz7qhlhyxhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/fsdz7qhlhyxhh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xkm49svyzyy31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/xkm49svyzyy31" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l6118qnnp00w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/l6118qnnp00w1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s8r0kbwrcfh6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/s8r0kbwrcfh6h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gqlfvbn60s53f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/gqlfvbn60s53f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t0qjhwhtfmjv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/t0qjhwhtfmjv5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j0hpf0r3mfm9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/j0hpf0r3mfm9g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j83ltx1gxz5d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/j83ltx1gxz5d4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3874hkv8m773d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/3874hkv8m773d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dpsk6de3752qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/dpsk6de3752qf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c6kd6dgcwqn36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/c6kd6dgcwqn36" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6x2zqhdhx71b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/6x2zqhdhx71b8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qbwh5ch30b5q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/qbwh5ch30b5q1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/33g1chjzw5m97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/33g1chjzw5m97" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v2x66yqfqxrg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/v2x66yqfqxrg6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gkbbmhsd74ep4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/gkbbmhsd74ep4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ez87y3k58b025 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/ez87y3k58b025" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ltcxnj9fv1t5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/ltcxnj9fv1t5b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/npgmdyf5etleg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/npgmdyf5etleg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c1m11eyrf6551 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/c1m11eyrf6551" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9h6y4ve43njcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/9h6y4ve43njcd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vd22wj4m2v4l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/vd22wj4m2v4l3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2nq6sl3h46248 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/2nq6sl3h46248" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/scvs1x1c1n99g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/scvs1x1c1n99g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/390w179tr25gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/390w179tr25gf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rccp6lxvsbrn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/rccp6lxvsbrn8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b6lhwe16w8pvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/b6lhwe16w8pvd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v6dfjrctz0vp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/v6dfjrctz0vp3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hqhqjjpxwln16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/hqhqjjpxwln16" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1hysx339rvs85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/1hysx339rvs85" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hb4tfzxt4r16c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/hb4tfzxt4r16c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tzxv7dgn52xeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/tzxv7dgn52xeh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hedbt17cccynd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/hedbt17cccynd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/93hzcf4bzzkd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/93hzcf4bzzkd1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mm0pfnb47vp27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/mm0pfnb47vp27" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xmgvzm2c313yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/xmgvzm2c313yd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0cd045b5nm0m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/0cd045b5nm0m" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s3ez6rzg67bt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/s3ez6rzg67bt4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xxrc005pjq6d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/xxrc005pjq6d9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jpfjphyg1x3t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/jpfjphyg1x3t" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fq2szejkk5x54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/fq2szejkk5x54" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/17hwd6ww93rh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/17hwd6ww93rh1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k41sfrhp3e4mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/k41sfrhp3e4mb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jlq94kqbb5014 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/jlq94kqbb5014" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/em1y64rxt31j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/em1y64rxt31j9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3vdm3wdx83fz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/3vdm3wdx83fz5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q8jzf04f9pyhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/q8jzf04f9pyhb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hjl7tb24yv0vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/hjl7tb24yv0vc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rsxzvcbqst0n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/rsxzvcbqst0n2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g3wtmgs88gyf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/g3wtmgs88gyf2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/27t8tz81kv5rd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/27t8tz81kv5rd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6y8g2wdsq6ss +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/6y8g2wdsq6ss" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cgw451wfk64p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/cgw451wfk64p7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nt1h4pl6mz3z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/nt1h4pl6mz3z8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/47heny5c26l08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/47heny5c26l08" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wv1kgzx1ws5g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/wv1kgzx1ws5g5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8cr1mv9n57xqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/8cr1mv9n57xqg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3wmk7ydzz3k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/3wmk7ydzz3k2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wxv1sn2yv10cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/wxv1sn2yv10cb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j8kykgce142m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/j8kykgce142m7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bjhvfgyenr3b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/bjhvfgyenr3b3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x9v6lkpw4q7jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/x9v6lkpw4q7jd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/65mz3hr1wt0e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/65mz3hr1wt0e6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qxj3xxe761eh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/qxj3xxe761eh7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rw7v98rhvcf08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/rw7v98rhvcf08" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5yl4h6p012yhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/5yl4h6p012yhd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e7yj9twyfv1t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/e7yj9twyfv1t8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lvdjyf1lsemf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/lvdjyf1lsemf3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1lsvgtzktkyp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/1lsvgtzktkyp3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fj35s4dl0z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/fj35s4dl0z3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f78f7b17w0xtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/f78f7b17w0xtd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3n0fdfwybpbn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541612 +dcid: "dc/3n0fdfwybpbn2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k13q8jeesmpd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/k13q8jeesmpd1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t847vtkz30hz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/t847vtkz30hz5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qcrfz4scwtvcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488190 +dcid: "dc/qcrfz4scwtvcf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hn6l9zp4z4vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/hn6l9zp4z4vd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9h7pq7mfqc3l1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/9h7pq7mfqc3l1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kf8yf9g291st3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/kf8yf9g291st3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pd07pdlm4hmwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/pd07pdlm4hmwh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n5flt2hw053jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562112 +dcid: "dc/n5flt2hw053jh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bgckcgh0m55v +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/bgckcgh0m55v" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vz59xfl9h56x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/vz59xfl9h56x8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w83fqyyfb5eg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/w83fqyyfb5eg5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tp89zebvsvpr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/tp89zebvsvpr3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bvs3fczjd4zrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/bvs3fczjd4zrg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f2k4z8qex0e9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/f2k4z8qex0e9b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/14grlf0y55e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/14grlf0y55e1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gmdjy7ls6n5m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/gmdjy7ls6n5m9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fgwg7qb6c9xe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/fgwg7qb6c9xe9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w84dwbn1kr3q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/w84dwbn1kr3q2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yfqfd00mvdxv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/yfqfd00mvdxv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/npg2d9cp6g7lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/npg2d9cp6g7lg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mfkc2g09501z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/mfkc2g09501z1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hqz5zxqmq0yc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/hqz5zxqmq0yc8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2xehqlk7keg92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/2xehqlk7keg92" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4phgh08l8sv0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/4phgh08l8sv0f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mbkh3jq4e5nsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/mbkh3jq4e5nsg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gppng4gszj7z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/gppng4gszj7z5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/787m577gcq2s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/787m577gcq2s7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xx6s4fp2dd4q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/xx6s4fp2dd4q3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dmbmpjtzz40b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/dmbmpjtzz40b2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tdfzerm8plzd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/tdfzerm8plzd1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xy6fj7vtb9kt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/xy6fj7vtb9kt7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/er43dq8r1nmzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/er43dq8r1nmzb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sy0v0vbmfkt52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/sy0v0vbmfkt52" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qnkprnmewmqxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/qnkprnmewmqxg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ynb9s869053pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/ynb9s869053pc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/30lwm1931rxeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/30lwm1931rxeg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1wn4lh7pfln2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11211 +dcid: "dc/1wn4lh7pfln2d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/11wz8lfvr4vvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/11wz8lfvr4vvb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/23p7cqjzhll43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/23p7cqjzhll43" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tkbm184j7gv66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/tkbm184j7gv66" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f3rknt3vn1cnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/f3rknt3vn1cnh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/emek6jqg6b406 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/emek6jqg6b406" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b6d0jy6ttstxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/b6d0jy6ttstxd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pwb13djq4fvn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/pwb13djq4fvn" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3yrd282pcqms7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/3yrd282pcqms7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hebn2036wr4ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/hebn2036wr4ng" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/882relxgfc9e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/882relxgfc9e2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hgwvxvt5bwv7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/hgwvxvt5bwv7c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p1pbt1ebyj8gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/p1pbt1ebyj8gc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7bvrb3x05z9rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/7bvrb3x05z9rc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/530xshvhp6he9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/530xshvhp6he9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8kgqplmrm7wj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/8kgqplmrm7wj9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7f4hvclkdt2k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/7f4hvclkdt2k2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gn70yyv9qz4pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/gn70yyv9qz4pf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l76n0m7p0ezcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/l76n0m7p0ezcb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n1txprfgmp5bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/n1txprfgmp5bb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/brczzlk7fwgt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/brczzlk7fwgt7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z55z6bh6nwpn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/z55z6bh6nwpn4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0b5v8y9lylns5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/0b5v8y9lylns5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wq6tynenm3tgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/wq6tynenm3tgb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vnplfyng29ns1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/vnplfyng29ns1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k3rv3sdhlv1t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/447110 +dcid: "dc/k3rv3sdhlv1t6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m37nvlm3517lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/m37nvlm3517lb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tjs67cnldsee8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/tjs67cnldsee8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fpj43bpkgt8b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/fpj43bpkgt8b9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ldf57t3hpl7l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/ldf57t3hpl7l2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tdhvzrl0m7sxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721310 +dcid: "dc/tdhvzrl0m7sxb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k1lm21fvefb7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/k1lm21fvefb7d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vjxxbq4kv0ym9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/vjxxbq4kv0ym9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pkbb0wkz94301 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/pkbb0wkz94301" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dms8b27q7pp76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4471 +dcid: "dc/dms8b27q7pp76" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/znjerfn19kw0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/znjerfn19kw0h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mrswz3tkhe1c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/mrswz3tkhe1c6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fv4stjen9df11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/fv4stjen9df11" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bzqfj8x51xp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/bzqfj8x51xp" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2ht68drmpc604 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/2ht68drmpc604" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zqc2hq4g3sq29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/zqc2hq4g3sq29" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zhc0shvl3chjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/zhc0shvl3chjf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8ch5xmerrg6kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/8ch5xmerrg6kb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v5dcs764q9zs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/v5dcs764q9zs9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/38q31wxgth0z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/38q31wxgth0z2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8ge5yx46qwqvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/8ge5yx46qwqvh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xszx1mvzvh861 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/xszx1mvzvh861" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bml4qxsvlbqs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/bml4qxsvlbqs3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r1qb18byn9gnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/r1qb18byn9gnd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v3t32kvxd8qzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/v3t32kvxd8qzh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8z9wkmgvtpnw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/8z9wkmgvtpnw5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q1hzynv5nv29h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/q1hzynv5nv29h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dk7whded7v2f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31171 +dcid: "dc/dk7whded7v2f1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s8qnhw2747rd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/s8qnhw2747rd2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rce1f1dx8qnk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/rce1f1dx8qnk6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q10793jnzf903 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/q10793jnzf903" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m7t0bngw4q6z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/m7t0bngw4q6z6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kvyy7jg9s978f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/kvyy7jg9s978f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9dvf7gpj7mc39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/9dvf7gpj7mc39" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lm72elrk0qz98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/lm72elrk0qz98" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sjsn0yd6vz868 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/sjsn0yd6vz868" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d3yy2twql7mn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/d3yy2twql7mn2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1z239zx8dgc13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/1z239zx8dgc13" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9tpezgbmm08eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/9tpezgbmm08eh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/eq857vp51vxlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/eq857vp51vxlf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bdhfdt1mkj7xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/bdhfdt1mkj7xc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xg6n86lg861cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/xg6n86lg861cc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4nb8r8hyz4ymh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/4nb8r8hyz4ymh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3ldy4qsnetmlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/3ldy4qsnetmlb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v0hb020qttgp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/v0hb020qttgp2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g32mjv5zsq386 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/g32mjv5zsq386" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/84fvxebjbfm87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/84fvxebjbfm87" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mm4p2ket59vl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7212 +dcid: "dc/mm4p2ket59vl1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2zt8hspt5hf52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/2zt8hspt5hf52" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dz48bvz348dc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511210 +dcid: "dc/dz48bvz348dc3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bmzkkwrnek7w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/bmzkkwrnek7w1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v250nybxnq8n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4532 +dcid: "dc/v250nybxnq8n6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c6wvlty0jszwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/c6wvlty0jszwb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bydjzwp1pmeg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/bydjzwp1pmeg6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wzee8mv82skn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/wzee8mv82skn3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h3szcf0pv0t32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/h3szcf0pv0t32" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xflyf8ybj6m0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485510 +dcid: "dc/xflyf8ybj6m0d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1zmmkmx1q55hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/1zmmkmx1q55hg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jnt2979jz062b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/jnt2979jz062b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p4e9jk6m67725 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23822 +dcid: "dc/p4e9jk6m67725" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1rbs376jes3q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7213 +dcid: "dc/1rbs376jes3q7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cp575k1kvw9lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/cp575k1kvw9lb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ql3pfy5n5y0f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/ql3pfy5n5y0f9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/97f8bs1qqlnk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/97f8bs1qqlnk5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wdxgg8mx68gt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/wdxgg8mx68gt2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/72tmzq31lvf4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/72tmzq31lvf4c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wnhf8k69pdblb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/wnhf8k69pdblb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kfmp7xgg9eepb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48819 +dcid: "dc/kfmp7xgg9eepb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/17kwx076wzrv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/17kwx076wzrv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b59cr09t9mwq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/b59cr09t9mwq2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vc296cm34w4vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/vc296cm34w4vb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8s2r49pc5dtq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61142 +dcid: "dc/8s2r49pc5dtq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qgccpptbr9hbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/qgccpptbr9hbf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/841xe7lexhf7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/841xe7lexhf7f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l52vtd248f218 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/l52vtd248f218" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pf73vxq9fm2x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/pf73vxq9fm2x" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dppnlz81z7x11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/dppnlz81z7x11" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zrqf3v1436k43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/zrqf3v1436k43" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nhsyqd00etlnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/nhsyqd00etlnc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t7xcyjpcbx2c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562 +dcid: "dc/t7xcyjpcbx2c5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ewk0cc2rx38p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325 +dcid: "dc/ewk0cc2rx38p5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yqxe9gck4t5jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/yqxe9gck4t5jh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bc0vh1675yx7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/bc0vh1675yx7f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/btent7zc103v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446199 +dcid: "dc/btent7zc103v7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t1s7eh6tywy33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/t1s7eh6tywy33" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l16s3n8fwdv44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/l16s3n8fwdv44" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gxv7fyzcbeclc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/gxv7fyzcbeclc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ccwrrrq5htyvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/ccwrrrq5htyvh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0myk2q4k8474d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/0myk2q4k8474d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2p5es12pr9bt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5414 +dcid: "dc/2p5es12pr9bt9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k0g8l2jt7kv92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/k0g8l2jt7kv92" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yq13y5542cce9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/yq13y5542cce9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n4sv3y7q2zknd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/n4sv3y7q2zknd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jetpm9k432xf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/jetpm9k432xf9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b77rw0jvtz017 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/b77rw0jvtz017" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/05xh4rwc7r594 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/05xh4rwc7r594" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jvpwqkx3deszf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/447 +dcid: "dc/jvpwqkx3deszf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cns36mtqh1gj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/cns36mtqh1gj" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jxxdplh1my6pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/jxxdplh1my6pc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e8qtkwej0bjq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/e8qtkwej0bjq5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v2m0rgc4qbks5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/v2m0rgc4qbks5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zejx0wybpw1s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/zejx0wybpw1s8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eg9dhp8syhwb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/eg9dhp8syhwb9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rkzskwc1flmb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/rkzskwc1flmb5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d6g08wd0qg2t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/d6g08wd0qg2t9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/type7503hhl9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/type7503hhl9d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/le5hwtmq15ny7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/le5hwtmq15ny7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f3wz3sm6v55m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/f3wz3sm6v55m2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1htxv7jrndz81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/1htxv7jrndz81" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gwt09s8efcd8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/gwt09s8efcd8g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5852wpf8ppyn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/5852wpf8ppyn3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wvrfxbevh6kx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/wvrfxbevh6kx9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yppx61j65h8s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/yppx61j65h8s4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yk0wv904hsyhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/yk0wv904hsyhd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/txnqyyj3v1hs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/txnqyyj3v1hs5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m15yxczh3eg9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541214 +dcid: "dc/m15yxczh3eg9g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/flw8xecw1swqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/flw8xecw1swqd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0zymspeel29cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/0zymspeel29cb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/de2rctkdfjt7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/de2rctkdfjt7c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k161jcw2jzz41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/k161jcw2jzz41" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ctvj166ccj2f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112 +dcid: "dc/ctvj166ccj2f5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c4qnkc8mvysp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71121 +dcid: "dc/c4qnkc8mvysp1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ctt23kjzte4vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/ctt23kjzte4vh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l0ccks4wqlny6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611513 +dcid: "dc/l0ccks4wqlny6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s7zr0fbz016fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/s7zr0fbz016fb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jejgbk18rx1ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/jejgbk18rx1ec" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/564mq1f8z8y21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11331 +dcid: "dc/564mq1f8z8y21" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yx6n9pd0232rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/yx6n9pd0232rh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c9x11gn7rfz65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/c9x11gn7rfz65" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bk6e9zkmhhtk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/bk6e9zkmhhtk" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gzny7e6r1qe5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/gzny7e6r1qe5b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mxqy299w7dh9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/mxqy299w7dh9f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nv24r8c6jqbzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/nv24r8c6jqbzg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m2v73jgfrsn15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/m2v73jgfrsn15" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/blmylew8h3re6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/blmylew8h3re6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/efk466mj1xf5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/efk466mj1xf5d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0fmerz2ewqsg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/0fmerz2ewqsg6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9xry4xs7r5m27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721120 +dcid: "dc/9xry4xs7r5m27" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yjm4ps3dr5yb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/yjm4ps3dr5yb4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/elf9pb67n44g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/elf9pb67n44g4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/llk4ynz3x9cj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/llk4ynz3x9cj5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0lty82txyz1s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/0lty82txyz1s4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f67jbkd0jhqph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/f67jbkd0jhqph" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wy7kk8slld8kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/wy7kk8slld8kh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nl9wnzerq54t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44711 +dcid: "dc/nl9wnzerq54t9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m5875gw9dgv03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4529 +dcid: "dc/m5875gw9dgv03" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xxf4vqv20c9n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/xxf4vqv20c9n3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/295vn93nr4757 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/295vn93nr4757" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2nqz7j0fq5cj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/2nqz7j0fq5cj6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9gf20r4gjppwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811219 +dcid: "dc/9gf20r4gjppwg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x6bhqy0dpnpq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1119 +dcid: "dc/x6bhqy0dpnpq9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m28n4srtrdd8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56111 +dcid: "dc/m28n4srtrdd8c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g29x8hvdel2rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/g29x8hvdel2rc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r4xsey7k7n824 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/r4xsey7k7n824" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rpwk8vr7svys9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/rpwk8vr7svys9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yhdcf2fl82sy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/yhdcf2fl82sy" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n00d2gs2g1k09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4855 +dcid: "dc/n00d2gs2g1k09" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5519bk4pqjyp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/5519bk4pqjyp2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9d6y1skd89jn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/9d6y1skd89jn2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p2n9sd2kx534 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/p2n9sd2kx534" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t1tmqgc63b73h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72131 +dcid: "dc/t1tmqgc63b73h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/18psr1287z3w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1133 +dcid: "dc/18psr1287z3w3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/94pvmw86qmcs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45399 +dcid: "dc/94pvmw86qmcs1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kw14d8rwv4pg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/kw14d8rwv4pg8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qy0xm5ve23vn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483 +dcid: "dc/qy0xm5ve23vn" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y1xmr43qmrzy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454 +dcid: "dc/y1xmr43qmrzy4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2818x5pd6g241 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/2818x5pd6g241" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fehtjf54qsz8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/fehtjf54qsz8d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qw76zesqb6s0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3117 +dcid: "dc/qw76zesqb6s0c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jkphff79xxrx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11321 +dcid: "dc/jkphff79xxrx8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pb02v6xtfrcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/pb02v6xtfrcb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qgnc8k271lk1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/qgnc8k271lk1d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dx3lpch1vbd8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/dx3lpch1vbd8f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x1s9cr8nln17g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/x1s9cr8nln17g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9qx41rfw7y812 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811212 +dcid: "dc/9qx41rfw7y812" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2cm4v8y3hc5h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1121 +dcid: "dc/2cm4v8y3hc5h9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sh07h5y5p490g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/sh07h5y5p490g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2nt9jd0k8w3q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/2nt9jd0k8w3q3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gpdwe9c5vwemb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/gpdwe9c5vwemb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/snnjsfdl0l97h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721211 +dcid: "dc/snnjsfdl0l97h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cg71g4zp71te4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/cg71g4zp71te4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dkp8e3c005p4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/dkp8e3c005p4f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sfqdz31yv58vb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/sfqdz31yv58vb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/st6sylqz0kbz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/st6sylqz0kbz" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f69fec2ns37r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/f69fec2ns37r9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zwq73ltkhhtqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/zwq73ltkhhtqg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/plzdcbjs3141b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7112 +dcid: "dc/plzdcbjs3141b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6vqbl4tfh459f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/6vqbl4tfh459f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/377n1kmtrblg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/377n1kmtrblg7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y456vjvs8edxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/y456vjvs8edxg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wke68kgexxn66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/wke68kgexxn66" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x0v67g55628t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/x0v67g55628t3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jzqx4fpspnfg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/jzqx4fpspnfg9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4ms4j7y88fm61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71131 +dcid: "dc/4ms4j7y88fm61" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z0bzh8ebgbt4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/z0bzh8ebgbt4b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zwtqxxtmld1wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/zwtqxxtmld1wb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6z323zrhfgcy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71213 +dcid: "dc/6z323zrhfgcy7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f07e8t98lmlq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5611 +dcid: "dc/f07e8t98lmlq6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lj62lvt7tk20c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/lj62lvt7tk20c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/syr9ecw26qzeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/syr9ecw26qzeb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2436hfhdk62w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/2436hfhdk62w7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pkknj4gq0sl4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/pkknj4gq0sl4h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q2nxmdmrr1y2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/q2nxmdmrr1y2c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s53wf9wxh530b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/s53wf9wxh530b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xrhzxen96663d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72121 +dcid: "dc/xrhzxen96663d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/et910p0505305 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5622 +dcid: "dc/et910p0505305" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hsw3et64m9kkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/hsw3et64m9kkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d2tvyn0ckl3v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48551 +dcid: "dc/d2tvyn0ckl3v3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s36dgk4ns56n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/s36dgk4ns56n9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6n0wsfynelwsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/6n0wsfynelwsd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ctev7958mx74f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237120 +dcid: "dc/ctev7958mx74f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/crp8ew7t0hj43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23712 +dcid: "dc/crp8ew7t0hj43" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kx9m9l07pbz5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/kx9m9l07pbz5b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yb4yyg5lksm1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4451 +dcid: "dc/yb4yyg5lksm1f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kjxvt014lsxsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51121 +dcid: "dc/kjxvt014lsxsc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/etg1ds5wxte6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/etg1ds5wxte6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hdee95m3slz11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/hdee95m3slz11" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0pfrrlc8l0b41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/0pfrrlc8l0b41" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rn88mq2j2mgwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/rn88mq2j2mgwc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xy3rv4h5d6gxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711310 +dcid: "dc/xy3rv4h5d6gxb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k3ny0z4bydvs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/k3ny0z4bydvs5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d6sm203sx9597 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56221 +dcid: "dc/d6sm203sx9597" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/knhvx1952tdqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/knhvx1952tdqb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7z6se2hrpxk82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/7z6se2hrpxk82" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qvps9hdmyxtdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/qvps9hdmyxtdd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yfx51tjwntdr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/yfx51tjwntdr" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n44bpyts0812h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236115 +dcid: "dc/n44bpyts0812h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9t877ny4rgcqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53112 +dcid: "dc/9t877ny4rgcqf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ms20nzkfrg2mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445120 +dcid: "dc/ms20nzkfrg2mf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/egs251zk7gpk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/egs251zk7gpk3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4w6vx40q3xt5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/4w6vx40q3xt5d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rxgrtf21637k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515120 +dcid: "dc/rxgrtf21637k8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/63jzvg9y0sn13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5112 +dcid: "dc/63jzvg9y0sn13" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3m809t4cy0dmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/3m809t4cy0dmf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8yz3lzplek8cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11311 +dcid: "dc/8yz3lzplek8cg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vjpelpp6vksy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/vjpelpp6vksy9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4hggenpblf373 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113210 +dcid: "dc/4hggenpblf373" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c8dfz96k60vh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541430 +dcid: "dc/c8dfz96k60vh2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0tn6yr6wq2xv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/0tn6yr6wq2xv4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/954n3yb34nj65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/954n3yb34nj65" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g502my3n4js32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/g502my3n4js32" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dl4z64xt6s48f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/dl4z64xt6s48f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xsmz5mkdww4s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/xsmz5mkdww4s3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v82k7zlssdgef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/v82k7zlssdgef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mxjwm9qpl7rxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44512 +dcid: "dc/mxjwm9qpl7rxg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g1q0ljf86ml8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711510 +dcid: "dc/g1q0ljf86ml8d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3ryj15vrdbghb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481 +dcid: "dc/3ryj15vrdbghb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qjgs5hpztpmhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/qjgs5hpztpmhg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z6m1cl114gdj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/z6m1cl114gdj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dgev7pz79tp94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311 +dcid: "dc/dgev7pz79tp94" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vjx767pjx0ff3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71151 +dcid: "dc/vjx767pjx0ff3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zrv3f1x8bds1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611420 +dcid: "dc/zrv3f1x8bds1c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mk0zr3jvpy94b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53119 +dcid: "dc/mk0zr3jvpy94b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9r004gdyjwrfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113110 +dcid: "dc/9r004gdyjwrfc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4snv4ft1xvqyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321113 +dcid: "dc/4snv4ft1xvqyd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/760xhjwtbhcw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562212 +dcid: "dc/760xhjwtbhcw2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yj15r9j0l780h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452 +dcid: "dc/yj15r9j0l780h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3j63r4ln0egz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/3j63r4ln0egz" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3vly9tsqrd9w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/3vly9tsqrd9w4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1h6f2l349dm24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/1h6f2l349dm24" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mzydlv4r0r7l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/mzydlv4r0r7l3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l6p34qrzf2bv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531390 +dcid: "dc/l6p34qrzf2bv3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3clh9rpb3yzyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92812 +dcid: "dc/3clh9rpb3yzyd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sthpn1wqqb34d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531120 +dcid: "dc/sthpn1wqqb34d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h1dswsl3jvrq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54143 +dcid: "dc/h1dswsl3jvrq4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/necy2f23hecv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53139 +dcid: "dc/necy2f23hecv8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/36ryclcylhtcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7115 +dcid: "dc/36ryclcylhtcg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/swlw0vpe3n366 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/swlw0vpe3n366" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lkppwsrmj5lm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321 +dcid: "dc/lkppwsrmj5lm2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kbdm9zh2sw59h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1132 +dcid: "dc/kbdm9zh2sw59h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sr7c885gp81f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/sr7c885gp81f2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j3ejbdgp5vqxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/113310 +dcid: "dc/j3ejbdgp5vqxf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kvnc9gyp8snzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811213 +dcid: "dc/kvnc9gyp8snzh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v2mm1386bjgec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531190 +dcid: "dc/v2mm1386bjgec" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/24thnfk8pwqm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7131 +dcid: "dc/24thnfk8pwqm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kdsf5txvfcz7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561439 +dcid: "dc/kdsf5txvfcz7h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ted6r24f61kp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112111 +dcid: "dc/ted6r24f61kp7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r1t1j275zlx57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453220 +dcid: "dc/r1t1j275zlx57" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f33te6s32jnx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/113 +dcid: "dc/f33te6s32jnx1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r9hv8lb0nkemd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1131 +dcid: "dc/r9hv8lb0nkemd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hq6hvj22b1pkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/928120 +dcid: "dc/hq6hvj22b1pkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yqq66z61wl2g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/712130 +dcid: "dc/yqq66z61wl2g9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3lgllmls2c8bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336 +dcid: "dc/3lgllmls2c8bd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qde84vrj25tgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56143 +dcid: "dc/qde84vrj25tgd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j67wlxfe0h8b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311712 +dcid: "dc/j67wlxfe0h8b9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t21b9t13jsxx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561110 +dcid: "dc/t21b9t13jsxx" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4cszl9gbsf3e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/4cszl9gbsf3e2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tnf5jh3dl0qfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45322 +dcid: "dc/tnf5jh3dl0qfd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8s2prk8z5t8e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/8s2prk8z5t8e3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p30kp5sr7jncf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51512 +dcid: "dc/p30kp5sr7jncf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y2ceqxgjzc0h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/y2ceqxgjzc0h9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kdw0rbwk4mxc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/kdw0rbwk4mxc9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gkp2fzsbbpq55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621511 +dcid: "dc/gkp2fzsbbpq55" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k7676p27lxnl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561599 +dcid: "dc/k7676p27lxnl1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e1xlc8lhklsn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5242 +dcid: "dc/e1xlc8lhklsn9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ys0q4rd8bgm6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72112 +dcid: "dc/ys0q4rd8bgm6g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e6scxjr2hpmxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/e6scxjr2hpmxc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rtmlgfng9988b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722 +dcid: "dc/rtmlgfng9988b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ljs4q4hqxjnr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/ljs4q4hqxjnr1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rfvstqv67wn1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/rfvstqv67wn1d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fcpfdy7dlxsdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/fcpfdy7dlxsdc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bkmmcgz90k7ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/bkmmcgz90k7ld" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cvg3005q06gfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561421 +dcid: "dc/cvg3005q06gfg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kmqcx064zx597 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/kmqcx064zx597" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tfghddw1ryzz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/tfghddw1ryzz4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t63y6zxnj3wgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/t63y6zxnj3wgd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ech9wwv2rlz76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522293 +dcid: "dc/ech9wwv2rlz76" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jg43h12vmjze1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/jg43h12vmjze1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7w9m4mpq01tk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/7w9m4mpq01tk3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lyptqnhqysqj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/lyptqnhqysqj" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7zbd8srj5j0tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/7zbd8srj5j0tc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hpzg2nwjm8sk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/hpzg2nwjm8sk6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rft14sg4qv7p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/rft14sg4qv7p2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sksp4del0k9d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/sksp4del0k9d5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9e2r9qf7cq3q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/9e2r9qf7cq3q5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rn7hzmxb4xqmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/rn7hzmxb4xqmd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p2kt2zth09hzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/p2kt2zth09hzf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r3cemh44t6h54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/r3cemh44t6h54" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/495t0ysr45s4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/495t0ysr45s4d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d2jfhevpbj1zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/d2jfhevpbj1zh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mqbwv17rfxzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/mqbwv17rfxzh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mhwq7zrgdffr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/mhwq7zrgdffr6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1lkhddxxxxv25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/1lkhddxxxxv25" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vy4xll942y0bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/vy4xll942y0bh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5tfvsg9791kzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/5tfvsg9791kzb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/npqyj8x3tgvz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/npqyj8x3tgvz2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t0phkbr4z3794 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/t0phkbr4z3794" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pkfgt12nf9gt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/pkfgt12nf9gt5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/05vdel6blfyr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/05vdel6blfyr2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9jl38cgbqxf98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/9jl38cgbqxf98" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/21513nhydkhv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/21513nhydkhv4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b2xvg1tdjb658 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/b2xvg1tdjb658" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z9ys32qdnt2lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/z9ys32qdnt2lc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zg403qzh089kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/zg403qzh089kh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yjygt1fppr3z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/yjygt1fppr3z" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3f0mg9qlx3z9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/3f0mg9qlx3z9g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fb0yfhkql79lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/fb0yfhkql79lh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7snt5jvxdhdc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/7snt5jvxdhdc6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3wgkjp16cbq4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/3wgkjp16cbq4b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xzkfh98kkty24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/xzkfh98kkty24" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hgsg0k88jsnj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/hgsg0k88jsnj1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3dn9xfvdw7gc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/3dn9xfvdw7gc9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r6nshynvjtyy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/r6nshynvjtyy7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2qk5qkd6m45q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/2qk5qkd6m45q4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h7hyn253h1s47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/h7hyn253h1s47" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gkhkj26ddr50f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/gkhkj26ddr50f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tcc3znjk00rsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/tcc3znjk00rsg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2v97b22e1vf8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/2v97b22e1vf8f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dwkzls78dk7wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/dwkzls78dk7wc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ntjzdkzybjrt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/ntjzdkzybjrt1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/snrh9vkjytl7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/snrh9vkjytl7f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bxs7m35xhsbf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/bxs7m35xhsbf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l9cw5qzzw257c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/l9cw5qzzw257c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yn8chtnwn4w6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/yn8chtnwn4w6c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6z12erddd6wy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/6z12erddd6wy8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d247ptl7smvld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/d247ptl7smvld" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lzl0yd8t98377 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/lzl0yd8t98377" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nmsqwpeg8287d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/nmsqwpeg8287d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6f0j2q12v598b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/6f0j2q12v598b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dhpvh4dbhnk98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/dhpvh4dbhnk98" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/97kcseph8xlh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/97kcseph8xlh3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4s5d24ljdv6td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/4s5d24ljdv6td" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qpgqezx0hj2jb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/qpgqezx0hj2jb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wzn1rz3xt10s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/wzn1rz3xt10s7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7mzsvfdl1h3d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/7mzsvfdl1h3d6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sghnrmy9qkhmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/sghnrmy9qkhmd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/25sj4e8p3sfk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/25sj4e8p3sfk8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t2cn9esdb3el1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/t2cn9esdb3el1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z3bpznt3e6l7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/z3bpznt3e6l7h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vwzxnpgmlz77d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/vwzxnpgmlz77d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6wy93bs47g9v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/6wy93bs47g9v1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9cb4hpvy8lp79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/9cb4hpvy8lp79" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/khkcnsx346xn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/khkcnsx346xn6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vfs8sgwegrvl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/vfs8sgwegrvl3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vp2cjt0dr8vs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/vp2cjt0dr8vs4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ply41fq413y35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/ply41fq413y35" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hpqkes8xefx89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/hpqkes8xefx89" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/032e7zfhhthnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/032e7zfhhthnf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kcyeskvbfnvvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/kcyeskvbfnvvd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l3sdyg356x1d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/l3sdyg356x1d4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fnck56nnkxqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/fnck56nnkxqg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dq15n170qwgx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/dq15n170qwgx5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g33719y8ms1c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/g33719y8ms1c3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xx7dqs9y8gn96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/xx7dqs9y8gn96" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s006wy292jzjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/s006wy292jzjf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s15n71eh6gbbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/s15n71eh6gbbb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/39rpevk3t3c7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/39rpevk3t3c7d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sxl5tt32z4yv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/sxl5tt32z4yv3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lw019m167z502 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/lw019m167z502" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l047pqsvesr62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/l047pqsvesr62" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wdj7mcq5kzq56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/wdj7mcq5kzq56" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ywhr9lxkjtr69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/ywhr9lxkjtr69" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/elp26e950x754 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/elp26e950x754" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qx8j6kggwtb62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/qx8j6kggwtb62" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k7klvbw3f4yh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/k7klvbw3f4yh4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9mqd5lwzygm89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/9mqd5lwzygm89" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3rtt9t3hw0dhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/3rtt9t3hw0dhc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/28b55xpp93lq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/28b55xpp93lq1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vx4jem0dcd3h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/vx4jem0dcd3h5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lwht4q2nl1tz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/lwht4q2nl1tz5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1fywbhhh93d82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/1fywbhhh93d82" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4g5t8fk7w7ly3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/4g5t8fk7w7ly3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t34rqecl712yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/t34rqecl712yc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/swryw7cynzbzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5419 +dcid: "dc/swryw7cynzbzg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dkvm6qqcpvrkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/dkvm6qqcpvrkd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jt7nd2xpx604b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48849 +dcid: "dc/jt7nd2xpx604b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3pmm4jglj6e1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/3pmm4jglj6e1g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/clx95ywwvv6n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/clx95ywwvv6n5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cy9mxvy67j4v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/cy9mxvy67j4v1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v875yrepjygg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48821 +dcid: "dc/v875yrepjygg9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n2wgeyxnblrjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/n2wgeyxnblrjc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/03re5crh41zf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/03re5crh41zf7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b50z0rt4mjkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/b50z0rt4mjkc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2ytxh6s46fnw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92215 +dcid: "dc/2ytxh6s46fnw4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nczvkbh3el3j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/nczvkbh3el3j4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jwk2nw80w88b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/jwk2nw80w88b8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qy9p0jebl91d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/qy9p0jebl91d1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7gs2f9drhetld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/7gs2f9drhetld" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5yermze7elvq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/5yermze7elvq7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p6tsjew2q3bxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/p6tsjew2q3bxg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qpxlh0jd6pql5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/qpxlh0jd6pql5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q1pen4jyvgrp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/q1pen4jyvgrp" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/801228dmv70m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/801228dmv70m6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q07b5w7evp5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/q07b5w7evp5d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tqqb5739rfjt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/tqqb5739rfjt3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pvf59cmh8kkc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/pvf59cmh8kkc1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v0bc0jd078zd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/v0bc0jd078zd8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9r7x7zkfp1347 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/9r7x7zkfp1347" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kkkj3jqbg5ef7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/kkkj3jqbg5ef7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4g1kvqnld5gc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/4g1kvqnld5gc3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jzmekblrz73g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/jzmekblrz73g3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9q9xhmgcyk859 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4884 +dcid: "dc/9q9xhmgcyk859" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q05nvtc0zpm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/q05nvtc0zpm6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t3vjcrxx3lvxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/t3vjcrxx3lvxg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m7rn45k5s9ym2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/m7rn45k5s9ym2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p4eb89hl1b2w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/p4eb89hl1b2w" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x5j2xn5tyvvv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4841 +dcid: "dc/x5j2xn5tyvvv1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kmgz606s93cz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/kmgz606s93cz4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ppesn74t83myg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/ppesn74t83myg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n34kzelf87c7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/n34kzelf87c7f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cr64pb7vhyqec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/cr64pb7vhyqec" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dykp659gv36x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/dykp659gv36x8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6383cwjjkmd33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/6383cwjjkmd33" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ecvxb1yjmt3y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/ecvxb1yjmt3y3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yzdcbb88fnjmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/yzdcbb88fnjmf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sv4vtgvfr8n41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54182 +dcid: "dc/sv4vtgvfr8n41" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/89cej80lylb4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56161 +dcid: "dc/89cej80lylb4h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y8p59p7pftn0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/y8p59p7pftn0f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cjbkekd4xtjh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/cjbkekd4xtjh1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/64wgpf6c3cbv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493110 +dcid: "dc/64wgpf6c3cbv4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c1f7hg4yetzgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/c1f7hg4yetzgf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jxzsm9hvk88mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/jxzsm9hvk88mb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fgy7zlfwbnw75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488210 +dcid: "dc/fgy7zlfwbnw75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b0ps8f0zz96xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/b0ps8f0zz96xg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vdmed9q3l7657 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/vdmed9q3l7657" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hktjnczclmtsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/hktjnczclmtsd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hgr1l2p4ljk59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52311 +dcid: "dc/hgr1l2p4ljk59" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/emggtxg2bzr2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/emggtxg2bzr2h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dyvfgqz0s5128 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5616 +dcid: "dc/dyvfgqz0s5128" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9tl04b7vxwbhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/9tl04b7vxwbhb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7ehhsxz4fbxq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811111 +dcid: "dc/7ehhsxz4fbxq" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lm1663w2pdlw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/lm1663w2pdlw4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7tb6mg8syz10b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4882 +dcid: "dc/7tb6mg8syz10b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sdm2xm66z3rwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/922150 +dcid: "dc/sdm2xm66z3rwf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wvp3fm8n65dqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/wvp3fm8n65dqg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/41nf0mdmb3015 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/41nf0mdmb3015" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/twsg85x2c6835 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488490 +dcid: "dc/twsg85x2c6835" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/czwkjb7zbfj2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/czwkjb7zbfj2h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1qlq6rkp0ytz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/1qlq6rkp0ytz7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mr395hwjwwwd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/mr395hwjwwwd9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v2vvjy7dcyl42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/v2vvjy7dcyl42" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f15rp0cz16t9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/f15rp0cz16t9c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sswgy8v587sm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/sswgy8v587sm1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r7w4zqjrqx085 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/r7w4zqjrqx085" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3ctvst6e0pql9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8111 +dcid: "dc/3ctvst6e0pql9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5g3t6v53258x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523110 +dcid: "dc/5g3t6v53258x4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wt2zk5jn470kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/wt2zk5jn470kd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bvkm079vz22e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/bvkm079vz22e" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7ldmh9e0j9eh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/7ldmh9e0j9eh2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y29hm65l1v6r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3363 +dcid: "dc/y29hm65l1v6r8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vph4fzjmb3vx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/vph4fzjmb3vx8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rmm7xn1nfv09g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/rmm7xn1nfv09g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kyy6v1f44yxf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/kyy6v1f44yxf3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7qqhqsv6x9w21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/7qqhqsv6x9w21" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5z4d67kdp2rs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49311 +dcid: "dc/5z4d67kdp2rs2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f2vr1t7fke9vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/f2vr1t7fke9vh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hw7xb3c960fnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81111 +dcid: "dc/hw7xb3c960fnh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gz4whz5bdffx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541820 +dcid: "dc/gz4whz5bdffx2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cpjwe222fzk3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/cpjwe222fzk3h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jy5yg74wpggnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/jy5yg74wpggnf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ghms6kkdvwyc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561612 +dcid: "dc/ghms6kkdvwyc4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/10yj45ghkqg1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/10yj45ghkqg1d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9rm46d6relzkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/9rm46d6relzkd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0gpvp8h1z0qdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/0gpvp8h1z0qdd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3pmnh46zlk7j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453991 +dcid: "dc/3pmnh46zlk7j7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pcs738g9cdj2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/pcs738g9cdj2f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yd9k702211fy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/yd9k702211fy8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2ccpbvlxt4gg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/2ccpbvlxt4gg5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p6j4e8v5v4bj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/p6j4e8v5v4bj5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nyzenthv2fkr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/nyzenthv2fkr8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ln0kjsh5dvfgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/ln0kjsh5dvfgc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m7xr35tll49r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/m7xr35tll49r1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7tnv5h9g11np8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/7tnv5h9g11np8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4hj943v4mr3pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/4hj943v4mr3pf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/swtfzfrsp97e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/swtfzfrsp97e1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v8b3hkwksfpxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/v8b3hkwksfpxh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j25yhk6v65p6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11531 +dcid: "dc/j25yhk6v65p6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/73r2qebwnf53d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1153 +dcid: "dc/73r2qebwnf53d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e9qn8d582bvcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/e9qn8d582bvcf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s1fjpecpy4kf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/s1fjpecpy4kf4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9mkyrv0y0c2eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115310 +dcid: "dc/9mkyrv0y0c2eg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lgqbvgtr84wd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/lgqbvgtr84wd3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6j3qn609jet54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/6j3qn609jet54" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nch8dee4m1nh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/nch8dee4m1nh3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/402phtnvzj523 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/402phtnvzj523" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jg5cnknv0fcvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/jg5cnknv0fcvg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q31z0h0ptn0n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/q31z0h0ptn0n5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f644g6pj6hh7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/f644g6pj6hh7h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4rkc55qyp07s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/4rkc55qyp07s4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9cj76b9548hc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/9cj76b9548hc1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ywdwm10hycy1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/ywdwm10hycy1c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rz891313yzcj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54136 +dcid: "dc/rz891313yzcj3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6r5bn79w4196d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541360 +dcid: "dc/6r5bn79w4196d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nd63j42ym63s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/nd63j42ym63s4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0583j08zetr8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/0583j08zetr8g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tf7thlr540jx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/tf7thlr540jx6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rxw7czv2m8x74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/rxw7czv2m8x74" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r13l672fr98yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/r13l672fr98yd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fktwwqpd6my72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/fktwwqpd6my72" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1z5g6qcymhdgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/1z5g6qcymhdgc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/20g9njrwq5wvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/20g9njrwq5wvf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/whs90jmlz1df6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/whs90jmlz1df6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kmsmwmnnc5fy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/kmsmwmnnc5fy3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rpz3qec4zctt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/rpz3qec4zctt5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4l14kl6hh9k45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/4l14kl6hh9k45" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cb7646j9w04hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/cb7646j9w04hd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/50fnp3kd9f3tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/50fnp3kd9f3tg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h2rj23lj0yyt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/h2rj23lj0yyt1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2vkwvxpdr7edb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/2vkwvxpdr7edb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bq4rgj71mx72g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/bq4rgj71mx72g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1h56leg3vght +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/1h56leg3vght" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rwtnl728glwt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/rwtnl728glwt1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p6v3mkvk29zf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/p6v3mkvk29zf8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/27gq649ltggtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/27gq649ltggtc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qmtvs5cyplh77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62191 +dcid: "dc/qmtvs5cyplh77" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bcxvb566qr907 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/bcxvb566qr907" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t94p58nl8g1x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31131 +dcid: "dc/t94p58nl8g1x5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hcjemr4kk5h0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3113 +dcid: "dc/hcjemr4kk5h0h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6w9q0c23sq0c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/6w9q0c23sq0c6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7fptvt7zjhyx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6219 +dcid: "dc/7fptvt7zjhyx7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fq27byjky96v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621910 +dcid: "dc/fq27byjky96v2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8v4he9ymxs0sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/8v4he9ymxs0sb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/469gwvycc0pkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/469gwvycc0pkg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zg4jc9v25q0n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/zg4jc9v25q0n2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w7d7e4y8hkcmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5121 +dcid: "dc/w7d7e4y8hkcmg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s09t2r7n7lt5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/s09t2r7n7lt5g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rkegym1v92exb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/rkegym1v92exb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0jy5kqcnsrjs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/0jy5kqcnsrjs3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1ljp55gwktz38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/1ljp55gwktz38" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6p3mt97hqydp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/6p3mt97hqydp9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y4ddszpwy06n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/y4ddszpwy06n8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rh28s50h2j814 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/rh28s50h2j814" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ljkvfk6dpvwg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/ljkvfk6dpvwg6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fp830bql8wsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/fp830bql8wsd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wr9re06l3gerh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/wr9re06l3gerh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3214qctbzh811 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/3214qctbzh811" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7rbmgs9gv7j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/7rbmgs9gv7j2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9l5jpf0ekzr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/9l5jpf0ekzr4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/66jw8lkfrbst7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/66jw8lkfrbst7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lm875pv42l8s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/lm875pv42l8s3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7rwqbt2e3dxph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/7rwqbt2e3dxph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fjwgx6fj5eweb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/fjwgx6fj5eweb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t7cj6m8439te7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/t7cj6m8439te7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hs10bwqgqwvh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/hs10bwqgqwvh7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0rsxyy1d128g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/0rsxyy1d128g2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/00wrvxhe8fqt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/00wrvxhe8fqt3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wbwz9pzp8dm26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/wbwz9pzp8dm26" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n8lwmc9pv9667 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/n8lwmc9pv9667" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j2gler3d9h01h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/j2gler3d9h01h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n3w078jetr2yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/n3w078jetr2yh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tzp9qy3gn3c06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/tzp9qy3gn3c06" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/08fmglqsg9qc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/08fmglqsg9qc4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/24fqvp4d8kf6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/24fqvp4d8kf6c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fnhmh45fqenph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/fnhmh45fqenph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x3mej7enl53v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/x3mej7enl53v8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g6yec3mftw167 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/g6yec3mftw167" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/crlk32f5e9eg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44121 +dcid: "dc/crlk32f5e9eg9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jwrerffz4x97d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/jwrerffz4x97d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sg46pbzdvcq84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4412 +dcid: "dc/sg46pbzdvcq84" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2z1t2zhpr97m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/2z1t2zhpr97m1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/382s6w0gp5945 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/382s6w0gp5945" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h8m7n4ehyecsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443111 +dcid: "dc/h8m7n4ehyecsd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0ee5kc5kynbef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/0ee5kc5kynbef" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tdqew1yv18kjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/tdqew1yv18kjh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/twvhg1ehv9n63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/twvhg1ehv9n63" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/89z1wzt1h3xxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/89z1wzt1h3xxf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6x8xe10n1h502 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/6x8xe10n1h502" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wwnnk7vbtt9gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/wwnnk7vbtt9gd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/513wj0sfc8b54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/513wj0sfc8b54" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l4yysn6je30n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/l4yysn6je30n9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/djvt82ybbs7j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/djvt82ybbs7j4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/92fc6hv7pfl9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/92fc6hv7pfl9f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tzgk8fe729th2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4431 +dcid: "dc/tzgk8fe729th2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9zrl9r6l9wgkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/9zrl9r6l9wgkc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5h3htwyks7tfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/5h3htwyks7tfc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3vn71yzg4n7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44311 +dcid: "dc/3vn71yzg4n7d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2l3mvd5eyp6f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/2l3mvd5eyp6f7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xe7yh4tn1x562 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448150 +dcid: "dc/xe7yh4tn1x562" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x75fe8bfep3b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/x75fe8bfep3b5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ydpttkw8fsfth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443 +dcid: "dc/ydpttkw8fsfth" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5jvy9ktd6wf5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/5jvy9ktd6wf5c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9e8v9rcrfkxj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423410 +dcid: "dc/9e8v9rcrfkxj8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xrszw5t1gpg02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/xrszw5t1gpg02" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gp9e6qbp3v4ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44815 +dcid: "dc/gp9e6qbp3v4ef" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ebyfp88d12yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323110 +dcid: "dc/ebyfp88d12yh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ch3cnm37xhf01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441210 +dcid: "dc/ch3cnm37xhf01" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j94vwfc71mbg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441 +dcid: "dc/j94vwfc71mbg9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kse57hz2f5tz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32311 +dcid: "dc/kse57hz2f5tz5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/55wdfnz55ss15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42341 +dcid: "dc/55wdfnz55ss15" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/znt9t1j703cd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/znt9t1j703cd8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pf3yejg9l18w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/pf3yejg9l18w4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5hm27ec7vq4z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/5hm27ec7vq4z4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jnwb9p9r3s3mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721191 +dcid: "dc/jnwb9p9r3s3mg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5t3k8s9ggfw5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/5t3k8s9ggfw5g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1cz8yfqvte07g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/1cz8yfqvte07g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gbfx6yfkdlvx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/gbfx6yfkdlvx3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q523rj5t9262g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/q523rj5t9262g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/spgd68snw3135 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/spgd68snw3135" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fv95wlt1v6d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/fv95wlt1v6d2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zb8ebrkxk033c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/zb8ebrkxk033c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1p3ce8m8wvym2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/1p3ce8m8wvym2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6v55bqy884nvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/6v55bqy884nvg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dp0pwegx9w211 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/dp0pwegx9w211" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rgqt0sd6r7w4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/rgqt0sd6r7w4d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dhqz5y5f3rhbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/dhqz5y5f3rhbc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9f8jpt9vxyp39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/9f8jpt9vxyp39" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6sctgdz7jmch8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/6sctgdz7jmch8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nqd6rrsmcgzmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5313 +dcid: "dc/nqd6rrsmcgzmf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b6g4045qww6d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53131 +dcid: "dc/b6g4045qww6d7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3bk5n4w4w5039 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811191 +dcid: "dc/3bk5n4w4w5039" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1cfg2bzxrtsl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/1cfg2bzxrtsl7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l6n17dw6076j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/l6n17dw6076j" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bfdftm716x588 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/bfdftm716x588" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hhflrp7gm2j4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/hhflrp7gm2j4c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8sh5ndd4bbevf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/8sh5ndd4bbevf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ymkhf4ymvkxm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531311 +dcid: "dc/ymkhf4ymvkxm1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sywr54kzz81c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81119 +dcid: "dc/sywr54kzz81c5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v6ktbpm9zsgz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/v6ktbpm9zsgz9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x5vkpepx6fleg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/x5vkpepx6fleg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mk5mfr9mk3ry9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/mk5mfr9mk3ry9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s3v14ztsbhdm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/s3v14ztsbhdm" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1w3qgq3ln5nng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/1w3qgq3ln5nng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gejye9mtwp9vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/gejye9mtwp9vg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9tehrmkpycd8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/9tehrmkpycd8g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l1zyx225dsecb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/l1zyx225dsecb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e2xjzddnpypx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/e2xjzddnpypx3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vpwrccngh72l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/vpwrccngh72l6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dcrpx77tl21j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/dcrpx77tl21j7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qv3cr4lmgc9qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/qv3cr4lmgc9qg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1g517rzqwd1s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/1g517rzqwd1s5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s4y0dm0ffm1c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/s4y0dm0ffm1c5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wrf2826eff049 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/wrf2826eff049" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1xrn521dh03g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/1xrn521dh03g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mvthfbcypz196 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/mvthfbcypz196" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m8x6jhftt0rc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/m8x6jhftt0rc9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/byedcqkxrgpqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/byedcqkxrgpqh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xw2yh2wgpyph1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/xw2yh2wgpyph1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pqvrv21zxq8fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/pqvrv21zxq8fb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ms167t7zwxmp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/ms167t7zwxmp8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kg8y9h13g4pv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/kg8y9h13g4pv" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kwsgt6mj70p92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/kwsgt6mj70p92" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6xtfscvxscs92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/6xtfscvxscs92" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/24vht9z8snn04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/24vht9z8snn04" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tl0fcz233v94h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/tl0fcz233v94h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ds2vpzd21gr8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/ds2vpzd21gr8b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3qkn892vhyn83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/3qkn892vhyn83" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1s0l3z25p7118 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/1s0l3z25p7118" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7em9r84dlxyb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/7em9r84dlxyb6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d758td4k35svc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/451120 +dcid: "dc/d758td4k35svc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n0kn0e5pd60x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44814 +dcid: "dc/n0kn0e5pd60x5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7lt7erlpegnef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/7lt7erlpegnef" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7w4y6pz606j86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448140 +dcid: "dc/7w4y6pz606j86" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l798vdjlgyj32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45112 +dcid: "dc/l798vdjlgyj32" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y25kktwc58fg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/y25kktwc58fg3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/17d9kfrc3q4j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/17d9kfrc3q4j5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h7115vlsl2062 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/h7115vlsl2062" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/llewkgm70wje7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/llewkgm70wje7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gbv1v7wrhwj4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/gbv1v7wrhwj4c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z5pf1flj43kk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/z5pf1flj43kk9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f923gjc7lv6t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/f923gjc7lv6t4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8574b3d4np0r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/8574b3d4np0r8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wfqlq0r6mdv4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/wfqlq0r6mdv4f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/613bjedn3n9sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/613bjedn3n9sh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7dl4rsg2yl888 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42499 +dcid: "dc/7dl4rsg2yl888" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nt83zszdq72b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/nt83zszdq72b4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8rjln1k6l2e18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/8rjln1k6l2e18" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kmmpfkkz3m36h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424990 +dcid: "dc/kmmpfkkz3m36h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z13g3p0rh7hx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424 +dcid: "dc/z13g3p0rh7hx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1hc1wgjw5nk38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4249 +dcid: "dc/1hc1wgjw5nk38" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mqml7djbl9pkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/mqml7djbl9pkf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ql276d5s9kvf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/ql276d5s9kvf7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z4073b059kpjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/z4073b059kpjb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fpby86drmbxl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/fpby86drmbxl6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/979vdwfrrrtb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/979vdwfrrrtb5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dfgzmpxpcc7g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/dfgzmpxpcc7g6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b2rqsrqknlp72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/b2rqsrqknlp72" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/64r9f2t27wx0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/64r9f2t27wx0d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ll2q2gn6qrs98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/ll2q2gn6qrs98" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sypw5tjlky5f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/sypw5tjlky5f9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/179dwv5cvh9p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/179dwv5cvh9p6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2wql45elfmhn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/2wql45elfmhn1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rb1mdwmd2wgb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423 +dcid: "dc/rb1mdwmd2wgb7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xzn8hsxh3be3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423120 +dcid: "dc/xzn8hsxh3be3h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xw8dcfsq69dzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42312 +dcid: "dc/xw8dcfsq69dzg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j99fs2semzjrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4231 +dcid: "dc/j99fs2semzjrh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/egj79rgrd5vt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/egj79rgrd5vt" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fgjwpy6wp9vt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/fgjwpy6wp9vt8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ez0x7b3h6xbn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/ez0x7b3h6xbn2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/80tq9st88dlw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/80tq9st88dlw4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pdphhn1hngkv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/pdphhn1hngkv3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d47rpl0e992p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/d47rpl0e992p9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/74gwlwece762d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/74gwlwece762d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bn9dhkb7wtrxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/bn9dhkb7wtrxb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2she3dypkl3qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/2she3dypkl3qb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/865flxjlhpky7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/865flxjlhpky7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h1nffcyvvg9ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/h1nffcyvvg9ng" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/725q17gctrr7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/725q17gctrr7f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9k7709x27wm94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/9k7709x27wm94" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r3hmj506ec5n +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/r3hmj506ec5n" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dh5xzmxcm22g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/dh5xzmxcm22g9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8x89v6f771edd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/8x89v6f771edd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4cnbxm5pgwv11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/4cnbxm5pgwv11" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xxwbblqjd8e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/xxwbblqjd8e7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/417qje31gcq33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/417qje31gcq33" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qrx0e53s6mm44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/qrx0e53s6mm44" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hefsh5f08llw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/hefsh5f08llw8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3d7cv9jvsk6vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/3d7cv9jvsk6vd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yrsc111vz4091 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/yrsc111vz4091" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2jjgps8g9klf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/2jjgps8g9klf9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dh5442jwz06dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/dh5442jwz06dc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ne73dpdzvmtv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/ne73dpdzvmtv9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f054rvt4ke3k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/f054rvt4ke3k6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d64jmwhzwswg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/d64jmwhzwswg1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hdrdl09rnm038 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/hdrdl09rnm038" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n1zzdlbhec1j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/n1zzdlbhec1j3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nj0njn1lkhwjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/nj0njn1lkhwjd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zpzzbg4dpt3zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/zpzzbg4dpt3zb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kkkgwqrevc1y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/kkkgwqrevc1y2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gwb5jeg99q0f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/gwb5jeg99q0f4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b4scdv086ltj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/b4scdv086ltj2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fd8ptwk7j4ty8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/fd8ptwk7j4ty8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v3kxdwww0c8b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/v3kxdwww0c8b6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zz5l1xz9p7wq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/zz5l1xz9p7wq4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ex00w6npdnhz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/ex00w6npdnhz7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nrkh9hvnpbc33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/nrkh9hvnpbc33" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/evqgszesd6bb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/evqgszesd6bb2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gjkq3dbetdy29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/gjkq3dbetdy29" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s3y114vzv68z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/s3y114vzv68z6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vwl0c1wm0zlbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/vwl0c1wm0zlbc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ktypvgj3kzgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/ktypvgj3kzgd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1kln6zz6hy2l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/1kln6zz6hy2l7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ljxzsscgx8es +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/ljxzsscgx8es" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y182tq76y7dpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/y182tq76y7dpg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fc41xgvqdxw7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/fc41xgvqdxw7d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yxrcr8sedhzk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/yxrcr8sedhzk2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xy897zqtc398g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/xy897zqtc398g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rqkbp4q8smnmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/rqkbp4q8smnmg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4c8p9pvflcls3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/4c8p9pvflcls3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9c6exqpn1mpw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/9c6exqpn1mpw3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pcghzfm6rpjpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/pcghzfm6rpjpf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/452jc7zhl23l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/452jc7zhl23l9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vtd4fp5gypf9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/vtd4fp5gypf9c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p8th3ry5w7h26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/p8th3ry5w7h26" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r498cd0dbljpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/r498cd0dbljpd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8x2460ysgh2r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/8x2460ysgh2r8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/drc4634mjthr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/drc4634mjthr3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kxqldfy08xr5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/kxqldfy08xr5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p2r2nwb4p8c07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/p2r2nwb4p8c07" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bvekg0fvv5zt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/bvekg0fvv5zt5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q03w52wpehjk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/q03w52wpehjk9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f6mh2xy3hgj9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/f6mh2xy3hgj9g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mxn5pmbjjtgh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/mxn5pmbjjtgh5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4mhcth1khv3d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/4mhcth1khv3d7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ygz5v9trhzz5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/ygz5v9trhzz5d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xz0gj8gd9nsd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/xz0gj8gd9nsd1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v6ykkd38qycq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/v6ykkd38qycq5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h7xdvyw086467 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/h7xdvyw086467" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zesbptjdtk6ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/zesbptjdtk6ff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/twhlb5ssg9fp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/twhlb5ssg9fp8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2pyct0w5xxw72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/2pyct0w5xxw72" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dflgvt6dl98w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/dflgvt6dl98w1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/15fmtfvnrf655 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/15fmtfvnrf655" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4rhknw6lvgbh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/4rhknw6lvgbh8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z7c5b2kemftw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/z7c5b2kemftw5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z82sw2h85n362 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/z82sw2h85n362" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tkz5l16gydvxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/tkz5l16gydvxb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wkvkm5g82b2y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/wkvkm5g82b2y5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bpd058tlhdkx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/bpd058tlhdkx8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m4str8h0egwz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/m4str8h0egwz9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0mss24tlqzwwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/0mss24tlqzwwf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j7j7n3vzbj4v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/j7j7n3vzbj4v1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xb44ek6q1n5v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/xb44ek6q1n5v8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vv24xy6hj4zhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/vv24xy6hj4zhf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/30q0wwtl9w7m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/30q0wwtl9w7m7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cfsgp8tfclrh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51741 +dcid: "dc/cfsgp8tfclrh6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tt999yl8gg496 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/tt999yl8gg496" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cdlnrxd3gdxc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532292 +dcid: "dc/cdlnrxd3gdxc4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xmzj3qpegwekd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/xmzj3qpegwekd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f0fzdkk1ph0j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/f0fzdkk1ph0j1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hsng2vmmzx633 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/hsng2vmmzx633" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m9swezrgrnvv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/m9swezrgrnvv5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tw39kvqtbp739 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/tw39kvqtbp739" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rbpfw58hry5v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/rbpfw58hry5v8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7xh0pmy7864rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/7xh0pmy7864rb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kpc55c846nx3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/kpc55c846nx3b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4z57ndxdj51h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/4z57ndxdj51h6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j49v41zlbqt53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/j49v41zlbqt53" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q374cvcfekq17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48412 +dcid: "dc/q374cvcfekq17" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m7ctmk9j5yty2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/m7ctmk9j5yty2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zr4d3p4e3z8l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/zr4d3p4e3z8l3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jpzmqnfqk3669 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/jpzmqnfqk3669" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tpbq6gjryzwmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/tpbq6gjryzwmc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nr997t0rsbht7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/nr997t0rsbht7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8065m736dxgnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/8065m736dxgnb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hpdtkwg9b8s3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/hpdtkwg9b8s3f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mdvnqcfgf6mdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236220 +dcid: "dc/mdvnqcfgf6mdb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0jcchz4t7crx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54194 +dcid: "dc/0jcchz4t7crx2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lt81lh8ewwj8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/lt81lh8ewwj8d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/14zdxebdn05k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/14zdxebdn05k2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jcxjmtjpf2j25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/jcxjmtjpf2j25" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7ggp0ezg61889 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/7ggp0ezg61889" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/28fj58lzb3yb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23622 +dcid: "dc/28fj58lzb3yb1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f4hjxg1epl4r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5223 +dcid: "dc/f4hjxg1epl4r" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/drvt8zptm1y7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541940 +dcid: "dc/drvt8zptm1y7h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1x8mhvev002yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/1x8mhvev002yd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/534zgtq5s2r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/534zgtq5s2r1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sx25g0ft7hvx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517410 +dcid: "dc/sx25g0ft7hvx2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c2nqj2blblv52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541990 +dcid: "dc/c2nqj2blblv52" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4k617kqjhcbmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/4k617kqjhcbmb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bekb9sy3s63bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/bekb9sy3s63bc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s3ngq00fk8bv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/s3ngq00fk8bv6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3jzm1jn4bvf9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/484121 +dcid: "dc/3jzm1jn4bvf9g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/12nskyg4qr1l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2362 +dcid: "dc/12nskyg4qr1l" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/14qsj7c7lh16c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/484 +dcid: "dc/14qsj7c7lh16c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rgz98p4cts0wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/rgz98p4cts0wg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dcz3gzcykx95h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2123 +dcid: "dc/dcz3gzcykx95h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z8dkrfryckd53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/z8dkrfryckd53" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h01wvxp5428f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/h01wvxp5428f8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dq4zsrrmz20x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5174 +dcid: "dc/dq4zsrrmz20x6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m6b5dk12hgnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/m6b5dk12hgnf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/908rccyqebw5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212 +dcid: "dc/908rccyqebw5f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/djqm6er7xkr3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/djqm6er7xkr3c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q9efk19739ej5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54199 +dcid: "dc/q9efk19739ej5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ybd1zw6clpkx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/ybd1zw6clpkx5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dqwygcqjldt5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/dqwygcqjldt5g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z7m45qxcyz06f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/z7m45qxcyz06f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g50t84px2ffc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/g50t84px2ffc4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ptm0m0xm11efd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/ptm0m0xm11efd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xskt8yytccct8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/xskt8yytccct8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8fp99qrmebjtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/8fp99qrmebjtb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8wc8sbjf3bejf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/8wc8sbjf3bejf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s10wrtnx7s2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/s10wrtnx7s2g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t3gdkzw21btd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/t3gdkzw21btd1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lgz76bfr2qgfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/lgz76bfr2qgfd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j3xrhbsklezy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/j3xrhbsklezy2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5n70xq54st8rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/5n70xq54st8rg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/038yhfhrzf8ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/038yhfhrzf8ld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nezbhs021bmf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/nezbhs021bmf1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/st0bte4sffs85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/st0bte4sffs85" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kljvj6rcdfp9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/kljvj6rcdfp9h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w9pf90539pls +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/w9pf90539pls" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jkx53b607lm15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/jkx53b607lm15" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/djzdehlccblr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/djzdehlccblr6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wsl2548f719w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/wsl2548f719w4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2hsj51y317sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/2hsj51y317sc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nds4t4wwxm8v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/nds4t4wwxm8v5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dvsdnc0vgg401 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/dvsdnc0vgg401" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7khywdhy1xfn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/7khywdhy1xfn5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/176xpbksy85e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/176xpbksy85e3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6shqfphqq2n22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/6shqfphqq2n22" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9lwqn09lkh4ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/9lwqn09lkh4ld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0kv98mdr15254 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23821 +dcid: "dc/0kv98mdr15254" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xjsl3tjy91r03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/xjsl3tjy91r03" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l7sesdwm9ne25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237 +dcid: "dc/l7sesdwm9ne25" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/es21gr0mb1cc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2382 +dcid: "dc/es21gr0mb1cc7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/22qz7k6tf5ft7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238212 +dcid: "dc/22qz7k6tf5ft7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0kxz6x90p59z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238 +dcid: "dc/0kxz6x90p59z7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cpcezjrlkb2q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/cpcezjrlkb2q2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j4ll307fqb1cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/j4ll307fqb1cb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k3mvflt2r9dr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/k3mvflt2r9dr1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ngbyhqke7b09b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/ngbyhqke7b09b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r5wbsnhnkyjv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/r5wbsnhnkyjv7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r4qm2pw7szc21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/r4qm2pw7szc21" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q0fq685fjqd03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/q0fq685fjqd03" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g2xl61665vjqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/g2xl61665vjqd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5pgzzk5mw7yf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/5pgzzk5mw7yf8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/txhmfk5mb8jk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/txhmfk5mb8jk8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pq74l9l6hhgv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/pq74l9l6hhgv5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y8y0vvg8qx58f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/y8y0vvg8qx58f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/08s3y5n5n3l7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/08s3y5n5n3l7c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r3wvfktexs5t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/r3wvfktexs5t3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1kzeekbcjtgjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/1kzeekbcjtgjb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zm5624vm5gm13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/zm5624vm5gm13" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h6xpvlkehq3wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/h6xpvlkehq3wd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lxb3tbqkpbqb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/lxb3tbqkpbqb6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jnptq7m7pxcq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/jnptq7m7pxcq8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3917p2vq2ql16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/3917p2vq2ql16" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kl01wwb2qg5bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/kl01wwb2qg5bd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/emhj33zc919cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/emhj33zc919cd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jtx63szkmhg77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/jtx63szkmhg77" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ndsf0t3zqtt1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/ndsf0t3zqtt1c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6spnggjvh18xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/6spnggjvh18xf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9tzhchr2lx1r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/9tzhchr2lx1r5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5z9nkdsn21lp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/5z9nkdsn21lp4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jxfgf9rz3rbg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/jxfgf9rz3rbg3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dw2dx46fdpvt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/dw2dx46fdpvt9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lpqddbex0sd3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/lpqddbex0sd3c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c09wepmgs3wq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/c09wepmgs3wq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l84l9cefmk322 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/l84l9cefmk322" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/djj9q5lkwded3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/djj9q5lkwded3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h0fr99zvxy267 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/h0fr99zvxy267" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4jzgnms9rn5b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/4jzgnms9rn5b6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1d93x06940hk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/1d93x06940hk5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rkexfpmmegk76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/rkexfpmmegk76" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cxvfyn1g49k23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/cxvfyn1g49k23" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lnqj3wjmg32r4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/lnqj3wjmg32r4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gkytedmtjbp76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/gkytedmtjbp76" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/06q4xd2g6b2xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/06q4xd2g6b2xd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bl6km7gll7fjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/bl6km7gll7fjf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gbwz2kt63qtx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/gbwz2kt63qtx3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fpdgxrmq226eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/fpdgxrmq226eb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/szb52svz66cm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/szb52svz66cm7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dll5461w3q1d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81299 +dcid: "dc/dll5461w3q1d6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1ztvmxfyle8r2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/1ztvmxfyle8r2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g6h7ryhj9y7e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/g6h7ryhj9y7e4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qy2fcbg2kbkb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/qy2fcbg2kbkb1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k80dllvj69kpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/k80dllvj69kpg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jtv1y46qte375 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/jtv1y46qte375" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1d9q67ecklmyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/1d9q67ecklmyc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jvgwf80yl0gr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/jvgwf80yl0gr1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nggjd4tp7rjl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/nggjd4tp7rjl8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3temt6vyvv7hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/3temt6vyvv7hc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/de4z25hf33nk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523930 +dcid: "dc/de4z25hf33nk5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f78v857jyqbx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/f78v857jyqbx2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pvgg8l897x772 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44211 +dcid: "dc/pvgg8l897x772" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mwq7eq03tzpmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/mwq7eq03tzpmh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p3fpymmwqq1m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/p3fpymmwqq1m1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w9h31qmr67hn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112511 +dcid: "dc/w9h31qmr67hn6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fpw9qf5bkxej4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/fpw9qf5bkxej4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7bst08pp461x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/7bst08pp461x7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/glxfkgh49nzth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/glxfkgh49nzth" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d74yfmb06szq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8122 +dcid: "dc/d74yfmb06szq4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qbyyjvhqs4wj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/qbyyjvhqs4wj2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xwshgdb4g5f2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/xwshgdb4g5f2b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/330v38nssvjj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/330v38nssvjj7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ne8f4zkk3pm6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/ne8f4zkk3pm6h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6jvkl36nc5hx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/6jvkl36nc5hx9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jtrxl984t58s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/jtrxl984t58s3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pbsj4ek02n1tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1125 +dcid: "dc/pbsj4ek02n1tg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ryne3weefdyj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/ryne3weefdyj5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w9pzx5j81dk25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/w9pzx5j81dk25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s0q1dnrvnmcs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/s0q1dnrvnmcs6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5xpjl8mnhmw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/5xpjl8mnhmw6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4kzwh29fmrxw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/4kzwh29fmrxw7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p7mydvg7y1qd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561210 +dcid: "dc/p7mydvg7y1qd3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/drhkqr2t7w6s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8113 +dcid: "dc/drhkqr2t7w6s9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6cw1ghstfg451 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/6cw1ghstfg451" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pgrt4gzkysked +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811310 +dcid: "dc/pgrt4gzkysked" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cxvvynznzg15h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/cxvvynznzg15h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c2mcpszfwkty2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/c2mcpszfwkty2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/800fpm2tq5cw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/800fpm2tq5cw4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5l6k8n4891g46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/5l6k8n4891g46" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5gbwgd1zqplvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/5gbwgd1zqplvc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f1d4991bmrhcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/f1d4991bmrhcf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qb8kcxphwd2bh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/qb8kcxphwd2bh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ngq930xqglmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/ngq930xqglmf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/09jsqk1vtgb06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/09jsqk1vtgb06" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q5wyl27hykex4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/q5wyl27hykex4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/21n3g57k4zrr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/21n3g57k4zrr2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/el9kzrz4yqvng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/el9kzrz4yqvng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/phe25glbgy7y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11251 +dcid: "dc/phe25glbgy7y4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/90l13h6l0fbw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238211 +dcid: "dc/90l13h6l0fbw8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s8sjmy18p3dd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/442 +dcid: "dc/s8sjmy18p3dd4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j4m66rylk7vn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/j4m66rylk7vn7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bbf2jd9z91srd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/bbf2jd9z91srd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dkc4pcq1qgjxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/dkc4pcq1qgjxh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j5x4km6glk4nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/j5x4km6glk4nc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/senqnlh6gymkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722211 +dcid: "dc/senqnlh6gymkh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qwng15m6xwqv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92114 +dcid: "dc/qwng15m6xwqv9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/89cw7xsrj1hc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/89cw7xsrj1hc2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vkmhw5t4tl4l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/vkmhw5t4tl4l" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3kl4xm33ez1s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81222 +dcid: "dc/3kl4xm33ez1s" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/611lpdrt0pve7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/921140 +dcid: "dc/611lpdrt0pve7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/frm3znzgjpmbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5612 +dcid: "dc/frm3znzgjpmbb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c346b85fs5h2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812220 +dcid: "dc/c346b85fs5h2b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q4ky8ssty0qeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442110 +dcid: "dc/q4ky8ssty0qeh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cmf8nvz7vrp76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812990 +dcid: "dc/cmf8nvz7vrp76" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/457llz8l7lws +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81131 +dcid: "dc/457llz8l7lws" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j058f60gmk5c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/j058f60gmk5c3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ycds8sp4w9v32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52393 +dcid: "dc/ycds8sp4w9v32" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sc89tr751f9d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56121 +dcid: "dc/sc89tr751f9d6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/en932h79cw3n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4421 +dcid: "dc/en932h79cw3n9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g8g9dst2dgzs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722213 +dcid: "dc/g8g9dst2dgzs" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1676g22py13x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/1676g22py13x6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f1m15fmzdesp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/f1m15fmzdesp" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gk98s7yn55pnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/22111 +dcid: "dc/gk98s7yn55pnd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vwhwvtdf0ff9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/vwhwvtdf0ff9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q3czwbpxnnpzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/q3czwbpxnnpzg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/49yhynkjm1ht5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/221112 +dcid: "dc/49yhynkjm1ht5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xk9cmm3ch8ywh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/xk9cmm3ch8ywh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xjp1t5eee22gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/xjp1t5eee22gf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ej26y5wf41ry +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/ej26y5wf41ry" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5mw5zk4kfhev1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/221113 +dcid: "dc/5mw5zk4kfhev1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m7gwrkmz5lz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/m7gwrkmz5lz2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0z89yfdhkwmkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/221111 +dcid: "dc/0z89yfdhkwmkd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wxjnhdlrmte1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485991 +dcid: "dc/wxjnhdlrmte1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hxwm4hgp85334 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/hxwm4hgp85334" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cnbnrhg5cxn7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4859 +dcid: "dc/cnbnrhg5cxn7g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jcgl04je50yr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48599 +dcid: "dc/jcgl04je50yr8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4bnx5lc5bxv3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/4bnx5lc5bxv3g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/93p2hnjgl74ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/93p2hnjgl74ch" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c8sfw7hbwwxw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/c8sfw7hbwwxw2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gztgwqmcfgv07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541618 +dcid: "dc/gztgwqmcfgv07" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qd3fd2slpv08h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/qd3fd2slpv08h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hs311qgm1g7v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/hs311qgm1g7v3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/295pyl2e2ss65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/295pyl2e2ss65" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4154rvngz6267 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/4154rvngz6267" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mzxqqkse0zy8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/mzxqqkse0zy8g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/96qpjwylcd8j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/96qpjwylcd8j9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0pn139r9kknwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/0pn139r9kknwf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7rydwzpn41t59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/7rydwzpn41t59" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pyqwzkr29m7g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4453 +dcid: "dc/pyqwzkr29m7g6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hgblbgqy64d63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/hgblbgqy64d63" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7krgw04xv1h23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/7krgw04xv1h23" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2bgk84pkrjpp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/2bgk84pkrjpp9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qyvxy7ec1x0y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561591 +dcid: "dc/qyvxy7ec1x0y6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/44xd17qjtlvt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/44xd17qjtlvt3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wbm09rwwm9q06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44531 +dcid: "dc/wbm09rwwm9q06" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6fn40gszc14n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445310 +dcid: "dc/6fn40gszc14n4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hbeg9zhlnfq09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/hbeg9zhlnfq09" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mj8gvvmyxsqw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/mj8gvvmyxsqw9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wqf9q48h0zv71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/wqf9q48h0zv71" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bws7exht7v5b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/bws7exht7v5b8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zwcdwz74k0117 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/zwcdwz74k0117" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ypx06swrqrgsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/ypx06swrqrgsg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/we4fmv7j8lszf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/447190 +dcid: "dc/we4fmv7j8lszf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gqj6nxzq1hg9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44719 +dcid: "dc/gqj6nxzq1hg9g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t3pjnyk6egjy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/t3pjnyk6egjy8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f7smyvz4bhj3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/f7smyvz4bhj3g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j2bevwyvhf47c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/j2bevwyvhf47c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kzvrlctbq8765 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/kzvrlctbq8765" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5rhmb8sqqx10h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/5rhmb8sqqx10h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/82gdxpfkmjr37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/82gdxpfkmjr37" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vk5rgv30dk9c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/vk5rgv30dk9c2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xw8qmxzyxcyz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/xw8qmxzyxcyz1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wj9jrntg8qtvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/wj9jrntg8qtvd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/479e6x0sdq7dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/479e6x0sdq7dh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/68b796kjjm48b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/68b796kjjm48b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w7j2wyr8l60df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541511 +dcid: "dc/w7j2wyr8l60df" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fktb0s7zn8g6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/fktb0s7zn8g6d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ppp7w671wzbxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/ppp7w671wzbxc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1xhn023bw1qm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/1xhn023bw1qm1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g99cseseghc99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/g99cseseghc99" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e4f56vndfytp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/e4f56vndfytp4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jkgzcdrtyvqmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/jkgzcdrtyvqmb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k8sb4v1lmz0f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/k8sb4v1lmz0f6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/spbep5rv14p5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/spbep5rv14p5d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m0793em7txvz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/m0793em7txvz5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h3yxxpfrb56s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/h3yxxpfrb56s4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nrn14hjjfydp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/nrn14hjjfydp9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mgdzm5489365h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/mgdzm5489365h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s62g38qbdcgvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/s62g38qbdcgvd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ptw2nqwnzr517 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/ptw2nqwnzr517" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bl9xwkfffj4l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/bl9xwkfffj4l" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/753k0y5dyyb9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/753k0y5dyyb9c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/887sv6jpgler5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/887sv6jpgler5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k9qwz87ljpwxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/k9qwz87ljpwxd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sc8pr2jt4mqhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/sc8pr2jt4mqhb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dlxmt4782qm52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/dlxmt4782qm52" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/smc2fwmnnymt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/smc2fwmnnymt4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6ml28j0dqn947 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/6ml28j0dqn947" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4sjl14es26fw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/4sjl14es26fw5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n7wxn70ct1vzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/n7wxn70ct1vzc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d14flxkywcd27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/d14flxkywcd27" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g1tc4hfrxn2qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/g1tc4hfrxn2qd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qx0wnsf0nz9ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515 +dcid: "dc/qx0wnsf0nz9ff" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ehkggt6p9bhy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/ehkggt6p9bhy7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z1bmzhwy9k18d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/z1bmzhwy9k18d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9nknq5erwwlr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/9nknq5erwwlr2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6hqmvjyrmwqdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/6hqmvjyrmwqdh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4swwcfjndn4xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/4swwcfjndn4xd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cve3cpzb3jb33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/cve3cpzb3jb33" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nt0bv9wpflmb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/nt0bv9wpflmb1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jfp9b9ck5h34b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/jfp9b9ck5h34b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hg35z9fyz6p8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4543 +dcid: "dc/hg35z9fyz6p8h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q7jlsz1e3j594 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5111 +dcid: "dc/q7jlsz1e3j594" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g2zfqwk7xngb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/g2zfqwk7xngb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c3q3cd0vsd6x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/c3q3cd0vsd6x8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p7cz243z2ehn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452990 +dcid: "dc/p7cz243z2ehn5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wp3d859flr0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/wp3d859flr0c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k6c91x1mz9e3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5151 +dcid: "dc/k6c91x1mz9e3b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q4nenqmtkhmgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/q4nenqmtkhmgf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7fmjh8cpyb3r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72221 +dcid: "dc/7fmjh8cpyb3r6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4gb0s681bkpzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45299 +dcid: "dc/4gb0s681bkpzf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mp5xxq9qy2vmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515111 +dcid: "dc/mp5xxq9qy2vmc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v40szfry6kr6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/v40szfry6kr6c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1084cgpm0qm67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/448 +dcid: "dc/1084cgpm0qm67" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cnwg16c5nx8v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/cnwg16c5nx8v8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9fwf5f631ml8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8123 +dcid: "dc/9fwf5f631ml8d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/367xv0w9cjqmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51511 +dcid: "dc/367xv0w9cjqmb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g84lr8xb4m4qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7222 +dcid: "dc/g84lr8xb4m4qd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q30tedh1lmzs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/q30tedh1lmzs2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4lfj6xlt6eqzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/4lfj6xlt6eqzd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/78r09mph6b4y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/78r09mph6b4y5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y9zcfx1qe2p3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238222 +dcid: "dc/y9zcfx1qe2p3h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m37b1zp4mkxkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/m37b1zp4mkxkg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7phneht6g8sqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/7phneht6g8sqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x4xxgn2988vwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/x4xxgn2988vwf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1hg1e09ptbqn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/1hg1e09ptbqn1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xlnxdfgfx02v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/xlnxdfgfx02v9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4g1fm2f5jqrx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/4g1fm2f5jqrx4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gcbv43hkn8nj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/gcbv43hkn8nj4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/phkym50ge44d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/phkym50ge44d7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6073mt21b7svg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/6073mt21b7svg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wgyq1pcwsxlzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/wgyq1pcwsxlzf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qwgn8r292lxw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/qwgn8r292lxw3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d2t3qy49dqtz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/d2t3qy49dqtz2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cm8s1wnt7b33b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/cm8s1wnt7b33b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pyzjs15s7h0h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/pyzjs15s7h0h6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4qbzs6pl0g2f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/4qbzs6pl0g2f9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cgf5n49kp8d91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/cgf5n49kp8d91" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n87l6kfgs3bbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/n87l6kfgs3bbd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2g7ls72mj54s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/2g7ls72mj54s7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zrwx103m1npc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/zrwx103m1npc8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j9y14yd9r03wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/j9y14yd9r03wc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1ex21p2qs0yzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/1ex21p2qs0yzg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rcm3rbj3gcvt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/rcm3rbj3gcvt4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4xt1mermph5z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/4xt1mermph5z8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/42m7gb43e5tx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/42m7gb43e5tx6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p0sn55hww1qm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/p0sn55hww1qm9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0w9yxx0rgs9b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/0w9yxx0rgs9b7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rk1hdy42539d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/rk1hdy42539d7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y0143frhyl2r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/y0143frhyl2r" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v66ych10b8xtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/v66ych10b8xtc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e276v75ksh8s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/e276v75ksh8s2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7f2cw1k597xhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/7f2cw1k597xhh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/km6bkrqbsp1nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/km6bkrqbsp1nc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vwgbmvz7f0ylg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/vwgbmvz7f0ylg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8e162m1ts7bg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/8e162m1ts7bg3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qfbl1rdtyqm78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/qfbl1rdtyqm78" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t2wsbmegcyns +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/t2wsbmegcyns" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hk3e0bfym35n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512199 +dcid: "dc/hk3e0bfym35n9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zcpwnzfrrt1e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/zcpwnzfrrt1e2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zgx5lwlds3d8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/zgx5lwlds3d8b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l11ph5ngqh7zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51219 +dcid: "dc/l11ph5ngqh7zb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bg9f1xp8s2xz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/bg9f1xp8s2xz8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5tc1tgxxhe5c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/5tc1tgxxhe5c5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t4prvgm8nzt88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/t4prvgm8nzt88" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tnd3e8esrd711 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/tnd3e8esrd711" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yszkl8meyldw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/yszkl8meyldw3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/41jlf8g3mke0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/41jlf8g3mke0f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3fxs4tefx5449 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/3fxs4tefx5449" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h7d4m2g4rvtr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/h7d4m2g4rvtr" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/me5xn34ckf5yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/me5xn34ckf5yb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/10vql8ncq671 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/10vql8ncq671" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x4fdb39ldrhgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/x4fdb39ldrhgb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9mdjj56lzyh53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4452 +dcid: "dc/9mdjj56lzyh53" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6d5f6784nrztb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/6d5f6784nrztb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7wtf75mey0gj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/7wtf75mey0gj9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7h89s1nz2krng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/7h89s1nz2krng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x9e8whfnxm6n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/x9e8whfnxm6n8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y2mrc46fcvjh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/y2mrc46fcvjh9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kq28fw0x1kpz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/kq28fw0x1kpz1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rhf9h5r96tt55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/rhf9h5r96tt55" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d2d1mwc7j0p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/d2d1mwc7j0p4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vr5r5v087wsxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/vr5r5v087wsxc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ez6sc867bzlp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/ez6sc867bzlp5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/25lecwntkezm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/25lecwntkezm4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y2l5jnd54pch1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5619 +dcid: "dc/y2l5jnd54pch1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h7ez8757beeb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444 +dcid: "dc/h7ez8757beeb2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0ntn8fp9pe2x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/0ntn8fp9pe2x2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hrnh5lsr5gfxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/hrnh5lsr5gfxf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mfnk097mgy33f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/mfnk097mgy33f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1tct2t8pl57wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52111 +dcid: "dc/1tct2t8pl57wg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d8pbznb20ejy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/d8pbznb20ejy4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vkk3j2qk7ymj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/vkk3j2qk7ymj4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/70vqt5j3h7w96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/70vqt5j3h7w96" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v5x66976l4xr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/v5x66976l4xr1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kx8kk57zlbzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4842 +dcid: "dc/kx8kk57zlbzb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hy28qexybq6f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/hy28qexybq6f8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8y1s6n0q1g7cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/8y1s6n0q1g7cf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gc2kdcy24f1qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541512 +dcid: "dc/gc2kdcy24f1qf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xrhy7p2bt64z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/xrhy7p2bt64z9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dg1jf8m80krs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/dg1jf8m80krs" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fj2eezbph8ne9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/fj2eezbph8ne9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5kb5wch8f5njf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521 +dcid: "dc/5kb5wch8f5njf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rst4c555ndm22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5211 +dcid: "dc/rst4c555ndm22" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f8j4l45blns0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/515112 +dcid: "dc/f8j4l45blns0g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r9cmr0t7rtlj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/r9cmr0t7rtlj6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2sfq3gqxf6fb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/521110 +dcid: "dc/2sfq3gqxf6fb1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/55qfn0l2q0zg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446191 +dcid: "dc/55qfn0l2q0zg9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wf4llnp43k504 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/wf4llnp43k504" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l6nep5nwc3qm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44619 +dcid: "dc/l6nep5nwc3qm7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zp1lk8rljegd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/zp1lk8rljegd7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lgv45jcl73951 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/lgv45jcl73951" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jpnlnwddtzvl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/jpnlnwddtzvl8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ct5qmyp8gy6l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/ct5qmyp8gy6l4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5wqq7v4cwvy9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561312 +dcid: "dc/5wqq7v4cwvy9c" + +Node: dcid:dc/nz8vg8lc1syj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/nz8vg8lc1syj9" + +Node: dcid:dc/csrqlym9xn2w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/csrqlym9xn2w6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jb347sljqnktb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/jb347sljqnktb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9q60mx2b554z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/9q60mx2b554z4" + +Node: dcid:dc/knlng86cs9xvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/knlng86cs9xvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/slkqsbje41zqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/slkqsbje41zqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3e3rex9yps901 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/3e3rex9yps901" + +Node: dcid:dc/m42yj3f93cfw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/m42yj3f93cfw" + +Node: dcid:dc/rtlfg6kem58kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/rtlfg6kem58kb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m9ky1c7ptl6w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/m9ky1c7ptl6w9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llssf0x1e9g16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/llssf0x1e9g16" + +Node: dcid:dc/v9splxpdf1b7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/v9splxpdf1b7c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c9mcpl7wlvm02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/c9mcpl7wlvm02" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4b1b9l7qy07p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517911 +dcid: "dc/4b1b9l7qy07p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zkp2gtfsjr87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/zkp2gtfsjr87" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n5fbzk14xeyw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/n5fbzk14xeyw" + +Node: dcid:dc/1qt2d04qc6xfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/1qt2d04qc6xfb" + +Node: dcid:dc/4335sn5fzgml6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/4335sn5fzgml6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eybyvjkx876eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/eybyvjkx876eb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/43thkn477bmrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/43thkn477bmrd" + +Node: dcid:dc/fdvr50j5qlzn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/fdvr50j5qlzn1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9l0qf0ekyw999 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/9l0qf0ekyw999" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z0dhn27g8gq23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/z0dhn27g8gq23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dxxr0nnr8vdn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517911 +dcid: "dc/dxxr0nnr8vdn6" + +Node: dcid:dc/j21923sbwtby5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/j21923sbwtby5" + +Node: dcid:dc/nw1h7zk4s1v02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/nw1h7zk4s1v02" + +Node: dcid:dc/tv874n20kc735 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/tv874n20kc735" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rbehvyd05rsqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/rbehvyd05rsqd" + +Node: dcid:dc/35q0cdc5lym4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/35q0cdc5lym4c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mc1s0czrgrpzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/mc1s0czrgrpzf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/59jp3dfp9w801 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561312 +dcid: "dc/59jp3dfp9w801" + +Node: dcid:dc/ellr3kkcsp1wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/ellr3kkcsp1wg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yvscmvbjvjnd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/yvscmvbjvjnd1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xxkq2hgey688 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/xxkq2hgey688" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3dyqzz9v8b1j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/3dyqzz9v8b1j5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rs0vdgppx7v2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/rs0vdgppx7v2c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b6zqlb94jnjw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/b6zqlb94jnjw5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j6xn01lp3lj7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/j6xn01lp3lj7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j6csbf1589w0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/j6csbf1589w0h" + +Node: dcid:dc/r792m2rpnsrqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/r792m2rpnsrqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r49ffr48cblqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/r49ffr48cblqf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mqgyvtvwlfeqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/mqgyvtvwlfeqd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eh3snq7mgzvw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/eh3snq7mgzvw1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ttxlscnemnxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517911 +dcid: "dc/6ttxlscnemnxg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mwrz4qvvwc3vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517911 +dcid: "dc/mwrz4qvvwc3vh" + +Node: dcid:dc/gwgbm7m1t0ql5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/gwgbm7m1t0ql5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nlwx52srqh591 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517911 +dcid: "dc/nlwx52srqh591" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hssk1jvqqc3zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/hssk1jvqqc3zh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y1njzyt2pcejd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/y1njzyt2pcejd" + +Node: dcid:dc/ptwdl81zsn9ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517911 +dcid: "dc/ptwdl81zsn9ec" + +Node: dcid:dc/d1yzv2v0knn89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/d1yzv2v0knn89" + +Node: dcid:dc/qgxb7vgw8ge9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/qgxb7vgw8ge9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3qebmsjh3plv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/3qebmsjh3plv3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4sbrycvkv90c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561312 +dcid: "dc/g4sbrycvkv90c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/011k587p82eq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/011k587p82eq3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4hyqc5v0gfnr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561312 +dcid: "dc/4hyqc5v0gfnr6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qx3czbl0whbnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517911 +dcid: "dc/qx3czbl0whbnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jqm8eg63llpj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/jqm8eg63llpj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fn5nb1n65nc29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/fn5nb1n65nc29" + +Node: dcid:dc/qfn0zwmrswjk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561312 +dcid: "dc/qfn0zwmrswjk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cs2t42j56pdsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561312 +dcid: "dc/cs2t42j56pdsh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2sg53eql058nf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/2sg53eql058nf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qhxml40r1k9pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/qhxml40r1k9pb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qx52d66bvhqgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/qx52d66bvhqgc" + +Node: dcid:dc/rw4mnz4qfr9eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/rw4mnz4qfr9eb" + +Node: dcid:dc/bwmphb6l4ec43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/bwmphb6l4ec43" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bfsnh8spny6db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/bfsnh8spny6db" + +Node: dcid:dc/wfv8exxtn0dw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/wfv8exxtn0dw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9jr2b32974dm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/9jr2b32974dm4" + +Node: dcid:dc/wjl0drptgpz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/wjl0drptgpz9" + +Node: dcid:dc/bp9y6cq2mw10f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/bp9y6cq2mw10f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xlhq24nf4lrd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/xlhq24nf4lrd4" + +Node: dcid:dc/5jecspk3jzj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561312 +dcid: "dc/5jecspk3jzj9" + +Node: dcid:dc/f6bbpw9msyv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/f6bbpw9msyv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/srv7f5j54beq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/srv7f5j54beq" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pyj6xsvvpegl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/pyj6xsvvpegl7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hq4vs6m2r4byd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/hq4vs6m2r4byd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5b2e1d3cwn6kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517210 +dcid: "dc/5b2e1d3cwn6kb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j1rs1dhdjh3d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/j1rs1dhdjh3d9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j8xn3jnm7npph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/j8xn3jnm7npph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rcwt9tn4tq6qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/rcwt9tn4tq6qf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hgchblc6dw8s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/hgchblc6dw8s6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3yl7ddpdhhn28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/3yl7ddpdhhn28" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4m9kx7kx46ms8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51913 +dcid: "dc/4m9kx7kx46ms8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fgqz62sbpkhvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/fgqz62sbpkhvb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wcp5kvfw2pl69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519130 +dcid: "dc/wcp5kvfw2pl69" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zh4s6svj36p29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/zh4s6svj36p29" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w24tcdqzt8l25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/w24tcdqzt8l25" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dcxx1r3jqy5f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/dcxx1r3jqy5f2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nh20rrd5ltqfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517919 +dcid: "dc/nh20rrd5ltqfd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/89fke2e2ec9db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/89fke2e2ec9db" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rhnxtp6g2np7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/rhnxtp6g2np7b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0bq2xb0fzgpwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/0bq2xb0fzgpwd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pdttbzdz5x378 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/pdttbzdz5x378" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dy6k36fj7tj11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/dy6k36fj7tj11" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/etjg7gnr5ev13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/etjg7gnr5ev13" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xv2fx787kbh92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/xv2fx787kbh92" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/el32ry258sg8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/el32ry258sg8h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kb9vp6lrp68g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/kb9vp6lrp68g2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/207e58lee09qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/207e58lee09qh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7ynpjxjelwpm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/7ynpjxjelwpm4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2he6ymppnpxmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541712 +dcid: "dc/2he6ymppnpxmc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/br9kb67h2sedb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/br9kb67h2sedb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hfj27q5ybx4c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/hfj27q5ybx4c4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3tr1e9ebxvsc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/3tr1e9ebxvsc5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dhl8fzbhrjkf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/dhl8fzbhrjkf6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2mltjypsb2dz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/2mltjypsb2dz8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/00x1w82emtsvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/00x1w82emtsvh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8zm2h681ftqc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/8zm2h681ftqc7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7bsf94mtdfwcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/7bsf94mtdfwcg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/veyw7tp68xln7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/veyw7tp68xln7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4j65nqwn0s0n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/4j65nqwn0s0n1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d5nmrrszzs9wd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/d5nmrrszzs9wd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/25nzsp4k57mv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/25nzsp4k57mv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3b82h040vpybh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/3b82h040vpybh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l3sm9zdjb7vlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/l3sm9zdjb7vlg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j6zress2wgep5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/j6zress2wgep5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/temppqncp9m17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23811 +dcid: "dc/temppqncp9m17" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sbf11wzqzhk75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/sbf11wzqzhk75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vwyhx7cwr0te2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454312 +dcid: "dc/vwyhx7cwr0te2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d37r3nzv13eg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/d37r3nzv13eg9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/782ywygl00m7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/782ywygl00m7b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jtq6g78pg8qe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/jtq6g78pg8qe4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7jxfctjx5v1h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/7jxfctjx5v1h3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1jp3hyd426wk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/1jp3hyd426wk4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jx5jwm5q68qv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/jx5jwm5q68qv3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0d00lbbl0s0p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/0d00lbbl0s0p7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y16xmn4fjfdqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/y16xmn4fjfdqb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3znptbbbq3v95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/3znptbbbq3v95" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h71jrhkm65nd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/h71jrhkm65nd1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7ysb971n09my9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/7ysb971n09my9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cnfve6xkttl32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611691 +dcid: "dc/cnfve6xkttl32" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cqmjs65qq5wk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/cqmjs65qq5wk8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pp32hz04pbh56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/pp32hz04pbh56" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hy5l16k0krdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/hy5l16k0krdf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7sq90589gjpr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/7sq90589gjpr7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vsxpkhkydct54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511 +dcid: "dc/vsxpkhkydct54" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ct8g9y11nrz25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/ct8g9y11nrz25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hwgk5vdm1efg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561311 +dcid: "dc/hwgk5vdm1efg9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xppc0vtg6mn3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5251 +dcid: "dc/xppc0vtg6mn3h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zc9vlxbezqnp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238112 +dcid: "dc/zc9vlxbezqnp4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tdwbqz4t2rdz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/tdwbqz4t2rdz2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bbb8hxp5pl712 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/bbb8hxp5pl712" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kmqeygr3pkt29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/kmqeygr3pkt29" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gfwhw73jhpr13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/gfwhw73jhpr13" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g4wwj0cwspzz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45431 +dcid: "dc/g4wwj0cwspzz" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yvk3e86d50z2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/yvk3e86d50z2c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w75j64bj9vbc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/w75j64bj9vbc9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f51ffvs70nwf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/f51ffvs70nwf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p8twcd4y3qjyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/p8twcd4y3qjyh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lbl6jnz96l12d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/lbl6jnz96l12d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/50bb3hhv3dr43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/50bb3hhv3dr43" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qgn51j37932yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/qgn51j37932yh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sdxwedlr6jl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/sdxwedlr6jl4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4sfj3bgsxfes +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/4sfj3bgsxfes" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1zeqp5x11ppgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/1zeqp5x11ppgf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wbs080jkerbjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/wbs080jkerbjh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4e57em2cb6099 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/4e57em2cb6099" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/144zzy9pslhd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42421 +dcid: "dc/144zzy9pslhd1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f25ldhn1esp72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424210 +dcid: "dc/f25ldhn1esp72" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gdnm3ez4jjt98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/gdnm3ez4jjt98" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hthvsd76x9hg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/hthvsd76x9hg6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ct0vwm48cws8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561790 +dcid: "dc/ct0vwm48cws8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dmjx0zlz0mjh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/dmjx0zlz0mjh1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lnvt9c7dvx1j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56179 +dcid: "dc/lnvt9c7dvx1j6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xhgm6esnes5p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4242 +dcid: "dc/xhgm6esnes5p4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dv5e97tkhbzm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/dv5e97tkhbzm8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6hxl9ljdcevz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/6hxl9ljdcevz7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f92zfy8f2l325 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/f92zfy8f2l325" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ysm2l5vfd7tb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/ysm2l5vfd7tb8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0bzc85m3ldgzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/0bzc85m3ldgzb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xhgkh2ctqfsvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52519 +dcid: "dc/xhgkh2ctqfsvh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6p37rdk7hdsd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/6p37rdk7hdsd2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/92lp8cx8pw795 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525190 +dcid: "dc/92lp8cx8pw795" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jgcxfq04rb86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/jgcxfq04rb86" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tgrn03t2f8lk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/tgrn03t2f8lk" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k87z14l2ryc03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/k87z14l2ryc03" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cr7jrf8rf047c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/cr7jrf8rf047c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z1h4pzfhx9tp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/z1h4pzfhx9tp7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e6g2rbbhntm69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/e6g2rbbhntm69" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7e3ry6h1g1vn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/7e3ry6h1g1vn7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zpv8hkyerpkwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/zpv8hkyerpkwd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/65rwme4sxgl14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/65rwme4sxgl14" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7167plj4qfpq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/7167plj4qfpq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dsslbp9edzgx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/dsslbp9edzgx5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mz3z3gn8df204 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/mz3z3gn8df204" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0tx6e179jq78c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/0tx6e179jq78c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gztmt3qpsgdd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/gztmt3qpsgdd5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bsk588e0c6n71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/bsk588e0c6n71" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s7kzwn82t67h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/s7kzwn82t67h4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nqx7kv4sq4jtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/nqx7kv4sq4jtc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l3rk2le19escd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/l3rk2le19escd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y7gc8f9g70n0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/y7gc8f9g70n0f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hbd4d9j6fg8d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/hbd4d9j6fg8d6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0fvmljsg54bqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/0fvmljsg54bqb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ynqptbj8dhzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/ynqptbj8dhzd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4x16seprhh949 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/4x16seprhh949" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dsgk7cgqej1d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/dsgk7cgqej1d5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pprym7fmr3pn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/pprym7fmr3pn9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d5fpdwwwpc215 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/d5fpdwwwpc215" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z8p9pegv6rjlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/z8p9pegv6rjlg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/enh2syy53bvh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/enh2syy53bvh9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0j4zgtebpds87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/0j4zgtebpds87" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cykqtqde60f21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/cykqtqde60f21" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bs4wv46l6l4pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/bs4wv46l6l4pc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zp174ybhwvm58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/zp174ybhwvm58" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e7hf5ykmk4r5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/e7hf5ykmk4r5g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3lwgz8kpy3kqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/3lwgz8kpy3kqg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4py6srhe60h05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/4py6srhe60h05" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fderbecv6rpnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/fderbecv6rpnc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f3wkcglxsvclc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/f3wkcglxsvclc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/skgjj4c460bq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/skgjj4c460bq" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s366ethw23vj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56162 +dcid: "dc/s366ethw23vj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n7zcms2fl9k29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/n7zcms2fl9k29" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sk4q6hpysms63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/sk4q6hpysms63" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6rb0tbjkj5k27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/6rb0tbjkj5k27" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ghjezv1me53y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/ghjezv1me53y2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pcpy66p0qhp3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/pcpy66p0qhp3d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7glmytf8hftjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115112 +dcid: "dc/7glmytf8hftjf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8j6l12ldm1d81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/8j6l12ldm1d81" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rrbyz3wp89dv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/rrbyz3wp89dv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wyr415jj32bd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/wyr415jj32bd7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d7hdwzxevzel7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541211 +dcid: "dc/d7hdwzxevzel7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g5gs45xfpsg4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/g5gs45xfpsg4f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ct0c0rzccxdy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/ct0c0rzccxdy" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7dlz1nde3tsyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541711 +dcid: "dc/7dlz1nde3tsyd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/42dyzywwf8vr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/42dyzywwf8vr7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hehxm18d0qe9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/hehxm18d0qe9f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/427lqfsv8z1tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/427lqfsv8z1tg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x99rcnvb2v3h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/x99rcnvb2v3h4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6x97pl5zcs0e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/6x97pl5zcs0e5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cfn1gth13fs83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3211 +dcid: "dc/cfn1gth13fs83" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vxbwg253eqhgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524291 +dcid: "dc/vxbwg253eqhgc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ddgrgspqxr6d9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52599 +dcid: "dc/ddgrgspqxr6d9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7w1n7nmhgcx0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/7w1n7nmhgcx0c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zh61p88p1s6bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/zh61p88p1s6bb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bt8eb9pewemh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/bt8eb9pewemh4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/64cxq92z2m2n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5614 +dcid: "dc/64cxq92z2m2n9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4szn9b9q7rmn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481219 +dcid: "dc/4szn9b9q7rmn2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ds0gyg5l2dfx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/ds0gyg5l2dfx6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6c6vmftgc963g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/6c6vmftgc963g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nj8zmcdexkc7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32111 +dcid: "dc/nj8zmcdexkc7h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9nyylnp67fl7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1151 +dcid: "dc/9nyylnp67fl7d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3lfbr7b6199d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525990 +dcid: "dc/3lfbr7b6199d8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wwcj3wrr0q8h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11511 +dcid: "dc/wwcj3wrr0q8h7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nykrg9d9q2nkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/nykrg9d9q2nkc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6wgd7p2jqjz8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/6wgd7p2jqjz8g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zzes7rymmzyr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/zzes7rymmzyr5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/71gejgxysfcr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/71gejgxysfcr7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mqgst1yks65s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/mqgst1yks65s9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s49y536kq6ykb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/s49y536kq6ykb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/03028d5rhvks5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/03028d5rhvks5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mm7g78dw24fr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/mm7g78dw24fr" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4sgcesfhwvww3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/4sgcesfhwvww3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/26s4b81tlb9t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/26s4b81tlb9t7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/11yjcx7j80jy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/11yjcx7j80jy2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lfhn6d793vtt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/lfhn6d793vtt7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mf5xgmkcjdccc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/mf5xgmkcjdccc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dspnfm2qsfbz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/dspnfm2qsfbz1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/splhhvclh6694 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/splhhvclh6694" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gcc0ccymr57v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/gcc0ccymr57v2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/005bj2qpzpfec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/005bj2qpzpfec" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m79qf37wbh705 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/m79qf37wbh705" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gelh7p9wqh6k3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/gelh7p9wqh6k3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v5ms4w61k488c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/v5ms4w61k488c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/057mcvqexjwwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/057mcvqexjwwc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2pbrx5nw1klg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/2pbrx5nw1klg8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/181h7mxtrg6m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/181h7mxtrg6m6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4y7g535ye85w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/4y7g535ye85w1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nv8q3thzrp4c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/442299 +dcid: "dc/nv8q3thzrp4c3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5z0cgcqnltc7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/5z0cgcqnltc7d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/674sq2nhjw6f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/674sq2nhjw6f5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fgw64n24g04t2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/fgw64n24g04t2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ytjshyklc0ge6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81112 +dcid: "dc/ytjshyklc0ge6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tz92th85t91lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/tz92th85t91lc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9sj8bb01wl096 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4422 +dcid: "dc/9sj8bb01wl096" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sdbvxlvwn3lqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/sdbvxlvwn3lqc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/typ7mgwrvvqq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/typ7mgwrvvqq7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p9kwg64bdp4w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/p9kwg64bdp4w3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vpnwtchy6r3d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/vpnwtchy6r3d5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nf57dbzqg5n37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/nf57dbzqg5n37" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/snyvzh4dlxfmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/snyvzh4dlxfmb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n0pyh15250wp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812910 +dcid: "dc/n0pyh15250wp9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6s9k7ftksmbt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811121 +dcid: "dc/6s9k7ftksmbt4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/39ev9z7l5dz99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44229 +dcid: "dc/39ev9z7l5dz99" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zngqj8kv0bnfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81291 +dcid: "dc/zngqj8kv0bnfg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xmezt0s5s22f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/xmezt0s5s22f9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5ksmlm9sxf7m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/5ksmlm9sxf7m6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x46bvs1ezjm07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/x46bvs1ezjm07" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gmytlfd5jz2w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/gmytlfd5jz2w7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cyl8l4vtwem3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/cyl8l4vtwem3h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ssrjt0mz99pv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/ssrjt0mz99pv3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lcb82wnx94kwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/lcb82wnx94kwb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5rbwztk4jmdt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/5rbwztk4jmdt6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4zjkmp3k69q31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441310 +dcid: "dc/4zjkmp3k69q31" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pkez76e45gqfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/pkez76e45gqfb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yn9sfwgejccqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44131 +dcid: "dc/yn9sfwgejccqb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9p7m9jml6m0ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4413 +dcid: "dc/9p7m9jml6m0ch" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g2ld42lm8xlyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/g2ld42lm8xlyf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g27nh7yg73781 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/g27nh7yg73781" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7ft04z62ckk25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/7ft04z62ckk25" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/894950y09pp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/894950y09pp4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vjz9yb6t8kbkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221320 +dcid: "dc/vjz9yb6t8kbkc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lxgnhpccl1lkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/lxgnhpccl1lkb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1f8ll6h51kl3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/1f8ll6h51kl3c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v445bpqfkqf2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22132 +dcid: "dc/v445bpqfkqf2g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3lbh4zrzzv0q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/3lbh4zrzzv0q2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j08fwjrjt8ghd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/j08fwjrjt8ghd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/876skv9568295 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/876skv9568295" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/37kd3c8g508p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/37kd3c8g508p4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l6ypdw3xxs4r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/l6ypdw3xxs4r6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/26m5e6kwz5w9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/26m5e6kwz5w9f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ht13d88vgl9x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/ht13d88vgl9x8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5n5w64gt92qvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/5n5w64gt92qvc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gkxr8n6kzs4jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/gkxr8n6kzs4jg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zdcepk2ffl8qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/zdcepk2ffl8qh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vlwte3jkcxw9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/vlwte3jkcxw9g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8608mvpfqfr52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/8608mvpfqfr52" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k5j064znwdmv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/k5j064znwdmv3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9h560kx205thb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/9h560kx205thb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kl8cpt13f67j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/kl8cpt13f67j2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wyz2j63zmkn62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/wyz2j63zmkn62" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5e88znm28l50f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/5e88znm28l50f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qek7w50pvjqmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/qek7w50pvjqmg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w2eyde4wr5hbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454111 +dcid: "dc/w2eyde4wr5hbg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/blj4xwfnwvk47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45411 +dcid: "dc/blj4xwfnwvk47" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/11pvh2p9k5r4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23819 +dcid: "dc/11pvh2p9k5r4d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/454x4rm281wc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4541 +dcid: "dc/454x4rm281wc1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/370ck7eg5kp4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2381 +dcid: "dc/370ck7eg5kp4d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wycd3nlw5jw7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238191 +dcid: "dc/wycd3nlw5jw7b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m7p17ekdmx3g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/m7p17ekdmx3g1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g36y1lxzdnzjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/g36y1lxzdnzjf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xd9zdsr424t6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/xd9zdsr424t6g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lcm1nglm9h0c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/lcm1nglm9h0c3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k7p29h8p0k6gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/k7p29h8p0k6gh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cv581hyjgqnj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/cv581hyjgqnj2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ytf4c9p6grvj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/ytf4c9p6grvj2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w0w2n72n37fh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/w0w2n72n37fh5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1xcmwxl3t1s13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/1xcmwxl3t1s13" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2zsj4qjhl37s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/2zsj4qjhl37s6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x2twlzrxnvwmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/x2twlzrxnvwmh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4jh5s7csj5997 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/4jh5s7csj5997" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1xbnbv6nepxz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/1xbnbv6nepxz7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wnnyy7sc9xn25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/wnnyy7sc9xn25" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/891xl0k0gsfz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/891xl0k0gsfz3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qd4s6px6g5flf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6213 +dcid: "dc/qd4s6px6g5flf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q5mh9bqltkek2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/q5mh9bqltkek2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/78qkgx83he1xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/78qkgx83he1xg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y8ns8effw5hw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/y8ns8effw5hw3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fl0hbp3v8tjj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/fl0hbp3v8tjj5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nsp1r9kewhfy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/nsp1r9kewhfy7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z8vf5w85jzxg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/z8vf5w85jzxg4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rjr7zy1jtwew8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/rjr7zy1jtwew8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/59gjjrrklpmlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/59gjjrrklpmlg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c1qebdgz8gjnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/c1qebdgz8gjnc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eercl0byvs0eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/eercl0byvs0eg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vfbrde3r4q0h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/vfbrde3r4q0h4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gzj7mj0kl86cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/gzj7mj0kl86cd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tqngxdn3dc06h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/tqngxdn3dc06h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/js7dy98sbmktb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/js7dy98sbmktb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qypb9j8jsxvh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/qypb9j8jsxvh1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y2nc3bpzb8ym8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/y2nc3bpzb8ym8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vh1v5s8g0w0g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/vh1v5s8g0w0g5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cvwjy92wvj493 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/cvwjy92wvj493" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qvkyx1qg89hq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/qvkyx1qg89hq5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9tnt1fkqc3fr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/9tnt1fkqc3fr8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8q261dzvgkqqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/8q261dzvgkqqd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fc3p0h90tnnn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/fc3p0h90tnnn" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1brh411wwxs4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/1brh411wwxs4b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m0eqbqgjgw722 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/m0eqbqgjgw722" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wncp0tqjts6vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/wncp0tqjts6vc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p0tjbvfh3zz09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/p0tjbvfh3zz09" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/26fs8vefdbwjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/26fs8vefdbwjg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lx5rfplt0f3lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4234 +dcid: "dc/lx5rfplt0f3lc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3qj0k2xvl0sdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/3qj0k2xvl0sdb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7gbnsw0mj5kt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/7gbnsw0mj5kt7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mkjbp2876c7z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/mkjbp2876c7z2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/twnfb7ylwt2nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/twnfb7ylwt2nc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nvlml8qk99ckg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4812 +dcid: "dc/nvlml8qk99ckg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3n62fbffttky3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53229 +dcid: "dc/3n62fbffttky3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/947t41p579xzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/947t41p579xzh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h3589nf25bsj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5322 +dcid: "dc/h3589nf25bsj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/re8eh5c8kdqj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/re8eh5c8kdqj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y0ywbvd11mfjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48121 +dcid: "dc/y0ywbvd11mfjg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4j6y9lcvknfhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323114 +dcid: "dc/4j6y9lcvknfhf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5sv5xb0prmzs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48111 +dcid: "dc/5sv5xb0prmzs1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tngegc3mld473 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4247 +dcid: "dc/tngegc3mld473" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wcjze9jdz69c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/wcjze9jdz69c7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qnsv5t91c0gxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4811 +dcid: "dc/qnsv5t91c0gxh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kvtc47m7nb3qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/481111 +dcid: "dc/kvtc47m7nb3qd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nfg4j6pdqd8q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/nfg4j6pdqd8q9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6lsprepz8tb16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/6lsprepz8tb16" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/655w3w0gqzlzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/655w3w0gqzlzg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ngkm4ng080szf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/ngkm4ng080szf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tgkwqrd6g7544 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/tgkwqrd6g7544" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ctp349s2yr7l3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/ctp349s2yr7l3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/67cst7h1tb868 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/67cst7h1tb868" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kf6zbg0jwew15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/kf6zbg0jwew15" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3zdrclc2fv16b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/3zdrclc2fv16b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lzr0q5b80sh06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/lzr0q5b80sh06" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b1p1lvh572nf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/b1p1lvh572nf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8gd5sgb1c1qnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/8gd5sgb1c1qnc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xxbynn05b2p82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/xxbynn05b2p82" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ermpcedjflr81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/ermpcedjflr81" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bfcd4rxtndz0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/bfcd4rxtndz0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6h6yjfjqtygjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/6h6yjfjqtygjf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p38wpn7472jn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/p38wpn7472jn2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hsex5bcvy1tn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/hsex5bcvy1tn5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/718w7sbjvk525 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/718w7sbjvk525" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nfr1qswyjw84h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/nfr1qswyjw84h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lq8ec79w56e58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/lq8ec79w56e58" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zcqqwyr23seq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/zcqqwyr23seq7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e7c5fz8qj27nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/e7c5fz8qj27nc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/clf7nrs7tt3wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/clf7nrs7tt3wc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lp5bhvzkcrbh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/lp5bhvzkcrbh1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kvvl59lgv1wt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/kvvl59lgv1wt1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6w65b2x2gtvxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/6w65b2x2gtvxh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y7e9r9z8d4ddg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/y7e9r9z8d4ddg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nekdh0tdq2jjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/nekdh0tdq2jjb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bc0ec62tlmcv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/bc0ec62tlmcv" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2neh9g7x2c6kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/2neh9g7x2c6kg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dk6mtfv97smz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/dk6mtfv97smz8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dzcwxmmzgjmkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/dzcwxmmzgjmkd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ttbh8kgehr7d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/ttbh8kgehr7d3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9p3v0rxwbv3z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/9p3v0rxwbv3z" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8xngt1fq109m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/8xngt1fq109m1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sesnh6rrdj7q7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/sesnh6rrdj7q7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cg72nw1x78hsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/cg72nw1x78hsg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d9xxgsxlbjp29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/d9xxgsxlbjp29" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1t5mql7v9j18g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/1t5mql7v9j18g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0hk6f8f9gvep2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/0hk6f8f9gvep2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d922bx8gh2363 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/d922bx8gh2363" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kkgplpkzmgzs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/kkgplpkzmgzs5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cv62dhzcyzxf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/cv62dhzcyzxf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/95f0dbveypqy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/95f0dbveypqy2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/67g5c6pr4k2p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/67g5c6pr4k2p" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9jvws6g03q6cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/9jvws6g03q6cd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kdl7h3g8jcdb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/kdl7h3g8jcdb1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/04jxsqpjy3bb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/04jxsqpjy3bb2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7bp42nn8jl7e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/7bp42nn8jl7e7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/76kntsljg1k6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/76kntsljg1k6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d9pghvgz55xc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/d9pghvgz55xc8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hlfye6kswzeq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/hlfye6kswzeq6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ebp3tg41s5m8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/ebp3tg41s5m8b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3br0bd1bls038 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/3br0bd1bls038" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f9dk0weqbeslb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/f9dk0weqbeslb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hn8jy7c5y1yqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/hn8jy7c5y1yqc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rr8bejsdjfzn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/rr8bejsdjfzn3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8c1d9eplklee7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/8c1d9eplklee7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xgf9g8wnqrv4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/xgf9g8wnqrv4c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3df1xhsvyxgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/3df1xhsvyxgb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/czr2m3h8m3zff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54189 +dcid: "dc/czr2m3h8m3zff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6zz14qdqsk9zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54169 +dcid: "dc/6zz14qdqsk9zf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jxvmq019y0q0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/jxvmq019y0q0c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dp1xlme37dbm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/dp1xlme37dbm" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eveck71w9q0bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/eveck71w9q0bg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nd6rf3fsxx296 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/nd6rf3fsxx296" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6x8kb6bh81hjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/6x8kb6bh81hjh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0yhnydkx44szd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/0yhnydkx44szd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8nbw7707dz0kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/8nbw7707dz0kh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1yhvyt6clc8r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/1yhvyt6clc8r7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q798xsytjrred +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/q798xsytjrred" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t5tpb2nj29q0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/t5tpb2nj29q0h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sjl6f27wt2p26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/sjl6f27wt2p26" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tkxhqp7m5yerg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/tkxhqp7m5yerg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fyht6mqcr1nq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611512 +dcid: "dc/fyht6mqcr1nq" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cff1h3dptm027 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/cff1h3dptm027" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0n7024h797ek +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711212 +dcid: "dc/0n7024h797ek" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dlp2ydhehnql5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/dlp2ydhehnql5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mk8gkwcyjx9xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/mk8gkwcyjx9xh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nr50mpn320cc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/nr50mpn320cc2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x7wpfn1cgd76f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/x7wpfn1cgd76f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t7hxyhl48tcyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812310 +dcid: "dc/t7hxyhl48tcyd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eczy48znpstw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/eczy48znpstw" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sypcd8353cdp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/sypcd8353cdp6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nmjpl7d4czse2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1142 +dcid: "dc/nmjpl7d4czse2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qpefq824vbl82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/qpefq824vbl82" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/97jq541s6xkbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/97jq541s6xkbb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wn3s91t9q4svg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541690 +dcid: "dc/wn3s91t9q4svg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/le8re6j5p913d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/le8re6j5p913d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jge9plkpg6fw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/jge9plkpg6fw2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6zbvys1bcd6cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44611 +dcid: "dc/6zbvys1bcd6cb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9zd854p9lrpvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446110 +dcid: "dc/9zd854p9lrpvc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r808sqh38f648 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/r808sqh38f648" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rhp7kr5vfhlgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42391 +dcid: "dc/rhp7kr5vfhlgc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8b2eyfkplypp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/8b2eyfkplypp7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gbmmcs4tjm3g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/gbmmcs4tjm3g7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w5fthpev4s3d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/w5fthpev4s3d6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pp2gnz10y8qc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48531 +dcid: "dc/pp2gnz10y8qc9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/deyb5pw4v7v01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114210 +dcid: "dc/deyb5pw4v7v01" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5vd2bfxt9mq7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81231 +dcid: "dc/5vd2bfxt9mq7c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fjx01c2m6qme9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/fjx01c2m6qme9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jsq010wz8s4kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/jsq010wz8s4kf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/91tnef9s9tsj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/91tnef9s9tsj8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rvqvqt4fvpwy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/rvqvqt4fvpwy6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cssn3vwd8ys5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/cssn3vwd8ys5h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/378cnjxknww7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485 +dcid: "dc/378cnjxknww7f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kbgbhk9wxqx61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541614 +dcid: "dc/kbgbhk9wxqx61" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9bmjnbdkxrgcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4461 +dcid: "dc/9bmjnbdkxrgcf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fv4ymb6gcjqn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/fv4ymb6gcjqn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8g8ys8y1k775g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5416 +dcid: "dc/8g8ys8y1k775g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yzce6bjb3yxx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11421 +dcid: "dc/yzce6bjb3yxx8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w6e43drcph05b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423910 +dcid: "dc/w6e43drcph05b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nsrx541n11cs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4853 +dcid: "dc/nsrx541n11cs4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f5frvbez5mz6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541890 +dcid: "dc/f5frvbez5mz6d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b6pwc5ghpdh9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485310 +dcid: "dc/b6pwc5ghpdh9b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/11hpgq235t9cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/11hpgq235t9cg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fv2qnde26tt94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/fv2qnde26tt94" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t86h4231sb85c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4239 +dcid: "dc/t86h4231sb85c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j6gbtgkcyw0j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/j6gbtgkcyw0j1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n5vgx8hpw9k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/n5vgx8hpw9k5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f5gc3f5e4kmrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/446 +dcid: "dc/f5gc3f5e4kmrb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kb517nt2ltxl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/kb517nt2ltxl5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l97d2z7rbh8k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/l97d2z7rbh8k5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/860zk8qf5xy09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/860zk8qf5xy09" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wsf17fsxlw2c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/wsf17fsxlw2c1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lq0qrxrs0mz18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/lq0qrxrs0mz18" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/21hbxq3qe36w1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/21hbxq3qe36w1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0q64t6fmb188b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/0q64t6fmb188b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z7fcy77pjq5wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/z7fcy77pjq5wb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/swsheg22t82fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/swsheg22t82fb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x7frtf9lhwv39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/x7frtf9lhwv39" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w1pvn6pvblpb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/w1pvn6pvblpb5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fefh3509m3el5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/fefh3509m3el5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ddkek5qdwrs7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/ddkek5qdwrs7f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kc15w0lbxjw37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/kc15w0lbxjw37" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7rjl0m3zkhk57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/7rjl0m3zkhk57" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4kejd7s0h8zj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/4kejd7s0h8zj" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/myb2mj8mepe0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/myb2mj8mepe0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9zbtxzpctyr44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/9zbtxzpctyr44" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dgml7t2p4z5h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/dgml7t2p4z5h4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sv6h7syj29el6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/sv6h7syj29el6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/374gwjycvbfq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/374gwjycvbfq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z8ffyj5m1hj3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/z8ffyj5m1hj3b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/33hpdkq8zmte9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/33hpdkq8zmte9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3bngr00fbmej9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/3bngr00fbmej9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8zbcjc2w1y8j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/8zbcjc2w1y8j3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6f7el9mmep462 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238912 +dcid: "dc/6f7el9mmep462" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pr2l06sdpxrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441228 +dcid: "dc/pr2l06sdpxrg" + +Node: dcid:dc/7f8ed4lbwbns5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339930 +dcid: "dc/7f8ed4lbwbns5" + +Node: dcid:dc/p5h6ehnp1vf7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/p5h6ehnp1vf7f" + +Node: dcid:dc/40vlwe2sqwy37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311352 +dcid: "dc/40vlwe2sqwy37" + +Node: dcid:dc/p7g7hj3nvt1rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327110 +dcid: "dc/p7g7hj3nvt1rh" + +Node: dcid:dc/3cvwl1z9zgdtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/3cvwl1z9zgdtb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dk0c07k4x7g84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/dk0c07k4x7g84" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qtf01hf7ew6y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/qtf01hf7ew6y4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p8yqkgg78gk75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333519 +dcid: "dc/p8yqkgg78gk75" + +Node: dcid:dc/m29qr84n6c5m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336390 +dcid: "dc/m29qr84n6c5m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yd3htl25wfxp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/yd3htl25wfxp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vzh0kw0egyrjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315220 +dcid: "dc/vzh0kw0egyrjg" + +Node: dcid:dc/qwhsj9yw21wvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/qwhsj9yw21wvb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qzj59lsgqq1vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332613 +dcid: "dc/qzj59lsgqq1vg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yk9j1qxg4k9b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311824 +dcid: "dc/yk9j1qxg4k9b7" + +Node: dcid:dc/y0tpkccpdhndg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454310 +dcid: "dc/y0tpkccpdhndg" + +Node: dcid:dc/8kd51s6qzkwwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333316 +dcid: "dc/8kd51s6qzkwwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p87rt5xeln481 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322230 +dcid: "dc/p87rt5xeln481" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q53b365w74fp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333241 +dcid: "dc/q53b365w74fp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pns9kpvt9jl36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327110 +dcid: "dc/pns9kpvt9jl36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rhebhpg19jwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331529 +dcid: "dc/rhebhpg19jwf" + +Node: dcid:dc/ek002nsw407bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333318 +dcid: "dc/ek002nsw407bg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vm1jpe301d3eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336320 +dcid: "dc/vm1jpe301d3eb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t4jth8tbykv86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339930 +dcid: "dc/t4jth8tbykv86" + +Node: dcid:dc/v1fl8d24sdhe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325220 +dcid: "dc/v1fl8d24sdhe9" + +Node: dcid:dc/7h7jmrmdl1dw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/7h7jmrmdl1dw3" + +Node: dcid:dc/7mgf606l1sxjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325130 +dcid: "dc/7mgf606l1sxjg" + +Node: dcid:dc/tqk67yfg0t8l9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332216 +dcid: "dc/tqk67yfg0t8l9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yp17fg7n8j5w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/yp17fg7n8j5w6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hsfbd0d3zc09d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/hsfbd0d3zc09d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k87ec1e3ten0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327120 +dcid: "dc/k87ec1e3ten0h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pks5gm9jzmqsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333241 +dcid: "dc/pks5gm9jzmqsb" + +Node: dcid:dc/dxq2fthe4nnmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316210 +dcid: "dc/dxq2fthe4nnmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7e1zb61bj0zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/p7e1zb61bj0zf" + +Node: dcid:dc/9j0k78jnq3qnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33324 +dcid: "dc/9j0k78jnq3qnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y5njbs5cv979f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313310 +dcid: "dc/y5njbs5cv979f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wpn8jvd9f0ed9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316210 +dcid: "dc/wpn8jvd9f0ed9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1t8z1yctddend +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314994 +dcid: "dc/1t8z1yctddend" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/258yszbf752x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325180 +dcid: "dc/258yszbf752x9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3br09ng9vg1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/f3br09ng9vg1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3j30v5bl0wqy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333413 +dcid: "dc/3j30v5bl0wqy3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cwlmcxp9l3jh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/cwlmcxp9l3jh1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vlg1slctdfg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314120 +dcid: "dc/vlg1slctdfg8" + +Node: dcid:dc/whb7h373656k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/whb7h373656k" + +Node: dcid:dc/gr9y1dxwwjs6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/gr9y1dxwwjs6b" + +Node: dcid:dc/c0zj6cw8dl74b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/c0zj6cw8dl74b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/202h39m8nyxy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311710 +dcid: "dc/202h39m8nyxy8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmxnqpfv9fw55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33324 +dcid: "dc/qmxnqpfv9fw55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mg3yqkwb42mmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333316 +dcid: "dc/mg3yqkwb42mmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fxysl29v3zy72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331420 +dcid: "dc/fxysl29v3zy72" + +Node: dcid:dc/h0v7px6bey3l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/h0v7px6bey3l8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ybbw9x90t2k47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/ybbw9x90t2k47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kzdxp4l369g74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323120 +dcid: "dc/kzdxp4l369g74" + +Node: dcid:dc/3rlhq7cbwh9qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333517 +dcid: "dc/3rlhq7cbwh9qg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dn1xnzc6r00b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322230 +dcid: "dc/dn1xnzc6r00b2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3dbwpn1zcbjv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331110 +dcid: "dc/3dbwpn1zcbjv5" + +Node: dcid:dc/kqhfcsphdj7mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322219 +dcid: "dc/kqhfcsphdj7mh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p4zwhcvlyb0l +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31135 +dcid: "dc/p4zwhcvlyb0l" + +Node: dcid:dc/jy80rdd5b8j15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/jy80rdd5b8j15" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mr45qvflq91hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31524 +dcid: "dc/mr45qvflq91hh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bqvs1necvvvs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331420 +dcid: "dc/bqvs1necvvvs6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/55lqd6g2fqvhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314910 +dcid: "dc/55lqd6g2fqvhd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5wgtn5bzbm763 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325130 +dcid: "dc/5wgtn5bzbm763" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tsry971g91cp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311824 +dcid: "dc/tsry971g91cp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6s7y1x50rl8h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336320 +dcid: "dc/6s7y1x50rl8h3" + +Node: dcid:dc/jte8658l1ch4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339930 +dcid: "dc/jte8658l1ch4g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e0jlcqe8x1ee5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322219 +dcid: "dc/e0jlcqe8x1ee5" + +Node: dcid:dc/4350swqj3k2bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315240 +dcid: "dc/4350swqj3k2bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eymdf0l3m47m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/eymdf0l3m47m2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m5z7mllkz13g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/m5z7mllkz13g1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5blrencs14807 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333244 +dcid: "dc/5blrencs14807" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d643h84j357y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316998 +dcid: "dc/d643h84j357y6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w0e2cdrk5ff48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333249 +dcid: "dc/w0e2cdrk5ff48" + +Node: dcid:dc/j9d80gr8qmql +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322220 +dcid: "dc/j9d80gr8qmql" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1164zg41pdp4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31524 +dcid: "dc/1164zg41pdp4f" + +Node: dcid:dc/9ccshzllyxdgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336310 +dcid: "dc/9ccshzllyxdgh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/68vjrw2eqffec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/68vjrw2eqffec" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1zf5ekd5w6h68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339930 +dcid: "dc/1zf5ekd5w6h68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z8t6rgvrjw02b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/z8t6rgvrjw02b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g25gkhgt7bskb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334118 +dcid: "dc/g25gkhgt7bskb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8778m3nqctfc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313240 +dcid: "dc/8778m3nqctfc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kcfnegc5xxkmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/kcfnegc5xxkmf" + +Node: dcid:dc/k0t431v6f0tz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441228 +dcid: "dc/k0t431v6f0tz6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hy3hgvp9yfscd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311352 +dcid: "dc/hy3hgvp9yfscd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dhlcc887jwkc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331420 +dcid: "dc/dhlcc887jwkc3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rsh68fbe4rtt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311824 +dcid: "dc/rsh68fbe4rtt7" + +Node: dcid:dc/fwy6hfzp2q3y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333249 +dcid: "dc/fwy6hfzp2q3y3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fq917qdwm681f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/fq917qdwm681f" + +Node: dcid:dc/dr7qepczykzx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336310 +dcid: "dc/dr7qepczykzx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cnljx67hghrf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333413 +dcid: "dc/cnljx67hghrf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7cwmjw3546eqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315240 +dcid: "dc/7cwmjw3546eqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ygq8f0d2t6v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333241 +dcid: "dc/8ygq8f0d2t6v5" + +Node: dcid:dc/9pvegwk51d279 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322219 +dcid: "dc/9pvegwk51d279" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gz180qmzne5g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/gz180qmzne5g1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cdh5qm7l7s9x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331110 +dcid: "dc/cdh5qm7l7s9x1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ffhpmfvng20nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/ffhpmfvng20nh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1ngs456kt5wsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31135 +dcid: "dc/1ngs456kt5wsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4nw1m09e4zn3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327120 +dcid: "dc/4nw1m09e4zn3f" + +Node: dcid:dc/t1eyel5ps1vw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/t1eyel5ps1vw7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x9n06bb649zp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/x9n06bb649zp1" + +Node: dcid:dc/e0ld3t1fx3s92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333249 +dcid: "dc/e0ld3t1fx3s92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ejy5tmjh10dm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333243 +dcid: "dc/ejy5tmjh10dm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nz3jvdxz6yfc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331523 +dcid: "dc/nz3jvdxz6yfc3" + +Node: dcid:dc/ts20w3sx7hrtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325130 +dcid: "dc/ts20w3sx7hrtd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/09ztd2fszwdc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333241 +dcid: "dc/09ztd2fszwdc5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vnegdw7c5w2r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334118 +dcid: "dc/vnegdw7c5w2r3" + +Node: dcid:dc/31cl2f5cwlys6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325130 +dcid: "dc/31cl2f5cwlys6" + +Node: dcid:dc/3zc69ms0n3pjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333243 +dcid: "dc/3zc69ms0n3pjf" + +Node: dcid:dc/vq6tgfqbm9ft +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333413 +dcid: "dc/vq6tgfqbm9ft" + +Node: dcid:dc/g415n9ckmt70b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331523 +dcid: "dc/g415n9ckmt70b" + +Node: dcid:dc/bng6xj133lecc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315220 +dcid: "dc/bng6xj133lecc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtv2x5sjr8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313240 +dcid: "dc/jtv2x5sjr8h" + +Node: dcid:dc/dm5vxhd69vxr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322220 +dcid: "dc/dm5vxhd69vxr8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1dzkejzv538m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323120 +dcid: "dc/1dzkejzv538m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/flfk1szeerbd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31524 +dcid: "dc/flfk1szeerbd7" + +Node: dcid:dc/8s3169486kgbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/8s3169486kgbc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7vr9jrem2wnq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/7vr9jrem2wnq7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2wcztfhnrm0qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315220 +dcid: "dc/2wcztfhnrm0qf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xtsbhd1tepel6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331420 +dcid: "dc/xtsbhd1tepel6" + +Node: dcid:dc/2v07fg99pm1p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333318 +dcid: "dc/2v07fg99pm1p7" + +Node: dcid:dc/redh1q644pn3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/redh1q644pn3b" + +Node: dcid:dc/qwx6b2pnt9m5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339940 +dcid: "dc/qwx6b2pnt9m5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/963qtn2mpnbs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/963qtn2mpnbs" + +Node: dcid:dc/qzphe0ecn2w7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316998 +dcid: "dc/qzphe0ecn2w7h" + +Node: dcid:dc/78mzh2tj1zlj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/78mzh2tj1zlj9" + +Node: dcid:dc/hn364qjrvydf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339930 +dcid: "dc/hn364qjrvydf5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v2h3b5crn2014 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/v2h3b5crn2014" + +Node: dcid:dc/0ktwme3gp4feb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323120 +dcid: "dc/0ktwme3gp4feb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/61hrdem0ys0y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322219 +dcid: "dc/61hrdem0ys0y1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fq0c4z654hwfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333519 +dcid: "dc/fq0c4z654hwfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rykxmggn0y7r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336320 +dcid: "dc/rykxmggn0y7r3" + +Node: dcid:dc/kbq9j0gd70w2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333243 +dcid: "dc/kbq9j0gd70w2c" + +Node: dcid:dc/lwfe4xr705481 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31135 +dcid: "dc/lwfe4xr705481" + +Node: dcid:dc/kg2gv4q1p1f64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/kg2gv4q1p1f64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1c90lq00j07y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333244 +dcid: "dc/1c90lq00j07y5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x03l7krvqwd33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311352 +dcid: "dc/x03l7krvqwd33" + +Node: dcid:dc/59455fclmcf23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31135 +dcid: "dc/59455fclmcf23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d3djl87334h65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311824 +dcid: "dc/d3djl87334h65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z9pzk4lhpr3h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/z9pzk4lhpr3h9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1w3qykq6mtq0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331318 +dcid: "dc/1w3qykq6mtq0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/evpjrvx37kg39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313310 +dcid: "dc/evpjrvx37kg39" + +Node: dcid:dc/cvfg53xq2h068 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441228 +dcid: "dc/cvfg53xq2h068" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3dvpc0hgr7jgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332216 +dcid: "dc/3dvpc0hgr7jgc" + +Node: dcid:dc/d0v50c77lewjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311710 +dcid: "dc/d0v50c77lewjd" + +Node: dcid:dc/wj3rx8ct32xr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/wj3rx8ct32xr4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zsxsbxj6x69ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331318 +dcid: "dc/zsxsbxj6x69ff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mjz18zfeg186c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313220 +dcid: "dc/mjz18zfeg186c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r9e2c76jxf4p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/r9e2c76jxf4p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s13vdkhxk0f5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334614 +dcid: "dc/s13vdkhxk0f5h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rwnp0vy7vbq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331110 +dcid: "dc/rwnp0vy7vbq6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lkdwdz422p5nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327110 +dcid: "dc/lkdwdz422p5nd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9wnknwqtvqjh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322219 +dcid: "dc/9wnknwqtvqjh8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tv5f16zgpehq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333318 +dcid: "dc/tv5f16zgpehq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/74js07nreke8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315210 +dcid: "dc/74js07nreke8h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dlsr7y2hrq599 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/dlsr7y2hrq599" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zy50xmh9e6211 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314910 +dcid: "dc/zy50xmh9e6211" + +Node: dcid:dc/b87tdjczsc4mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336310 +dcid: "dc/b87tdjczsc4mg" + +Node: dcid:dc/0qrs3shl5l8p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/0qrs3shl5l8p4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kzrl8vkynx3fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/kzrl8vkynx3fb" + +Node: dcid:dc/eq78zyn9gc844 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325180 +dcid: "dc/eq78zyn9gc844" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwwgrdq1t34gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313240 +dcid: "dc/kwwgrdq1t34gd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1b5z9nkvtqls2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/1b5z9nkvtqls2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gn7l1dg50e6p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314994 +dcid: "dc/gn7l1dg50e6p2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/174nyl7xvgke1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322230 +dcid: "dc/174nyl7xvgke1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p2w9j165sdhz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311824 +dcid: "dc/p2w9j165sdhz3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jez5l1vbh621 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/jez5l1vbh621" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/evkh9mhpvsmdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/evkh9mhpvsmdd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kssf4c19jqyp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313240 +dcid: "dc/kssf4c19jqyp2" + +Node: dcid:dc/vy5svb3hrnk03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313110 +dcid: "dc/vy5svb3hrnk03" + +Node: dcid:dc/jy4c0lhlv105b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334118 +dcid: "dc/jy4c0lhlv105b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2tkyjdgvm18x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315210 +dcid: "dc/2tkyjdgvm18x3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x8cxm4417sq9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325130 +dcid: "dc/x8cxm4417sq9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/85xnmzjjh2nt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/85xnmzjjh2nt2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g1q3r3w13wmk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314994 +dcid: "dc/g1q3r3w13wmk5" + +Node: dcid:dc/2cyq2engm0k7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333244 +dcid: "dc/2cyq2engm0k7h" + +Node: dcid:dc/720n410v9merg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315210 +dcid: "dc/720n410v9merg" + +Node: dcid:dc/76p4yn4evr7x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314910 +dcid: "dc/76p4yn4evr7x3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/81nwnnp90kys3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454310 +dcid: "dc/81nwnnp90kys3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pcry95reqpy23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441228 +dcid: "dc/pcry95reqpy23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ztdqkfszjys31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331110 +dcid: "dc/ztdqkfszjys31" + +Node: dcid:dc/qkvk661hsecv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336390 +dcid: "dc/qkvk661hsecv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ek6fxh5hzse0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316998 +dcid: "dc/ek6fxh5hzse0g" + +Node: dcid:dc/xbzpl51q7d5n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/xbzpl51q7d5n1" + +Node: dcid:dc/ze18lpdtw7hx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327120 +dcid: "dc/ze18lpdtw7hx2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j24jlkxrg9erc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/j24jlkxrg9erc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/60sr1rbepq9z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313240 +dcid: "dc/60sr1rbepq9z7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rf3qm7p0hbsnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/rf3qm7p0hbsnd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tf3wk23njqv3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331420 +dcid: "dc/tf3wk23njqv3c" + +Node: dcid:dc/fe0888jxe8f4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331410 +dcid: "dc/fe0888jxe8f4b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8flpyete7791 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334118 +dcid: "dc/q8flpyete7791" + +Node: dcid:dc/evyy960hmj55h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/evyy960hmj55h" + +Node: dcid:dc/x9rrj12vrlld7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331420 +dcid: "dc/x9rrj12vrlld7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s8zh1xnv4f5b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339930 +dcid: "dc/s8zh1xnv4f5b7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tdfc23tj68fp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311710 +dcid: "dc/tdfc23tj68fp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qm7t2bt3p7tf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/qm7t2bt3p7tf1" + +Node: dcid:dc/l4cp5cynqsyh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322219 +dcid: "dc/l4cp5cynqsyh1" + +Node: dcid:dc/nsg2bx7kf2643 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314994 +dcid: "dc/nsg2bx7kf2643" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2fr63vesy6l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313310 +dcid: "dc/r2fr63vesy6l8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/42dk0w3gj7bl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313110 +dcid: "dc/42dk0w3gj7bl2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t379mhl2jdep2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315210 +dcid: "dc/t379mhl2jdep2" + +Node: dcid:dc/0hgklew9n8pv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336390 +dcid: "dc/0hgklew9n8pv3" + +Node: dcid:dc/c8kfkkc6wzne3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33324 +dcid: "dc/c8kfkkc6wzne3" + +Node: dcid:dc/dqbybe2eeglld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333519 +dcid: "dc/dqbybe2eeglld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vfqm2573n4zw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/vfqm2573n4zw" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fmp6yqjq4qf8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334118 +dcid: "dc/fmp6yqjq4qf8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/svjkwy6evxn8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322220 +dcid: "dc/svjkwy6evxn8f" + +Node: dcid:dc/b9fcwfx8qsh32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327110 +dcid: "dc/b9fcwfx8qsh32" + +Node: dcid:dc/71vtph172w25f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315220 +dcid: "dc/71vtph172w25f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4xymn80ck029b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331523 +dcid: "dc/4xymn80ck029b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hmplpcx764c0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454310 +dcid: "dc/hmplpcx764c0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9v8lrj72011n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333517 +dcid: "dc/9v8lrj72011n7" + +Node: dcid:dc/3x29c3pfvy2y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/3x29c3pfvy2y5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/11gf7jel3d3xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/11gf7jel3d3xd" + +Node: dcid:dc/5hnkkex9ndn21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314994 +dcid: "dc/5hnkkex9ndn21" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4fdn902j1rcx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336310 +dcid: "dc/4fdn902j1rcx7" + +Node: dcid:dc/1fg5nbp9b4148 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/1fg5nbp9b4148" + +Node: dcid:dc/6zl4k8xv65sdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334614 +dcid: "dc/6zl4k8xv65sdh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0mq017jnfxpq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333243 +dcid: "dc/0mq017jnfxpq7" + +Node: dcid:dc/hvdk0f2e8exlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315220 +dcid: "dc/hvdk0f2e8exlh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3y5ftmq52m586 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332613 +dcid: "dc/3y5ftmq52m586" + +Node: dcid:dc/ew1gpl3834rhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332216 +dcid: "dc/ew1gpl3834rhc" + +Node: dcid:dc/e0tnnk9hwc03d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/e0tnnk9hwc03d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/695w9ymcjrc73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325220 +dcid: "dc/695w9ymcjrc73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gg9snk2nrh9w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/gg9snk2nrh9w9" + +Node: dcid:dc/dgfzc4tkjr2g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331318 +dcid: "dc/dgfzc4tkjr2g3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8vb5d2mchxhch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313240 +dcid: "dc/8vb5d2mchxhch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b524mgy4smvv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311352 +dcid: "dc/b524mgy4smvv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6eg4d061258d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325220 +dcid: "dc/m6eg4d061258d" + +Node: dcid:dc/mncwvdlmtb34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315240 +dcid: "dc/mncwvdlmtb34" + +Node: dcid:dc/4k49f7661k7f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/4k49f7661k7f4" + +Node: dcid:dc/3p6ms6w8qdzn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/3p6ms6w8qdzn5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eynqg3yhlbm58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333244 +dcid: "dc/eynqg3yhlbm58" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mdbvd5fcn71zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333519 +dcid: "dc/mdbvd5fcn71zf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/klkbsmvnehyf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333249 +dcid: "dc/klkbsmvnehyf3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ntxzkx3peq4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/0ntxzkx3peq4g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dvnjpnee3xgzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/dvnjpnee3xgzd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1633m0v9px3s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333517 +dcid: "dc/1633m0v9px3s1" + +Node: dcid:dc/lm4nr530cvvc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327120 +dcid: "dc/lm4nr530cvvc2" + +Node: dcid:dc/l9ns3v2ch1z39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333517 +dcid: "dc/l9ns3v2ch1z39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c0glmw63y39gf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339940 +dcid: "dc/c0glmw63y39gf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/evejnplxg9zl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322220 +dcid: "dc/evejnplxg9zl4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qnm3by80kvx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313220 +dcid: "dc/qnm3by80kvx4" + +Node: dcid:dc/qw85bzxzz7jk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/qw85bzxzz7jk6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bwfp8z3hthbzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311710 +dcid: "dc/bwfp8z3hthbzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/883q69wr6x468 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/883q69wr6x468" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ynpme7kgdck06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311824 +dcid: "dc/ynpme7kgdck06" + +Node: dcid:dc/2p2wdj29tvhs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/2p2wdj29tvhs" + +Node: dcid:dc/gzydn8mdrj0r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331523 +dcid: "dc/gzydn8mdrj0r" + +Node: dcid:dc/g303sdh6hyql2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331529 +dcid: "dc/g303sdh6hyql2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gj194x89bjhm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/gj194x89bjhm2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dtfmrzk2223e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311710 +dcid: "dc/dtfmrzk2223e8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p2187q13fgqv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333316 +dcid: "dc/p2187q13fgqv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7jsjw66rwrdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325220 +dcid: "dc/p7jsjw66rwrdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0yqdcy8e3j8kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/0yqdcy8e3j8kg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmhj57rglz8g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331523 +dcid: "dc/qmhj57rglz8g9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vjsqg2s017g28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33324 +dcid: "dc/vjsqg2s017g28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fmh5yvx19yk55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323120 +dcid: "dc/fmh5yvx19yk55" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zrk0gqqmwwkrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/zrk0gqqmwwkrh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8pd7ssr47vhc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331529 +dcid: "dc/8pd7ssr47vhc1" + +Node: dcid:dc/kqe36ge6h9r14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333316 +dcid: "dc/kqe36ge6h9r14" + +Node: dcid:dc/z21q21kymvg72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314120 +dcid: "dc/z21q21kymvg72" + +Node: dcid:dc/79q5xzmjtyvc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314120 +dcid: "dc/79q5xzmjtyvc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8grp4mx0kls85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313220 +dcid: "dc/8grp4mx0kls85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9z33mm776few1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331410 +dcid: "dc/9z33mm776few1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lysd6yjs1yfnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333318 +dcid: "dc/lysd6yjs1yfnc" + +Node: dcid:dc/c957s4tt0qw11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/c957s4tt0qw11" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fzdtz0xpk1gx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339940 +dcid: "dc/fzdtz0xpk1gx8" + +Node: dcid:dc/dhwlmsfxh2bv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313310 +dcid: "dc/dhwlmsfxh2bv6" + +Node: dcid:dc/ggrwqwknt9y95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313110 +dcid: "dc/ggrwqwknt9y95" + +Node: dcid:dc/gnvgp3kqnhrpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333413 +dcid: "dc/gnvgp3kqnhrpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l4s4mhmmbmm62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316210 +dcid: "dc/l4s4mhmmbmm62" + +Node: dcid:dc/gfhhfbfn3frh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333413 +dcid: "dc/gfhhfbfn3frh" + +Node: dcid:dc/wg4fbdl5dxg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/wg4fbdl5dxg8" + +Node: dcid:dc/0rw0je1n7dslg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/0rw0je1n7dslg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k3j7g1v6kkqzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333244 +dcid: "dc/k3j7g1v6kkqzg" + +Node: dcid:dc/0xvgnx4fbm0jh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325180 +dcid: "dc/0xvgnx4fbm0jh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/098f3jqwzcst4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316998 +dcid: "dc/098f3jqwzcst4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1nh3y4869nmvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/1nh3y4869nmvh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dc998rk5qtjwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/dc998rk5qtjwg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qpbgvfdnpkgzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313110 +dcid: "dc/qpbgvfdnpkgzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0g6bls5fqm1z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333243 +dcid: "dc/0g6bls5fqm1z9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/shqd2n87tkpkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333413 +dcid: "dc/shqd2n87tkpkc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zd7fymnly5nkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323120 +dcid: "dc/zd7fymnly5nkg" + +Node: dcid:dc/xhdp5k2kl1xd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315220 +dcid: "dc/xhdp5k2kl1xd3" + +Node: dcid:dc/1bwf2rv2q3v2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332613 +dcid: "dc/1bwf2rv2q3v2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f05g8ln5mjp1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/f05g8ln5mjp1f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c0fglylw9crxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313110 +dcid: "dc/c0fglylw9crxg" + +Node: dcid:dc/gbzbm8h3hkrnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/gbzbm8h3hkrnd" + +Node: dcid:dc/ncspgx2dw7lr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313220 +dcid: "dc/ncspgx2dw7lr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r56clw4fjt3w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/r56clw4fjt3w2" + +Node: dcid:dc/lxhye1ywlbx1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/lxhye1ywlbx1f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3we5jfje3hmbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336390 +dcid: "dc/3we5jfje3hmbc" + +Node: dcid:dc/5gbn4l2xxfx7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333241 +dcid: "dc/5gbn4l2xxfx7h" + +Node: dcid:dc/x1m3c8cg99rq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/x1m3c8cg99rq8" + +Node: dcid:dc/m06jneryybyc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314120 +dcid: "dc/m06jneryybyc4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ew95k4kr35jb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316998 +dcid: "dc/ew95k4kr35jb5" + +Node: dcid:dc/xpfm70twl7h57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325130 +dcid: "dc/xpfm70twl7h57" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2vggwltbzr6gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314910 +dcid: "dc/2vggwltbzr6gg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9e85w8yyke3q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333318 +dcid: "dc/9e85w8yyke3q9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qgxmtfqblm77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/qgxmtfqblm77" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g0pj59mftgbxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/g0pj59mftgbxb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fne3v56y9dns4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331529 +dcid: "dc/fne3v56y9dns4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s6lcm4ek746x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31524 +dcid: "dc/s6lcm4ek746x8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vfqcyw54m6zdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333517 +dcid: "dc/vfqcyw54m6zdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1mtbse87efrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313310 +dcid: "dc/m1mtbse87efrd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ncpkbytqqt435 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/ncpkbytqqt435" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mlgbs54es7chb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331110 +dcid: "dc/mlgbs54es7chb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3vqxx93lcmp42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/3vqxx93lcmp42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v4nz5ny19r3q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333249 +dcid: "dc/v4nz5ny19r3q6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9r0rqzvq4tdcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332613 +dcid: "dc/9r0rqzvq4tdcf" + +Node: dcid:dc/2vf8zyqmq65n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331529 +dcid: "dc/2vf8zyqmq65n3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nwf76080qy8m2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336310 +dcid: "dc/nwf76080qy8m2" + +Node: dcid:dc/1lsmjledsv6g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313240 +dcid: "dc/1lsmjledsv6g7" + +Node: dcid:dc/fqd3mcefg5hhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333241 +dcid: "dc/fqd3mcefg5hhf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ce9xv6vthcj8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331318 +dcid: "dc/ce9xv6vthcj8b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/87ffctsmbqnl9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333519 +dcid: "dc/87ffctsmbqnl9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/brnleyn4sj487 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315240 +dcid: "dc/brnleyn4sj487" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yh7e32tnxzcrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/yh7e32tnxzcrg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/49n77g1q1drnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/49n77g1q1drnd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jyxbjtd85mlhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315220 +dcid: "dc/jyxbjtd85mlhh" + +Node: dcid:dc/z3g9dqsqd3z89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313110 +dcid: "dc/z3g9dqsqd3z89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7hslbvvh5rf07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333519 +dcid: "dc/7hslbvvh5rf07" + +Node: dcid:dc/rdg9mkkhx6lp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454310 +dcid: "dc/rdg9mkkhx6lp6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dsydy3y548t17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454310 +dcid: "dc/dsydy3y548t17" + +Node: dcid:dc/vjjmthdb01633 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/vjjmthdb01633" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n9ne246x158h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331529 +dcid: "dc/n9ne246x158h3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bpxcyb8fgk1w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/bpxcyb8fgk1w5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gchdxdnp3qsnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316998 +dcid: "dc/gchdxdnp3qsnf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2zerbfxnxsdf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315210 +dcid: "dc/2zerbfxnxsdf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3g4fv5hshv23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334614 +dcid: "dc/f3g4fv5hshv23" + +Node: dcid:dc/f0n4j3vb81h1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314910 +dcid: "dc/f0n4j3vb81h1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0zxn9fpz4xyvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/0zxn9fpz4xyvg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vf6e8dy08x2yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311352 +dcid: "dc/vf6e8dy08x2yd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/43lkqn4m5fe33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315240 +dcid: "dc/43lkqn4m5fe33" + +Node: dcid:dc/n8vq7wm3rkgd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339940 +dcid: "dc/n8vq7wm3rkgd1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wcy9cd0r2hm5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/wcy9cd0r2hm5d" + +Node: dcid:dc/jegsqlvc25hk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31524 +dcid: "dc/jegsqlvc25hk3" + +Node: dcid:dc/scdzermfq2pj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/314120 +dcid: "dc/scdzermfq2pj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w9046q120qgp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332613 +dcid: "dc/w9046q120qgp" + +Node: dcid:dc/mtl76kewwdf15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332613 +dcid: "dc/mtl76kewwdf15" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/956396kgmgwz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333318 +dcid: "dc/956396kgmgwz9" + +Node: dcid:dc/2p4g33dqbx236 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/2p4g33dqbx236" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vjccyd11tyrvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322230 +dcid: "dc/vjccyd11tyrvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wlk2wxqpep549 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316210 +dcid: "dc/wlk2wxqpep549" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s1znfjre90g8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33324 +dcid: "dc/s1znfjre90g8b" + +Node: dcid:dc/39l2g39mvkbf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323120 +dcid: "dc/39l2g39mvkbf8" + +Node: dcid:dc/6f7tbjkc21dn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/6f7tbjkc21dn4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k372xq5pfcmb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316210 +dcid: "dc/k372xq5pfcmb5" + +Node: dcid:dc/db2vy9pwps92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314910 +dcid: "dc/db2vy9pwps92" + +Node: dcid:dc/jb6thrhcqlkm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325220 +dcid: "dc/jb6thrhcqlkm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/91c3thvpvl294 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333244 +dcid: "dc/91c3thvpvl294" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3fzcjknrhqvd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/3fzcjknrhqvd9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w1dwnhg5b1yv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336390 +dcid: "dc/w1dwnhg5b1yv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/drm3hbkzhhvc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333413 +dcid: "dc/drm3hbkzhhvc6" + +Node: dcid:dc/t96kxwlvh5kk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334614 +dcid: "dc/t96kxwlvh5kk3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mw1wfez8hh2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316210 +dcid: "dc/mw1wfez8hh2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqc8wtc0dvyfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331523 +dcid: "dc/sqc8wtc0dvyfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vfj2xqh7efrdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31135 +dcid: "dc/vfj2xqh7efrdh" + +Node: dcid:dc/8grdfzbt0zmr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316998 +dcid: "dc/8grdfzbt0zmr9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q02jfh39f9je6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/q02jfh39f9je6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b2s64pepnx431 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31135 +dcid: "dc/b2s64pepnx431" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jf40qx77m9n2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333318 +dcid: "dc/jf40qx77m9n2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qg8xwnxqky9p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331110 +dcid: "dc/qg8xwnxqky9p1" + +Node: dcid:dc/47y8c5r70b8h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/47y8c5r70b8h4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nk82vmv1ewxff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441228 +dcid: "dc/nk82vmv1ewxff" + +Node: dcid:dc/qlfkgrdn670w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339940 +dcid: "dc/qlfkgrdn670w3" + +Node: dcid:dc/q5qwjfb0rx7ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332216 +dcid: "dc/q5qwjfb0rx7ch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d3me8ynztge9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339940 +dcid: "dc/d3me8ynztge9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3d7rf3clzcdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322230 +dcid: "dc/w3d7rf3clzcdd" + +Node: dcid:dc/n6qxr3d75fs27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333249 +dcid: "dc/n6qxr3d75fs27" + +Node: dcid:dc/pyden9kl5ezw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/327110 +dcid: "dc/pyden9kl5ezw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3egrbyb1sfy68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311710 +dcid: "dc/3egrbyb1sfy68" + +Node: dcid:dc/q66dgj3beh9s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332216 +dcid: "dc/q66dgj3beh9s9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w6qlzy5nn2eqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334614 +dcid: "dc/w6qlzy5nn2eqg" + +Node: dcid:dc/tgktpwmj840g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332613 +dcid: "dc/tgktpwmj840g5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0zwymk0etkltf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333519 +dcid: "dc/0zwymk0etkltf" + +Node: dcid:dc/nz7zzfwr8yrd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334614 +dcid: "dc/nz7zzfwr8yrd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p0wx6sez6wtdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334118 +dcid: "dc/p0wx6sez6wtdc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xsg2psxe14njb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/xsg2psxe14njb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1eeyp8gtm15gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/1eeyp8gtm15gc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1xs3djl0mslt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/1xs3djl0mslt8" + +Node: dcid:dc/mbfv02het73wc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314120 +dcid: "dc/mbfv02het73wc" + +Node: dcid:dc/rbvkf1kkpg2ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/314120 +dcid: "dc/rbvkf1kkpg2ff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9q7nhs34ggje2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/9q7nhs34ggje2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g7tkebdmd3f5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325180 +dcid: "dc/g7tkebdmd3f5f" + +Node: dcid:dc/yn8cyh06r1q4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314994 +dcid: "dc/yn8cyh06r1q4b" + +Node: dcid:dc/5llskmzec2beb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313310 +dcid: "dc/5llskmzec2beb" + +Node: dcid:dc/gxtzkvj5jp9f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/gxtzkvj5jp9f9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pdp9y3ewlr4x9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/pdp9y3ewlr4x9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tjw2cplvx2qmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313220 +dcid: "dc/tjw2cplvx2qmg" + +Node: dcid:dc/3wtqlthpnzfvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334614 +dcid: "dc/3wtqlthpnzfvh" + +Node: dcid:dc/t6ec06v07e9c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/t6ec06v07e9c9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zv4e9mrqw0ll5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333316 +dcid: "dc/zv4e9mrqw0ll5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ggrl0bwrl7zch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311352 +dcid: "dc/ggrl0bwrl7zch" + +Node: dcid:dc/chc0tgj6blgng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327110 +dcid: "dc/chc0tgj6blgng" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l5bf9lnmd5e26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333249 +dcid: "dc/l5bf9lnmd5e26" + +Node: dcid:dc/2z583evy3xw68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339940 +dcid: "dc/2z583evy3xw68" + +Node: dcid:dc/758n98xexcbj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315210 +dcid: "dc/758n98xexcbj9" + +Node: dcid:dc/yltrsglh9jbrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314910 +dcid: "dc/yltrsglh9jbrc" + +Node: dcid:dc/ccmybj6hrb7nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/ccmybj6hrb7nb" + +Node: dcid:dc/y5p078lctmsp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325180 +dcid: "dc/y5p078lctmsp2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j4vry2h8rdz6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327120 +dcid: "dc/j4vry2h8rdz6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/208hqk4sk6xs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313310 +dcid: "dc/208hqk4sk6xs1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qp28lskrwv88c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31135 +dcid: "dc/qp28lskrwv88c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1hbvwc9k9f9zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/1hbvwc9k9f9zb" + +Node: dcid:dc/hwwhqcg45n267 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/hwwhqcg45n267" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tzxfcmvqfk695 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322230 +dcid: "dc/tzxfcmvqfk695" + +Node: dcid:dc/wk09k9f9f8kd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/wk09k9f9f8kd1" + +Node: dcid:dc/xrxv7ej65xbm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333517 +dcid: "dc/xrxv7ej65xbm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wdzvvcv6rlfn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/wdzvvcv6rlfn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xj34439vnpnhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311352 +dcid: "dc/xj34439vnpnhd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/62f71y4eb1fwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/62f71y4eb1fwg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lwx24q7edldf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316210 +dcid: "dc/lwx24q7edldf2" + +Node: dcid:dc/9cre5yjn2kbc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/9cre5yjn2kbc9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vw34fkesvr598 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/vw34fkesvr598" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dskj3nzt794q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441228 +dcid: "dc/dskj3nzt794q1" + +Node: dcid:dc/8g15v6gg3ww37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311824 +dcid: "dc/8g15v6gg3ww37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rjyxf0pbw7ksg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/rjyxf0pbw7ksg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8yycgbd16sxy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325220 +dcid: "dc/8yycgbd16sxy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sth7le9lpf0r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332216 +dcid: "dc/sth7le9lpf0r1" + +Node: dcid:dc/tsjzxmmrz3x36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325180 +dcid: "dc/tsjzxmmrz3x36" + +Node: dcid:dc/5mj9n8j5h21lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332119 +dcid: "dc/5mj9n8j5h21lh" + +Node: dcid:dc/6btcb61ljccf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315240 +dcid: "dc/6btcb61ljccf6" + +Node: dcid:dc/s4541hkskcv38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331110 +dcid: "dc/s4541hkskcv38" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mje4bxvnrbgp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331410 +dcid: "dc/mje4bxvnrbgp5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eqywvv30s2b24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33324 +dcid: "dc/eqywvv30s2b24" + +Node: dcid:dc/k1kf1xrf1t0rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331420 +dcid: "dc/k1kf1xrf1t0rh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x4gxryddk0j39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333241 +dcid: "dc/x4gxryddk0j39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/clrel9fs2qcz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33324 +dcid: "dc/clrel9fs2qcz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6qqm902fgx927 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325220 +dcid: "dc/6qqm902fgx927" + +Node: dcid:dc/9jgzvz6pkk0s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336310 +dcid: "dc/9jgzvz6pkk0s2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sxbkgfnlg7pwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327120 +dcid: "dc/sxbkgfnlg7pwd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jn59mhm9zww93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315210 +dcid: "dc/jn59mhm9zww93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qv4ym0xrwjwv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313220 +dcid: "dc/qv4ym0xrwjwv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vw59nsy8erfs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331529 +dcid: "dc/vw59nsy8erfs9" + +Node: dcid:dc/z9t75hqng6gw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31524 +dcid: "dc/z9t75hqng6gw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s0dqbjsbz5b62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313110 +dcid: "dc/s0dqbjsbz5b62" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s3j30n1dym1nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331318 +dcid: "dc/s3j30n1dym1nb" + +Node: dcid:dc/wyr8j05gl0cz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333244 +dcid: "dc/wyr8j05gl0cz5" + +Node: dcid:dc/5dfw6n2js2qk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336310 +dcid: "dc/5dfw6n2js2qk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sj6g4bvrd3751 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333517 +dcid: "dc/sj6g4bvrd3751" + +Node: dcid:dc/6x1m15f4kyxz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322220 +dcid: "dc/6x1m15f4kyxz7" + +Node: dcid:dc/7f3yc37hhcl6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336320 +dcid: "dc/7f3yc37hhcl6h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mcfl2cztgsy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454310 +dcid: "dc/mcfl2cztgsy2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ypbwyz52xs2dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331523 +dcid: "dc/ypbwyz52xs2dg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yvg0h3y9nv03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/yvg0h3y9nv03" + +Node: dcid:dc/835xwqw0211k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322219 +dcid: "dc/835xwqw0211k" + +Node: dcid:dc/6tyk0r93rpdbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333316 +dcid: "dc/6tyk0r93rpdbh" + +Node: dcid:dc/0kd33xsz7hkbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/0kd33xsz7hkbd" + +Node: dcid:dc/tbs7rwe5fcxm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331410 +dcid: "dc/tbs7rwe5fcxm7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4bl8x27p1ycf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339930 +dcid: "dc/f4bl8x27p1ycf" + +Node: dcid:dc/fwnzelghftl55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325130 +dcid: "dc/fwnzelghftl55" + +Node: dcid:dc/vdvz7eg3cl9f4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/327110 +dcid: "dc/vdvz7eg3cl9f4" + +Node: dcid:dc/m53e08wkf0me6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336390 +dcid: "dc/m53e08wkf0me6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wtv0kn9pdlc7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323120 +dcid: "dc/wtv0kn9pdlc7g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fjsb8fh39ww7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336320 +dcid: "dc/fjsb8fh39ww7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j6fb5102ldyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/j6fb5102ldyh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mj22qqytk6kh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332216 +dcid: "dc/mj22qqytk6kh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hts2vqzekcxx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/314994 +dcid: "dc/hts2vqzekcxx9" + +Node: dcid:dc/55pveg08xxlm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336320 +dcid: "dc/55pveg08xxlm6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddhp1vpblxyl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336320 +dcid: "dc/ddhp1vpblxyl1" + +Node: dcid:dc/19fdbgtbmf461 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454310 +dcid: "dc/19fdbgtbmf461" + +Node: dcid:dc/jt0lhhl8c6hb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334118 +dcid: "dc/jt0lhhl8c6hb9" + +Node: dcid:dc/vtz48b45e8gd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313220 +dcid: "dc/vtz48b45e8gd5" + +Node: dcid:dc/yl5y6l7lx77v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311710 +dcid: "dc/yl5y6l7lx77v5" + +Node: dcid:dc/fzt8yhd0yx556 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333243 +dcid: "dc/fzt8yhd0yx556" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ncn15gwpbvmw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331318 +dcid: "dc/ncn15gwpbvmw7" + +Node: dcid:dc/44w9h9whtytkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322220 +dcid: "dc/44w9h9whtytkf" + +Node: dcid:dc/6b7sxtf31hx7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/6b7sxtf31hx7g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/svzwfn1tf6zqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/svzwfn1tf6zqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/07fl41gnpdg29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/327120 +dcid: "dc/07fl41gnpdg29" + +Node: dcid:dc/e351bke5y8c75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31524 +dcid: "dc/e351bke5y8c75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kqcznyd49tf47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325180 +dcid: "dc/kqcznyd49tf47" + +Node: dcid:dc/y8s19ylrembs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333243 +dcid: "dc/y8s19ylrembs9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cll3lvc463chf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322220 +dcid: "dc/cll3lvc463chf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w42fkkwhhfpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/w42fkkwhhfpc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1fqbkwl43zfe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/1fqbkwl43zfe9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tjbyrycm7pd58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/tjbyrycm7pd58" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/km72zrfk57852 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/km72zrfk57852" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zq7z7t6hgx899 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331318 +dcid: "dc/zq7z7t6hgx899" + +Node: dcid:dc/c51sq324t66n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315240 +dcid: "dc/c51sq324t66n9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b2ez6q44tc6q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322230 +dcid: "dc/b2ez6q44tc6q8" + +Node: dcid:dc/yx77f5mvmjwkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336390 +dcid: "dc/yx77f5mvmjwkg" + +Node: dcid:dc/bhszvfv3fxz3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441228 +dcid: "dc/bhszvfv3fxz3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3qrywtdvnx9j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333316 +dcid: "dc/3qrywtdvnx9j4" + +Node: dcid:dc/x2l0wehtf7zr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/x2l0wehtf7zr7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cxl5k895c824 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221115 +dcid: "dc/cxl5k895c824" + +Node: dcid:dc/zwwgvv3w5879f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221115 +dcid: "dc/zwwgvv3w5879f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nsbeqmm7pr015 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331313 +dcid: "dc/nsbeqmm7pr015" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fxb0cnl0npwg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331313 +dcid: "dc/fxb0cnl0npwg7" + +Node: dcid:dc/wwdcmx6lctbc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335210 +dcid: "dc/wwdcmx6lctbc7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ghe0p1kw8z7k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31528 +dcid: "dc/ghe0p1kw8z7k" + +Node: dcid:dc/tydw698dsjp62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221115 +dcid: "dc/tydw698dsjp62" + +Node: dcid:dc/6tncxbnmntp31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/6tncxbnmntp31" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3bxk3623j5mf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/331313 +dcid: "dc/3bxk3623j5mf4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/74qvrq9hxxfy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315990 +dcid: "dc/74qvrq9hxxfy7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k33yrl7wtrxd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315190 +dcid: "dc/k33yrl7wtrxd7" + +Node: dcid:dc/ct3vkqhnbxw07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315280 +dcid: "dc/ct3vkqhnbxw07" + +Node: dcid:dc/cf83dvxe1cjr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315990 +dcid: "dc/cf83dvxe1cjr2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6q2eet9l127n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/6q2eet9l127n5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5zw0jcckn313 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335210 +dcid: "dc/5zw0jcckn313" + +Node: dcid:dc/k50gtsw6flst2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221115 +dcid: "dc/k50gtsw6flst2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7s9n685jn5ge5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31528 +dcid: "dc/7s9n685jn5ge5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7k3f27kyzf24g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31528 +dcid: "dc/7k3f27kyzf24g" + +Node: dcid:dc/wrf4g59kh09p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331313 +dcid: "dc/wrf4g59kh09p6" + +Node: dcid:dc/jmyz342cds773 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335210 +dcid: "dc/jmyz342cds773" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4sjw3esdygfgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315990 +dcid: "dc/4sjw3esdygfgf" + +Node: dcid:dc/g294z09npdlcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/g294z09npdlcd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cvh0f3f6q6575 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315280 +dcid: "dc/cvh0f3f6q6575" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9dtmpf2hrsfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221115 +dcid: "dc/q9dtmpf2hrsfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/66bjjgcjpt898 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315190 +dcid: "dc/66bjjgcjpt898" + +Node: dcid:dc/nqfq5c4x53gr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31528 +dcid: "dc/nqfq5c4x53gr7" + +Node: dcid:dc/v14mxpkd0bllf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31528 +dcid: "dc/v14mxpkd0bllf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b1104q5q75rr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335210 +dcid: "dc/b1104q5q75rr2" + +Node: dcid:dc/ns3dbsln3v2g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31528 +dcid: "dc/ns3dbsln3v2g3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5w6m2g5myh6m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315190 +dcid: "dc/5w6m2g5myh6m6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zn52kyeqy6d4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331313 +dcid: "dc/zn52kyeqy6d4h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h2pyn1sg6nxe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/h2pyn1sg6nxe2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k49xpsszsrqbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/k49xpsszsrqbg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d0e7y7tscwygb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331313 +dcid: "dc/d0e7y7tscwygb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q1chdvtsz9zw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315280 +dcid: "dc/q1chdvtsz9zw7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j9mf9q9l002t2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331313 +dcid: "dc/j9mf9q9l002t2" + +Node: dcid:dc/ftrxq5br5qp81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335210 +dcid: "dc/ftrxq5br5qp81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2npxrddt6vrq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315280 +dcid: "dc/2npxrddt6vrq6" + +Node: dcid:dc/4gv14xrxtq9s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335210 +dcid: "dc/4gv14xrxtq9s5" + +Node: dcid:dc/t6trblsn2ygff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335210 +dcid: "dc/t6trblsn2ygff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ysk3xr7tsvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31528 +dcid: "dc/4ysk3xr7tsvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qngvl5lbl8949 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315190 +dcid: "dc/qngvl5lbl8949" + +Node: dcid:dc/n7see5p45cjtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315990 +dcid: "dc/n7see5p45cjtb" + +Node: dcid:dc/l3vz9pnj85zd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315990 +dcid: "dc/l3vz9pnj85zd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3mwsmrlkg5rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315280 +dcid: "dc/f3mwsmrlkg5rh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6re7mpfk8kbnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315990 +dcid: "dc/6re7mpfk8kbnc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/evcytmdmc9xgd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221115 +dcid: "dc/evcytmdmc9xgd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8gf6tvpxb2rt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561422 +dcid: "dc/8gf6tvpxb2rt8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v1w0050l5hfnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221115 +dcid: "dc/v1w0050l5hfnf" + +Node: dcid:dc/ejjsnyjv6bwg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315190 +dcid: "dc/ejjsnyjv6bwg3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6hes3n0xz4t93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315190 +dcid: "dc/6hes3n0xz4t93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f1ekjw62x95t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56142 +dcid: "dc/f1ekjw62x95t5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hngf9lnthmkt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315190 +dcid: "dc/hngf9lnthmkt3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ecr8ntypr6c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315990 +dcid: "dc/6ecr8ntypr6c1" + +Node: dcid:dc/ygwyyz28znfwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315280 +dcid: "dc/ygwyyz28znfwf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lw3er6nwtx0h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315280 +dcid: "dc/lw3er6nwtx0h6" + +Node: dcid:dc/0gdfq9jkw7fh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311224 +dcid: "dc/0gdfq9jkw7fh1" + +Node: dcid:dc/e08hdt92fzt25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331410 +dcid: "dc/e08hdt92fzt25" + +Node: dcid:dc/fkxcz9q4w0nyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311224 +dcid: "dc/fkxcz9q4w0nyh" + +Node: dcid:dc/tet0rb8z6c3mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311224 +dcid: "dc/tet0rb8z6c3mc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6cr24qtx3vdtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311224 +dcid: "dc/6cr24qtx3vdtf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gdww8hnt8y4z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/331410 +dcid: "dc/gdww8hnt8y4z4" + +Node: dcid:dc/wt2wpevhgwqp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/331410 +dcid: "dc/wt2wpevhgwqp" + +Node: dcid:dc/9q2xky97wwly9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311224 +dcid: "dc/9q2xky97wwly9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tgwpj8ptefe37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311224 +dcid: "dc/tgwpj8ptefe37" + +Node: dcid:dc/m9szmzkfmheq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311224 +dcid: "dc/m9szmzkfmheq9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2t7fzg7v4n6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333242 +dcid: "dc/2t7fzg7v4n6g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nh8ejmpmdcw63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/nh8ejmpmdcw63" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rbld19xc0kff4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332215 +dcid: "dc/rbld19xc0kff4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sjf0d0rb650w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333242 +dcid: "dc/sjf0d0rb650w3" + +Node: dcid:dc/y19phr9t9qny4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/y19phr9t9qny4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xdhbn8nywy256 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/xdhbn8nywy256" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vsk2q90knkqq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/vsk2q90knkqq2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t5whtwz9rnel6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/t5whtwz9rnel6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/80nj1brkq4gz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/80nj1brkq4gz" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jtxgkl40c0gtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/jtxgkl40c0gtf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mprjqwt3gekp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333242 +dcid: "dc/mprjqwt3gekp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xcn992zw949d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/xcn992zw949d7" + +Node: dcid:dc/r88d6bhkvzkmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/r88d6bhkvzkmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/31kvlrdfx7dnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332215 +dcid: "dc/31kvlrdfx7dnh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0kzxkg6khyytd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221118 +dcid: "dc/0kzxkg6khyytd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v38ev0debhd08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311351 +dcid: "dc/v38ev0debhd08" + +Node: dcid:dc/c98mm49wx85v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311351 +dcid: "dc/c98mm49wx85v1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3rw83mlvgqxq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315110 +dcid: "dc/3rw83mlvgqxq3" + +Node: dcid:dc/35xtsjc9cvwn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/35xtsjc9cvwn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mqgv92gnyg1rb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333242 +dcid: "dc/mqgv92gnyg1rb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fz45pch3z4wq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/fz45pch3z4wq1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2wlt975s446b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/2wlt975s446b2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m72vy7vxq5xeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/m72vy7vxq5xeb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q85ererke66d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/q85ererke66d8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/77pxy0dclnctb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/77pxy0dclnctb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vmyd551yfdvsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221118 +dcid: "dc/vmyd551yfdvsc" + +Node: dcid:dc/6860w8k8wvy3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221118 +dcid: "dc/6860w8k8wvy3b" + +Node: dcid:dc/5h0m64p347nbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/5h0m64p347nbb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r6qbxx058rqc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/r6qbxx058rqc1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ze4xvvkzqrf6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221118 +dcid: "dc/ze4xvvkzqrf6g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/04zc1x3b90jx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/04zc1x3b90jx9" + +Node: dcid:dc/z1st0rwxqv7nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/z1st0rwxqv7nb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bq8rr9dnk7qfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315110 +dcid: "dc/bq8rr9dnk7qfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kx6w5g3p4wfpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/kx6w5g3p4wfpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2hqvj9xblnxl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/2hqvj9xblnxl2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dpqw9mxcb4cxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/dpqw9mxcb4cxh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ptxfhrzqym7f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221118 +dcid: "dc/ptxfhrzqym7f1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3hnhd0w8zgb6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/3hnhd0w8zgb6b" + +Node: dcid:dc/p58qzmzfb1ky5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315110 +dcid: "dc/p58qzmzfb1ky5" + +Node: dcid:dc/l49rtp40p0mdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/l49rtp40p0mdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t1d3mmw00gkqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311351 +dcid: "dc/t1d3mmw00gkqf" + +Node: dcid:dc/pfjh4y7zspk07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315110 +dcid: "dc/pfjh4y7zspk07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j81b10t4jxxy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/j81b10t4jxxy9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2nln1v29cm06f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/2nln1v29cm06f" + +Node: dcid:dc/xzbrfhrlw9qrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315110 +dcid: "dc/xzbrfhrlw9qrb" + +Node: dcid:dc/ybwls0efs04k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311351 +dcid: "dc/ybwls0efs04k8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/peb544myj0py3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/peb544myj0py3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ff2rsc5mgz083 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/ff2rsc5mgz083" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rcx9kp0f42x39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/rcx9kp0f42x39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tgsctfzwlbyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/tgsctfzwlbyh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kj1sdx1xlb7d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/kj1sdx1xlb7d5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ecjtk80mf7lr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/ecjtk80mf7lr5" + +Node: dcid:dc/6n50v68ltcsnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/6n50v68ltcsnd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/htf0e7t4hvm81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/htf0e7t4hvm81" + +Node: dcid:dc/h8m6jyshclef5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/h8m6jyshclef5" + +Node: dcid:dc/cp3ntmzr46pt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/cp3ntmzr46pt7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y9zkl99n6epj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311351 +dcid: "dc/y9zkl99n6epj1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/52kkk8x7xhlb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311351 +dcid: "dc/52kkk8x7xhlb6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t6rrwlbrkx54g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332994 +dcid: "dc/t6rrwlbrkx54g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hpkp7lhjkb4sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/339910 +dcid: "dc/hpkp7lhjkb4sd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t1349hqe455hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332215 +dcid: "dc/t1349hqe455hf" + +Node: dcid:dc/s0dv9fnsl6yb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332215 +dcid: "dc/s0dv9fnsl6yb8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ldq93hcxq3wnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315110 +dcid: "dc/ldq93hcxq3wnh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1sc8shwnpgmlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315110 +dcid: "dc/1sc8shwnpgmlg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ve7v1wvndk8d7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332215 +dcid: "dc/ve7v1wvndk8d7" + +Node: dcid:dc/j7tjd02nqfpq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/j7tjd02nqfpq2" + +Node: dcid:dc/v9qclwgl5sct2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332215 +dcid: "dc/v9qclwgl5sct2" + +Node: dcid:dc/3jls0e24pxpt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332215 +dcid: "dc/3jls0e24pxpt" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ghm45jwnwqbg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311351 +dcid: "dc/ghm45jwnwqbg9" + +Node: dcid:dc/f7dex9p8cyhhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333242 +dcid: "dc/f7dex9p8cyhhd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/395sy039h0zec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221118 +dcid: "dc/395sy039h0zec" + +Node: dcid:dc/1m77sr4xsff56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333242 +dcid: "dc/1m77sr4xsff56" + +Node: dcid:dc/gpdklvzvpc34f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/gpdklvzvpc34f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tytptsn5801f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221118 +dcid: "dc/tytptsn5801f3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s41lkjqtq2m14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333242 +dcid: "dc/s41lkjqtq2m14" + +Node: dcid:dc/cnzw8krfwhgkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/cnzw8krfwhgkc" + +Node: dcid:dc/lclelxljx402f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221114 +dcid: "dc/lclelxljx402f" + +Node: dcid:dc/wfktw3b5c50h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221114 +dcid: "dc/wfktw3b5c50h1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qd57bgvbg8rf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221114 +dcid: "dc/qd57bgvbg8rf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p2nly5l73cgk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325194 +dcid: "dc/p2nly5l73cgk6" + +Node: dcid:dc/kp5bw9b320ky7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325194 +dcid: "dc/kp5bw9b320ky7" + +Node: dcid:dc/edh0pb30vxvzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325194 +dcid: "dc/edh0pb30vxvzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v2bzsyh0ypq6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221114 +dcid: "dc/v2bzsyh0ypq6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ybnspxdgys388 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/ybnspxdgys388" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q2j6xtd23yzy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/q2j6xtd23yzy8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9sse6f6mpwjrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221114 +dcid: "dc/9sse6f6mpwjrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/64sbk331wnnc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325194 +dcid: "dc/64sbk331wnnc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/113n8vf5xhbm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325194 +dcid: "dc/113n8vf5xhbm6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mb3jwx7xvq8z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/mb3jwx7xvq8z4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/75rt77e69bnh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221114 +dcid: "dc/75rt77e69bnh4" + +Node: dcid:dc/b856m4qq7025g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221114 +dcid: "dc/b856m4qq7025g" + +Node: dcid:dc/scds2z44fm7dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325194 +dcid: "dc/scds2z44fm7dh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7vn9tyerd32pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/7vn9tyerd32pd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g9thn5s892mg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325194 +dcid: "dc/g9thn5s892mg5" + +Node: dcid:dc/lr3zee4tzfdqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311314 +dcid: "dc/lr3zee4tzfdqg" + +Node: dcid:dc/9l6xl6h79qfy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311314 +dcid: "dc/9l6xl6h79qfy5" + +Node: dcid:dc/z1ktsf95qnhe3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311314 +dcid: "dc/z1ktsf95qnhe3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cw1dsf8rp6426 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311314 +dcid: "dc/cw1dsf8rp6426" + +Node: dcid:dc/by3s7w1jdpbpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311314 +dcid: "dc/by3s7w1jdpbpd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/395ygsqcvc526 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311314 +dcid: "dc/395ygsqcvc526" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fwyk1hc5xdf5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311314 +dcid: "dc/fwyk1hc5xdf5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qpg3n1vr859hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221116 +dcid: "dc/qpg3n1vr859hd" + +Node: dcid:dc/1cvcy03vfw082 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221116 +dcid: "dc/1cvcy03vfw082" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h19ssrmtkbjxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/h19ssrmtkbjxh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kxy3s1lykk9z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/kxy3s1lykk9z8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sn5cwtwtbyj96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221116 +dcid: "dc/sn5cwtwtbyj96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n08m1501nf0b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/n08m1501nf0b8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e9mnqq9rk9j69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/e9mnqq9rk9j69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j5neqpbylprec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/j5neqpbylprec" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r3qcs4nzbl056 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/r3qcs4nzbl056" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0n02jtgm7gl0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/0n02jtgm7gl0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/10cs2h06e504h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221116 +dcid: "dc/10cs2h06e504h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sq2mxp6d2ydnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/sq2mxp6d2ydnb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xws1d0xzxw5q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/xws1d0xzxw5q" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wc46klpdskb6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/wc46klpdskb6c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hsy5nbnnd3w28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/hsy5nbnnd3w28" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fv4xkbel8gje8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221116 +dcid: "dc/fv4xkbel8gje8" + +Node: dcid:dc/tpvjfdb1sfvrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/tpvjfdb1sfvrb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/02c332frjd1y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/02c332frjd1y7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p35yfvt26mrp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/p35yfvt26mrp8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mgkfhk4ecx5yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/mgkfhk4ecx5yb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eq5vtlr65zq89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488999 +dcid: "dc/eq5vtlr65zq89" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qd1ncv3e2rje +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/qd1ncv3e2rje" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pjvrrgz987s7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/pjvrrgz987s7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cx7sxgx3g9nch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/cx7sxgx3g9nch" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tfewrfgv0frt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/tfewrfgv0frt5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rdw2400knby1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/rdw2400knby1b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l50gb4jz2xrb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/l50gb4jz2xrb3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dw6zhtxs3r8pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/dw6zhtxs3r8pf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cnrj5ctn6ynmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221116 +dcid: "dc/cnrj5ctn6ynmh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b3n73j0c08vs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/b3n73j0c08vs7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z2p776md54lr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44314 +dcid: "dc/z2p776md54lr7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4q5tetnt1j0w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/4q5tetnt1j0w7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7d035qdjs4dd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221116 +dcid: "dc/7d035qdjs4dd3" + +Node: dcid:dc/pm32k8kp7n6k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323111 +dcid: "dc/pm32k8kp7n6k6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3fxs2swhqrkw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4889 +dcid: "dc/3fxs2swhqrkw3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zsbd06yv845pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722511 +dcid: "dc/zsbd06yv845pg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mpmdjm936l1mc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443141 +dcid: "dc/mpmdjm936l1mc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y7w499clk8v5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/y7w499clk8v5d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9690qf25lexc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48899 +dcid: "dc/9690qf25lexc7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dkfwt4wlwwzb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/dkfwt4wlwwzb5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ye7e0g071x484 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/ye7e0g071x484" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3gmh6ws05mkn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/3gmh6ws05mkn" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5j8wm1qdcpb1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/5j8wm1qdcpb1b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lbx483ltq03j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/lbx483ltq03j3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tc9ezr22phgeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/tc9ezr22phgeg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3cjxjxj11zgt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/3cjxjxj11zgt" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/159kqynm0ncw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/159kqynm0ncw" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xz1gqbphez0f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/xz1gqbphez0f7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d4qdn87r6mdk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/d4qdn87r6mdk9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6r2xh0xzx33w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/6r2xh0xzx33w9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1nq9zkeh9pq54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8121 +dcid: "dc/1nq9zkeh9pq54" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b1mg2kg0sgskb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/b1mg2kg0sgskb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bpxf4wbe23jc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/bpxf4wbe23jc1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4ftk402jme0s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/4ftk402jme0s1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c2n02q8bq13kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/c2n02q8bq13kc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dqlde93j49m6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/dqlde93j49m6g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/59hzhzr0w83v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/59hzhzr0w83v1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tebzm3n2qk1fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81392 +dcid: "dc/tebzm3n2qk1fh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7j682p1lgs6j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813920 +dcid: "dc/7j682p1lgs6j4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1xcjxjxg0m0j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/1xcjxjxg0m0j9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6qy1m9vkp7b99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/6qy1m9vkp7b99" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v2peg0jssffeh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/v2peg0jssffeh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/crtzktfp8vgh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/crtzktfp8vgh4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4m9xs9s19c4pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/4m9xs9s19c4pc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4njfhqxf00kb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/4njfhqxf00kb4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x28pn0lqxk26g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11192 +dcid: "dc/x28pn0lqxk26g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/frbw5fdhtqxn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111920 +dcid: "dc/frbw5fdhtqxn9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/520qh5dmeses3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/520qh5dmeses3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7p6rgsqxyc163 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/7p6rgsqxyc163" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jz5qqm86vkldc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/jz5qqm86vkldc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3bv1q7yz1xl4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/3bv1q7yz1xl4d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k9rhrxsck1x08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/k9rhrxsck1x08" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z1rjhr3nkeme8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/z1rjhr3nkeme8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9lnvl0tv7ww73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/9lnvl0tv7ww73" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vmz5vqvxw92e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/vmz5vqvxw92e4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/swe6kh8lrvzd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/swe6kh8lrvzd4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pgcexqpjv7x44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/pgcexqpjv7x44" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mjt68tbh8bhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/mjt68tbh8bhc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/82j4tzd70xk7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/82j4tzd70xk7b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1vhmfr6lrnn3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/1vhmfr6lrnn3f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p2rezefdw55v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/p2rezefdw55v5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vm24sdt2bwx76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/vm24sdt2bwx76" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v9xpbtkktx7h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/v9xpbtkktx7h6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x70kt3qd4c3gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/x70kt3qd4c3gd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/edfqhyps3cm9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/edfqhyps3cm9b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q9yspc7wmj06c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561330 +dcid: "dc/q9yspc7wmj06c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tnsjzpc1ecxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/tnsjzpc1ecxg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/76r1ttx3lwqc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/76r1ttx3lwqc4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9nt4x61g13rv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/9nt4x61g13rv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9kn1w040vex97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/9kn1w040vex97" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2rgftfxyw02r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/2rgftfxyw02r7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/13367f57wze47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51112 +dcid: "dc/13367f57wze47" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/px4zn7cmk83qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56133 +dcid: "dc/px4zn7cmk83qb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gq633lyvb1ysc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/gq633lyvb1ysc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/slqnd1bfbyf5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/slqnd1bfbyf5c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1v5z86d5wc93b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/1v5z86d5wc93b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0pvhg8p4k5lfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722515 +dcid: "dc/0pvhg8p4k5lfb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m3b3r4q4h5s68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/m3b3r4q4h5s68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1svhel2v4jeb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/511120 +dcid: "dc/1svhel2v4jeb7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fc7s9ddhx7rtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/fc7s9ddhx7rtc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y76jxx0pddy76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/y76jxx0pddy76" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eeselrn7rf4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/eeselrn7rf4h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nphyy08wghsx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/nphyy08wghsx2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/75btpexlfzxcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/75btpexlfzxcb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nxyvxs7d4t106 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/nxyvxs7d4t106" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ndgkbmzvz29q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/ndgkbmzvz29q1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3gjcrc62mx3k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/3gjcrc62mx3k6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6f9t6ygzgyqv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/6f9t6ygzgyqv3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/82ddwxpx09n2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/82ddwxpx09n2c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hbrsnmb9r7yj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/hbrsnmb9r7yj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vgdclfm9jk299 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/vgdclfm9jk299" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/neplgbvs5mmhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/neplgbvs5mmhb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xzj9lbfgphpg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/xzj9lbfgphpg5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6exxc1ef79x8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/6exxc1ef79x8c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2lxm6t6ktphyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524292 +dcid: "dc/2lxm6t6ktphyd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xhe2ckzzrx8tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/xhe2ckzzrx8tb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2nsx636532png +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/2nsx636532png" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rr72k1grcgew1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/rr72k1grcgew1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cmh7sxh1qyw11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/cmh7sxh1qyw11" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ysn4bsnrw0rt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/ysn4bsnrw0rt9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fnh2hr1se31lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4922 +dcid: "dc/fnh2hr1se31lf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lmef9ht51whmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/lmef9ht51whmg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hgfkpebl9z05c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/hgfkpebl9z05c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bz08w4swg9p8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/bz08w4swg9p8b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2lx10ztge2fk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/2lx10ztge2fk2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x48qz3m9cr0j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/x48qz3m9cr0j8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m17jcf9kyrx49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/m17jcf9kyrx49" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nmv449zff93l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/nmv449zff93l5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cgzd4fczznyf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5239 +dcid: "dc/cgzd4fczznyf1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dcbfelz4bzvyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522291 +dcid: "dc/dcbfelz4bzvyg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ne32hld5ln9r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49221 +dcid: "dc/ne32hld5ln9r5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fbm9fxw9kzx94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/fbm9fxw9kzx94" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bn5qdcqfexne9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/492210 +dcid: "dc/bn5qdcqfexne9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b9lts38f47gp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/b9lts38f47gp5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/msyn9vt4sntsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52411 +dcid: "dc/msyn9vt4sntsf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yvqp1jy5hjpy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/yvqp1jy5hjpy" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r7clmehql2tcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621112 +dcid: "dc/r7clmehql2tcg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4gfs4mtkvh5nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesAnnual +statType: dcid:measuredValue +naics: dcid:NAICS/221122 +dcid: "dc/4gfs4mtkvh5nb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/04k0r8mcr01d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/04k0r8mcr01d8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w6pvzzqp5trr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812111 +dcid: "dc/w6pvzzqp5trr6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n55j7sew2jjg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/n55j7sew2jjg4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c8fgw424e2rfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/c8fgw424e2rfh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9smkx4bwryxnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/9smkx4bwryxnb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rvgvxz6zbpqj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488119 +dcid: "dc/rvgvxz6zbpqj4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/njkxj27dn3ch8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/njkxj27dn3ch8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3wswn0qkzpwl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/3wswn0qkzpwl3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e42yhxxdkz9hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/e42yhxxdkz9hh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jhr6w742e3jt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/jhr6w742e3jt4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/36wbwp0phbgl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/36wbwp0phbgl5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gd9zr5cjsrknc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/gd9zr5cjsrknc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nn1zqh0w5lpl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/nn1zqh0w5lpl6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hdrnftmh1p5nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/hdrnftmh1p5nh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gy0xsf9dnkz4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52429 +dcid: "dc/gy0xsf9dnkz4h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gf6tl7bjwqd86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/gf6tl7bjwqd86" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/svzhd20xtygx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722330 +dcid: "dc/svzhd20xtygx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kgcltmytc4xmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72233 +dcid: "dc/kgcltmytc4xmg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l23bt7y9xkt76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/l23bt7y9xkt76" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hls98p1sd34w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/hls98p1sd34w4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rxz6y6erg0w4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/rxz6y6erg0w4f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fc6npttqhmjp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/fc6npttqhmjp5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6p6knr1mxhg9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/6p6knr1mxhg9c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3ds99jtc585y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/3ds99jtc585y" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ft5twhw2b11n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/ft5twhw2b11n9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dfthxctlxewb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/dfthxctlxewb6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bjq2s8v6lewyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/bjq2s8v6lewyg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h7pxlj5r12lg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/h7pxlj5r12lg4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kvrk2wz9zsgnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/kvrk2wz9zsgnc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hhfrermew6c56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/443142 +dcid: "dc/hhfrermew6c56" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2dzztz23thpzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/2dzztz23thpzb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9n7lwydcgb5y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/9n7lwydcgb5y9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9f9w99qby2kmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/9f9w99qby2kmc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g8yyq5nmly296 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/g8yyq5nmly296" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ecepmm0nxmm7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/ecepmm0nxmm7d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d5r27gehywxh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/d5r27gehywxh9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z7tlv98reyy04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/z7tlv98reyy04" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v4qtqyqcq554f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/v4qtqyqcq554f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fblnjbh6xlr99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/fblnjbh6xlr99" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/567hhk72hdv2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/567hhk72hdv2f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jx3kx6swl7jpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/jx3kx6swl7jpg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pptpy9llk4vnh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/pptpy9llk4vnh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j11t7k3wpnqm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/j11t7k3wpnqm5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4bxsqqcv7nvhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/4bxsqqcv7nvhh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6jwbhk0xj3vx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/6jwbhk0xj3vx6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9spt5r2p9xb87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/9spt5r2p9xb87" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8yhf7cf47dg8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/8yhf7cf47dg8b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jbyb7wvb15qmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51711 +dcid: "dc/jbyb7wvb15qmh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ky5fnsfy5y8dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/ky5fnsfy5y8dh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3txfzt6k52jrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/3txfzt6k52jrg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e6xgbg8eh4r82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/e6xgbg8eh4r82" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jcxv81gnxfe6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/jcxv81gnxfe6c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mbgg712vqle1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/mbgg712vqle1c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/462rqb6fjes7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/462rqb6fjes7b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/swff9v8tz0wg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5171 +dcid: "dc/swff9v8tz0wg9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6ryqdrxgk0em2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238351 +dcid: "dc/6ryqdrxgk0em2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z6jh7prncn2ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/z6jh7prncn2ef" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b1rpmy6twc0rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/b1rpmy6twc0rh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bv55qmv5ke2wb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517110 +dcid: "dc/bv55qmv5ke2wb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4cwetsej8znh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/4cwetsej8znh2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7yq9ch3cbpkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2383 +dcid: "dc/7yq9ch3cbpkc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bw0fp0q72k4d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23835 +dcid: "dc/bw0fp0q72k4d4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8btkvt1qz79v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/8btkvt1qz79v9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gbzemgtefhekb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/gbzemgtefhekb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jg7m2yngl6qcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/jg7m2yngl6qcg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rk07mbbq4kxv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236116 +dcid: "dc/rk07mbbq4kxv5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4d6gs0kn1bpvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/4d6gs0kn1bpvd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5d0pwmtce4gf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/5d0pwmtce4gf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7083cmddlbhd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/7083cmddlbhd3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jz07h8d4y9esd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/jz07h8d4y9esd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mqhnb4bvsv9t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/mqhnb4bvsv9t3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pdgveyv4nn857 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/pdgveyv4nn857" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j5bzr7dm45l6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53241 +dcid: "dc/j5bzr7dm45l6d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0v0d4vnynmqmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/0v0d4vnynmqmc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tv3ntxef5m42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/tv3ntxef5m42" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jle6jp7nhbxng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5324 +dcid: "dc/jle6jp7nhbxng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n52lcv6ywmcph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/n52lcv6ywmcph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d9d5xg2x524v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532411 +dcid: "dc/d9d5xg2x524v6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m3n4bxq2mj2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/m3n4bxq2mj2f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3n259fl4jmtvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/3n259fl4jmtvc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3gtj17ee6s1k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/3gtj17ee6s1k6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/emlh023jqedj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/emlh023jqedj7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6xwwr3htch9y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621340 +dcid: "dc/6xwwr3htch9y9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e8lj9t22w7mjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/e8lj9t22w7mjg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yj390cxgb3glf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/yj390cxgb3glf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v7lxkcjze64c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62134 +dcid: "dc/v7lxkcjze64c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/elklje3tpr2mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/elklje3tpr2mh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k4eyb3ep25c6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/k4eyb3ep25c6h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jqc6rm8356w84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/jqc6rm8356w84" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n8n52j3pt0td8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/n8n52j3pt0td8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5t2wd2nlj64c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/5t2wd2nlj64c3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mx5v855qpskb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/mx5v855qpskb3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y2jd50qxe10y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/y2jd50qxe10y5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dhmdcvmb1hrj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/dhmdcvmb1hrj9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wc72xps917mv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/wc72xps917mv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/12xnkcq4bs6y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/12xnkcq4bs6y" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/354h3k6yjj5h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/354h3k6yjj5h2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x31yjz5yj0z48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/x31yjz5yj0z48" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/565ex5vr2vz5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/565ex5vr2vz5d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nf0rvc0xbq715 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/nf0rvc0xbq715" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lmxxwrwbxd94c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/lmxxwrwbxd94c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/etqxvj9x2xved +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/etqxvj9x2xved" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1e3gzzwhvymn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/1e3gzzwhvymn4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sb5gme73p18h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/sb5gme73p18h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kpgpj6cmje576 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/kpgpj6cmje576" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ef8qzb9rvrlg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/ef8qzb9rvrlg2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/em46k7p1yk8q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/em46k7p1yk8q9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nge5rjtnp9wk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/nge5rjtnp9wk7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eq2xyvtjl6x02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/eq2xyvtjl6x02" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fe3mrbf5wk3h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/fe3mrbf5wk3h5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nk7vqcfx39wq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/nk7vqcfx39wq1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tk3hjwgcwpcd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/tk3hjwgcwpcd7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9n7tpyy64zb9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/9n7tpyy64zb9g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kd72mf4jjdk2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/kd72mf4jjdk2g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c9d421f215ks8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/c9d421f215ks8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kjlh1528smqtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/kjlh1528smqtc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6j3z5ws3f96eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/6j3z5ws3f96eh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jdnj4pxqzegq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/jdnj4pxqzegq4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8ee7yhd39senb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4442 +dcid: "dc/8ee7yhd39senb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hgkps3sp2v216 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/hgkps3sp2v216" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s250my46d66n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/s250my46d66n5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8wlvm9qdwx9c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21111 +dcid: "dc/8wlvm9qdwx9c3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/15cvd8xlfxsjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/15cvd8xlfxsjh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7pnfbxfes3jbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211 +dcid: "dc/7pnfbxfes3jbd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zj1e2b9h5s7tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/zj1e2b9h5s7tc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w6gzszx5nlsn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/w6gzszx5nlsn4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jshhrejxn4hb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/jshhrejxn4hb2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dbtd8x4zqr47b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/dbtd8x4zqr47b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k7yp96e6n4dx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444220 +dcid: "dc/k7yp96e6n4dx4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d0evnp36ms6nc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425110 +dcid: "dc/d0evnp36ms6nc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9t2p4enkzjb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/9t2p4enkzjb7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9fpc7bbnllre2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211111 +dcid: "dc/9fpc7bbnllre2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yk4pez8w7n2s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42511 +dcid: "dc/yk4pez8w7n2s" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/psm8r2zpbdwy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/psm8r2zpbdwy2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fpv4ll5s6wdc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44422 +dcid: "dc/fpv4ll5s6wdc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wejt8gjfz6qwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/wejt8gjfz6qwb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yje9vq6xj17x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2111 +dcid: "dc/yje9vq6xj17x3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7tjb8s6qv6135 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/7tjb8s6qv6135" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fjgy1jfy73fg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/fjgy1jfy73fg3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0r63phbmyg24f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/0r63phbmyg24f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qp0n812ylzpv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/qp0n812ylzpv1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mw7c6366wfyc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532412 +dcid: "dc/mw7c6366wfyc4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bndyrysrkgct5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/bndyrysrkgct5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qbkr1ys24xhzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/qbkr1ys24xhzd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zfrdjy5yq7fx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/zfrdjy5yq7fx4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t1h72c00wzvz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/t1h72c00wzvz7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f22v2p9keqky +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/f22v2p9keqky" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q4k2dfxdd0b93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423730 +dcid: "dc/q4k2dfxdd0b93" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gym8z3d783c4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/gym8z3d783c4g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g2qd2neqs0v98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/g2qd2neqs0v98" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7t9myclfg2bv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/7t9myclfg2bv7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yl8my13zzsefb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/yl8my13zzsefb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eqlnvt9svsw55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4237 +dcid: "dc/eqlnvt9svsw55" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/74wsf1y9412y1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42373 +dcid: "dc/74wsf1y9412y1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/16hbe6nxg7657 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/16hbe6nxg7657" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g0tjrs5e5dbqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/g0tjrs5e5dbqg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z7vwf96yt4lv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/z7vwf96yt4lv3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zrd2lq7h4fbed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/zrd2lq7h4fbed" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sl2f2qx8wels3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/sl2f2qx8wels3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s3ewde1w96b9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/s3ewde1w96b9f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/197k4jhpfbzsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/197k4jhpfbzsh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r9ehdsc3b8fvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/r9ehdsc3b8fvg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/evyqtmmls3w99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/evyqtmmls3w99" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pzps0l9x5y999 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42332 +dcid: "dc/pzps0l9x5y999" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ftqlmzwlpt75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/ftqlmzwlpt75" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pebsrs6lc3lq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/pebsrs6lc3lq4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sr0vsxqep7hsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/sr0vsxqep7hsf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8ye3nhqfnqpm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4233 +dcid: "dc/8ye3nhqfnqpm5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d7d7gx1rf6cw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/d7d7gx1rf6cw4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hm83bhehgnvyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/hm83bhehgnvyf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nxsdekxhdwpsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/nxsdekxhdwpsh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yswb32qpvf68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53249 +dcid: "dc/yswb32qpvf68" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7r5dkj6tq4ge3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423320 +dcid: "dc/7r5dkj6tq4ge3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/14j0tgp4vr7xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532490 +dcid: "dc/14j0tgp4vr7xg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/spsqe5s186514 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/spsqe5s186514" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/epzt1tkn7n3l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/epzt1tkn7n3l5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eh3vc1zet7mz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/eh3vc1zet7mz1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jf3vcedlncfl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/jf3vcedlncfl" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b81fq8c79mb7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/b81fq8c79mb7d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/97jwhg0q3v2y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/97jwhg0q3v2y2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v2mepwf9rfwl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81219 +dcid: "dc/v2mepwf9rfwl2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6hq7xd0y9tyj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/6hq7xd0y9tyj8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lc2w5bsxrrmhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/lc2w5bsxrrmhh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jyy9lw38q3x34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/jyy9lw38q3x34" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v96e3evwkej71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/v96e3evwkej71" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jkhs1e5rz6t03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/jkhs1e5rz6t03" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9ezxn3s8y0td3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812191 +dcid: "dc/9ezxn3s8y0td3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0852210mhcsm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/0852210mhcsm8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6n7lk29vcsty3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/6n7lk29vcsty3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cq39ljhc68s63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811490 +dcid: "dc/cq39ljhc68s63" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5ldz69c0vn861 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/5ldz69c0vn861" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sv7t4bksq7x85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/sv7t4bksq7x85" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t0e2rexcy81lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81149 +dcid: "dc/t0e2rexcy81lg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/brscjkylyywf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8114 +dcid: "dc/brscjkylyywf2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zypjdbwmgrcn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/zypjdbwmgrcn6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eq2s0w4ldckgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/eq2s0w4ldckgg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bbbtvjenjr9x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/bbbtvjenjr9x4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6drsx1xzd4ls4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532299 +dcid: "dc/6drsx1xzd4ls4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jspjp5j956cm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/jspjp5j956cm3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6x67y5mexrp0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/6x67y5mexrp0f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vymvj72j5nmm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/vymvj72j5nmm4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8gqglb7k4k296 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/8gqglb7k4k296" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lk426zyk9f8x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/lk426zyk9f8x4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/249zvt8vzek14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/249zvt8vzek14" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7evyevcft31bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72232 +dcid: "dc/7evyevcft31bf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hprwz73t411h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722320 +dcid: "dc/hprwz73t411h7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/56vrlyewcxtrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/56vrlyewcxtrd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vn5w8nwx2kjng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/vn5w8nwx2kjng" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t504d6kx53sn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/t504d6kx53sn3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/znyxew4gnsh68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/znyxew4gnsh68" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/krfmj6ymy8qh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/krfmj6ymy8qh2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0w7210e9w3bm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/0w7210e9w3bm" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ps25jp7kmh05b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621310 +dcid: "dc/ps25jp7kmh05b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1fm1dgg0td8t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62131 +dcid: "dc/1fm1dgg0td8t" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5m8cxz6jp9t1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/5m8cxz6jp9t1b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2mrhnznbh50nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/2mrhnznbh50nd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2vhdq289q1f1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/2vhdq289q1f1f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1lypyqhrj9p67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/1lypyqhrj9p67" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jh4zhxmsgyvtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/jh4zhxmsgyvtg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l2sdkdc1wemr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/l2sdkdc1wemr2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n0fln55ly8vng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/n0fln55ly8vng" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cvmfspm5ylnff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/cvmfspm5ylnff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sjex7mj146tv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/sjex7mj146tv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9c4837nv9pce6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/9c4837nv9pce6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8y92dvsvy2465 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/8y92dvsvy2465" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sxgly0rms4gn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/sxgly0rms4gn8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yyv3hlwp8mpj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423990 +dcid: "dc/yyv3hlwp8mpj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jw792qklfh2t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/jw792qklfh2t7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7xw7qs40v8wpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/7xw7qs40v8wpg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rcx6tb8033f7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/rcx6tb8033f7b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tzgdxdhhjlt2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/tzgdxdhhjlt2h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qpgdxdzpbeblg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/qpgdxdzpbeblg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ejsy5jq1jk9kf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44413 +dcid: "dc/ejsy5jq1jk9kf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m5h6hhtp8esdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444130 +dcid: "dc/m5h6hhtp8esdf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0lqex3mlw74w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4441 +dcid: "dc/0lqex3mlw74w" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/56rcpem35z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/56rcpem35z8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vw3m7jg5gs2zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54161 +dcid: "dc/vw3m7jg5gs2zf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8910fwbqfkbp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42399 +dcid: "dc/8910fwbqfkbp5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zfs5nnjzbpn2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/zfs5nnjzbpn2b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5mctvpqs0vlgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/5mctvpqs0vlgh" + +Node: dcid:dc/r6fycjyszyvk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/r6fycjyszyvk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/74hlhtgdm7s17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/74hlhtgdm7s17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f2hthhhbqmb96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/f2hthhhbqmb96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6en826wdxv182 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/6en826wdxv182" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yk9m59dwdzfq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51225 +dcid: "dc/yk9m59dwdzfq9" + +Node: dcid:dc/yex23q27rdqzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/yex23q27rdqzh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/57lsvf9xy82l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/57lsvf9xy82l7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rky5b4w3wbsl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/rky5b4w3wbsl" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z98x4n1vybppf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/z98x4n1vybppf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wjt0ggk9cvylc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/wjt0ggk9cvylc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9298l95cf34kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/9298l95cf34kd" + +Node: dcid:dc/9njc470g14p55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/9njc470g14p55" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k4qmhnqhybxm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/k4qmhnqhybxm5" + +Node: dcid:dc/c82sqhwb2z2p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/c82sqhwb2z2p4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/49xgf1356ndb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/49xgf1356ndb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3ve0lmnmh7grg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/3ve0lmnmh7grg" + +Node: dcid:dc/v7zctp6jjef98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/v7zctp6jjef98" + +Node: dcid:dc/hf4jtxr28k2j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/hf4jtxr28k2j8" + +Node: dcid:dc/22yy8lk7zl01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/22yy8lk7zl01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qhgzjfbgms7hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/qhgzjfbgms7hf" + +Node: dcid:dc/7trje6dqxdpzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335220 +dcid: "dc/7trje6dqxdpzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/45h77ljv1bvq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/45h77ljv1bvq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s1ys7qk1cbxq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/s1ys7qk1cbxq4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0ehzwpx4hrkzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532283 +dcid: "dc/0ehzwpx4hrkzg" + +Node: dcid:dc/zgxl2w0cmr4k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/zgxl2w0cmr4k9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wqy9lxrx7bht1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/wqy9lxrx7bht1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6xr7j4kndekc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/6xr7j4kndekc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fz4e6pm3mnd88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/fz4e6pm3mnd88" + +Node: dcid:dc/gdd4qt4l46ml3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/gdd4qt4l46ml3" + +Node: dcid:dc/8djwpcgn6plw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21113 +dcid: "dc/8djwpcgn6plw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wpbkbtverk1x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/wpbkbtverk1x" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fvj7nnczxprpb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/fvj7nnczxprpb" + +Node: dcid:dc/95gc6392c35zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21113 +dcid: "dc/95gc6392c35zf" + +Node: dcid:dc/gkkedf1v0ktz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/gkkedf1v0ktz8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6zwcch160vn59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532282 +dcid: "dc/6zwcch160vn59" + +Node: dcid:dc/2bvfm8j878p72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211130 +dcid: "dc/2bvfm8j878p72" + +Node: dcid:dc/4vsdbn7dbfkdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/4vsdbn7dbfkdd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q1c1fst5lyq66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532282 +dcid: "dc/q1c1fst5lyq66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sln2q6bcc50h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335220 +dcid: "dc/sln2q6bcc50h6" + +Node: dcid:dc/brjzhd86vhb1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/brjzhd86vhb1d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/22hnv9dds3r8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/22hnv9dds3r8d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/407tvpkqb2c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/407tvpkqb2c4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dltx451lmvgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/dltx451lmvgf" + +Node: dcid:dc/rz629lfw51v8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/rz629lfw51v8d" + +Node: dcid:dc/gxfx653dcx3qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/gxfx653dcx3qc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x6ebgdtx58r3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51225 +dcid: "dc/x6ebgdtx58r3b" + +Node: dcid:dc/1ynzbjrk37493 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/1ynzbjrk37493" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e7pep0n6yy2hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/e7pep0n6yy2hd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/djc8me98rjq54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/djc8me98rjq54" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eed4qymv5lk81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/eed4qymv5lk81" + +Node: dcid:dc/p5rzv0vybwq32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/p5rzv0vybwq32" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/350yftrbddlx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512250 +dcid: "dc/350yftrbddlx8" + +Node: dcid:dc/gw68f4psrt035 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532282 +dcid: "dc/gw68f4psrt035" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5gkqbdtqgnq54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/5gkqbdtqgnq54" + +Node: dcid:dc/tly9j1g621qe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/tly9j1g621qe4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8n3bw4x8ffzw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512250 +dcid: "dc/8n3bw4x8ffzw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4fg15mctddf54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/4fg15mctddf54" + +Node: dcid:dc/xgrkbfrz7rhef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/xgrkbfrz7rhef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7p8te3h5lkcg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333914 +dcid: "dc/7p8te3h5lkcg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5nvftdkhgbzc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/5nvftdkhgbzc5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7j956xv0tfneh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/7j956xv0tfneh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kg4e523wbrmgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/kg4e523wbrmgc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yjcc22eftc2tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/yjcc22eftc2tg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e26d5mc579g39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/e26d5mc579g39" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p8xqw7y17j1xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/p8xqw7y17j1xf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sh43th6hj7bs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532283 +dcid: "dc/sh43th6hj7bs9" + +Node: dcid:dc/mxfhvkl87brk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/mxfhvkl87brk4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sqzlccjn1e9r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/sqzlccjn1e9r5" + +Node: dcid:dc/4eczn8j4zs257 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/4eczn8j4zs257" + +Node: dcid:dc/p0zzp65jzj7l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/p0zzp65jzj7l8" + +Node: dcid:dc/5xe01kd8mk5sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532283 +dcid: "dc/5xe01kd8mk5sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dwht2spbx9vdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/dwht2spbx9vdh" + +Node: dcid:dc/nlyks72z63kf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/nlyks72z63kf8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t535y3j0hcwl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/t535y3j0hcwl8" + +Node: dcid:dc/szm4s3jl65p9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532283 +dcid: "dc/szm4s3jl65p9g" + +Node: dcid:dc/rbw2hnpr2jkt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532281 +dcid: "dc/rbw2hnpr2jkt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m84gp10h8r0hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532281 +dcid: "dc/m84gp10h8r0hf" + +Node: dcid:dc/d77458qwz8ng9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/d77458qwz8ng9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/knyvb5ys47zjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/knyvb5ys47zjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e8n27tbznxvxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/e8n27tbznxvxc" + +Node: dcid:dc/rq3gj3wgsb8j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/rq3gj3wgsb8j" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nf9xjhqnj33x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/nf9xjhqnj33x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/40vntrmwnxxs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/40vntrmwnxxs4" + +Node: dcid:dc/10m10gzy1dntf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512250 +dcid: "dc/10m10gzy1dntf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rjr0q7c4crve7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/rjr0q7c4crve7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/szzkmdpdx4v59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/szzkmdpdx4v59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zzdtvqv373gxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/zzdtvqv373gxb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4g8vmfys9wscc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/4g8vmfys9wscc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ht7cz8e131f86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211130 +dcid: "dc/ht7cz8e131f86" + +Node: dcid:dc/gf1gdvdtbj009 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/gf1gdvdtbj009" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pscr6rxh96026 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/pscr6rxh96026" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5cyrq9gwpefs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/5cyrq9gwpefs9" + +Node: dcid:dc/fl2600kc7p6c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/fl2600kc7p6c2" + +Node: dcid:dc/4qz6fg1mp9ye5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/4qz6fg1mp9ye5" + +Node: dcid:dc/rqk4t7xs0mj0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/rqk4t7xs0mj0b" + +Node: dcid:dc/ngblv9xp4sqs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51225 +dcid: "dc/ngblv9xp4sqs3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p657t86xts1hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/p657t86xts1hd" + +Node: dcid:dc/274cf9xnk0bp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/274cf9xnk0bp4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c6bts4qz8vhe3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/c6bts4qz8vhe3" + +Node: dcid:dc/nxvphs4dk3cz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532282 +dcid: "dc/nxvphs4dk3cz5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t6z23gpsc5994 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51225 +dcid: "dc/t6z23gpsc5994" + +Node: dcid:dc/fwk2sv54kznvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/fwk2sv54kznvf" + +Node: dcid:dc/43pknxwnqq1d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/43pknxwnqq1d1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b4p0bgp29wv57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/b4p0bgp29wv57" + +Node: dcid:dc/by252gtlpfwd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/by252gtlpfwd1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntczwvdmne845 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/ntczwvdmne845" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rel0sexjs0y23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/rel0sexjs0y23" + +Node: dcid:dc/byp9qzvd3lxvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/byp9qzvd3lxvd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/050gy6xvy9vr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/050gy6xvy9vr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/glmns4svfydz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512250 +dcid: "dc/glmns4svfydz5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e414c4x9qvm25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333914 +dcid: "dc/e414c4x9qvm25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3znmec4b31k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/w3znmec4b31k2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9q0zge9kyrer7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532282 +dcid: "dc/9q0zge9kyrer7" + +Node: dcid:dc/1jpnx0x1jhw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211130 +dcid: "dc/1jpnx0x1jhw2" + +Node: dcid:dc/g853mz3g6scj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335220 +dcid: "dc/g853mz3g6scj8" + +Node: dcid:dc/9qsq54pg8dzcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21113 +dcid: "dc/9qsq54pg8dzcd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2f3h6l5761cm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211130 +dcid: "dc/2f3h6l5761cm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cyqbwhg6swny5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/cyqbwhg6swny5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dzpf24j48z0n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335220 +dcid: "dc/dzpf24j48z0n8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fchjdw6sspym4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/fchjdw6sspym4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s7ys7f0xf2b17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532281 +dcid: "dc/s7ys7f0xf2b17" + +Node: dcid:dc/s173v3kw3sez +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/s173v3kw3sez" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wlbthm97l3jm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/wlbthm97l3jm6" + +Node: dcid:dc/1b1m1512yzlh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532283 +dcid: "dc/1b1m1512yzlh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s5jxtbg3j0pe5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532283 +dcid: "dc/s5jxtbg3j0pe5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mkbdc7dsc1zrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/mkbdc7dsc1zrh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ethxxxl8ld8xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/ethxxxl8ld8xc" + +Node: dcid:dc/mg92blm0jnl65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335220 +dcid: "dc/mg92blm0jnl65" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1thz0fvbj520c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/1thz0fvbj520c" + +Node: dcid:dc/b306w91vms6f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/b306w91vms6f2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t73z4jr5n71sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/t73z4jr5n71sf" + +Node: dcid:dc/xn0pttrye6en9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/xn0pttrye6en9" + +Node: dcid:dc/3w3wgqccw3277 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/3w3wgqccw3277" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/66jf8b3scbrn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/66jf8b3scbrn6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f9b5c27ynwyt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/f9b5c27ynwyt" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wn3bp100931e3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/wn3bp100931e3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mjhv1l8bttcxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/mjhv1l8bttcxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2nzx6t86x409f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211130 +dcid: "dc/2nzx6t86x409f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2xmsv5m658h87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/2xmsv5m658h87" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mjdl6cn084ht1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/mjdl6cn084ht1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nsep47pznlbv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/nsep47pznlbv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/03r045ht0t5g3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21113 +dcid: "dc/03r045ht0t5g3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ycvkbxez1ds2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532281 +dcid: "dc/ycvkbxez1ds2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qyyqrkezrvjtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/qyyqrkezrvjtb" + +Node: dcid:dc/q0lbv91x2wjeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/q0lbv91x2wjeg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/plhrhw6ltdqsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/plhrhw6ltdqsh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lr1dzmcl2wnk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/lr1dzmcl2wnk6" + +Node: dcid:dc/0n1lqpv2fjsv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/0n1lqpv2fjsv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r9fs5jzcldy9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/r9fs5jzcldy9g" + +Node: dcid:dc/v8e5ykjvvs82g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/v8e5ykjvvs82g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8me2t7xcgbm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/k8me2t7xcgbm3" + +Node: dcid:dc/1n8p4vtx8sk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/1n8p4vtx8sk4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g5hpxe7smedc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/g5hpxe7smedc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9mq2tglr2vex9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512250 +dcid: "dc/9mq2tglr2vex9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s16r1pvysk147 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/s16r1pvysk147" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l4njb3j2dr2g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/l4njb3j2dr2g5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bbnjxstdz62e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/bbnjxstdz62e8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hvjr3sxgmrhe3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51225 +dcid: "dc/hvjr3sxgmrhe3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d33gds3q0c7p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/d33gds3q0c7p" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w41ch7cbkwlv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/w41ch7cbkwlv8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t0gzt2v9et3dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/t0gzt2v9et3dd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y5c1ln1qpehy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/y5c1ln1qpehy8" + +Node: dcid:dc/5s7gq1z7rkhf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/211130 +dcid: "dc/5s7gq1z7rkhf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w67zmctd7zxq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/w67zmctd7zxq2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xxr54sz9plfp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51225 +dcid: "dc/xxr54sz9plfp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bd2nhzn43kj45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/bd2nhzn43kj45" + +Node: dcid:dc/8ddnjl66qerrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/8ddnjl66qerrb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/thezl833ysfhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/thezl833ysfhb" + +Node: dcid:dc/jm97x7860rxbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21113 +dcid: "dc/jm97x7860rxbd" + +Node: dcid:dc/gekv6h5y9wk0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/gekv6h5y9wk0g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4fepyvt41yex9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/4fepyvt41yex9" + +Node: dcid:dc/v8dzl93sl4g0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/v8dzl93sl4g0d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0phbj3ld2dlr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/0phbj3ld2dlr7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wvbdx6yswrkdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333914 +dcid: "dc/wvbdx6yswrkdf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pc347g9gvgdvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/pc347g9gvgdvd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d2kw5x2qr0127 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333914 +dcid: "dc/d2kw5x2qr0127" + +Node: dcid:dc/teywl8v0msp34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/teywl8v0msp34" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xh5nfxgz8n3k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532281 +dcid: "dc/xh5nfxgz8n3k2" + +Node: dcid:dc/klx3gp38km5x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/klx3gp38km5x2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yc9xwszflbbgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/yc9xwszflbbgf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xjbgnz22qlyh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/xjbgnz22qlyh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zee7cx036p1rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/zee7cx036p1rg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pbycegpclsl5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/pbycegpclsl5c" + +Node: dcid:dc/32bkr62w546cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/32bkr62w546cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r2xxlm3mtfq83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/r2xxlm3mtfq83" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ex2ybs5p5vthh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333914 +dcid: "dc/ex2ybs5p5vthh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/557hhr4vkpr91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211130 +dcid: "dc/557hhr4vkpr91" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nt6stdh7sq4p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21113 +dcid: "dc/nt6stdh7sq4p7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1pjmdzv9nz4j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/1pjmdzv9nz4j5" + +Node: dcid:dc/pdcbb9vbb5nf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/pdcbb9vbb5nf3" + +Node: dcid:dc/y467mxl016lkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/y467mxl016lkg" + +Node: dcid:dc/zbcvzcff77t93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/zbcvzcff77t93" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3thmxwheqp1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/f3thmxwheqp1c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hfwgl6ypyldwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/hfwgl6ypyldwd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3fnt8n1ppnh77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/3fnt8n1ppnh77" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9smfrq9zv1pe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/9smfrq9zv1pe9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3blw3hwcvbc18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/3blw3hwcvbc18" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/42yj7gncr4ee7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51225 +dcid: "dc/42yj7gncr4ee7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kq8p4j18g4t52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/kq8p4j18g4t52" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/teltq9e8n9s0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512250 +dcid: "dc/teltq9e8n9s0c" + +Node: dcid:dc/c63h06h6lekfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/c63h06h6lekfh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6e5zs24p4pvgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/6e5zs24p4pvgb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lnbeexkyt3gy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/lnbeexkyt3gy5" + +Node: dcid:dc/pkx6cxgcw8w8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/pkx6cxgcw8w8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpft9crje54t +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/fpft9crje54t" + +Node: dcid:dc/sxcjnv0yn28s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517312 +dcid: "dc/sxcjnv0yn28s4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/926yflgdhrq3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335220 +dcid: "dc/926yflgdhrq3f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xn50yj0j78zf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/xn50yj0j78zf5" + +Node: dcid:dc/ydwkgz94etdf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452210 +dcid: "dc/ydwkgz94etdf7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mqt1hxfjhe208 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45221 +dcid: "dc/mqt1hxfjhe208" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v286nx1gbrc29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/v286nx1gbrc29" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hb07rwj7fr2gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532282 +dcid: "dc/hb07rwj7fr2gg" + +Node: dcid:dc/geecdygz4hhf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/geecdygz4hhf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dfw59wjp2t974 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/dfw59wjp2t974" + +Node: dcid:dc/6npgwxnflybb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/6npgwxnflybb9" + +Node: dcid:dc/73ctz85vvg59d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333914 +dcid: "dc/73ctz85vvg59d" + +Node: dcid:dc/cpmmcwy1xskp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532281 +dcid: "dc/cpmmcwy1xskp" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xqkldmv3bw9m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532282 +dcid: "dc/xqkldmv3bw9m7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19ld799pemgf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/19ld799pemgf6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v1vnkdw8eytj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/v1vnkdw8eytj5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hbv23l8qw7r58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/hbv23l8qw7r58" + +Node: dcid:dc/rrnw5npwx0r59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333914 +dcid: "dc/rrnw5npwx0r59" + +Node: dcid:dc/ec00cq1fmptp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335220 +dcid: "dc/ec00cq1fmptp1" + +Node: dcid:dc/h06rtrdhwlev9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21113 +dcid: "dc/h06rtrdhwlev9" + +Node: dcid:dc/0hjhetkbbcksf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/0hjhetkbbcksf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m0x8frshf0vh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/m0x8frshf0vh5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4pcj981jkzrs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532281 +dcid: "dc/4pcj981jkzrs8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kvq5gf8gzd4j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512250 +dcid: "dc/kvq5gf8gzd4j3" + +Node: dcid:dc/sfm3vsv18tkk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4522 +dcid: "dc/sfm3vsv18tkk2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ekgdrd95jn6y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532283 +dcid: "dc/ekgdrd95jn6y6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n0rhv1v5yh2f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/n0rhv1v5yh2f5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zyqrlv8cvv2s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/zyqrlv8cvv2s" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5l0x8rks3hwvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/5l0x8rks3hwvh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xtrtjmdbqty02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/xtrtjmdbqty02" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jeqs7fvdbs4g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/jeqs7fvdbs4g6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kfdzdgpkpv8f7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/kfdzdgpkpv8f7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qmxgsrk63p611 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/qmxgsrk63p611" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5ff3sd595j396 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/454110 +dcid: "dc/5ff3sd595j396" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zhkb23mp51lsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452311 +dcid: "dc/zhkb23mp51lsb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cm2ytx3ym7lgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/cm2ytx3ym7lgc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g0f1n30c66vf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/g0f1n30c66vf7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vdd4wn07hplkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/vdd4wn07hplkb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ccbcdhg7vcd6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/ccbcdhg7vcd6f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vebe96wec8rk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/vebe96wec8rk3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jsbmxq7cde4w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/jsbmxq7cde4w4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mbhvylsjhsh67 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/mbhvylsjhsh67" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/655v65jz1em4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532289 +dcid: "dc/655v65jz1em4h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yk9cq7jqe4p75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/yk9cq7jqe4p75" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2ndkrzqebgvbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/2ndkrzqebgvbb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9c9qeymfqskx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212230 +dcid: "dc/9c9qeymfqskx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5mp57vs4w32q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/5mp57vs4w32q6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rvwzhyle02b18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/rvwzhyle02b18" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hp0xmtz1lf5jg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/hp0xmtz1lf5jg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1cjs3lev83yv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212230 +dcid: "dc/1cjs3lev83yv" + +Node: dcid:dc/y10h5d3vr72k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/y10h5d3vr72k4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lrt1rp22bgj1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/lrt1rp22bgj1d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/82td19sq4br3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/82td19sq4br3g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dlqxmr23c0k96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/dlqxmr23c0k96" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qfmqjxmzfz1c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/qfmqjxmzfz1c1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7b6cr1t06p7q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/7b6cr1t06p7q8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hgby6ns6pvq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/hgby6ns6pvq4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wlnfc9yxt1r65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/wlnfc9yxt1r65" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2wvjyv0hezw56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/2wvjyv0hezw56" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rxng5lch670e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/rxng5lch670e" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l2xjfrgp4sctf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/l2xjfrgp4sctf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/311ny9qrqlh88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/311ny9qrqlh88" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f35xlp0eet3s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/f35xlp0eet3s3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5q8de3mzsb71h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/5q8de3mzsb71h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nr1lpw9wy478h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/nr1lpw9wy478h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8xwq8jnrgdd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/8xwq8jnrgdd2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7ybzkmqteg1ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/7ybzkmqteg1ld" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lx6kldldglqm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/lx6kldldglqm" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c9jm9ykg2rmwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212230 +dcid: "dc/c9jm9ykg2rmwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nw2wd8hpzqzm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/nw2wd8hpzqzm8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hvvhyddzjr6n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/hvvhyddzjr6n8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5txcx6b2bn5tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/5txcx6b2bn5tc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6cxrllscdmk11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/6cxrllscdmk11" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jqm909nw8ye9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45231 +dcid: "dc/jqm909nw8ye9g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x38qs72ldry91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212230 +dcid: "dc/x38qs72ldry91" + +Node: dcid:dc/mee1yh7zht8b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/mee1yh7zht8b9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zrgb0rj41efvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212230 +dcid: "dc/zrgb0rj41efvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qyf0jn2bt13t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/qyf0jn2bt13t8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1g15vdz1xzc6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212230 +dcid: "dc/1g15vdz1xzc6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xdd98nheq2m75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/xdd98nheq2m75" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ljndfxl6sjhx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212230 +dcid: "dc/ljndfxl6sjhx3" + +Node: dcid:dc/fhcdg9tmddkt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/fhcdg9tmddkt6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fq6cgq58rhr23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/fq6cgq58rhr23" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8zk2vb3jpqj95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/8zk2vb3jpqj95" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r3yp471cjdng8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/452319 +dcid: "dc/r3yp471cjdng8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kh9ks0sfwzk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517311 +dcid: "dc/kh9ks0sfwzk7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sdnl9vxyhwe77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/sdnl9vxyhwe77" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vlztvm1vfxvm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53228 +dcid: "dc/vlztvm1vfxvm2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pncb6nq99kre7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54172 +dcid: "dc/pncb6nq99kre7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kj4dbcnrklej2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45321 +dcid: "dc/kj4dbcnrklej2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jmsp4byspqhfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4523 +dcid: "dc/jmsp4byspqhfd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/49er28tx3dnq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453210 +dcid: "dc/49er28tx3dnq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3lnc2etl85dd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541715 +dcid: "dc/3lnc2etl85dd9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zhdfccct3pdx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541720 +dcid: "dc/zhdfccct3pdx" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/77rbb0gtszdrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/77rbb0gtszdrd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9ymye7x4tvbjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/9ymye7x4tvbjg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0te3s71k169c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/0te3s71k169c8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l116kqc77zmgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/l116kqc77zmgb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qjt9kpex7gq13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/qjt9kpex7gq13" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gkcl5gwcn8qwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/gkcl5gwcn8qwd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4yhj165c36d2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44122 +dcid: "dc/4yhj165c36d2c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/016hjdr9dcgx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441222 +dcid: "dc/016hjdr9dcgx1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vn2ggfz30vv9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/vn2ggfz30vv9c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7rhs2w37m30hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/7rhs2w37m30hc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l267h8dhlpql6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/l267h8dhlpql6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pezjysczk1nng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621493 +dcid: "dc/pezjysczk1nng" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9r317glgfp5zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/9r317glgfp5zd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/16kxr2k398942 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/16kxr2k398942" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mx1v9jr2ljh1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/mx1v9jr2ljh1f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1jq6q4jr22ypf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/1jq6q4jr22ypf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4v13wdq5egc06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/4v13wdq5egc06" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/230e44cnwhgx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/230e44cnwhgx8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/92nd3ndjcml5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/92nd3ndjcml5h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e86nx15s8qglc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/e86nx15s8qglc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zw6gd983f0zf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6239 +dcid: "dc/zw6gd983f0zf9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x9lexvc5rgss9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/x9lexvc5rgss9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7mdnwy6x76bnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/623990 +dcid: "dc/7mdnwy6x76bnb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y1jfkpgb06q87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62399 +dcid: "dc/y1jfkpgb06q87" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7l3w2tqwzxj22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/7l3w2tqwzxj22" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/48ghx6rrrygg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/48ghx6rrrygg2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dx935yt41st9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/dx935yt41st9f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xsgqh1x1v1ej1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/xsgqh1x1v1ej1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/78p50ebql2ffb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/78p50ebql2ffb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5h7ezbewx2kx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/5h7ezbewx2kx3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/83ltxrxthtyc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/83ltxrxthtyc5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/46hjw53m2khe7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/46hjw53m2khe7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l537jc12yp4l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52231 +dcid: "dc/l537jc12yp4l5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/te69lsmhxktz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/te69lsmhxktz2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fzpgjk8l4x874 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/fzpgjk8l4x874" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/emf53sf7fddq8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/emf53sf7fddq8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t24ldlhscz6q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522310 +dcid: "dc/t24ldlhscz6q9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jf09yv1pwc072 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/jf09yv1pwc072" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gx064xtmzlgd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621492 +dcid: "dc/gx064xtmzlgd8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4vb93sp0xrcjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81233 +dcid: "dc/4vb93sp0xrcjc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/je086dh67fph5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/je086dh67fph5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ctbmbfw0gdhyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/ctbmbfw0gdhyf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n5b5gqwbp9n66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/n5b5gqwbp9n66" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7tw4beq9kg1fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/7tw4beq9kg1fc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tz9thp5p74b87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/tz9thp5p74b87" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/we0d9c1cc75z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/we0d9c1cc75z" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n00mlny9lvctf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/n00mlny9lvctf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0q3yz6kqchnyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/0q3yz6kqchnyh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3x70xy6n22ek9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/3x70xy6n22ek9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g290dxff8bzb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/g290dxff8bzb1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/62gjkyy9ys02b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/62gjkyy9ys02b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3zl4vn5jwj76f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/3zl4vn5jwj76f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2r7gmrbkr3sj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/2r7gmrbkr3sj7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rktl1dc6xpdr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/rktl1dc6xpdr9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ly211g2w5stfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/ly211g2w5stfc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s5rhql54qhmf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524298 +dcid: "dc/s5rhql54qhmf5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/43820vjr0smsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/43820vjr0smsb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/03dcqr43jfw21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/03dcqr43jfw21" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/27x7s7efrqqx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/27x7s7efrqqx2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qq92hf3ngb72h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/qq92hf3ngb72h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l9p49jtzxgbw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/l9p49jtzxgbw2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kp3j6h0mdj365 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/kp3j6h0mdj365" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vfmzy9c9mmwm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/vfmzy9c9mmwm3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b852xv87kl5p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/b852xv87kl5p6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cbfkt9n0xx9p8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/cbfkt9n0xx9p8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jsshd4ghmwjkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/jsshd4ghmwjkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tzj4l44sq485g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/tzj4l44sq485g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q1r7tdfgvf5ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/q1r7tdfgvf5ch" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2pwej5c9hxd27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/2pwej5c9hxd27" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4m34w2j739knf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/4m34w2j739knf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kf8fxhsfe2sfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/kf8fxhsfe2sfh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zv5qsqm8x7dkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/zv5qsqm8x7dkh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hg3615yjeztt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/hg3615yjeztt6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bemzfxe1gsjh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/bemzfxe1gsjh9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hntvqzby97107 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/hntvqzby97107" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gsjt901hmmb4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/gsjt901hmmb4f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rqvvm43xtq1z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/rqvvm43xtq1z5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4mfbxykq7wtr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/4mfbxykq7wtr3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9jgdg8bh0clj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/9jgdg8bh0clj4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k6p50t9wy43y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31223 +dcid: "dc/k6p50t9wy43y2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wvkwwcy331nff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/wvkwwcy331nff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7kd7qnljl8e24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/7kd7qnljl8e24" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n1mdqq65ybe0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312 +dcid: "dc/n1mdqq65ybe0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ff051664cphj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/ff051664cphj1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tgjzjxbzfy71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/tgjzjxbzfy71" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9yesff7d3dnw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/9yesff7d3dnw5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rh25yqnenecd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/rh25yqnenecd1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n2eedwg893kx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/n2eedwg893kx3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gkvfj9e1e7hef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/gkvfj9e1e7hef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bj98c3qjwqf36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/bj98c3qjwqf36" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gnn27b7vc0ttf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42345 +dcid: "dc/gnn27b7vc0ttf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9wrccys95tkh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/9wrccys95tkh4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r747bhbymrm0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/r747bhbymrm0h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rg9lm01d05h8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/rg9lm01d05h8h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kcqs3kfsqw1rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/kcqs3kfsqw1rh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0d9zsszvjyly2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/0d9zsszvjyly2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/74fymtz9mk0k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423450 +dcid: "dc/74fymtz9mk0k1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yke7wpdzj09f5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238352 +dcid: "dc/yke7wpdzj09f5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yh8vswrjpw3k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/yh8vswrjpw3k2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sve8wwpcs8f99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/sve8wwpcs8f99" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/44f9f6dw54msg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519190 +dcid: "dc/44f9f6dw54msg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1fkrcjd00x0sb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/1fkrcjd00x0sb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kcfxk1lkyywp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3122 +dcid: "dc/kcfxk1lkyywp1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b913pe2j1qke9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/b913pe2j1qke9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b63rplx7g6vd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51919 +dcid: "dc/b63rplx7g6vd3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/58q4xp0nbpy49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/58q4xp0nbpy49" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cewrhgdsevzbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/312230 +dcid: "dc/cewrhgdsevzbh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y4e6060kjnl1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/y4e6060kjnl1g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/slrqcwyl7nxx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/slrqcwyl7nxx5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bbfbh14x4exb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713950 +dcid: "dc/bbfbh14x4exb5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qsgr3szxlvqdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71395 +dcid: "dc/qsgr3szxlvqdf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p60t5pqf3pec3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5418 +dcid: "dc/p60t5pqf3pec3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s0rmdjpdrwfkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/s0rmdjpdrwfkg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ddshyjc11xhy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/ddshyjc11xhy2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p2blkgz46xw2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/p2blkgz46xw2g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g3glfmds4yt68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/g3glfmds4yt68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wmtjctv15hxk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/wmtjctv15hxk3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7mfwgg00j5bp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/7mfwgg00j5bp1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q6stbr8qf30h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485119 +dcid: "dc/q6stbr8qf30h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qx4k49043et8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/453998 +dcid: "dc/qx4k49043et8c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/phrrjq779gmh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/phrrjq779gmh6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mr5vhkxrf1tt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/mr5vhkxrf1tt5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n5hfwm0285g9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/n5hfwm0285g9b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nw01mjqpfyd1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/nw01mjqpfyd1g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bjsdvq7fj4ws5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/bjsdvq7fj4ws5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/g34f1rp21wbf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/g34f1rp21wbf5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j0r2yx6rt1epb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/j0r2yx6rt1epb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n1yq53lw9yx6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/n1yq53lw9yx6h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cgpx07x8q73x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/cgpx07x8q73x6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7kejc6qdr0jt3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/7kejc6qdr0jt3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3tpwee6vlzs0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/3tpwee6vlzs0h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6gyz3eplxhkpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/6gyz3eplxhkpd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eq4lvstz2y883 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/eq4lvstz2y883" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jw9e43dy9pcy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/jw9e43dy9pcy4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qsxyep511ftf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8131 +dcid: "dc/qsxyep511ftf5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fv6pqf7kpeswf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/fv6pqf7kpeswf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zkbnh67mnnfd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48532 +dcid: "dc/zkbnh67mnnfd1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/54cpf5nr6yllf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485320 +dcid: "dc/54cpf5nr6yllf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vfkkysl546pt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/vfkkysl546pt1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lllc1npr89edc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4236 +dcid: "dc/lllc1npr89edc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/45jexyqbppp2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/45jexyqbppp2c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f0mzct0dwp6e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/f0mzct0dwp6e2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t2krek86lmnl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81311 +dcid: "dc/t2krek86lmnl4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cllll0b3nw6q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813110 +dcid: "dc/cllll0b3nw6q" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/28jqvz9f17dv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/28jqvz9f17dv2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hjnh4gc6vpcz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/hjnh4gc6vpcz1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0y39q9j48wep3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/0y39q9j48wep3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3t16nxbkkk75b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/3t16nxbkkk75b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pgq3q1xnbpj36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/pgq3q1xnbpj36" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dw8p42xl94gs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/dw8p42xl94gs4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q77lh6p21q984 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/q77lh6p21q984" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p9mwd9374q23c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/p9mwd9374q23c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pl7l5mvbhlx56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/pl7l5mvbhlx56" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/32n3tn6td8llf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/32n3tn6td8llf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bzwyfc7g5lyf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/bzwyfc7g5lyf8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jctfjne8e5h47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/jctfjne8e5h47" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tz1cdsms1jkj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/tz1cdsms1jkj1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/en70l9cxmn592 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/en70l9cxmn592" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pq3qw8lcjkf6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/pq3qw8lcjkf6h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x5eb3lbjerwr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/x5eb3lbjerwr9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/98lrzgz9pfk63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/98lrzgz9pfk63" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/15t3thw9zjft1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/15t3thw9zjft1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1vw211xnp5f57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/1vw211xnp5f57" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3hvzr0sh2w1gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/3hvzr0sh2w1gb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l6blrsnrg46x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/l6blrsnrg46x2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9gz07zc72d175 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/9gz07zc72d175" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ly31zhr0rz7n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/ly31zhr0rz7n9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2ff32h8ngswsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/2ff32h8ngswsd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4y94w4t7831m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/4y94w4t7831m3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e9tnk07q8bl78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/e9tnk07q8bl78" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lcbjlvewrpnk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/lcbjlvewrpnk4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dkwrqvpwextt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813940 +dcid: "dc/dkwrqvpwextt6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p99v4dv105pv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/p99v4dv105pv3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nnr9eqfepe9n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212321 +dcid: "dc/nnr9eqfepe9n4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zxv99jp19bef9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5173 +dcid: "dc/zxv99jp19bef9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ywxhfw7q03p64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/ywxhfw7q03p64" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2y4nsq3hj28l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/2y4nsq3hj28l2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6jxs7xz109qn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/624229 +dcid: "dc/6jxs7xz109qn9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rd4r1p6ygd5mg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/492 +dcid: "dc/rd4r1p6ygd5mg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rcwlbyvc5ss92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813219 +dcid: "dc/rcwlbyvc5ss92" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gm6desr01g6w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51731 +dcid: "dc/gm6desr01g6w" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s0pf8lr1pb955 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81394 +dcid: "dc/s0pf8lr1pb955" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wgc9mjxlqhky +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62422 +dcid: "dc/wgc9mjxlqhky" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b8jzzc1kl0jc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21232 +dcid: "dc/b8jzzc1kl0jc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gmz30xfw02vk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/gmz30xfw02vk3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/16ql3mmg0fpcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/16ql3mmg0fpcc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c5bh31bcne0e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/c5bh31bcne0e7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jevedgc1m36d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541219 +dcid: "dc/jevedgc1m36d8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x8kzx3eyce63d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/x8kzx3eyce63d" + +Node: dcid:dc/w7zz2wbf01sj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322120 +dcid: "dc/w7zz2wbf01sj2" + +Node: dcid:dc/nc85hj4lkehw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/nc85hj4lkehw7" + +Node: dcid:dc/l0eelg5l6yt45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/l0eelg5l6yt45" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j369pj1grdb3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333248 +dcid: "dc/j369pj1grdb3g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fel8wr4jy8xq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/fel8wr4jy8xq7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qqdgkdwxvsv07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/qqdgkdwxvsv07" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3ekyk11xgt0cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/3ekyk11xgt0cg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fr90p9e50pbhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/fr90p9e50pbhd" + +Node: dcid:dc/p4v5dffp2mexb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/p4v5dffp2mexb" + +Node: dcid:dc/qb7ll3891y89g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459910 +dcid: "dc/qb7ll3891y89g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yc4zxyj4mjqg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/yc4zxyj4mjqg1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k8y09kk7ffk37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/k8y09kk7ffk37" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z5s3gdqwwm029 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4593 +dcid: "dc/z5s3gdqwwm029" + +Node: dcid:dc/h908w7byqmgp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/h908w7byqmgp7" + +Node: dcid:dc/395vdbwm7pc92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/395vdbwm7pc92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/552ldgf68h96f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336110 +dcid: "dc/552ldgf68h96f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ng7gw8wed8f22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/ng7gw8wed8f22" + +Node: dcid:dc/201lyc0y8czxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458310 +dcid: "dc/201lyc0y8czxb" + +Node: dcid:dc/6wp621s0l7fm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/6wp621s0l7fm4" + +Node: dcid:dc/q91w01lw1sst6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/q91w01lw1sst6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/87zf0e3wxe237 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/87zf0e3wxe237" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/smedrrhv0qj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/smedrrhv0qj3" + +Node: dcid:dc/m6p6cwf4gw4x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/m6p6cwf4gw4x1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/855lsdtck98h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/855lsdtck98h7" + +Node: dcid:dc/vsd47mp33qnb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/vsd47mp33qnb2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8vlt7tmbkz3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/8vlt7tmbkz3d" + +Node: dcid:dc/8twrkl0es5he6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212220 +dcid: "dc/8twrkl0es5he6" + +Node: dcid:dc/m27jlyq6eeh93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/m27jlyq6eeh93" + +Node: dcid:dc/ylhk4wlfm37lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/ylhk4wlfm37lg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6e3p3nsq40v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/l6e3p3nsq40v7" + +Node: dcid:dc/qhy4n2g20w2kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/qhy4n2g20w2kd" + +Node: dcid:dc/btt9hrrqd3hh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45991 +dcid: "dc/btt9hrrqd3hh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ylz02q4bljbs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/ylz02q4bljbs8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x4bdwzd0rhz21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/x4bdwzd0rhz21" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fgbpsvn4jndt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/fgbpsvn4jndt2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/67wdtq3yz8bk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/67wdtq3yz8bk4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/22syz9b1e4md3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/22syz9b1e4md3" + +Node: dcid:dc/s1xmesr3qthk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/s1xmesr3qthk8" + +Node: dcid:dc/3xyzs9r6dfqk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/3xyzs9r6dfqk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mfw6pvbse18y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/mfw6pvbse18y5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nw46bqc80s0k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/nw46bqc80s0k9" + +Node: dcid:dc/ksxfx0l225mj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/ksxfx0l225mj7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1k62t9y975eh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/1k62t9y975eh4" + +Node: dcid:dc/bbtlr7z68mfg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424350 +dcid: "dc/bbtlr7z68mfg1" + +Node: dcid:dc/nlxy1y14gtk25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/nlxy1y14gtk25" + +Node: dcid:dc/mtytcm98xw8b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/mtytcm98xw8b3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9svh5fvfsjyt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335139 +dcid: "dc/9svh5fvfsjyt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmtvl97bhrvw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/lmtvl97bhrvw2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tkklngcz4my33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/tkklngcz4my33" + +Node: dcid:dc/23c7hqexlkc24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/23c7hqexlkc24" + +Node: dcid:dc/1vb8s4zn08x49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/1vb8s4zn08x49" + +Node: dcid:dc/eljnw8bm77c54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/eljnw8bm77c54" + +Node: dcid:dc/r5tv9rrx96423 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/r5tv9rrx96423" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ml06sxeb5fe0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/ml06sxeb5fe0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/30n2s6wzke4m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/30n2s6wzke4m9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7zb9lvgypc01b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44525 +dcid: "dc/7zb9lvgypc01b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tnc2qs9qff7db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/tnc2qs9qff7db" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/thvd44mlgxh9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/thvd44mlgxh9h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dx3whrf21jjtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/dx3whrf21jjtd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cft4hzrx249c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335131 +dcid: "dc/cft4hzrx249c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fkt61s8d5vdcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45931 +dcid: "dc/fkt61s8d5vdcf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tsq284jnc1jl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/tsq284jnc1jl1" + +Node: dcid:dc/3fzptf14scf58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/458310 +dcid: "dc/3fzptf14scf58" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tqsesp8cvhj57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/tqsesp8cvhj57" + +Node: dcid:dc/50dnmlw4qpppc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/50dnmlw4qpppc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/409dst5ntlcd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/409dst5ntlcd7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/64je9s4svtjrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/64je9s4svtjrb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mjqhvfz35f59c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/mjqhvfz35f59c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vm4yyx7tv1l8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/vm4yyx7tv1l8c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jdkfbmhj6lfrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/jdkfbmhj6lfrd" + +Node: dcid:dc/mnjkjsg3d5k8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/mnjkjsg3d5k8d" + +Node: dcid:dc/hqs2r7zsqqg38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/hqs2r7zsqqg38" + +Node: dcid:dc/vdbd96y7kgh47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212220 +dcid: "dc/vdbd96y7kgh47" + +Node: dcid:dc/k9exgp43vj88d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441340 +dcid: "dc/k9exgp43vj88d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/llzsvsgk9zs08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/llzsvsgk9zs08" + +Node: dcid:dc/vedxm53s4zqs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/vedxm53s4zqs6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pzm90hfdns1j8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212220 +dcid: "dc/pzm90hfdns1j8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3rl8es5rey9q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/3rl8es5rey9q8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kb0ns2b9mfqs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42435 +dcid: "dc/kb0ns2b9mfqs8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qev5wg96bbq6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/qev5wg96bbq6g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jnm5bss9setg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/jnm5bss9setg4" + +Node: dcid:dc/99lzv6z9kmzl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4583 +dcid: "dc/99lzv6z9kmzl1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2zqqqqfwqs8qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/2zqqqqfwqs8qf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e6chh2l962wp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/e6chh2l962wp1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h9f3brwy6rtn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/h9f3brwy6rtn9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h95zxeg5r7xfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335132 +dcid: "dc/h95zxeg5r7xfb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zrwn4jxle5lf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333998 +dcid: "dc/zrwn4jxle5lf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ms9sl5bgt4ql9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/ms9sl5bgt4ql9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bqhynfv3rmzxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/bqhynfv3rmzxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/24hewmy4xxxg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/24hewmy4xxxg7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qwvepqk6nv7td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/qwvepqk6nv7td" + +Node: dcid:dc/hp6b0k9jfsdm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/hp6b0k9jfsdm8" + +Node: dcid:dc/rx7nx378q8hm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/rx7nx378q8hm8" + +Node: dcid:dc/sjz8dctk297kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45612 +dcid: "dc/sjz8dctk297kb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h896zn3ecy15d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/h896zn3ecy15d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3mr3y7nxfqj8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/3mr3y7nxfqj8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wmy49qsz5b1h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/wmy49qsz5b1h2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2l2sw2cm94qw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42435 +dcid: "dc/2l2sw2cm94qw4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c276z52kxc5d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45612 +dcid: "dc/c276z52kxc5d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3sccymw1smdld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/3sccymw1smdld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4x2svbs525388 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/4x2svbs525388" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dm4ly8w5pl0lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/dm4ly8w5pl0lf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gdhfcrycg0834 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/gdhfcrycg0834" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rg4f18m1yephh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/rg4f18m1yephh" + +Node: dcid:dc/j8rg1l2ff18yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/j8rg1l2ff18yg" + +Node: dcid:dc/w736ctdd7cys3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/w736ctdd7cys3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/98rz0l53h4gpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333248 +dcid: "dc/98rz0l53h4gpf" + +Node: dcid:dc/964zzq3kkv0p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/964zzq3kkv0p" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f57ksm077jp3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459910 +dcid: "dc/f57ksm077jp3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3e4h6pzyhf14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/g3e4h6pzyhf14" + +Node: dcid:dc/38fs2z39myrt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/38fs2z39myrt" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6s7q9bh680tw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/6s7q9bh680tw" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ry1qbcbmtdtv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/ry1qbcbmtdtv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jh9myxggthdkb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/jh9myxggthdkb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dntfssl72r5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/dntfssl72r5f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/77mne8h99k46h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212220 +dcid: "dc/77mne8h99k46h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/064wb61s5yye3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/064wb61s5yye3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/946y3p8xkwr05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/946y3p8xkwr05" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/61ygfbk4f7gx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/61ygfbk4f7gx3" + +Node: dcid:dc/xhvl2lh163qpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335139 +dcid: "dc/xhvl2lh163qpc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s27zq7g33m724 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/s27zq7g33m724" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bn4pd1k1zwfb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45993 +dcid: "dc/bn4pd1k1zwfb9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c19eskwzbfk8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/c19eskwzbfk8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2qelsfg15phxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337126 +dcid: "dc/2qelsfg15phxh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/12tteeb92g6nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212390 +dcid: "dc/12tteeb92g6nb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sghmv8tmv425h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/sghmv8tmv425h" + +Node: dcid:dc/ejnq8xfkhd0r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/ejnq8xfkhd0r7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1jb73gm6tes2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/1jb73gm6tes2g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xyvmpd1zfhy26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/xyvmpd1zfhy26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/knlwxmt7bbg08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/knlwxmt7bbg08" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n2qmv1dvsjjp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/n2qmv1dvsjjp4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6t2wk9hccdjxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45832 +dcid: "dc/6t2wk9hccdjxb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0mjk9wpw8jcz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/0mjk9wpw8jcz7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/csk0e4q0g0e46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/csk0e4q0g0e46" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vgvp3wg3qzvh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335910 +dcid: "dc/vgvp3wg3qzvh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c5kpj709kr4h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/c5kpj709kr4h" + +Node: dcid:dc/fxkmv9why5ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/fxkmv9why5ch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ewnz9l5v9z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/4ewnz9l5v9z1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h9y7kjwp20gyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/h9y7kjwp20gyh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1qq2klhdvrdeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/1qq2klhdvrdeb" + +Node: dcid:dc/4s0mbnl7sj0e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/4s0mbnl7sj0e" + +Node: dcid:dc/3j4xn2wgkve29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44525 +dcid: "dc/3j4xn2wgkve29" + +Node: dcid:dc/zybsybvkps4w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/zybsybvkps4w2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e5cte25ed8znd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459510 +dcid: "dc/e5cte25ed8znd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fw7wbw4g41vt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/fw7wbw4g41vt8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t13w6flb7f2pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/t13w6flb7f2pg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v2sh14xedc5md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/v2sh14xedc5md" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2wyergq7bh937 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/2wyergq7bh937" + +Node: dcid:dc/tgs2dmlp6w98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/tgs2dmlp6w98" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2wgj1bzy1kz4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/2wgj1bzy1kz4b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lx87rx9vpy9x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/lx87rx9vpy9x1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x3s8xmgd23ppb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/x3s8xmgd23ppb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y07dvzc915ng2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/y07dvzc915ng2" + +Node: dcid:dc/8c806knc97b2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/8c806knc97b2h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6sxrjqdvdlc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445250 +dcid: "dc/l6sxrjqdvdlc5" + +Node: dcid:dc/le7fepdnhztd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/le7fepdnhztd8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vszmtpt9r4lt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/vszmtpt9r4lt1" + +Node: dcid:dc/nwe9wfmwclgwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/nwe9wfmwclgwd" + +Node: dcid:dc/ctr6ycx0jd7c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/ctr6ycx0jd7c8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ngjmve15mffr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441227 +dcid: "dc/ngjmve15mffr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kclg4skkjvc98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445298 +dcid: "dc/kclg4skkjvc98" + +Node: dcid:dc/zpwekz90p6tm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212390 +dcid: "dc/zpwekz90p6tm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/legzbnyfcf703 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/legzbnyfcf703" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4knjegd7bhhe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4582 +dcid: "dc/4knjegd7bhhe" + +Node: dcid:dc/fvefc0lww2x8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/fvefc0lww2x8f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bd8f5sylg6294 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/bd8f5sylg6294" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qlvt00mpgclv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/qlvt00mpgclv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d7036x75f7457 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/d7036x75f7457" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bbbmmejdmrs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/bbbmmejdmrs2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/47bvv9q9xy01c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/47bvv9q9xy01c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2r413wlqtgjf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/2r413wlqtgjf8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/04rnw8mls53k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/04rnw8mls53k8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rxw7bqj9xp7w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/rxw7bqj9xp7w" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/je7n2rx9q3ww +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45991 +dcid: "dc/je7n2rx9q3ww" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fc9wfeq68vlvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459140 +dcid: "dc/fc9wfeq68vlvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1kqtjcl2cgs9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/1kqtjcl2cgs9b" + +Node: dcid:dc/z8jg4kll5rm73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45821 +dcid: "dc/z8jg4kll5rm73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c3g84646ek5p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/c3g84646ek5p2" + +Node: dcid:dc/zxw6mws3de847 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/zxw6mws3de847" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6n0hz07h062p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/6n0hz07h062p5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/td3c4wsfxj6vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/td3c4wsfxj6vd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qlwjr12wcxfp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/qlwjr12wcxfp8" + +Node: dcid:dc/94gzg3pel05z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/94gzg3pel05z8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/derxxlj5xd434 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337126 +dcid: "dc/derxxlj5xd434" + +Node: dcid:dc/mb9k0m5r6zk02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/mb9k0m5r6zk02" + +Node: dcid:dc/3mkyq3lcwy2ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/3mkyq3lcwy2ec" + +Node: dcid:dc/qlsr20hvrmgq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42435 +dcid: "dc/qlsr20hvrmgq9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jr7pvemm18vp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/jr7pvemm18vp9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3lp48sll63dsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/3lp48sll63dsf" + +Node: dcid:dc/d9yc302y46wtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/d9yc302y46wtf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m3p1877m726n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/m3p1877m726n1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9eefxdd6cr48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/9eefxdd6cr48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yrbgnqww7mx35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335139 +dcid: "dc/yrbgnqww7mx35" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v6ygpv3fgvbkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44525 +dcid: "dc/v6ygpv3fgvbkh" + +Node: dcid:dc/h3y434v3trke8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212220 +dcid: "dc/h3y434v3trke8" + +Node: dcid:dc/4f5h0rzpsexcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/4f5h0rzpsexcb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wz02k0lyeyez7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45951 +dcid: "dc/wz02k0lyeyez7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xwb7x6m8fhep3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/xwb7x6m8fhep3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/js2s7ve99lxzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/js2s7ve99lxzc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pfme8ftkfrz8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/pfme8ftkfrz8c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q350p87lwj107 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/q350p87lwj107" + +Node: dcid:dc/30bewyhymsycc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441340 +dcid: "dc/30bewyhymsycc" + +Node: dcid:dc/1jt42mcj7hnw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45991 +dcid: "dc/1jt42mcj7hnw4" + +Node: dcid:dc/p8mp4nc7682m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/p8mp4nc7682m8" + +Node: dcid:dc/p6gltjst7nycf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/p6gltjst7nycf" + +Node: dcid:dc/5vcdv83k0y11c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/5vcdv83k0y11c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6cdbpe55esf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/l6cdbpe55esf9" + +Node: dcid:dc/r775tdshmhsn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/r775tdshmhsn1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sg056bhz9mrnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/sg056bhz9mrnf" + +Node: dcid:dc/elf90cb5tvbxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/elf90cb5tvbxd" + +Node: dcid:dc/jtm13xy9lge3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/jtm13xy9lge3b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d48z0gc0ezc29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/d48z0gc0ezc29" + +Node: dcid:dc/v9543pvydqzp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/v9543pvydqzp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c5ef9m9pmved1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/c5ef9m9pmved1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m9wzt60jxlxl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/m9wzt60jxlxl6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9zr0jb03we0wh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/9zr0jb03we0wh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6cvr9fk06gfwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45831 +dcid: "dc/6cvr9fk06gfwh" + +Node: dcid:dc/mvnff3c3rcs01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/mvnff3c3rcs01" + +Node: dcid:dc/lmjw9env9e5bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/lmjw9env9e5bc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mhhlvljn20qr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/mhhlvljn20qr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/54tl37q1139y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/54tl37q1139y" + +Node: dcid:dc/84x62l847xrmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/84x62l847xrmg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmqs9ksywsqv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335132 +dcid: "dc/qmqs9ksywsqv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/djsyww0bhk2l8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212290 +dcid: "dc/djsyww0bhk2l8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kxydzd75qsry3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459130 +dcid: "dc/kxydzd75qsry3" + +Node: dcid:dc/0qvzrkg9mbb13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321215 +dcid: "dc/0qvzrkg9mbb13" + +Node: dcid:dc/tnl0c4w6k6ve2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/tnl0c4w6k6ve2" + +Node: dcid:dc/v5728kzsq6pz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/v5728kzsq6pz2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x6dk9gl3nv7b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424350 +dcid: "dc/x6dk9gl3nv7b3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mslbqtm1m5xl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33513 +dcid: "dc/mslbqtm1m5xl3" + +Node: dcid:dc/smpw5zlwb41t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/smpw5zlwb41t5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4lrj07lylp5m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/4lrj07lylp5m4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/04mf4kqd9t2pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/04mf4kqd9t2pb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/csxpcpphgj6y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315120 +dcid: "dc/csxpcpphgj6y3" + +Node: dcid:dc/yklp3zeweeklb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/yklp3zeweeklb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3tm92wgnf8q31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/3tm92wgnf8q31" + +Node: dcid:dc/d8rc5x2jqe0eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/d8rc5x2jqe0eg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rn87r6hn21dx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/322120 +dcid: "dc/rn87r6hn21dx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3xs22kyd5wgy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/3xs22kyd5wgy4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2349zzkfpy54f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/2349zzkfpy54f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rv4njmmcm3mbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315120 +dcid: "dc/rv4njmmcm3mbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k0khjjcst5m5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/316990 +dcid: "dc/k0khjjcst5m5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmnh6ypjnc0xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/qmnh6ypjnc0xb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m8t9mtf9084v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45993 +dcid: "dc/m8t9mtf9084v5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q9bw0kbspwmh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/q9bw0kbspwmh5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z8g419hbetkx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459510 +dcid: "dc/z8g419hbetkx9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qywkdepgdec63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/qywkdepgdec63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tppymvk8nb0r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/tppymvk8nb0r7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q368js3xmb18d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/q368js3xmb18d" + +Node: dcid:dc/hgjt5tv9hj8q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/hgjt5tv9hj8q" + +Node: dcid:dc/vlkjy9l38kn5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333310 +dcid: "dc/vlkjy9l38kn5h" + +Node: dcid:dc/wezr7k25ysn2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/wezr7k25ysn2d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rvx9g4m165992 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45914 +dcid: "dc/rvx9g4m165992" + +Node: dcid:dc/81rpnbpwrg2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42435 +dcid: "dc/81rpnbpwrg2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r5rxs9k4rxw77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458310 +dcid: "dc/r5rxs9k4rxw77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p8g3dbqc2j2cc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459310 +dcid: "dc/p8g3dbqc2j2cc" + +Node: dcid:dc/whxtp7c8tsxp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/whxtp7c8tsxp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g3vkhncjyf172 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/g3vkhncjyf172" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z9rnqml2jx00h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/458210 +dcid: "dc/z9rnqml2jx00h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7rxze4q34vb6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/7rxze4q34vb6c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mchmnzfsbp1v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/mchmnzfsbp1v2" + +Node: dcid:dc/4edfe3srevx2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/4edfe3srevx2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kwmnteb7h4hw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/kwmnteb7h4hw3" + +Node: dcid:dc/f13t6x8279pt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/f13t6x8279pt5" + +Node: dcid:dc/crjb3j6zfpmec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459130 +dcid: "dc/crjb3j6zfpmec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xlsdq4w77vf07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321215 +dcid: "dc/xlsdq4w77vf07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ej9qx6bg63ddc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/ej9qx6bg63ddc" + +Node: dcid:dc/0bln77hdw7167 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/0bln77hdw7167" + +Node: dcid:dc/dehc5lv5e1hl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/dehc5lv5e1hl7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ddds1g2583jtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/ddds1g2583jtb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1hp6py3tw0yq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/1hp6py3tw0yq6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yp5ysn184qdm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/yp5ysn184qdm9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lyq9p3bpzpzgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459930 +dcid: "dc/lyq9p3bpzpzgg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1wkpsfmnxr3gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/1wkpsfmnxr3gb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kjhvp62ms5s68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/kjhvp62ms5s68" + +Node: dcid:dc/s8n6q0cp3dy9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/s8n6q0cp3dy9c" + +Node: dcid:dc/j234md1rdbd63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/j234md1rdbd63" + +Node: dcid:dc/rnwy48eeyvtd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/rnwy48eeyvtd2" + +Node: dcid:dc/cbn3tb4jvf5wg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336110 +dcid: "dc/cbn3tb4jvf5wg" + +Node: dcid:dc/ss6h4rs9fqf5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/ss6h4rs9fqf5h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pl3twvjr9gnhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/pl3twvjr9gnhc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dt1wcnh4z2gd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/dt1wcnh4z2gd1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gcjh28tq1fjx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/gcjh28tq1fjx1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4p62wmt2ws9sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/4p62wmt2ws9sd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rsrl4gzqdklk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/rsrl4gzqdklk9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9662mzv3mcjs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/9662mzv3mcjs1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pf63psmfxbvf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459930 +dcid: "dc/pf63psmfxbvf2" + +Node: dcid:dc/l0nj86gg7x9n6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/l0nj86gg7x9n6" + +Node: dcid:dc/nbws1z8lqbsy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/nbws1z8lqbsy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ds59z81trvpyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334610 +dcid: "dc/ds59z81trvpyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e0nckt2615v2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/e0nckt2615v2d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q7t43zwsp9mv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456130 +dcid: "dc/q7t43zwsp9mv7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mlxx20m3vvq88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/mlxx20m3vvq88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pbwvrs5mtry1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/pbwvrs5mtry1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/te9js1ljk8q75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/te9js1ljk8q75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2ngjs5tk46gv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45991 +dcid: "dc/2ngjs5tk46gv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s36dj9frtlcr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/s36dj9frtlcr" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k6btlqylgy5d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/k6btlqylgy5d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lx0b2dr550y3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/lx0b2dr550y3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/96869entgclk4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/96869entgclk4" + +Node: dcid:dc/x0yv1kmq7wdb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325315 +dcid: "dc/x0yv1kmq7wdb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/edwvh9065rkn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315120 +dcid: "dc/edwvh9065rkn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/47ct32shz67z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/47ct32shz67z2" + +Node: dcid:dc/8e29d39xe1113 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51321 +dcid: "dc/8e29d39xe1113" + +Node: dcid:dc/9k5qy03wbg7m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459140 +dcid: "dc/9k5qy03wbg7m" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/62179c590kxw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459130 +dcid: "dc/62179c590kxw2" + +Node: dcid:dc/bchj807s8yw22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/bchj807s8yw22" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0xpc8ksm082mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/0xpc8ksm082mf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/etkrws2newhx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/etkrws2newhx9" + +Node: dcid:dc/0bq3pj0lzf3qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/0bq3pj0lzf3qg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p6d9bzygpe654 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45951 +dcid: "dc/p6d9bzygpe654" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gzyc3jsgwxj74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/gzyc3jsgwxj74" + +Node: dcid:dc/t2z56084fnglc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44525 +dcid: "dc/t2z56084fnglc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fp3hjcwwe4vv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44134 +dcid: "dc/fp3hjcwwe4vv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w19v3wtxj8928 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5132 +dcid: "dc/w19v3wtxj8928" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8s39ekz0htj1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/8s39ekz0htj1c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ql8mlbex6wdh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31512 +dcid: "dc/ql8mlbex6wdh5" + +Node: dcid:dc/22wqlgenzmqx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/22wqlgenzmqx5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n6br9mzlkyvw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334610 +dcid: "dc/n6br9mzlkyvw1" + +Node: dcid:dc/40pne97g7p5cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/40pne97g7p5cg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cx4q2ppg55kq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/cx4q2ppg55kq2" + +Node: dcid:dc/3js67r3xjedh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/3js67r3xjedh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7gys0mn4415c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/7gys0mn4415c1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9wyrrfrcf6yxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/9wyrrfrcf6yxf" + +Node: dcid:dc/zwpzhj2485lsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/zwpzhj2485lsd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tf1y5ht98grpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/tf1y5ht98grpd" + +Node: dcid:dc/kf2ccevrdlkk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/kf2ccevrdlkk8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s8x2zb4fnyen9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45913 +dcid: "dc/s8x2zb4fnyen9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ymmp98eb43131 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/ymmp98eb43131" + +Node: dcid:dc/d7pj83fhjphxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456130 +dcid: "dc/d7pj83fhjphxg" + +Node: dcid:dc/2e3exscvhztg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/2e3exscvhztg3" + +Node: dcid:dc/dxtj75yx5vrz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/dxtj75yx5vrz5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c7p2q4lr5gl11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/c7p2q4lr5gl11" + +Node: dcid:dc/vtg3r4n2qnvm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333310 +dcid: "dc/vtg3r4n2qnvm6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f379ml5pz57m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/f379ml5pz57m6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jrce4elqk4g55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/jrce4elqk4g55" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9vmymw5b2y4j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/9vmymw5b2y4j7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gjj6e34mwh3vh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/gjj6e34mwh3vh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pmjbrd21l5zv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513191 +dcid: "dc/pmjbrd21l5zv1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fe6sc0fh3klzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/fe6sc0fh3klzf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qb6g5kwtcfwg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/qb6g5kwtcfwg8" + +Node: dcid:dc/qbxcb2gy5e1hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33513 +dcid: "dc/qbxcb2gy5e1hg" + +Node: dcid:dc/q3es5ylvlpvbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/q3es5ylvlpvbh" + +Node: dcid:dc/3lhg1zrhel88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/3lhg1zrhel88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/351plekgj8vc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/351plekgj8vc7" + +Node: dcid:dc/d66nnfxv7v9h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/d66nnfxv7v9h7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qx7hfeemz0nm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/qx7hfeemz0nm2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rdc6nc5rjjgrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45993 +dcid: "dc/rdc6nc5rjjgrh" + +Node: dcid:dc/79nkn0b67kss7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333998 +dcid: "dc/79nkn0b67kss7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xjxpw23fp6j08 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458310 +dcid: "dc/xjxpw23fp6j08" + +Node: dcid:dc/r54gjple854pc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458210 +dcid: "dc/r54gjple854pc" + +Node: dcid:dc/906veqsx57v3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/906veqsx57v3c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zlsbv15jvy59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/zlsbv15jvy59" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hg8cr936pwjf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45913 +dcid: "dc/hg8cr936pwjf1" + +Node: dcid:dc/0zbshmm9dwr14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/0zbshmm9dwr14" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yv2fx8r9s7d36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/yv2fx8r9s7d36" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cx0xm7s03ebm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/cx0xm7s03ebm" + +Node: dcid:dc/qcbl2tekwmy55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/qcbl2tekwmy55" + +Node: dcid:dc/9gdsfmfcmp4q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/9gdsfmfcmp4q8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yjvk0ew1nrwfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456120 +dcid: "dc/yjvk0ew1nrwfd" + +Node: dcid:dc/dxewl1bcpg709 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/dxewl1bcpg709" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bsw4cz1cfnn3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/bsw4cz1cfnn3b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e5jrvsk11fv61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/e5jrvsk11fv61" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2yf7sd8r3t0xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/2yf7sd8r3t0xf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ggp3fpp6z2c82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/ggp3fpp6z2c82" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6evdsqvmvw6fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/6evdsqvmvw6fg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e8th6fs958yv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/e8th6fs958yv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p77r4jh8qgh7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/p77r4jh8qgh7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gv4f3g86kqww6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/gv4f3g86kqww6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j0nx84lnped1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/j0nx84lnped1f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s13lcsmzgts72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45831 +dcid: "dc/s13lcsmzgts72" + +Node: dcid:dc/nz17yfgm4s9lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456191 +dcid: "dc/nz17yfgm4s9lf" + +Node: dcid:dc/sxn7zdk0dlcyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/sxn7zdk0dlcyd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hc1txz460qcrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/hc1txz460qcrf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g3k1p58klfn7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/g3k1p58klfn7f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5e7t400v1pj89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513191 +dcid: "dc/5e7t400v1pj89" + +Node: dcid:dc/7bl264cjec5j9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/7bl264cjec5j9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2zdbqsmb34w71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5132 +dcid: "dc/2zdbqsmb34w71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s6k63wlf2nw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/s6k63wlf2nw8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9p0ehq6g6p866 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/9p0ehq6g6p866" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/m4prmcqrmr903 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/m4prmcqrmr903" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g1sp7s5kg3jyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/g1sp7s5kg3jyh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f9rvk8yrfjzx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/f9rvk8yrfjzx2" + +Node: dcid:dc/yf3rvcrqr1ygf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45931 +dcid: "dc/yf3rvcrqr1ygf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zmpm8cdgf5pp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/zmpm8cdgf5pp3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k47442dnv4vb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/k47442dnv4vb3" + +Node: dcid:dc/2ebl89y07e4r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458320 +dcid: "dc/2ebl89y07e4r5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p8bwql3lft6qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/p8bwql3lft6qh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wp8p89sb3wsg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/wp8p89sb3wsg2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rb9vhmvx2tqrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/rb9vhmvx2tqrf" + +Node: dcid:dc/651m4crglevm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/651m4crglevm2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2jb4cxyxmdwqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/2jb4cxyxmdwqb" + +Node: dcid:dc/mxvrkmfkd59j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459910 +dcid: "dc/mxvrkmfkd59j1" + +Node: dcid:dc/2yxe261egymwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45832 +dcid: "dc/2yxe261egymwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/57mjnj5db8y75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/57mjnj5db8y75" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7evc2z5dercbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31512 +dcid: "dc/7evc2z5dercbg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kqd02gk7sq8n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445250 +dcid: "dc/kqd02gk7sq8n5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rgkbhswv7b4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212323 +dcid: "dc/8rgkbhswv7b4f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4c6vb2ejewn41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/4c6vb2ejewn41" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6xy3dv8brdp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315120 +dcid: "dc/6xy3dv8brdp4" + +Node: dcid:dc/f2s7xp36qsslf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/f2s7xp36qsslf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0x5xfdzhq3xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/0x5xfdzhq3xf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n2x83j75gzz5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/n2x83j75gzz5g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/swlpjzgcl87d2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44524 +dcid: "dc/swlpjzgcl87d2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/be5gyel71wzy3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/be5gyel71wzy3" + +Node: dcid:dc/fje19z87x7mvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/fje19z87x7mvg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r6klb2j60fw85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449122 +dcid: "dc/r6klb2j60fw85" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/drreqlm9ch736 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/drreqlm9ch736" + +Node: dcid:dc/p9rmz9cj4zpy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/p9rmz9cj4zpy2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8wfg1t0f14c28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/8wfg1t0f14c28" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qheve03j89cj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334610 +dcid: "dc/qheve03j89cj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4301md7bhnhz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/4301md7bhnhz9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/26ngwbb1skhj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456120 +dcid: "dc/26ngwbb1skhj8" + +Node: dcid:dc/n96wj7khvhej4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/n96wj7khvhej4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9726cf327j8fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/9726cf327j8fc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qn7wmtrbvpvn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/qn7wmtrbvpvn6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ryhhp4pbyw7kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441227 +dcid: "dc/ryhhp4pbyw7kd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9btxq6jj23jw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/9btxq6jj23jw" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l76r0tk7tkgg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513191 +dcid: "dc/l76r0tk7tkgg5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f51837lysj7ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/f51837lysj7ld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8x9ghh6qw9y64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45832 +dcid: "dc/8x9ghh6qw9y64" + +Node: dcid:dc/3vs8jpmkrm273 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/3vs8jpmkrm273" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pbhl15wl26t7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/pbhl15wl26t7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v6f0sk392egyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/v6f0sk392egyf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ph59q07y1y8p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/ph59q07y1y8p5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0z9fh948g9t64 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/0z9fh948g9t64" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vfb0ly7qk9hw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/vfb0ly7qk9hw4" + +Node: dcid:dc/zlycxmxnz333f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45931 +dcid: "dc/zlycxmxnz333f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bf5wb1q75g88f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/bf5wb1q75g88f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qh1n32q1bnvx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/qh1n32q1bnvx7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cv0x0bb32ps48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/cv0x0bb32ps48" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rvyy4w3n0n676 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/rvyy4w3n0n676" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jysn9q8j0cymh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333248 +dcid: "dc/jysn9q8j0cymh" + +Node: dcid:dc/2qwfc1995nfwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/2qwfc1995nfwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dln0ktvf5ls77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449122 +dcid: "dc/dln0ktvf5ls77" + +Node: dcid:dc/97sy8s7q6459c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458210 +dcid: "dc/97sy8s7q6459c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jhc989d1dqdlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/jhc989d1dqdlc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tm08sly0984c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/tm08sly0984c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c5vd8527yw482 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212290 +dcid: "dc/c5vd8527yw482" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hx7jytbkl4ff4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/hx7jytbkl4ff4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/78gynt9xc5crc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/78gynt9xc5crc" + +Node: dcid:dc/4q0klypw9fp51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/4q0klypw9fp51" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/854f95e2zpcqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/854f95e2zpcqf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qp9x3l0mt6yvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/qp9x3l0mt6yvf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/23xp443bmkxq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44524 +dcid: "dc/23xp443bmkxq1" + +Node: dcid:dc/gvqpk3mz1nvt1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337126 +dcid: "dc/gvqpk3mz1nvt1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5xs6kqgl64bpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/5xs6kqgl64bpc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0c16y6pzsdc8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/0c16y6pzsdc8g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q671j78jy3pp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/q671j78jy3pp1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vylbscnlwc6pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52213 +dcid: "dc/vylbscnlwc6pd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b64c0cb9l327h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/b64c0cb9l327h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ycpeg7n3wxyz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/ycpeg7n3wxyz" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/04z75ct1vsgrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335910 +dcid: "dc/04z75ct1vsgrc" + +Node: dcid:dc/wgtzxhbwvzq7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33513 +dcid: "dc/wgtzxhbwvzq7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vnldfyh347lwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445298 +dcid: "dc/vnldfyh347lwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ktve3s6szv9c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/ktve3s6szv9c4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rmtg37144pshf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45913 +dcid: "dc/rmtg37144pshf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1nsqgws51z7bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/1nsqgws51z7bb" + +Node: dcid:dc/f0ebjdwc09k65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/f0ebjdwc09k65" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gz4whtlrkve27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/gz4whtlrkve27" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pc958rlhfc1zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/pc958rlhfc1zb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/61hqyrz7msb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44525 +dcid: "dc/61hqyrz7msb5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0kr80dkww085c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/0kr80dkww085c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pslj0pc21bt29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/pslj0pc21bt29" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4bj5mjjyxdf51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334610 +dcid: "dc/4bj5mjjyxdf51" + +Node: dcid:dc/wypn7nqqjrnwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/wypn7nqqjrnwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hwshx4c00nhh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/hwshx4c00nhh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e485hrrcfdqq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/e485hrrcfdqq9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kyxehwrn10ysc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333248 +dcid: "dc/kyxehwrn10ysc" + +Node: dcid:dc/qk8ckmgrp05z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/qk8ckmgrp05z3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lxbenc5r1z876 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212290 +dcid: "dc/lxbenc5r1z876" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b6pbvpbqw8bz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445298 +dcid: "dc/b6pbvpbqw8bz8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f0l4ks9r8dzkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/f0l4ks9r8dzkc" + +Node: dcid:dc/qdnf66dyn4vbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/qdnf66dyn4vbg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h4b2lxk8pkh0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/h4b2lxk8pkh0c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wx1jhe4n4xsq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/wx1jhe4n4xsq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yeqj655l2km2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/yeqj655l2km2" + +Node: dcid:dc/5bvl6zm36sqm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337126 +dcid: "dc/5bvl6zm36sqm6" + +Node: dcid:dc/t4sl74qv7x01c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/t4sl74qv7x01c" + +Node: dcid:dc/5sepkwb8rfn0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/5sepkwb8rfn0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g0vd6dy3v5gsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/g0vd6dy3v5gsg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wff52wmdwgmsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/wff52wmdwgmsg" + +Node: dcid:dc/rvx610sedv5p7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/rvx610sedv5p7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gsywwhqzwc3t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/gsywwhqzwc3t1" + +Node: dcid:dc/zp17fe790wg25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51321 +dcid: "dc/zp17fe790wg25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g7nnyytj07v2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/g7nnyytj07v2d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tq16f66bkykp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333998 +dcid: "dc/tq16f66bkykp7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4qwf3g3yensg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/4qwf3g3yensg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t402se0lvxkl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/t402se0lvxkl4" + +Node: dcid:dc/n689x6fdcd211 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31512 +dcid: "dc/n689x6fdcd211" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hf97mktxk19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/hf97mktxk19" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j7n4rlexl0rrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/j7n4rlexl0rrb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ycwj6qc4fpy54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/ycwj6qc4fpy54" + +Node: dcid:dc/xp119xt6w3vb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/xp119xt6w3vb7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ktdjevnspqz11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/ktdjevnspqz11" + +Node: dcid:dc/k1w5cn1b5e8y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/k1w5cn1b5e8y4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zpbfs2mb4h578 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/zpbfs2mb4h578" + +Node: dcid:dc/0f56f8wsq9045 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/0f56f8wsq9045" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/38kbyenslt0w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44524 +dcid: "dc/38kbyenslt0w4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qsrp1yvqlt6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/8qsrp1yvqlt6c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xdlx0f4jexyd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337126 +dcid: "dc/xdlx0f4jexyd5" + +Node: dcid:dc/yblmgl06d9903 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/yblmgl06d9903" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dn8shvjc2e93b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/dn8shvjc2e93b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sfrnbfggmdpx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459140 +dcid: "dc/sfrnbfggmdpx7" + +Node: dcid:dc/19zkgme8tf5s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/19zkgme8tf5s9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5bz8vg29c51d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/d5bz8vg29c51d" + +Node: dcid:dc/p5fjdnvm5w6b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/p5fjdnvm5w6b2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cvkjp34c1bj7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/cvkjp34c1bj7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fsgpwjrxvbv68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/fsgpwjrxvbv68" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4d1kjvdw7y6q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/4d1kjvdw7y6q8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zlpfc3cbvztsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/zlpfc3cbvztsb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bdytj9g70j8m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/bdytj9g70j8m1" + +Node: dcid:dc/wl5vhc1pj7577 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/wl5vhc1pj7577" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z8v6y14d3x251 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541611 +dcid: "dc/z8v6y14d3x251" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4fs69tf0z90df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/4fs69tf0z90df" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dr639h78lgl05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/dr639h78lgl05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jr413gbzt2bm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4593 +dcid: "dc/jr413gbzt2bm9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0f1l2esqnb5qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/0f1l2esqnb5qg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y28r7blkf09sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/y28r7blkf09sf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7108nzp01l0n4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/7108nzp01l0n4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/brpbbrc5924md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45914 +dcid: "dc/brpbbrc5924md" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9nshbn71f6ds5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/9nshbn71f6ds5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9p1gln8hd23jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/9p1gln8hd23jf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/psz755bfcphn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/psz755bfcphn9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/txdpzfj9frte3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/txdpzfj9frte3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nttv744475e87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5132 +dcid: "dc/nttv744475e87" + +Node: dcid:dc/qmrsbmnp6zc88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/qmrsbmnp6zc88" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l8c72w78djfp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4595 +dcid: "dc/l8c72w78djfp4" + +Node: dcid:dc/7mqpw4qxef063 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325315 +dcid: "dc/7mqpw4qxef063" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/95f0vcs33pd84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/95f0vcs33pd84" + +Node: dcid:dc/kcnqlc04gy5m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/kcnqlc04gy5m6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7lz0dsw7vf0b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/7lz0dsw7vf0b9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dj9q4d7dgp6mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/dj9q4d7dgp6mh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tv58yeth9tm0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441340 +dcid: "dc/tv58yeth9tm0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pslwk77bmpsb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/pslwk77bmpsb1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p2z4vgb5jmqb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/p2z4vgb5jmqb3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/91wv0vccbjlgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/91wv0vccbjlgh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l4n9nj7cv0w65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/l4n9nj7cv0w65" + +Node: dcid:dc/7fw09vxeg40x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/7fw09vxeg40x5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dkbgwm1pgwq84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/dkbgwm1pgwq84" + +Node: dcid:dc/jswdwychtv517 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/jswdwychtv517" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bknds3qqdc5ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333998 +dcid: "dc/bknds3qqdc5ed" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jlsz2qj8dwe42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459310 +dcid: "dc/jlsz2qj8dwe42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hq7yce5nzhwd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/hq7yce5nzhwd6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wrrrw3eqzqjr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/wrrrw3eqzqjr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0kygdzfpsc46g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/0kygdzfpsc46g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mcfkljflymbqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/mcfkljflymbqg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pnkeb84ldw1q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/pnkeb84ldw1q5" + +Node: dcid:dc/m4wnqhe01vcw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333310 +dcid: "dc/m4wnqhe01vcw7" + +Node: dcid:dc/hcx306dsyj773 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335132 +dcid: "dc/hcx306dsyj773" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pmn9jj7mcpbb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/pmn9jj7mcpbb1" + +Node: dcid:dc/xyb3ndgv0dhvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/xyb3ndgv0dhvg" + +Node: dcid:dc/ejsnqjgcjclk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/ejsnqjgcjclk7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nn7zyr4b53gg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/nn7zyr4b53gg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/70kzcsger2784 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/70kzcsger2784" + +Node: dcid:dc/qhdcxylx1bn2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4583 +dcid: "dc/qhdcxylx1bn2f" + +Node: dcid:dc/mypsn5l58sb1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4582 +dcid: "dc/mypsn5l58sb1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vpvmqpkyynz77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/vpvmqpkyynz77" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5x3l883k78mg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/5x3l883k78mg6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j412w52cehbh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/j412w52cehbh4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g27nb4zh3fst7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/g27nb4zh3fst7" + +Node: dcid:dc/4882t51qwq813 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/4882t51qwq813" + +Node: dcid:dc/2w3yklwgqgrr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334610 +dcid: "dc/2w3yklwgqgrr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5qdhskl70gkg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/5qdhskl70gkg1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8nrj74r17eve4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513191 +dcid: "dc/8nrj74r17eve4" + +Node: dcid:dc/3m7qsh6pc2nef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/3m7qsh6pc2nef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2s9n97kg4t3t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45913 +dcid: "dc/2s9n97kg4t3t1" + +Node: dcid:dc/tk41vw8myyqw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315120 +dcid: "dc/tk41vw8myyqw1" + +Node: dcid:dc/cmdync8tfjj86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316990 +dcid: "dc/cmdync8tfjj86" + +Node: dcid:dc/6443npchyjs3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/6443npchyjs3b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pcezdk9cdddb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/pcezdk9cdddb5" + +Node: dcid:dc/mcw9p0r0zrs37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/mcw9p0r0zrs37" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v44f62b76py66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/v44f62b76py66" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wvjfq3t16ykn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212390 +dcid: "dc/wvjfq3t16ykn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/45snjgmye4g26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/45snjgmye4g26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jk8wljmh44ph2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/jk8wljmh44ph2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nf0gr7m3blwx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/nf0gr7m3blwx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qmjqrrhcep3x3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/qmjqrrhcep3x3" + +Node: dcid:dc/0j3dqzvk37bnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/0j3dqzvk37bnb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q3ynfpcpwptt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/q3ynfpcpwptt" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s59rt9g0w6228 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/s59rt9g0w6228" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zbw2wjbrylpg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335910 +dcid: "dc/zbw2wjbrylpg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1r4xn2wr8cpkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333310 +dcid: "dc/1r4xn2wr8cpkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d0t7hrgpfyb89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/d0t7hrgpfyb89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/54rfgh9qgp7w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444230 +dcid: "dc/54rfgh9qgp7w" + +Node: dcid:dc/dxw0hh4hxp133 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322120 +dcid: "dc/dxw0hh4hxp133" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8qzgxkssh84fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449121 +dcid: "dc/8qzgxkssh84fh" + +Node: dcid:dc/n6yhcrhfxzn71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444230 +dcid: "dc/n6yhcrhfxzn71" + +Node: dcid:dc/bylrj0t69k1g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424350 +dcid: "dc/bylrj0t69k1g9" + +Node: dcid:dc/n35grh6t21lbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/n35grh6t21lbd" + +Node: dcid:dc/t7lfq1h6s2493 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/t7lfq1h6s2493" + +Node: dcid:dc/vt251xn26k8fh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33513 +dcid: "dc/vt251xn26k8fh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9zqk29rsll0n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/9zqk29rsll0n3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5ktg8ec97xl0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/5ktg8ec97xl0b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1hjhfbc2lgnrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/1hjhfbc2lgnrb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fjfdrw6g3xp81 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458310 +dcid: "dc/fjfdrw6g3xp81" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j19req4mc09g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/j19req4mc09g6" + +Node: dcid:dc/h1xh6zhvzdq9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/h1xh6zhvzdq9h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6p7yjd9e4djf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621330 +dcid: "dc/6p7yjd9e4djf2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/les1zpg5x0fb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/les1zpg5x0fb9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v3z1h3l31mfc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45993 +dcid: "dc/v3z1h3l31mfc1" + +Node: dcid:dc/9kg5qhez3lbh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/9kg5qhez3lbh9" + +Node: dcid:dc/9d845w8zqb5xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/9d845w8zqb5xb" + +Node: dcid:dc/7k2766g53h4bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/7k2766g53h4bf" + +Node: dcid:dc/2ttzxm4qmedj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45914 +dcid: "dc/2ttzxm4qmedj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/732wcsx67ycv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444230 +dcid: "dc/732wcsx67ycv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cfs9f8wvlvk54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459930 +dcid: "dc/cfs9f8wvlvk54" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5jp0qshm308df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/5jp0qshm308df" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s5n5hbnbvebbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336110 +dcid: "dc/s5n5hbnbvebbf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bs8s33tj01z38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/bs8s33tj01z38" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bzvtpspbrwet5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/bzvtpspbrwet5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c05sc0mzfznp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/c05sc0mzfznp5" + +Node: dcid:dc/72cczsttfdr7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/72cczsttfdr7d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qbz43gbjf71rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/qbz43gbjf71rc" + +Node: dcid:dc/898dhzpv7fgq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/898dhzpv7fgq6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qe3k78xlgksf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45612 +dcid: "dc/qe3k78xlgksf8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p00d7jj2r6cz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/p00d7jj2r6cz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gjp2wvmx6285g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/gjp2wvmx6285g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bf400lrrhgv29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/bf400lrrhgv29" + +Node: dcid:dc/grld42crklcjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441227 +dcid: "dc/grld42crklcjd" + +Node: dcid:dc/fkl356he63dt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/fkl356he63dt9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6kj7g34g250fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/6kj7g34g250fd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cz599t9edv7k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/cz599t9edv7k4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qscwj64trb58f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/qscwj64trb58f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/le2bdjx354fg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/le2bdjx354fg7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l5zd5w13reqqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/l5zd5w13reqqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gtcbb96fn2tp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/gtcbb96fn2tp8" + +Node: dcid:dc/2hmyx2zcexe05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/2hmyx2zcexe05" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b4jjg5w2t2pzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513191 +dcid: "dc/b4jjg5w2t2pzb" + +Node: dcid:dc/ns1gg6vxwqvq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/ns1gg6vxwqvq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f4s4jcv91t6x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456191 +dcid: "dc/f4s4jcv91t6x6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b5qkhd4d3rkx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/b5qkhd4d3rkx" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8ref6mtm86q34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/8ref6mtm86q34" + +Node: dcid:dc/gm3d4d5rbbsvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/gm3d4d5rbbsvb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2p043fmf97fp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51321 +dcid: "dc/2p043fmf97fp5" + +Node: dcid:dc/3e3335lrfgxdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/3e3335lrfgxdc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8h3010g32ncv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/8h3010g32ncv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mw7kh5ldjb53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337126 +dcid: "dc/mw7kh5ldjb53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0pydyxf4bgjgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/0pydyxf4bgjgb" + +Node: dcid:dc/n19nr781ghm99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/n19nr781ghm99" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bmfmsyzw7nhd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/bmfmsyzw7nhd6" + +Node: dcid:dc/1d0lpqfet2e66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/1d0lpqfet2e66" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jpp7qvxnhw5s5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/jpp7qvxnhw5s5" + +Node: dcid:dc/cqdm7fjdn6w1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335131 +dcid: "dc/cqdm7fjdn6w1g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/drz8tkysv18ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/drz8tkysv18ed" + +Node: dcid:dc/1bfk02nwmm4xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/1bfk02nwmm4xh" + +Node: dcid:dc/fekf4pnm9dmj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/fekf4pnm9dmj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3x3x75bx8496d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/3x3x75bx8496d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5lep4ez7tbyl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/5lep4ez7tbyl3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9estfql2dzwp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42435 +dcid: "dc/9estfql2dzwp4" + +Node: dcid:dc/vyekcp1h8y6db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/vyekcp1h8y6db" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9xtqstd9d2cq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315120 +dcid: "dc/9xtqstd9d2cq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7724rqd5d3gch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/7724rqd5d3gch" + +Node: dcid:dc/shvesggp2eng9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458210 +dcid: "dc/shvesggp2eng9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/653hwhdm6ndzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/653hwhdm6ndzc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1dxy78xhcm619 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/1dxy78xhcm619" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k6vkgp2th17tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4593 +dcid: "dc/k6vkgp2th17tc" + +Node: dcid:dc/fny23szdf42yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/fny23szdf42yg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3q5sd9q3pkml2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/449121 +dcid: "dc/3q5sd9q3pkml2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fpmcdrjc35vt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45951 +dcid: "dc/fpmcdrjc35vt5" + +Node: dcid:dc/vhedym9m753c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/vhedym9m753c2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xk7hcjh1kvzl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/xk7hcjh1kvzl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lch4l5kzpywk3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/lch4l5kzpywk3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hrnby0ylyvmwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/hrnby0ylyvmwb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bpbbwz2h1sp0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/bpbbwz2h1sp0d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kmj12zgefzrsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/kmj12zgefzrsd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/crts98ms3w1qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/crts98ms3w1qf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q8ewlq87v9wsf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/q8ewlq87v9wsf" + +Node: dcid:dc/97q2d4tpfnrg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/97q2d4tpfnrg6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kx9vzh5lbmc43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/kx9vzh5lbmc43" + +Node: dcid:dc/k0r76gt2n9xz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/k0r76gt2n9xz5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4bek737g61nhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/4bek737g61nhf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dcj4vz5zvg3f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45993 +dcid: "dc/dcj4vz5zvg3f8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ljpjkzvrx89ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/ljpjkzvrx89ed" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cymfhgn82d0e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337126 +dcid: "dc/cymfhgn82d0e7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d1f5eebpf9n9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/d1f5eebpf9n9h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/njz8ez9vmm9y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/njz8ez9vmm9y5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4exr4sx2yt2rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/4exr4sx2yt2rf" + +Node: dcid:dc/wzgf1yt2cw508 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/wzgf1yt2cw508" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2zj0cekklezf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45831 +dcid: "dc/2zj0cekklezf1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v5v98k63n1t9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/v5v98k63n1t9g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/06bqmk6qlkx94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/06bqmk6qlkx94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7v8kj3w5pyf34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/7v8kj3w5pyf34" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1x1lmshkv66t9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/1x1lmshkv66t9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4rpzybnffj5c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449121 +dcid: "dc/4rpzybnffj5c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3mf7zp6680xvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456120 +dcid: "dc/3mf7zp6680xvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t6e991t75wchf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/t6e991t75wchf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ddvbzv3ecp4lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/ddvbzv3ecp4lg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6g4mcklr4tpq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/6g4mcklr4tpq9" + +Node: dcid:dc/wdkmm88fdjdmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/wdkmm88fdjdmd" + +Node: dcid:dc/eye4zeh088674 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/eye4zeh088674" + +Node: dcid:dc/64q09y8hkeckc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/64q09y8hkeckc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8x60s4xqxdgl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/8x60s4xqxdgl8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6rp4rs2p53w76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/6rp4rs2p53w76" + +Node: dcid:dc/fjetch9dhfm62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/fjetch9dhfm62" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rvmeptwtqmh47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/rvmeptwtqmh47" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/v7s6vgwtnx849 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333248 +dcid: "dc/v7s6vgwtnx849" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cg9c35j8e4d3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424350 +dcid: "dc/cg9c35j8e4d3d" + +Node: dcid:dc/n2l29fjtyf22b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/n2l29fjtyf22b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/13g7p74k0qp82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/13g7p74k0qp82" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/80dvee3csqzjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/80dvee3csqzjb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nvmxrqqqqz9rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335131 +dcid: "dc/nvmxrqqqqz9rc" + +Node: dcid:dc/d0kyv84ywnbjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/d0kyv84ywnbjf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6gy8bxhdyzejd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51321 +dcid: "dc/6gy8bxhdyzejd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntgv9xl067elc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/ntgv9xl067elc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sy3368stbm0m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/sy3368stbm0m9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qt6ephcqwjbb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/qt6ephcqwjbb9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kef4m8xhbkbzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/kef4m8xhbkbzb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vlq9vfkces88h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/vlq9vfkces88h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q8608jhrnv5ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/q8608jhrnv5ld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/btnfs1r0yefe5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325315 +dcid: "dc/btnfs1r0yefe5" + +Node: dcid:dc/y6cn7jhz4ycr8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/y6cn7jhz4ycr8" + +Node: dcid:dc/vc5mhkkgl5h88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/vc5mhkkgl5h88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cb9snwn78ydv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/cb9snwn78ydv1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b6my5bnyslzqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/b6my5bnyslzqh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8l15w6pv9st26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513210 +dcid: "dc/8l15w6pv9st26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tps080kgz0ev4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/tps080kgz0ev4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wdrf902y3t8h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/wdrf902y3t8h9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mj2qlnc1d82pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/mj2qlnc1d82pd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tgv1j15tyhkjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45831 +dcid: "dc/tgv1j15tyhkjh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gjzy4dve0d48d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/gjzy4dve0d48d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0qc0mtmcktl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/0qc0mtmcktl3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6ll24hb9qy3t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/6ll24hb9qy3t7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xf3d3jh5tctq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/xf3d3jh5tctq9" + +Node: dcid:dc/3cps0ynw6we06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44524 +dcid: "dc/3cps0ynw6we06" + +Node: dcid:dc/7tnd03cpb2mmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/7tnd03cpb2mmc" + +Node: dcid:dc/c1hd05ke95k48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/c1hd05ke95k48" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qrsljlgjfxp2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/qrsljlgjfxp2d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4qfz2fhmfch9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4595 +dcid: "dc/4qfz2fhmfch9g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k8t3hx27p2v71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45613 +dcid: "dc/k8t3hx27p2v71" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pkft288vfx99h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/pkft288vfx99h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sqmx1pmg49c9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445250 +dcid: "dc/sqmx1pmg49c9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pk782exz4v8e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/pk782exz4v8e6" + +Node: dcid:dc/btp9j9zcn8q2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/btp9j9zcn8q2c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t3s24xd1898dg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/t3s24xd1898dg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zhced31171vsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5132 +dcid: "dc/zhced31171vsc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/08qeyyrnyddz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/08qeyyrnyddz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fnh5v9q42m33h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/fnh5v9q42m33h" + +Node: dcid:dc/v99re7d3bjnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/v99re7d3bjnc" + +Node: dcid:dc/lsxlqe9g8m5x7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/lsxlqe9g8m5x7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b37znjq5cyn96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/b37znjq5cyn96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/220zsmz6t29s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/220zsmz6t29s7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n4bvxz5dyqw5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/n4bvxz5dyqw5b" + +Node: dcid:dc/jl6wcfn6m0ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4595 +dcid: "dc/jl6wcfn6m0ld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/klgvb7bte6f6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/klgvb7bte6f6g" + +Node: dcid:dc/ejcce9zr1hp6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458310 +dcid: "dc/ejcce9zr1hp6f" + +Node: dcid:dc/lgyhv37hfdfhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336110 +dcid: "dc/lgyhv37hfdfhh" + +Node: dcid:dc/9qmgbv1ftlzn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45821 +dcid: "dc/9qmgbv1ftlzn4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gmk7tt8cqqcdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/gmk7tt8cqqcdg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hplze2mbbvdnf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/hplze2mbbvdnf" + +Node: dcid:dc/8zqyxf7zndnp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44134 +dcid: "dc/8zqyxf7zndnp4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8n3r08503sdm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/8n3r08503sdm" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cc6hxwsz9l8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/cc6hxwsz9l8d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vvf8qfcp4h4b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444230 +dcid: "dc/vvf8qfcp4h4b6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yg325kzjxm3b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/yg325kzjxm3b5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q0drn3fbyfsl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/q0drn3fbyfsl7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b22y076829xs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/b22y076829xs5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r9wsp4rce84j4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/r9wsp4rce84j4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/74d1nctjesh77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/74d1nctjesh77" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mw0z4pryr7k3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445298 +dcid: "dc/mw0z4pryr7k3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ct7mfyhj59lp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/ct7mfyhj59lp7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s8rp2xyrtk954 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45613 +dcid: "dc/s8rp2xyrtk954" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hh20ky3wqcd0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321215 +dcid: "dc/hh20ky3wqcd0d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fvey419zthefh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212323 +dcid: "dc/fvey419zthefh" + +Node: dcid:dc/vtldb6f2jtg7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/vtldb6f2jtg7b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/px6kgch8j46th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/px6kgch8j46th" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ffgtxk0h0pkv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449122 +dcid: "dc/ffgtxk0h0pkv5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/34d33x7cwzdm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/34d33x7cwzdm1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rz1961t4mql0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/rz1961t4mql0c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cerx5qzbn2kj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/cerx5qzbn2kj7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dwbd4hcrk21p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/dwbd4hcrk21p" + +Node: dcid:dc/6krqktpjcpy7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449122 +dcid: "dc/6krqktpjcpy7b" + +Node: dcid:dc/g7ygwcph4gf25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/g7ygwcph4gf25" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2re7ywbdq8n6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/2re7ywbdq8n6d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p37r3xte0r5m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/p37r3xte0r5m8" + +Node: dcid:dc/4kk8m40qd65qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45914 +dcid: "dc/4kk8m40qd65qf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l270db5bh21dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/l270db5bh21dh" + +Node: dcid:dc/hs3jnd9zqn7x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/hs3jnd9zqn7x4" + +Node: dcid:dc/mcjy2nmgpnl56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/mcjy2nmgpnl56" + +Node: dcid:dc/y489071dw01j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/y489071dw01j1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zeskyzsr06y21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/zeskyzsr06y21" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1sbwvgcrrwdv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/1sbwvgcrrwdv1" + +Node: dcid:dc/y3r6zskpmnsm2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445250 +dcid: "dc/y3r6zskpmnsm2" + +Node: dcid:dc/fvgbefxj18kbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/fvgbefxj18kbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b460lg8mnt91b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/b460lg8mnt91b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8202mwl4g97e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/8202mwl4g97e5" + +Node: dcid:dc/rsvmrns90y8td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334610 +dcid: "dc/rsvmrns90y8td" + +Node: dcid:dc/zg60kp87jkx05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44134 +dcid: "dc/zg60kp87jkx05" + +Node: dcid:dc/fqeyhfzj3z5z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/fqeyhfzj3z5z2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e4kj5nyz21y6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/e4kj5nyz21y6h" + +Node: dcid:dc/l3p10rnfd7y01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459930 +dcid: "dc/l3p10rnfd7y01" + +Node: dcid:dc/nr18z6sgm7lr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/nr18z6sgm7lr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mk7ylcjp40jth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/mk7ylcjp40jth" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tb81pdxd9rqn6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/tb81pdxd9rqn6" + +Node: dcid:dc/89wmxfqb4t7d6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322120 +dcid: "dc/89wmxfqb4t7d6" + +Node: dcid:dc/q7gbn8966x1h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44423 +dcid: "dc/q7gbn8966x1h4" + +Node: dcid:dc/c1kghejf6kmh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/c1kghejf6kmh2" + +Node: dcid:dc/gxrlcpy0vvqk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/gxrlcpy0vvqk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hvtrkvxdqhprb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/hvtrkvxdqhprb" + +Node: dcid:dc/1z1gdwmvj11jc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/1z1gdwmvj11jc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/drvbx924ztls6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/drvbx924ztls6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cj08ss3nw41s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/cj08ss3nw41s" + +Node: dcid:dc/blbfy0w6by9y2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335139 +dcid: "dc/blbfy0w6by9y2" + +Node: dcid:dc/jgkj6t0jfqkv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459510 +dcid: "dc/jgkj6t0jfqkv5" + +Node: dcid:dc/w301rcynzqq74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/w301rcynzqq74" + +Node: dcid:dc/n5566d61kygh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458320 +dcid: "dc/n5566d61kygh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j8551ch4f3cf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/j8551ch4f3cf5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/26jq206yebyt6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/26jq206yebyt6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sc4e1p9dgwjn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/sc4e1p9dgwjn9" + +Node: dcid:dc/44g4bk7r3phkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5259 +dcid: "dc/44g4bk7r3phkf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gs6vlywt29kz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/gs6vlywt29kz8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/90h14el8vefhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/90h14el8vefhb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vvb50kgy6sjd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/vvb50kgy6sjd1" + +Node: dcid:dc/ww4gdlj0zjmf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/ww4gdlj0zjmf4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gjs2vr4z45gjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336110 +dcid: "dc/gjs2vr4z45gjg" + +Node: dcid:dc/21cxcc110mlc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/21cxcc110mlc1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/375w4fz9l85k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/375w4fz9l85k4" + +Node: dcid:dc/04cgd4dwgpsq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/04cgd4dwgpsq5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s3qhhp9q6v2e5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44423 +dcid: "dc/s3qhhp9q6v2e5" + +Node: dcid:dc/qss11crxyw5d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1141 +dcid: "dc/qss11crxyw5d3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x99e9d4z1hhdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/x99e9d4z1hhdd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3n9crfmjl2tb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513210 +dcid: "dc/3n9crfmjl2tb" + +Node: dcid:dc/94zpfqcyh1828 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/94zpfqcyh1828" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y960vlvehz4p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/y960vlvehz4p2" + +Node: dcid:dc/36fdzwe17d458 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/36fdzwe17d458" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2lmytqy0z91q5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/2lmytqy0z91q5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wlbsgfl7x72f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445298 +dcid: "dc/wlbsgfl7x72f6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3shhdm3re0csb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/3shhdm3re0csb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7x11hej8p067 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/7x11hej8p067" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tv98w43bgkrv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/tv98w43bgkrv6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/13gh6qhjc2kqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/13gh6qhjc2kqd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3r4300q6wzq86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/3r4300q6wzq86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6msby6rjdpk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212290 +dcid: "dc/l6msby6rjdpk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n7dn6p021b465 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45991 +dcid: "dc/n7dn6p021b465" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x7gt79qpd8eh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/x7gt79qpd8eh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3cyxjs4gfc2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/f3cyxjs4gfc2b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fkegjw75zrec7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/fkegjw75zrec7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t67ss19m6rm92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/t67ss19m6rm92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dx3b0j4mqws78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/dx3b0j4mqws78" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vpt7vsl4dp7hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/vpt7vsl4dp7hf" + +Node: dcid:dc/p8wbrgcm3gdm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/p8wbrgcm3gdm3" + +Node: dcid:dc/fmhs8sgwcft0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/fmhs8sgwcft0b" + +Node: dcid:dc/4cm9npey6pbjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/4cm9npey6pbjg" + +Node: dcid:dc/b9wjev23vjfmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45612 +dcid: "dc/b9wjev23vjfmg" + +Node: dcid:dc/c4j592g0zzkdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/c4j592g0zzkdg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rf3q5pdp67ym6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/rf3q5pdp67ym6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xylkbeemfhd07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/xylkbeemfhd07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d24kehskt7924 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/d24kehskt7924" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xp0qcd11pepjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458320 +dcid: "dc/xp0qcd11pepjh" + +Node: dcid:dc/qnmvjtswcx7n8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/qnmvjtswcx7n8" + +Node: dcid:dc/vx7xpqbkk414 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/vx7xpqbkk414" + +Node: dcid:dc/5734drysxtgcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/5734drysxtgcg" + +Node: dcid:dc/b2rrwlx98ft8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/b2rrwlx98ft8f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r5j53xfenb2yd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45832 +dcid: "dc/r5j53xfenb2yd" + +Node: dcid:dc/tle1zlpmnrwx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/tle1zlpmnrwx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nemsfr41gs9xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/nemsfr41gs9xf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7wns0wz3c38bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459910 +dcid: "dc/7wns0wz3c38bb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gs88spz89k697 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/gs88spz89k697" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/17k56hwhdp704 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/17k56hwhdp704" + +Node: dcid:dc/4zh9fwc5s4cp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/4zh9fwc5s4cp6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8rpr6tcexl11d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/8rpr6tcexl11d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k5x0blextw554 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/k5x0blextw554" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z3dxe8cy12pj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/z3dxe8cy12pj8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b3401rn8fng1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/b3401rn8fng1b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w1tv6t43rl4mh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/w1tv6t43rl4mh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vg3c534s1shgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513210 +dcid: "dc/vg3c534s1shgb" + +Node: dcid:dc/t0zh5kr2pk374 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333998 +dcid: "dc/t0zh5kr2pk374" + +Node: dcid:dc/qp8wwr09edy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/qp8wwr09edy7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nzs42yhk2p6yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51321 +dcid: "dc/nzs42yhk2p6yc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cd0ejtgd6m5g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/cd0ejtgd6m5g2" + +Node: dcid:dc/jwh8j36b9xpqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/jwh8j36b9xpqb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/79g5h2705y2j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/79g5h2705y2j7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t4qegrhqxjp9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/t4qegrhqxjp9d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fe550tzr023m4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/fe550tzr023m4" + +Node: dcid:dc/x8931bj55dyx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456130 +dcid: "dc/x8931bj55dyx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/msdwn9xb7wrc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/msdwn9xb7wrc5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/92nhypy5x8mq5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/92nhypy5x8mq5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tbhgckkxz8dgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45993 +dcid: "dc/tbhgckkxz8dgg" + +Node: dcid:dc/mwy19gxnl3ls4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/mwy19gxnl3ls4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pc71n1ter3qf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45821 +dcid: "dc/pc71n1ter3qf4" + +Node: dcid:dc/hvvrqxwy9ph9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458210 +dcid: "dc/hvvrqxwy9ph9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yt87hz7pppgf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/yt87hz7pppgf8" + +Node: dcid:dc/zdy6f21qvjj05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/zdy6f21qvjj05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jce3qsl0r2lp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/jce3qsl0r2lp7" + +Node: dcid:dc/e5mvn3xefp3h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/e5mvn3xefp3h2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1skbqe62e14s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4593 +dcid: "dc/1skbqe62e14s" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g95dkf7lm288d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/g95dkf7lm288d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r31qxk964q8p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334610 +dcid: "dc/r31qxk964q8p1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1xq4h3q4hnx33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/1xq4h3q4hnx33" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3tmyhjtkf11v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513210 +dcid: "dc/3tmyhjtkf11v7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vpw15pbxeq1t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/vpw15pbxeq1t1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xt9h6pt54w0x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/xt9h6pt54w0x4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yr8xcppmj7294 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/yr8xcppmj7294" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvgps2dzkw4kd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/mvgps2dzkw4kd" + +Node: dcid:dc/30ml4300e39y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/30ml4300e39y" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l9kzckfecyfmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212390 +dcid: "dc/l9kzckfecyfmb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6c0flwjbxbh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449121 +dcid: "dc/y6c0flwjbxbh8" + +Node: dcid:dc/7r2q3wzhc2dx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335132 +dcid: "dc/7r2q3wzhc2dx5" + +Node: dcid:dc/lx0tkmkk27094 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/lx0tkmkk27094" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h9xljt94jedr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441340 +dcid: "dc/h9xljt94jedr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kkgwrdz21jh6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/kkgwrdz21jh6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0twl5jktjlzm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/0twl5jktjlzm8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7f9tv2rhrx5y9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33513 +dcid: "dc/7f9tv2rhrx5y9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1p8xd5xd030w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/1p8xd5xd030w" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7wedhn8weq3md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/7wedhn8weq3md" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7nr26rqbzlhs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/7nr26rqbzlhs8" + +Node: dcid:dc/kt922ztbqtye9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/kt922ztbqtye9" + +Node: dcid:dc/z6g8j8bpbthf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212290 +dcid: "dc/z6g8j8bpbthf8" + +Node: dcid:dc/980gxwt3hwcbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/980gxwt3hwcbb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q2tclbe1fynv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444230 +dcid: "dc/q2tclbe1fynv4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pq6jge64brfh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325315 +dcid: "dc/pq6jge64brfh5" + +Node: dcid:dc/xnck9yr581q4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/xnck9yr581q4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x2rlysxh7pt0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/x2rlysxh7pt0f" + +Node: dcid:dc/866jyg8kqd82d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/866jyg8kqd82d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4sr383lez99c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/4sr383lez99c3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wg3l3ew63qzz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456130 +dcid: "dc/wg3l3ew63qzz9" + +Node: dcid:dc/x1q6jv93nyqh7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456120 +dcid: "dc/x1q6jv93nyqh7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ref2ynj27hpv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44423 +dcid: "dc/ref2ynj27hpv8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/snjtb18elcw6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/snjtb18elcw6h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lk8be02kvksq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/lk8be02kvksq" + +Node: dcid:dc/55ewn8q09ev05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/55ewn8q09ev05" + +Node: dcid:dc/b730tnkq5hy01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/b730tnkq5hy01" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1586styx0zsv5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423440 +dcid: "dc/1586styx0zsv5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bwbpey8btqdch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/bwbpey8btqdch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/94zcg82tr2jpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/94zcg82tr2jpf" + +Node: dcid:dc/0gmq3wwmz8sdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/0gmq3wwmz8sdb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nhg8dgcflmnpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/nhg8dgcflmnpg" + +Node: dcid:dc/3fgbb4js8q2c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/3fgbb4js8q2c9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1rmj3htd00d35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45612 +dcid: "dc/1rmj3htd00d35" + +Node: dcid:dc/l2dse60ngwq7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/l2dse60ngwq7f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jr3c879m10n56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/jr3c879m10n56" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wdz6shlj4f97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45914 +dcid: "dc/wdz6shlj4f97" + +Node: dcid:dc/qd73rpn5h8qb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/qd73rpn5h8qb6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6874gte1wyc12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/6874gte1wyc12" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hwqz8wl2yew5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/hwqz8wl2yew5f" + +Node: dcid:dc/bgzhsyh9jzmr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/bgzhsyh9jzmr3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3jmn33jnp38dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/3jmn33jnp38dh" + +Node: dcid:dc/fb75sk34pnexg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424350 +dcid: "dc/fb75sk34pnexg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rczq78lfd5tq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/rczq78lfd5tq1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d49hg1yb0zm97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45931 +dcid: "dc/d49hg1yb0zm97" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dh75e6mz1p4hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/dh75e6mz1p4hd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ywtl2sxlb799h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513191 +dcid: "dc/ywtl2sxlb799h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j71wht8vhxrh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/j71wht8vhxrh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kt7rgxmp51fl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/kt7rgxmp51fl8" + +Node: dcid:dc/eld8se03442b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/eld8se03442b8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x5v9p6183528 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/316990 +dcid: "dc/x5v9p6183528" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yk7fj3e0177rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333998 +dcid: "dc/yk7fj3e0177rf" + +Node: dcid:dc/ewgjkd4tvpcdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/ewgjkd4tvpcdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g9m9kd01cegd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/g9m9kd01cegd7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/stz77vg2qgjm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/stz77vg2qgjm7" + +Node: dcid:dc/slw7c6qxt1by5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/slw7c6qxt1by5" + +Node: dcid:dc/n9ybmdjrzf2f9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/n9ybmdjrzf2f9" + +Node: dcid:dc/30qf6wmvdhgjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513210 +dcid: "dc/30qf6wmvdhgjc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wnbcr233bq8ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/wnbcr233bq8ec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eb32yvcl7t5pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/eb32yvcl7t5pg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hp0bylpdjfmkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335139 +dcid: "dc/hp0bylpdjfmkd" + +Node: dcid:dc/y9ysgtw16bq31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/y9ysgtw16bq31" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x4kd3ttgzmhc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/x4kd3ttgzmhc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ynmmren18xv96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333310 +dcid: "dc/ynmmren18xv96" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9j7ylxn6tk65b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335910 +dcid: "dc/9j7ylxn6tk65b" + +Node: dcid:dc/yjh01crf4rpj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/9271 +dcid: "dc/yjh01crf4rpj" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tz831ndyzrqt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/tz831ndyzrqt4" + +Node: dcid:dc/31glcw6z8my63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/31glcw6z8my63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f2cpjv3498vrb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/f2cpjv3498vrb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2s3vdwedghrtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/2s3vdwedghrtb" + +Node: dcid:dc/7pznmlmz88q1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/7pznmlmz88q1g" + +Node: dcid:dc/vjgz0rymllnv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/vjgz0rymllnv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ef83xex2n28j3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459930 +dcid: "dc/ef83xex2n28j3" + +Node: dcid:dc/tf8cfmjzh5wp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445240 +dcid: "dc/tf8cfmjzh5wp1" + +Node: dcid:dc/5888kggvgte85 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/5888kggvgte85" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6fnsqevb2vhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/6fnsqevb2vhb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/80pgd0mhmzqc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/80pgd0mhmzqc3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n45zlsgxy7gc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/n45zlsgxy7gc6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zz01z2h7jkzrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/zz01z2h7jkzrd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/js8jd8gvy3lp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/js8jd8gvy3lp" + +Node: dcid:dc/l3e0pqgb7l598 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/l3e0pqgb7l598" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0yep091500wq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51321 +dcid: "dc/0yep091500wq9" + +Node: dcid:dc/d9rm8txfx5mx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51213 +dcid: "dc/d9rm8txfx5mx2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wt86xszgpn1b3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/wt86xszgpn1b3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/93renfbqdh0z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/93renfbqdh0z2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vzb2mm1s1n366 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459910 +dcid: "dc/vzb2mm1s1n366" + +Node: dcid:dc/nx30f3dglljfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/nx30f3dglljfh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gwg1fmxxswzcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/gwg1fmxxswzcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dw7wgwc3yrtef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/dw7wgwc3yrtef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k58h2sp616kd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/k58h2sp616kd7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/188d2tjexb1rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/188d2tjexb1rc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gwxv4fn2kzvg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/gwxv4fn2kzvg3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9q9ebxmc1ef26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441340 +dcid: "dc/9q9ebxmc1ef26" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f88xnztc0y586 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/f88xnztc0y586" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cjxlv15wrm7gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/cjxlv15wrm7gh" + +Node: dcid:dc/w1nth33emqfs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/w1nth33emqfs5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2sz80wwve91v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/2sz80wwve91v9" + +Node: dcid:dc/v9pb62kvn9ngd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/v9pb62kvn9ngd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rs09gt6e31n45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459910 +dcid: "dc/rs09gt6e31n45" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f9dn3c412jedf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/f9dn3c412jedf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eysttbmvhsf7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/eysttbmvhsf7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4rq13wx6k534h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/4rq13wx6k534h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rs89twxmjbx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/rs89twxmjbx8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g7g16md34cew9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/g7g16md34cew9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d3fgjdwbsynk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/d3fgjdwbsynk8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7nemgf3xdnm7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/7nemgf3xdnm7h" + +Node: dcid:dc/v0d09v2rtckc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/v0d09v2rtckc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jwp2vqgz7zlr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/jwp2vqgz7zlr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dfepcmfh2esd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459310 +dcid: "dc/dfepcmfh2esd8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bsqze1p5l8pc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/bsqze1p5l8pc8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xg6rz8434y2lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/xg6rz8434y2lb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9b9dpgf4rtdf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/9b9dpgf4rtdf3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0x9rt5bvhcp9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/0x9rt5bvhcp9d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2xc2gytsf9ms4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/2xc2gytsf9ms4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8b73x1j9d3es1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45931 +dcid: "dc/8b73x1j9d3es1" + +Node: dcid:dc/yr2vm949tx9z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/yr2vm949tx9z2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9zl1g19421yc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/321215 +dcid: "dc/9zl1g19421yc5" + +Node: dcid:dc/dj5mjfktwkbm1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/dj5mjfktwkbm1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kw597wqj06mx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/kw597wqj06mx5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2bggwr0mw5h1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445298 +dcid: "dc/2bggwr0mw5h1d" + +Node: dcid:dc/7m8tfvfpcn6w +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/7m8tfvfpcn6w" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yhe67f8s8c0kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/yhe67f8s8c0kc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e6prgy3qyxb11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/e6prgy3qyxb11" + +Node: dcid:dc/96s8xkj48rgqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4583 +dcid: "dc/96s8xkj48rgqb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rj3f8drbn2w25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/rj3f8drbn2w25" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fwmz2jf5jnmh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/458320 +dcid: "dc/fwmz2jf5jnmh4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/629cysnwnkdtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/629cysnwnkdtf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pepk9wvqnhqrc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/pepk9wvqnhqrc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3x7hltrt19xhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/3x7hltrt19xhd" + +Node: dcid:dc/fpk8g88mcs0g1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/fpk8g88mcs0g1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9ctjx7xkz26z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45914 +dcid: "dc/9ctjx7xkz26z9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/62f20kqlgbzh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/62f20kqlgbzh6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wr6s8exsnzpq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/wr6s8exsnzpq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hv417tlce2br5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335131 +dcid: "dc/hv417tlce2br5" + +Node: dcid:dc/kf5spekwqezlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/kf5spekwqezlg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p4mserc7t3047 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/p4mserc7t3047" + +Node: dcid:dc/zje4byt8z9qv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44134 +dcid: "dc/zje4byt8z9qv" + +Node: dcid:dc/5r6g3h22lsfbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445250 +dcid: "dc/5r6g3h22lsfbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/92cdv64856chh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/92cdv64856chh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qlt7vd0p4rdj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/qlt7vd0p4rdj7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d4tv3zwllrgh5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/d4tv3zwllrgh5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0tj3cvvtf9tf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45821 +dcid: "dc/0tj3cvvtf9tf3" + +Node: dcid:dc/zv0f1fh7wgrmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335131 +dcid: "dc/zv0f1fh7wgrmf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3wdq0yxxj3gmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/3wdq0yxxj3gmf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s8pwhty9kv2j2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459140 +dcid: "dc/s8pwhty9kv2j2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ltty2rkhlplh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/ltty2rkhlplh9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e2vqcp1zvw4p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/e2vqcp1zvw4p6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7qrmddkyyk3q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/7qrmddkyyk3q1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xb5l5ckr3n4e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/xb5l5ckr3n4e6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mhw6456g0s491 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/mhw6456g0s491" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/blnbwnjecnxf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/blnbwnjecnxf2" + +Node: dcid:dc/8hvdlqhfdg041 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/8hvdlqhfdg041" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k6z539djr8wn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/k6z539djr8wn2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/92mghdnx836sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/92mghdnx836sf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rp9js635grkn7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/rp9js635grkn7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pn1xydz6y0rj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/pn1xydz6y0rj9" + +Node: dcid:dc/j7tzxhmn6hytc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/j7tzxhmn6hytc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pr47wx9fhetxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/pr47wx9fhetxf" + +Node: dcid:dc/qn0pyy8ynmb13 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4595 +dcid: "dc/qn0pyy8ynmb13" + +Node: dcid:dc/mjnbs742d7lkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/mjnbs742d7lkg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g8lpj19ykshd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/g8lpj19ykshd2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/96s4cv13wqcf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333310 +dcid: "dc/96s4cv13wqcf5" + +Node: dcid:dc/nqh1g48whxc88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445240 +dcid: "dc/nqh1g48whxc88" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7tltj5nf0j754 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62133 +dcid: "dc/7tltj5nf0j754" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6llvjz9b9zkld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/6llvjz9b9zkld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b1hhm5xm0cr9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/b1hhm5xm0cr9f" + +Node: dcid:dc/0tt3rd3mw4hr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/0tt3rd3mw4hr5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n736002vktwwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813312 +dcid: "dc/n736002vktwwb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8g59kfsnlw1q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45913 +dcid: "dc/8g59kfsnlw1q3" + +Node: dcid:dc/n4634gz36351c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/n4634gz36351c" + +Node: dcid:dc/znwmqqql3vr6c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/znwmqqql3vr6c" + +Node: dcid:dc/0vl76g8mnpwe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/0vl76g8mnpwe" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9t783nmzxg0z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/9t783nmzxg0z" + +Node: dcid:dc/htbv3c3c6fmn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/htbv3c3c6fmn8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/em339lsd5myg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/em339lsd5myg8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mwqw3rv1t3qcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4582 +dcid: "dc/mwqw3rv1t3qcb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r0vtcew22bz77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/r0vtcew22bz77" + +Node: dcid:dc/c0g6x6f6wrncd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/c0g6x6f6wrncd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1rn92t8jh38sh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212323 +dcid: "dc/1rn92t8jh38sh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m1y73v3gy8sgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/m1y73v3gy8sgb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1zq2tgbhm1942 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/1zq2tgbhm1942" + +Node: dcid:dc/nd202q063m5w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/nd202q063m5w2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0v9wrtp62w7eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45991 +dcid: "dc/0v9wrtp62w7eh" + +Node: dcid:dc/s7c52ppe9m13h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/s7c52ppe9m13h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pne85xdd84t07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4593 +dcid: "dc/pne85xdd84t07" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/eh0x7xj3zsmvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/eh0x7xj3zsmvd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tckdv7qj586db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/tckdv7qj586db" + +Node: dcid:dc/gql5hy3f8f12f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/gql5hy3f8f12f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yy8mjtbxkq8kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/yy8mjtbxkq8kc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s6f5g63005dkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/s6f5g63005dkc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ygnfw3j02n0j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325315 +dcid: "dc/ygnfw3j02n0j" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0k7ze8495h1t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212220 +dcid: "dc/0k7ze8495h1t5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rgfjm1vqr0s68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/rgfjm1vqr0s68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/psb4zdnqnv6hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/psb4zdnqnv6hc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1v648h0d1eztc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/1v648h0d1eztc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fw4xssyyw5dkf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445240 +dcid: "dc/fw4xssyyw5dkf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k6sfhk4gdm6ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/k6sfhk4gdm6ed" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/61b8srx7z7022 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/61b8srx7z7022" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/es6kv8jxelb09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/es6kv8jxelb09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ycb5cvyd52ph4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/ycb5cvyd52ph4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rjn1s4l79rfyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456120 +dcid: "dc/rjn1s4l79rfyf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8rfq1n7hhtpqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/8rfq1n7hhtpqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1q1n8d0d2kpec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/1q1n8d0d2kpec" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3b5s0f0v9dqp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/3b5s0f0v9dqp8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/53e4f1tehp1yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/53e4f1tehp1yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rwxn0q9nx7j6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45613 +dcid: "dc/rwxn0q9nx7j6f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e5x603v39fqxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/e5x603v39fqxf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7p008elv4vrph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441227 +dcid: "dc/7p008elv4vrph" + +Node: dcid:dc/7hnfx51xb99l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/7hnfx51xb99l7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sxcq7vhfm4r18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/sxcq7vhfm4r18" + +Node: dcid:dc/3e61gbhysy533 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524114 +dcid: "dc/3e61gbhysy533" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/27v5g7ve28wq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/27v5g7ve28wq6" + +Node: dcid:dc/d8cgysf8hhsfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4582 +dcid: "dc/d8cgysf8hhsfc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/neqyx830kfx9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449122 +dcid: "dc/neqyx830kfx9b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4yx8w8p2y4631 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/4yx8w8p2y4631" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/k3xl9qj8d95gh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/k3xl9qj8d95gh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c4tlnc978x5nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/c4tlnc978x5nb" + +Node: dcid:dc/p19dypcq7dyff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/p19dypcq7dyff" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pd14v7w7ej17g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/pd14v7w7ej17g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/thmmctlq97wk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/thmmctlq97wk9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cedgtw7sy3wx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/cedgtw7sy3wx6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0sw4t04kn7yt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/0sw4t04kn7yt9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6qlmp19bkjsqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/6qlmp19bkjsqb" + +Node: dcid:dc/e02kxmpq0wb17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/e02kxmpq0wb17" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nm2ljnt3eg5d5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/114119 +dcid: "dc/nm2ljnt3eg5d5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r0fnj9s9rkq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45821 +dcid: "dc/r0fnj9s9rkq2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4tc1hfxft4g6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/4tc1hfxft4g6b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y2tm0r9kdm0p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/y2tm0r9kdm0p9" + +Node: dcid:dc/5jz3z860x2bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/5jz3z860x2bb" + +Node: dcid:dc/4tmtgse81gpng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/4tmtgse81gpng" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hhl86d58fyny +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212220 +dcid: "dc/hhl86d58fyny" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/k3gt420xl9lqf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/k3gt420xl9lqf" + +Node: dcid:dc/m9gc0mhlbmcwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44423 +dcid: "dc/m9gc0mhlbmcwh" + +Node: dcid:dc/mfcq0ncz7z0cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456130 +dcid: "dc/mfcq0ncz7z0cg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pb5ymcbmpdqtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/pb5ymcbmpdqtg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/70yc8d8r229ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321215 +dcid: "dc/70yc8d8r229ef" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cb4b3008exkt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/cb4b3008exkt" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jc4v211yn8v99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/jc4v211yn8v99" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tjn1bsnk3fp9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/tjn1bsnk3fp9f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tmxldcljrvqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/tmxldcljrvqc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rg425ktsqnjj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445250 +dcid: "dc/rg425ktsqnjj2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8xyv0gslcmzs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513210 +dcid: "dc/8xyv0gslcmzs8" + +Node: dcid:dc/qh9wcd6zv7hkd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/qh9wcd6zv7hkd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mvmkp17hm1sh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335910 +dcid: "dc/mvmkp17hm1sh6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7w6z1pt2gh7xh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/7w6z1pt2gh7xh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1h9jcbg6rqw44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/1h9jcbg6rqw44" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6l3zee4ygt82c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44134 +dcid: "dc/6l3zee4ygt82c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/188s2gtdw3k44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459130 +dcid: "dc/188s2gtdw3k44" + +Node: dcid:dc/mgbf1rnw48kl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/mgbf1rnw48kl6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7x2b9mh9r00pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459510 +dcid: "dc/7x2b9mh9r00pg" + +Node: dcid:dc/ner9d69bq8v06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333310 +dcid: "dc/ner9d69bq8v06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/05td582hqytw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/05td582hqytw1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cj9pkf61kg083 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/cj9pkf61kg083" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2erewr7ykwqpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/2erewr7ykwqpg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gz6f9m0k0x0h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459130 +dcid: "dc/gz6f9m0k0x0h1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xpvjxtzc7tmk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/xpvjxtzc7tmk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l674k15kdfxn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/l674k15kdfxn8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zkceb11cg1b62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/zkceb11cg1b62" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hrdgcxkxdx4hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45831 +dcid: "dc/hrdgcxkxdx4hb" + +Node: dcid:dc/43tp14w404nv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/43tp14w404nv9" + +Node: dcid:dc/6hdksn94wnqzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/6hdksn94wnqzg" + +Node: dcid:dc/28dww6pdgcd06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/28dww6pdgcd06" + +Node: dcid:dc/81wj9mc00sq83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44524 +dcid: "dc/81wj9mc00sq83" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n2l4j1z3d9j02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441227 +dcid: "dc/n2l4j1z3d9j02" + +Node: dcid:dc/rhge4nxfp3pzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/rhge4nxfp3pzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kd4lqw40g7tpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/kd4lqw40g7tpg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qvm19nb068639 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/qvm19nb068639" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hdx5yphlcp3yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/hdx5yphlcp3yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9000yxrd6lp1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/9000yxrd6lp1g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w9lhrlzd28nl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/w9lhrlzd28nl3" + +Node: dcid:dc/dclgqzhjxvvrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44134 +dcid: "dc/dclgqzhjxvvrd" + +Node: dcid:dc/0b3pxwegbjdp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/0b3pxwegbjdp5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6jzjhbkp62jv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/6jzjhbkp62jv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5nx51t0dck864 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/5nx51t0dck864" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jgfl6bq4stfyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/jgfl6bq4stfyb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2z864yt4j56g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315120 +dcid: "dc/2z864yt4j56g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5sqwl14lp8xn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/5sqwl14lp8xn2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g4gqjtc3291y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4582 +dcid: "dc/g4gqjtc3291y8" + +Node: dcid:dc/q1qskkdq77dn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/q1qskkdq77dn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4rq6d8jvqldj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/4rq6d8jvqldj6" + +Node: dcid:dc/s8nr963pm2b32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/s8nr963pm2b32" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r4050zwv3hqpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/r4050zwv3hqpf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/01d0gwvn7nzj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/01d0gwvn7nzj8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zrgvfb71dzgxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/zrgvfb71dzgxh" + +Node: dcid:dc/dmvhvxjnrc832 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/dmvhvxjnrc832" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q7kg5l29v1ptf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/q7kg5l29v1ptf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x7h3pp09cp435 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44525 +dcid: "dc/x7h3pp09cp435" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1q0s9w6r2xhxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/1q0s9w6r2xhxb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8xxnrf02dhrn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/8xxnrf02dhrn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/426mpb1ev7466 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/426mpb1ev7466" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jgqt2x83cemzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/jgqt2x83cemzc" + +Node: dcid:dc/42yvtdjbjh3xc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/42yvtdjbjh3xc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dqm6d75b9swwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/dqm6d75b9swwd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/evedl8r1n5fz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/evedl8r1n5fz2" + +Node: dcid:dc/45svvsnhzj6c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/45svvsnhzj6c1" + +Node: dcid:dc/3mgpbmqnnmenc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456191 +dcid: "dc/3mgpbmqnnmenc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qcy4x3fjcrdp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/qcy4x3fjcrdp3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3rrvbgm44tpw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/3rrvbgm44tpw6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xg9332eecx562 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/xg9332eecx562" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ls2bx4bvrnn17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45832 +dcid: "dc/ls2bx4bvrnn17" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/98b24s79gr7y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/98b24s79gr7y3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cm0lmv2x5zg89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/cm0lmv2x5zg89" + +Node: dcid:dc/3d5slpec7tzm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/3d5slpec7tzm3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/9fs49s55qvnzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/9fs49s55qvnzg" + +Node: dcid:dc/yfwx091svnxd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/yfwx091svnxd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jbjk0rbwdert3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/449122 +dcid: "dc/jbjk0rbwdert3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qh67v4bc1zl6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/qh67v4bc1zl6b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9fbj09d6prkb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/9fbj09d6prkb2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1vbn4z7kg8p2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/1vbn4z7kg8p2h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1ehh82byfhprf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/1ehh82byfhprf" + +Node: dcid:dc/fl23ht781z9b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/fl23ht781z9b5" + +Node: dcid:dc/2gf64nnhett2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456130 +dcid: "dc/2gf64nnhett2g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zw169cdx40g23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/zw169cdx40g23" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v756y5ms40vp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/v756y5ms40vp4" + +Node: dcid:dc/2qghklkgd9e98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/2qghklkgd9e98" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nmsdz8wc2v57d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456191 +dcid: "dc/nmsdz8wc2v57d" + +Node: dcid:dc/v7g810yvd0j58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/v7g810yvd0j58" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1306ypjq49432 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441227 +dcid: "dc/1306ypjq49432" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6cynfrvdj80th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/6cynfrvdj80th" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zzsc30d1sk6t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/zzsc30d1sk6t1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/decb38gw5d015 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/decb38gw5d015" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5e9jsmlkp6347 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/5e9jsmlkp6347" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5c5g2xpzfy09b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/5c5g2xpzfy09b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g0jntf0wkwhw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449122 +dcid: "dc/g0jntf0wkwhw3" + +Node: dcid:dc/lmzj8wceyffzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/lmzj8wceyffzf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zg0kvzznyhhgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45613 +dcid: "dc/zg0kvzznyhhgf" + +Node: dcid:dc/55j3kpvm33yz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/55j3kpvm33yz7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dh3lqc3qvczld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/dh3lqc3qvczld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tqxj892s29qw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/tqxj892s29qw6" + +Node: dcid:dc/2wtj1h5fzr7q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/2wtj1h5fzr7q8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tevbl62b6sp83 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/92711 +dcid: "dc/tevbl62b6sp83" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6y23r1c8gsxr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/6y23r1c8gsxr3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e8smjle4nfyj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/e8smjle4nfyj8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/61948e70ky3cd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/61948e70ky3cd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6h2g85gzh1012 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5132 +dcid: "dc/6h2g85gzh1012" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/glr38zv7k14m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/glr38zv7k14m9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yn66hbyhs17q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/yn66hbyhs17q8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0v5nfdldpq124 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325315 +dcid: "dc/0v5nfdldpq124" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m6gsf3xzq2mbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54191 +dcid: "dc/m6gsf3xzq2mbd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1kqw4mt7hqy09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212290 +dcid: "dc/1kqw4mt7hqy09" + +Node: dcid:dc/mlqekhgv97b41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212323 +dcid: "dc/mlqekhgv97b41" + +Node: dcid:dc/81w57esrh1vqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/81w57esrh1vqd" + +Node: dcid:dc/13pr75vzt5gyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/13pr75vzt5gyd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y2vrrw0qj13e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/y2vrrw0qj13e1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6j2e46xxde1c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/6j2e46xxde1c3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/418exm84gg01d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424350 +dcid: "dc/418exm84gg01d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/srk0hxjdq8vfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/srk0hxjdq8vfg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lyzhmvs6xmslg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/lyzhmvs6xmslg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/68rj7605wr2lg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/68rj7605wr2lg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jf759dz6fqb09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/jf759dz6fqb09" + +Node: dcid:dc/6bex02d0jbj4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/6bex02d0jbj4d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/frtfqfj4tw1g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/frtfqfj4tw1g8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/62xdheqzfjrjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42435 +dcid: "dc/62xdheqzfjrjb" + +Node: dcid:dc/4s8sfg9fy5s05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/4s8sfg9fy5s05" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ewzzp66s81n7h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44423 +dcid: "dc/ewzzp66s81n7h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w94gmjkdb6w89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/w94gmjkdb6w89" + +Node: dcid:dc/ylrkrnxeqjth3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/ylrkrnxeqjth3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gmerw3b0rt8pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/gmerw3b0rt8pd" + +Node: dcid:dc/276kpewv6gvs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/276kpewv6gvs" + +Node: dcid:dc/zpw3yr57jgwl5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/321215 +dcid: "dc/zpw3yr57jgwl5" + +Node: dcid:dc/eczlb83pbelpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/eczlb83pbelpc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qjkpcwgsq2fs5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335910 +dcid: "dc/qjkpcwgsq2fs5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l9lp7chrbbgjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/l9lp7chrbbgjf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvxf5x0pcxvv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/cvxf5x0pcxvv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z5mt8eqb2jnx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459510 +dcid: "dc/z5mt8eqb2jnx8" + +Node: dcid:dc/w0gtefwxz9nm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/w0gtefwxz9nm3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pdzrm9w6z60z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449121 +dcid: "dc/pdzrm9w6z60z5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/73ygys0bmr6p +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/73ygys0bmr6p" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vrh2gne4hv7r5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322120 +dcid: "dc/vrh2gne4hv7r5" + +Node: dcid:dc/5jmzffk6n2d6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/5jmzffk6n2d6h" + +Node: dcid:dc/qm6yvt7w76l1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445298 +dcid: "dc/qm6yvt7w76l1g" + +Node: dcid:dc/3htpesje0tf56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31512 +dcid: "dc/3htpesje0tf56" + +Node: dcid:dc/ezehkms2h9p74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52592 +dcid: "dc/ezehkms2h9p74" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rqyrcpzrgf88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459910 +dcid: "dc/rqyrcpzrgf88" + +Node: dcid:dc/d1z0tvjm90s0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31512 +dcid: "dc/d1z0tvjm90s0h" + +Node: dcid:dc/ey3my66dcfwd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/ey3my66dcfwd7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/25j0rnqkger9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/25j0rnqkger9g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5e8xbr6nfhffb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/5e8xbr6nfhffb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mtz4gp4bbytx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/mtz4gp4bbytx3" + +Node: dcid:dc/w0ecw42c09nk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/321215 +dcid: "dc/w0ecw42c09nk6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/60e9s6el9h763 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/60e9s6el9h763" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qeezgbzgvq4ld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/qeezgbzgvq4ld" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bd3lelk4wgwm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/512131 +dcid: "dc/bd3lelk4wgwm3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jpgvpj5ef91bf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45613 +dcid: "dc/jpgvpj5ef91bf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19g8n80f8bb2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561621 +dcid: "dc/19g8n80f8bb2d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0lzqt2zm2wqff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212390 +dcid: "dc/0lzqt2zm2wqff" + +Node: dcid:dc/55bjs425z8p26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/55bjs425z8p26" + +Node: dcid:dc/5lk5tnxgbv8kg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/5lk5tnxgbv8kg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x9qe90kelyhgb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/x9qe90kelyhgb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vq6cv0tp30mq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44532 +dcid: "dc/vq6cv0tp30mq9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x8m7yj53nzlp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/x8m7yj53nzlp4" + +Node: dcid:dc/7qpr8pr4p5559 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/7qpr8pr4p5559" + +Node: dcid:dc/w1m3qbxq17s2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/w1m3qbxq17s2d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3rmqke3hbj19g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/3rmqke3hbj19g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nqxlr0lbf7pl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45951 +dcid: "dc/nqxlr0lbf7pl1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2txpt6qq6jyk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/2txpt6qq6jyk5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/npy54szrqd60d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45951 +dcid: "dc/npy54szrqd60d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/sj4rb63s3wh46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45832 +dcid: "dc/sj4rb63s3wh46" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s31l9njr6byt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/s31l9njr6byt2" + +Node: dcid:dc/0n92m7ffl2vd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/0n92m7ffl2vd3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/t3x81prllzxhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/t3x81prllzxhc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5lkg16vlezglh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/5lkg16vlezglh" + +Node: dcid:dc/j5xn3wlzhzsrd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4595 +dcid: "dc/j5xn3wlzhzsrd" + +Node: dcid:dc/6fnv52pxz051d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456120 +dcid: "dc/6fnv52pxz051d" + +Node: dcid:dc/cny3th0rrrl35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/cny3th0rrrl35" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g5f85szy0lm78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/g5f85szy0lm78" + +Node: dcid:dc/176stf1krmce4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/176stf1krmce4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0jqe67ejwyblc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52512 +dcid: "dc/0jqe67ejwyblc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/07ltslpteg1j +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/525120 +dcid: "dc/07ltslpteg1j" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ybm13mpl4x58d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/ybm13mpl4x58d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kv01xecy4kye7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/322120 +dcid: "dc/kv01xecy4kye7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/crkdqqm5cnjs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/crkdqqm5cnjs7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/655j8b99fs0x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/655j8b99fs0x5" + +Node: dcid:dc/04xhfn2xt1wwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335131 +dcid: "dc/04xhfn2xt1wwb" + +Node: dcid:dc/mmwb2gezhcesc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/mmwb2gezhcesc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/en7vd0cdmjfl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459130 +dcid: "dc/en7vd0cdmjfl8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rbhezctplg3zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/rbhezctplg3zd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3658xxhn9n5y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/3658xxhn9n5y4" + +Node: dcid:dc/6qhzb74b38pjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/6qhzb74b38pjg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8sveyj5hwspg8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458210 +dcid: "dc/8sveyj5hwspg8" + +Node: dcid:dc/84mtfjm0m7qr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/84mtfjm0m7qr4" + +Node: dcid:dc/zylyr6rv1r1c1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212390 +dcid: "dc/zylyr6rv1r1c1" + +Node: dcid:dc/kgkd0vcrt1yn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/kgkd0vcrt1yn3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/emy9h5p68jbp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/emy9h5p68jbp1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qjlbx7t82wdx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456191 +dcid: "dc/qjlbx7t82wdx4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/92ndqenj7hcc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/92ndqenj7hcc7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nd9121bemd7dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52232 +dcid: "dc/nd9121bemd7dd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hr4k05wg66952 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/hr4k05wg66952" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jek2l0lvlf6v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316990 +dcid: "dc/jek2l0lvlf6v7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3dthp0vnb0ys7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/3dthp0vnb0ys7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/63t3kwje7lrvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/63t3kwje7lrvd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4rgdvm4rje4r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/4rgdvm4rje4r1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/epwtty5tx66db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45991 +dcid: "dc/epwtty5tx66db" + +Node: dcid:dc/7jffssge1gc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/7jffssge1gc3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yb1dk4yckvty7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524210 +dcid: "dc/yb1dk4yckvty7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bxdej84mhss0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/bxdej84mhss0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6tbqzmtq5sn86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/6tbqzmtq5sn86" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4mnlpwm9jj2c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45831 +dcid: "dc/4mnlpwm9jj2c3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/79yjdn7hrry22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441340 +dcid: "dc/79yjdn7hrry22" + +Node: dcid:dc/rqr92pd8gqkj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/rqr92pd8gqkj2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m36q1spzct1m7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45931 +dcid: "dc/m36q1spzct1m7" + +Node: dcid:dc/trkdq0xrmxwzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/trkdq0xrmxwzb" + +Node: dcid:dc/5yhe02d7vnfm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/5yhe02d7vnfm5" + +Node: dcid:dc/xrf3f5n0dtqxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/xrf3f5n0dtqxg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jpstp9b27r023 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/jpstp9b27r023" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5c10tt7b2h4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45612 +dcid: "dc/5c10tt7b2h4d" + +Node: dcid:dc/761c2w7mw1n29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/761c2w7mw1n29" + +Node: dcid:dc/n2dv7wnvcq616 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/n2dv7wnvcq616" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0mvqlhwlebkg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335132 +dcid: "dc/0mvqlhwlebkg7" + +Node: dcid:dc/btqzflekd4vm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45831 +dcid: "dc/btqzflekd4vm4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/efbhgm9wd3q48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456130 +dcid: "dc/efbhgm9wd3q48" + +Node: dcid:dc/ejtdzxp3lf072 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/ejtdzxp3lf072" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1tyhcedrfcd0b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/1tyhcedrfcd0b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0wx8vyy2lffd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/0wx8vyy2lffd4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/esgc6wx8lymp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522130 +dcid: "dc/esgc6wx8lymp2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/75wghlpnbsfn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45913 +dcid: "dc/75wghlpnbsfn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n30knpsm9xr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45993 +dcid: "dc/n30knpsm9xr1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0ry7h5pxk6cld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4583 +dcid: "dc/0ry7h5pxk6cld" + +Node: dcid:dc/5vmfybkmzvq28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/5vmfybkmzvq28" + +Node: dcid:dc/5mzmv50jtgrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/5mzmv50jtgrh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/e5mm22hknpkp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/e5mm22hknpkp8" + +Node: dcid:dc/n864xx4rdbw31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/n864xx4rdbw31" + +Node: dcid:dc/te1rnje2br237 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459930 +dcid: "dc/te1rnje2br237" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rsp2e4r0pcpz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/rsp2e4r0pcpz1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4ng7rgx8b6mkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459140 +dcid: "dc/4ng7rgx8b6mkg" + +Node: dcid:dc/erd23yhgrc4yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/erd23yhgrc4yb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4m1cb9wkyg3b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335139 +dcid: "dc/4m1cb9wkyg3b7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/v00bqdvgyb19c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/v00bqdvgyb19c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gz873wty09py8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/gz873wty09py8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/27nebdj9bw7hd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/114 +dcid: "dc/27nebdj9bw7hd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m9rnhld93m4pb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/m9rnhld93m4pb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/13n2kwk0t8fc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/13n2kwk0t8fc2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4vqb1z03l5snd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/4vqb1z03l5snd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7tkxpvd3wl0m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/7tkxpvd3wl0m1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6r7xwgbgqyt8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/6r7xwgbgqyt8h" + +Node: dcid:dc/q4nkl44h5v1yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/q4nkl44h5v1yc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jlz4b8wdwnptc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/322120 +dcid: "dc/jlz4b8wdwnptc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g1efrkv854wh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33513 +dcid: "dc/g1efrkv854wh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0t08efcrzf32c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/0t08efcrzf32c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s7eh3vy830v0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/s7eh3vy830v0f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7t9rp93zkx6g4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/7t9rp93zkx6g4" + +Node: dcid:dc/mftt0eb01ehc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/mftt0eb01ehc8" + +Node: dcid:dc/mk42r1pk7dn4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/mk42r1pk7dn4d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tthlypv4kjjdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45913 +dcid: "dc/tthlypv4kjjdg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3j697kn5dp42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212323 +dcid: "dc/w3j697kn5dp42" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7xv67821egk3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/7xv67821egk3g" + +Node: dcid:dc/392mv686svr4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/392mv686svr4f" + +Node: dcid:dc/p9e46plk50bn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/p9e46plk50bn3" + +Node: dcid:dc/0dpe3p8zeee1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44524 +dcid: "dc/0dpe3p8zeee1h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lg7ectsvx80e7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459310 +dcid: "dc/lg7ectsvx80e7" + +Node: dcid:dc/s4n398pgww7db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/s4n398pgww7db" + +Node: dcid:dc/hvm1xbe6kzh91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/hvm1xbe6kzh91" + +Node: dcid:dc/96c6g177s94y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/96c6g177s94y6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jx7yfr9c9qv51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/jx7yfr9c9qv51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/htjn5hzhstfs7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335139 +dcid: "dc/htjn5hzhstfs7" + +Node: dcid:dc/0fnemtt6w21bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445240 +dcid: "dc/0fnemtt6w21bd" + +Node: dcid:dc/mz179bp98lhz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/mz179bp98lhz" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hx10e0x17qe9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45521 +dcid: "dc/hx10e0x17qe9d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/33vlclhw9207d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/33vlclhw9207d" + +Node: dcid:dc/tlrq72my1r6b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/tlrq72my1r6b2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bxzshbgl59k65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449121 +dcid: "dc/bxzshbgl59k65" + +Node: dcid:dc/dc6qdsh6sqwk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/dc6qdsh6sqwk2" + +Node: dcid:dc/sdemegghy86w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/sdemegghy86w5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mj2epsekl0yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/mj2epsekl0yh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vw9rczqc3vwed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/vw9rczqc3vwed" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cv0rj1qkhgph4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/cv0rj1qkhgph4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/grmcn8mtp77n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/grmcn8mtp77n1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hpjndyf4jykvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/hpjndyf4jykvb" + +Node: dcid:dc/zwtcxzrcnpl53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/zwtcxzrcnpl53" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86p5h4sy1mmpf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/86p5h4sy1mmpf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lkzv14yr2qms8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449121 +dcid: "dc/lkzv14yr2qms8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n7mqjkl4b69c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/n7mqjkl4b69c4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/8hd1x2mwbvnr9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/8hd1x2mwbvnr9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/jp5j82jyg7v8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/jp5j82jyg7v8g" + +Node: dcid:dc/nhkf3fe61t9e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459310 +dcid: "dc/nhkf3fe61t9e1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tkj8ltvnjq9sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/tkj8ltvnjq9sf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xd3ehgwr7lvm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45951 +dcid: "dc/xd3ehgwr7lvm3" + +Node: dcid:dc/49h9rf8frqzs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/49h9rf8frqzs6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cy96txjdspkr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/cy96txjdspkr1" + +Node: dcid:dc/04nbswz1d8lw +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/04nbswz1d8lw" + +Node: dcid:dc/fhec4xytm0b05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/fhec4xytm0b05" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/znywch69hj36c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/znywch69hj36c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/yjgj4wz82hfz9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44423 +dcid: "dc/yjgj4wz82hfz9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y6gw62j098phc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/y6gw62j098phc" + +Node: dcid:dc/xpn1ehmm5c386 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/xpn1ehmm5c386" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4qzkk3zjk5xv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316990 +dcid: "dc/4qzkk3zjk5xv8" + +Node: dcid:dc/8w1q60mkl1s68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459310 +dcid: "dc/8w1q60mkl1s68" + +Node: dcid:dc/pztmckf57wfj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/pztmckf57wfj6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pzk4g7k8pfyvc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4582 +dcid: "dc/pzk4g7k8pfyvc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p8mfbqw87wsrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/p8mfbqw87wsrh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/s6hbrnjv636qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/s6hbrnjv636qf" + +Node: dcid:dc/qlznsbyz7l7rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/qlznsbyz7l7rf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/757dpz781gzzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445240 +dcid: "dc/757dpz781gzzg" + +Node: dcid:dc/dtnsxcjkz71k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/dtnsxcjkz71k9" + +Node: dcid:dc/2sb5615cclc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/2sb5615cclc9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3mjneg57gdxh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458310 +dcid: "dc/3mjneg57gdxh3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ftkcgjz043ch4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/ftkcgjz043ch4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/brjpj46cqe4pf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459140 +dcid: "dc/brjpj46cqe4pf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/893lz4v42mcn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/893lz4v42mcn" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nzbyv9zp5m7gd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/nzbyv9zp5m7gd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bhgsjjftrv488 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/bhgsjjftrv488" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zhkz00lpwllq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/zhkz00lpwllq" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6zh96jp3hfqh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457 +dcid: "dc/6zh96jp3hfqh2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pt86py8184vg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456120 +dcid: "dc/pt86py8184vg4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5rsygr5fb48zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/5rsygr5fb48zc" + +Node: dcid:dc/cz15m405ye43g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458320 +dcid: "dc/cz15m405ye43g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qp26epd018bc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/441340 +dcid: "dc/qp26epd018bc7" + +Node: dcid:dc/3mytdmphgn9v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/3mytdmphgn9v1" + +Node: dcid:dc/61s4fv2n6hdtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/61s4fv2n6hdtb" + +Node: dcid:dc/606282khjwcg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/606282khjwcg9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3lbdmk1d8r4b2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/3lbdmk1d8r4b2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/glsyw4p4lythh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/glsyw4p4lythh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n14mz710xnqv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/n14mz710xnqv3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/042pth5lyx2n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456191 +dcid: "dc/042pth5lyx2n5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qyp63dhlz66s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336110 +dcid: "dc/qyp63dhlz66s9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xhfrbxw5pp7lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/xhfrbxw5pp7lh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r3mn3x60jw7s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212323 +dcid: "dc/r3mn3x60jw7s7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2r6k9lgbxqxch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445240 +dcid: "dc/2r6k9lgbxqxch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cvm2b2np8v9hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/cvm2b2np8v9hg" + +Node: dcid:dc/f7zdj352zrq45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/f7zdj352zrq45" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vwprwcm14f466 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/485112 +dcid: "dc/vwprwcm14f466" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5g9jplt2r4te7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458210 +dcid: "dc/5g9jplt2r4te7" + +Node: dcid:dc/l8qw07g3yzk03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/l8qw07g3yzk03" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/m8elme27jqhsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/m8elme27jqhsg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ghgs4cp64ep7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4491 +dcid: "dc/ghgs4cp64ep7c" + +Node: dcid:dc/h8mmk6bz6gpv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513210 +dcid: "dc/h8mmk6bz6gpv6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c9lfr3d2wzy51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/c9lfr3d2wzy51" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r92mg8me2vlbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316990 +dcid: "dc/r92mg8me2vlbd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f7x6vnqpzrp92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/f7x6vnqpzrp92" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/mh71g34y9j9h5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/mh71g34y9j9h5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tn0phd0cl0zy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/tn0phd0cl0zy1" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y2zrz4v4nr7zb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/y2zrz4v4nr7zb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f5z35v6gv909 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/f5z35v6gv909" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6g5cvxbsns6g5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/6g5cvxbsns6g5" + +Node: dcid:dc/d4tmsm7cp5gr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/d4tmsm7cp5gr7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zr4jb81dk9gkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/zr4jb81dk9gkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ntqkv6gr11473 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44912 +dcid: "dc/ntqkv6gr11473" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ymqss0l24f2c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/ymqss0l24f2c2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fkms8y37t2b23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5132 +dcid: "dc/fkms8y37t2b23" + +Node: dcid:dc/c1s5v05k2ye43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/c1s5v05k2ye43" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s1vg6myrpjf19 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/s1vg6myrpjf19" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j0fwtzn3622x6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/j0fwtzn3622x6" + +Node: dcid:dc/hkjfs3e1922dd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/hkjfs3e1922dd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3mwpddvqwm8q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11411 +dcid: "dc/3mwpddvqwm8q2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rc4x77jlr91kc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/441330 +dcid: "dc/rc4x77jlr91kc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t820cdkk3yb0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/t820cdkk3yb0g" + +Node: dcid:dc/3xeqkw5s1gvq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/3xeqkw5s1gvq3" + +Node: dcid:dc/410z1xrnkrmv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/410z1xrnkrmv3" + +Node: dcid:dc/bqbp6z4thzrsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3371 +dcid: "dc/bqbp6z4thzrsg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lmhsrr4w6bhlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/lmhsrr4w6bhlg" + +Node: dcid:dc/f3j9mjfky2qq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4583 +dcid: "dc/f3j9mjfky2qq6" + +Node: dcid:dc/nejk8b2xmeqe5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/nejk8b2xmeqe5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/2knnfhvh5mgv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444230 +dcid: "dc/2knnfhvh5mgv2" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ldkrtxnpcj9yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/ldkrtxnpcj9yh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6lr2q4pj5hk2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/l6lr2q4pj5hk2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cgrrrtvgrfn3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/cgrrrtvgrfn3h" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/srhjxl7eb2p94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/srhjxl7eb2p94" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pf2l2p9mw4yjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/pf2l2p9mw4yjb" + +Node: dcid:dc/6m3kt36rdfs6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445240 +dcid: "dc/6m3kt36rdfs6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j89qhexe58jm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/j89qhexe58jm8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ym1b0wgenwqj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/ym1b0wgenwqj2" + +Node: dcid:dc/w1v17bgg73nd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/w1v17bgg73nd6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/52yqk9ypwym45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458320 +dcid: "dc/52yqk9ypwym45" + +Node: dcid:dc/zw0gtnc8be0k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/zw0gtnc8be0k6" + +Node: dcid:dc/60et5jx6n2de7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/60et5jx6n2de7" + +Node: dcid:dc/yrxzb74gpfq8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/yrxzb74gpfq8f" + +Node: dcid:dc/6wvqvpzp5e3sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4599 +dcid: "dc/6wvqvpzp5e3sf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qxtthzmcj6p4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33513 +dcid: "dc/qxtthzmcj6p4d" + +Node: dcid:dc/4lcvwtd5s0e1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459140 +dcid: "dc/4lcvwtd5s0e1h" + +Node: dcid:dc/seem4nq7qne23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4582 +dcid: "dc/seem4nq7qne23" + +Node: dcid:dc/th89jlqnentkg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31512 +dcid: "dc/th89jlqnentkg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4vjh2czh8mevg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/4vjh2czh8mevg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/47nh8h3r4n799 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/47nh8h3r4n799" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ncs95lwthc3q3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/ncs95lwthc3q3" + +Node: dcid:dc/rt9z5t5y6y1df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45613 +dcid: "dc/rt9z5t5y6y1df" + +Node: dcid:dc/1f6lznjv7g9e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/1f6lznjv7g9e4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p0v6nsq406jsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/p0v6nsq406jsd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l7gfpys2nn148 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/l7gfpys2nn148" + +Node: dcid:dc/yf6kc63rvm96f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/yf6kc63rvm96f" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6vd80q80spp4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/6vd80q80spp4f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4zdx96skjhk99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5221 +dcid: "dc/4zdx96skjhk99" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qw35wdgmcgvnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52421 +dcid: "dc/qw35wdgmcgvnb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sdkbmhn0385m6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4571 +dcid: "dc/sdkbmhn0385m6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4exx88sres245 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/4exx88sres245" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/js966pscncp8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4492 +dcid: "dc/js966pscncp8f" + +Node: dcid:dc/18z864k97qgeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/18z864k97qgeb" + +Node: dcid:dc/pne358x9ctb79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335132 +dcid: "dc/pne358x9ctb79" + +Node: dcid:dc/p9cqhezy4hg8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45999 +dcid: "dc/p9cqhezy4hg8g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1nlmr9mexxjgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/1nlmr9mexxjgc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3zeg7yvrzst73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4593 +dcid: "dc/3zeg7yvrzst73" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rk8s6bx63d9x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/rk8s6bx63d9x5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/c4m44rclqqr28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45931 +dcid: "dc/c4m44rclqqr28" + +Node: dcid:dc/2kf4mx6y8rvdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42435 +dcid: "dc/2kf4mx6y8rvdg" + +Node: dcid:dc/ks11x6gthjs96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/ks11x6gthjs96" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/86lmby4vgjl01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/86lmby4vgjl01" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bpxgv0dgs960g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325315 +dcid: "dc/bpxgv0dgs960g" + +Node: dcid:dc/7fnkcqgzsj64c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/7fnkcqgzsj64c" + +Node: dcid:dc/6t0y3nrf9257d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/6t0y3nrf9257d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/363ze7nx8r8s6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/363ze7nx8r8s6" + +Node: dcid:dc/x42t0gdn7gfr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/x42t0gdn7gfr4" + +Node: dcid:dc/cmcz1ksztckm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/441227 +dcid: "dc/cmcz1ksztckm6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/y1qxemtqsthrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/y1qxemtqsthrf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/r0ffnbm47cem6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/r0ffnbm47cem6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8gwmm0r0t83w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/8gwmm0r0t83w6" + +Node: dcid:dc/jj1sbhrm0x569 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45711 +dcid: "dc/jj1sbhrm0x569" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ks5hvpt2z5ved +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/ks5hvpt2z5ved" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fckck2jszwndf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336110 +dcid: "dc/fckck2jszwndf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/devpp5262j0r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4593 +dcid: "dc/devpp5262j0r1" + +Node: dcid:dc/2qrzn9sxqydzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/2qrzn9sxqydzg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/3d39w4fs8x993 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/3d39w4fs8x993" + +Node: dcid:dc/1xghgs4yneq0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/1xghgs4yneq0f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k15fsdnp94kyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/k15fsdnp94kyh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kj237ms4fhykc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/kj237ms4fhykc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vsz8rngcf8gyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4595 +dcid: "dc/vsz8rngcf8gyc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hpsbgejlmjqf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/hpsbgejlmjqf3" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/n0b78hcxsfmfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/333248 +dcid: "dc/n0b78hcxsfmfd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7wq6qhrctyzc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/7wq6qhrctyzc8" + +Node: dcid:dc/v3h9ehhw9ytr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/v3h9ehhw9ytr4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/51h270kwck3r1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/51h270kwck3r1" + +Node: dcid:dc/mjns2chb71b32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/mjns2chb71b32" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/212733lrqz47g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/212733lrqz47g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sl8188ddccht7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/sl8188ddccht7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kdr9shs39pm59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/kdr9shs39pm59" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/h0pfscegzktgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45951 +dcid: "dc/h0pfscegzktgh" + +Node: dcid:dc/he11ztwc8h9f8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/he11ztwc8h9f8" + +Node: dcid:dc/lgzn1vslbllm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/lgzn1vslbllm4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/34bxcfhmwdtg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/34bxcfhmwdtg3" + +Node: dcid:dc/f8lvkgp8hyn25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458320 +dcid: "dc/f8lvkgp8hyn25" + +Node: dcid:dc/teslv11z3hlcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456191 +dcid: "dc/teslv11z3hlcd" + +Node: dcid:dc/gksex7frgs1hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/gksex7frgs1hb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5n20erjmw7v2b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4595 +dcid: "dc/5n20erjmw7v2b" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/29rtjmvhrhdc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/29rtjmvhrhdc8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/dnxmk85nq7qt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/dnxmk85nq7qt7" + +Node: dcid:dc/rmwgbew3yttb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/rmwgbew3yttb1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vj3mbyge509m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/vj3mbyge509m9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j743pf3fqz8y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/j743pf3fqz8y8" + +Node: dcid:dc/3hc4xnrfe6cy6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51321 +dcid: "dc/3hc4xnrfe6cy6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/00q1w7s9s2e95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459110 +dcid: "dc/00q1w7s9s2e95" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w3thvz13pzb47 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/w3thvz13pzb47" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ysxmzj15vb505 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335910 +dcid: "dc/ysxmzj15vb505" + +Node: dcid:dc/be27m1g6qn5t2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/be27m1g6qn5t2" + +Node: dcid:dc/vr95v2s2bh4q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5192 +dcid: "dc/vr95v2s2bh4q8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/79fykxl3ffnd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/79fykxl3ffnd3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qgmv1jvme7nd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445250 +dcid: "dc/qgmv1jvme7nd6" + +Node: dcid:dc/0cj7tcmd7lq54 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519210 +dcid: "dc/0cj7tcmd7lq54" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/38xqn0jvhjhz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212323 +dcid: "dc/38xqn0jvhjhz5" + +Node: dcid:dc/ytgj2gn70sxp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337127 +dcid: "dc/ytgj2gn70sxp8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r4lx39vqsqy69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/r4lx39vqsqy69" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ppqrngrxh48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/ppqrngrxh48" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/q5sf2vnhrlv7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/q5sf2vnhrlv7c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1xn3sklxbbtwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/1xn3sklxbbtwg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/33terrd34yz41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45511 +dcid: "dc/33terrd34yz41" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wkyd6k6ps581b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/wkyd6k6ps581b" + +Node: dcid:dc/r6lt8gxlkh6v6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/r6lt8gxlkh6v6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p5k0y9pt698m5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45821 +dcid: "dc/p5k0y9pt698m5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/b4lb3bxegthw6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/b4lb3bxegthw6" + +Node: dcid:dc/cew8ydvt139g9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/cew8ydvt139g9" + +Node: dcid:dc/ztn37ysygl806 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45911 +dcid: "dc/ztn37ysygl806" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/zktbh3g9bldch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/zktbh3g9bldch" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/tptf5r1r192cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4552 +dcid: "dc/tptf5r1r192cb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z77bhhjcrcns6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424350 +dcid: "dc/z77bhhjcrcns6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pl19yxezsncxf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/pl19yxezsncxf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tzqzpnccqf3b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212290 +dcid: "dc/tzqzpnccqf3b4" + +Node: dcid:dc/806s0lhgr69g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/806s0lhgr69g6" + +Node: dcid:dc/exp97cdsw91f2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/316990 +dcid: "dc/exp97cdsw91f2" + +Node: dcid:dc/fjdh3w6hjyly7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/fjdh3w6hjyly7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/hlf3v23mbf8ph +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449 +dcid: "dc/hlf3v23mbf8ph" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/weykdfl6jrhz4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335131 +dcid: "dc/weykdfl6jrhz4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/02q5y2703prn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/02q5y2703prn" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w2ctxebb42mv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459310 +dcid: "dc/w2ctxebb42mv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fd5t6x6l4trjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459130 +dcid: "dc/fd5t6x6l4trjb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/wt9r10y254gf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5132 +dcid: "dc/wt9r10y254gf5" + +Node: dcid:dc/7lwp5rqr7jlt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4551 +dcid: "dc/7lwp5rqr7jlt9" + +Node: dcid:dc/7vkpmmm7bsz4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/7vkpmmm7bsz4d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/bh49c0kdvkbg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/bh49c0kdvkbg9" + +Node: dcid:dc/e48d13e46yvv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459510 +dcid: "dc/e48d13e46yvv" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5pmyerwj5whh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44525 +dcid: "dc/5pmyerwj5whh9" + +Node: dcid:dc/zrd1l0hpw2xyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/zrd1l0hpw2xyg" + +Node: dcid:dc/ns84b3xrkqtjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/ns84b3xrkqtjh" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5hey5g2epzcj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45914 +dcid: "dc/5hey5g2epzcj5" + +Node: dcid:dc/wv7zm0jq6n3h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/wv7zm0jq6n3h7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vb2hk3x79b8y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/vb2hk3x79b8y8" + +Node: dcid:dc/dnkheve64j4cb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/927110 +dcid: "dc/dnkheve64j4cb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8zjkhzevxpte6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/8zjkhzevxpte6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/77elyx1tk8s5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/77elyx1tk8s5h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hbmrvrbz5mbeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/hbmrvrbz5mbeg" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/19se0dwtwse1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/19se0dwtwse1h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gw6lrfx4xvmm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459930 +dcid: "dc/gw6lrfx4xvmm6" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/j4w4ttm7e3jdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33712 +dcid: "dc/j4w4ttm7e3jdb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q39c2qxqr06b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44423 +dcid: "dc/q39c2qxqr06b8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/nkf92y3kftw76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/333998 +dcid: "dc/nkf92y3kftw76" + +Node: dcid:dc/8vqf4xchhpnn9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44134 +dcid: "dc/8vqf4xchhpnn9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xj4zl1k02qlcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/xj4zl1k02qlcd" + +Node: dcid:dc/jkr6pzpd5h194 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457110 +dcid: "dc/jkr6pzpd5h194" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6be527l4vgv57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212390 +dcid: "dc/6be527l4vgv57" + +Node: dcid:dc/08nd0f4f1r005 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31512 +dcid: "dc/08nd0f4f1r005" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/5hz1mmzj50zj7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/525920 +dcid: "dc/5hz1mmzj50zj7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d4jllrgfnmn61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455 +dcid: "dc/d4jllrgfnmn61" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/xd4jwtvj37fd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/449129 +dcid: "dc/xd4jwtvj37fd8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w7qd273knbpj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445320 +dcid: "dc/w7qd273knbpj8" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/cv9t0hh7ny9w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/cv9t0hh7ny9w8" + +Node: dcid:dc/v2jx1zzqp84e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4591 +dcid: "dc/v2jx1zzqp84e8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x6eqlg1zqh3r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/x6eqlg1zqh3r9" + +Node: dcid:dc/34rtyh0j7v0lc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45612 +dcid: "dc/34rtyh0j7v0lc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/4qbpc4x0gxgng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459991 +dcid: "dc/4qbpc4x0gxgng" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dl0y4jvbknbl8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/dl0y4jvbknbl8" + +Node: dcid:dc/5jj165ftddnwg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45613 +dcid: "dc/5jj165ftddnwg" + +Node: dcid:dc/nzvws689hrzdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/nzvws689hrzdb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7qfnrysesvj9c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/7qfnrysesvj9c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/fexzzr8z5jl4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/fexzzr8z5jl4c" + +Node: dcid:dc/7x2yk3nbjzvxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/7x2yk3nbjzvxd" + +Node: dcid:dc/cmvkshn5xrd5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/cmvkshn5xrd5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/d5zzevlf96rec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45832 +dcid: "dc/d5zzevlf96rec" + +Node: dcid:dc/dsfd426564x1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/449210 +dcid: "dc/dsfd426564x1h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/50dxp6tpvhtyd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455110 +dcid: "dc/50dxp6tpvhtyd" + +Node: dcid:dc/rpg0vwb61l062 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/rpg0vwb61l062" + +Node: dcid:dc/bh7ym56nrpbm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/bh7ym56nrpbm5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/z4x8g0f21sybc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/927 +dcid: "dc/z4x8g0f21sybc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f7p5hwhbj7jm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444230 +dcid: "dc/f7p5hwhbj7jm9" + +Node: dcid:dc/bh0gt5e83qd1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44921 +dcid: "dc/bh0gt5e83qd1c" + +Node: dcid:dc/0jy3b79txnv25 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513191 +dcid: "dc/0jy3b79txnv25" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/l6mv7h18dw3e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/l6mv7h18dw3e9" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/86h03lkyv03tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/333248 +dcid: "dc/86h03lkyv03tf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qqwxedkbfe0y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/qqwxedkbfe0y3" + +Node: dcid:dc/gehx823syvclb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/gehx823syvclb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f6krqed3xf6ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45821 +dcid: "dc/f6krqed3xf6ef" + +Node: dcid:dc/fl2dknx4jhg9g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/fl2dknx4jhg9g" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lx256e5fjsez +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/lx256e5fjsez" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/lmd8m2hghs2sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445132 +dcid: "dc/lmd8m2hghs2sd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/6v3g8gpfzmg5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/6v3g8gpfzmg5f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rgvgtq08sjd6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4583 +dcid: "dc/rgvgtq08sjd6d" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0z8ehyfkv4yqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/0z8ehyfkv4yqd" + +Node: dcid:dc/6lbws8hm9m9ed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/6lbws8hm9m9ed" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/p7je2dh319drd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/p7je2dh319drd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qk2zkmdxfezjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811192 +dcid: "dc/qk2zkmdxfezjf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r3re08vp353jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459 +dcid: "dc/r3re08vp353jd" + +Node: dcid:dc/qslvlk3zn2pk7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44133 +dcid: "dc/qslvlk3zn2pk7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/gb48b4zmx80hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541910 +dcid: "dc/gb48b4zmx80hc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zr447jelky8k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/zr447jelky8k" + +Node: dcid:dc/mvb1e91k8vf09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335132 +dcid: "dc/mvb1e91k8vf09" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/26grnpb9bjvs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44524 +dcid: "dc/26grnpb9bjvs9" + +Node: dcid:dc/02f9810e2wv89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4583 +dcid: "dc/02f9810e2wv89" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/7ys4tntg2ppwb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/7ys4tntg2ppwb" + +Node: dcid:dc/ftth41pr63915 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/ftth41pr63915" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/kxzj758wypyzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/kxzj758wypyzd" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/g4r1bez0m7601 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/g4r1bez0m7601" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/qql44cnx7br2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522320 +dcid: "dc/qql44cnx7br2d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r5t6p5w41n6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44513 +dcid: "dc/r5t6p5w41n6b" + +Node: dcid:dc/enqhf1lbhq20h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/enqhf1lbhq20h" + +Node: dcid:dc/xfvq7ykqfbvzb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/xfvq7ykqfbvzb" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x1y0vqxgkvz06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459510 +dcid: "dc/x1y0vqxgkvz06" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/ywc36fd3vqfdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/ywc36fd3vqfdg" + +Node: dcid:dc/ws5k8vpj0vfp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42344 +dcid: "dc/ws5k8vpj0vfp9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z56192z0sddj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51921 +dcid: "dc/z56192z0sddj4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/566mm43rxbgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455219 +dcid: "dc/566mm43rxbgc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/w0kdwzrcv152g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/w0kdwzrcv152g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v5x7qcjjh08c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/v5x7qcjjh08c3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tdhyc5kfwf4n1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/tdhyc5kfwf4n1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g7jjt8nv88hdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/g7jjt8nv88hdf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bjmccehl1yyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/bjmccehl1yyf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hpk9n2sw21eg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/hpk9n2sw21eg7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6l7rjmrje89e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/6l7rjmrje89e1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rfcwvfldmlhf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/rfcwvfldmlhf8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/91r1tv9rm1ww6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/91r1tv9rm1ww6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wj4hfeh9qm8y6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/wj4hfeh9qm8y6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kw2q0nn0pdew2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/kw2q0nn0pdew2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5t0s4wjybr7x2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/5t0s4wjybr7x2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/stsd0kpmv8b66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/stsd0kpmv8b66" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f35ngrmvz3zlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/f35ngrmvz3zlf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6wmcsgx8wf28d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/6wmcsgx8wf28d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1jm0essrm8p89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/1jm0essrm8p89" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/js5t5ef4t0d9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/js5t5ef4t0d9d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q96bb95bdknzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/q96bb95bdknzg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l68phjx0hmep1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/l68phjx0hmep1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9lrcldkpr0ezh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/9lrcldkpr0ezh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7egjqgb3jr92c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/7egjqgb3jr92c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dwtwq4w5mkkp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/dwtwq4w5mkkp" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7tf3leqwvdp2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/7tf3leqwvdp2d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0dhsgn90ynknc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/0dhsgn90ynknc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/87rew1t350nx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/87rew1t350nx8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sc0x8lxy3cqg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/sc0x8lxy3cqg1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/teybgzxd6gnb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/teybgzxd6gnb1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wlysgys2vqz3d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/wlysgys2vqz3d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fxsrdcl3djcd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/fxsrdcl3djcd8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/blfcnr9svslwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212115 +dcid: "dc/blfcnr9svslwc" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/vsssfkp4hptp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/vsssfkp4hptp7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tfz8ney53bg4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/tfz8ney53bg4b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wggn9e2xhjnj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/wggn9e2xhjnj3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/52jyrrlhhs1z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/52jyrrlhhs1z2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/htp0yznbh525h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/htp0yznbh525h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dlzmnsg6rsyhf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/dlzmnsg6rsyhf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/77mqs2zmrtr99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/77mqs2zmrtr99" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k5bdljx00fdvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/k5bdljx00fdvh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mf5z965y4kxbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/mf5z965y4kxbc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/186s3mdgtye39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/186s3mdgtye39" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3qby5l14estb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/3qby5l14estb5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d7l3dzlzwh3h4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/d7l3dzlzwh3h4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kfhpbxqtecsx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/kfhpbxqtecsx8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gjls5eqfgsqrh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/gjls5eqfgsqrh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gjb6bhc88clsd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/gjb6bhc88clsd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lx824pv7mtre8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/lx824pv7mtre8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s08kdqcxydkz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/s08kdqcxydkz7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sllksxqkncx8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/sllksxqkncx8c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v2wkvs0r6vll9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/v2wkvs0r6vll9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/77w71n7trrxyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/77w71n7trrxyf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vvcpqxy4mcbgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/vvcpqxy4mcbgf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l3vdkv8jd8r75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/455211 +dcid: "dc/l3vdkv8jd8r75" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sd4dkek0epy04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/sd4dkek0epy04" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3d88mm3wh0l8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/3d88mm3wh0l8b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4xzh4qkll4n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/4xzh4qkll4n3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v1zmfw2lpbp38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/v1zmfw2lpbp38" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bf6fkl4dtt534 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/bf6fkl4dtt534" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/73lkctj6ssbs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/73lkctj6ssbs3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xydd6gt57bw7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/xydd6gt57bw7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x0h44nqjgfr66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/x0h44nqjgfr66" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lpp5vpx3l2zyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/lpp5vpx3l2zyg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rskwcylgb099b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/rskwcylgb099b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0edmf2etjv0s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/0edmf2etjv0s9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vxlymtmxjsem5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/vxlymtmxjsem5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6l9qxz2fervjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/6l9qxz2fervjf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0f9m5xqqgewj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/0f9m5xqqgewj2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lcrjw0srk88t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315250 +dcid: "dc/lcrjw0srk88t6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2dy7ht467ttt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/2dy7ht467ttt8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mvh76v7z7wl33 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/mvh76v7z7wl33" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3vjdmebcgswq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/3vjdmebcgswq9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/51x375rh21tjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/51x375rh21tjh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rwhettq90rx87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/rwhettq90rx87" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ve2fl6ybr6e3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/ve2fl6ybr6e3c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kpjmdr3518t82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/kpjmdr3518t82" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1ltv0hmwjg4z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/1ltv0hmwjg4z1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/20pswxm9ehln8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/20pswxm9ehln8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cjv4c74vwe3e1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/cjv4c74vwe3e1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qcdy2x3793701 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/qcdy2x3793701" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s48thhk3tqtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/s48thhk3tqtd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k7tjtpz5hehvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/k7tjtpz5hehvf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hcfszq78n1pw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/hcfszq78n1pw5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e3ner80m7bwjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/e3ner80m7bwjh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/je80n8wtlmz9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/je80n8wtlmz9d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/et8jkyhtf0cwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/et8jkyhtf0cwd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vlfkrrhhgmfd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/vlfkrrhhgmfd2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wn7knek6gqe9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/wn7knek6gqe9b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2x0c38kpcyfp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332510 +dcid: "dc/2x0c38kpcyfp6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8r94g761fqq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/8r94g761fqq4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8fzhlr0ec8ls4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61162 +dcid: "dc/8fzhlr0ec8ls4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zjrbl2z11c37c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212115 +dcid: "dc/zjrbl2z11c37c" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/rqqykpg0pxen5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/rqqykpg0pxen5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sgmkpf909kbt4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/sgmkpf909kbt4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rstrk7y0v0ts5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/rstrk7y0v0ts5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qn6lenq2wstp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/qn6lenq2wstp1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bxfb1zdnjmfdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/bxfb1zdnjmfdh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cy4tyk6jf0me1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/cy4tyk6jf0me1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m5lfn104vpny +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/m5lfn104vpny" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4j07y92renqgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/4j07y92renqgg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/78wch6hx4xzz8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/78wch6hx4xzz8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b3n8fmsz0tjc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/b3n8fmsz0tjc2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f5hkcvl9s2yzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/f5hkcvl9s2yzf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/615n7kxv3rvzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/615n7kxv3rvzh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yzzz3jtjlpe3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517810 +dcid: "dc/yzzz3jtjlpe3b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eymrh2p6xcjvf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611610 +dcid: "dc/eymrh2p6xcjvf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mqr3z2v39b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/mqr3z2v39b9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nd8sk24gzqqhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/nd8sk24gzqqhb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z6e6sw7tjzxn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/z6e6sw7tjzxn4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/slpkjp2yqnwr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/slpkjp2yqnwr" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2f5m2gtmyl03d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/2f5m2gtmyl03d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mmjhlhd1fvp72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/mmjhlhd1fvp72" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y5k4bm6vszr34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/y5k4bm6vszr34" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/es439549qjfl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/es439549qjfl2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jpk0ljpc30hb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5178 +dcid: "dc/jpk0ljpc30hb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wn3f1wzvn0vv3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/wn3f1wzvn0vv3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9g54l62h7whl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/315 +dcid: "dc/9g54l62h7whl6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vpng19nk1bwz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/vpng19nk1bwz1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/820ngv4t4jvcf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/820ngv4t4jvcf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dkmcstx70nn78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513130 +dcid: "dc/dkmcstx70nn78" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y84kqng2gvh5b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/y84kqng2gvh5b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/clcmbdqx2bkz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212115 +dcid: "dc/clcmbdqx2bkz7" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/x8nddtmm7nyl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/x8nddtmm7nyl7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wfejzmr59q0j1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212115 +dcid: "dc/wfejzmr59q0j1" + +Node: dcid:dc/j5wwsj79fzdz2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212115 +dcid: "dc/j5wwsj79fzdz2" + +Node: dcid:dc/11m7s9dr7yj92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33251 +dcid: "dc/11m7s9dr7yj92" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ncqm5bswrzqvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/ncqm5bswrzqvh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fm85b2cgwlly2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/fm85b2cgwlly2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xtdy0x4xj6kt8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/xtdy0x4xj6kt8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hwnfelfvehwd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/hwnfelfvehwd7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x9lfp8819x69h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221210 +dcid: "dc/x9lfp8819x69h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3yqxfb79bkfg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212115 +dcid: "dc/3yqxfb79bkfg3" + +Node: dcid:dc/ekjmme9zzqtj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/ekjmme9zzqtj3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j32yf49ekd837 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/j32yf49ekd837" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l5l5qjd40jd91 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/l5l5qjd40jd91" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c56fbjzz981x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212115 +dcid: "dc/c56fbjzz981x5" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/0hw5x4ycsvh35 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51313 +dcid: "dc/0hw5x4ycsvh35" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m7ht9ymnbe373 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/m7ht9ymnbe373" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lrx9mcn266tc8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2212 +dcid: "dc/lrx9mcn266tc8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9fnfh0v7817vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/9fnfh0v7817vc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g73hglptb281f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/g73hglptb281f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/11rvy03c5d1m9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/22121 +dcid: "dc/11rvy03c5d1m9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5vf0gfxhk7eq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3152 +dcid: "dc/5vf0gfxhk7eq3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h9krkn6jnbs8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/h9krkn6jnbs8d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fjfvff3gwlbtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/fjfvff3gwlbtf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xcx1tpl9kn904 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51781 +dcid: "dc/xcx1tpl9kn904" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nptw7hfyq6k22 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/nptw7hfyq6k22" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wz88gggttgqm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/wz88gggttgqm" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/epdj6qthr6syb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31525 +dcid: "dc/epdj6qthr6syb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/769err0kef3pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/769err0kef3pd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0vhw5pm5bsx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/0vhw5pm5bsx4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p78tyhtbpd0v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445131 +dcid: "dc/p78tyhtbpd0v4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/012bcv2f9mbsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81232 +dcid: "dc/012bcv2f9mbsh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/40zq1tl2f0e7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621512 +dcid: "dc/40zq1tl2f0e7c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wbm7kyfhnyz78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/wbm7kyfhnyz78" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q4b6mzh1ej6eg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/q4b6mzh1ej6eg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t20c6grlv66j6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3325 +dcid: "dc/t20c6grlv66j6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/epl9n2v1ks0t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61161 +dcid: "dc/epl9n2v1ks0t6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w0btr2669gm53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493190 +dcid: "dc/w0btr2669gm53" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xvb3sexfepl5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238322 +dcid: "dc/xvb3sexfepl5h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qy3gghe3xwkq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/qy3gghe3xwkq6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kk78nwx2xx7r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812320 +dcid: "dc/kk78nwx2xx7r3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5mj15vw8vhkf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611620 +dcid: "dc/5mj15vw8vhkf1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jk1pxxfe4z635 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23832 +dcid: "dc/jk1pxxfe4z635" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vtdpce4shprs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49319 +dcid: "dc/vtdpce4shprs3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lg7z49cvbsp63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212114 +dcid: "dc/lg7z49cvbsp63" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/pv52lcf7pzmqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/pv52lcf7pzmqh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xy41zntl2egp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/xy41zntl2egp6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rtps40rtzlv3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/rtps40rtzlv3g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wv4rv5b971gx2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/wv4rv5b971gx2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jzewynffjqhmb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/jzewynffjqhmb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kevv7qhe2p9yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/kevv7qhe2p9yg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/etverxtr1mzpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/etverxtr1mzpc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x8zl4qre8s0b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/x8zl4qre8s0b5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jj5nd65gz1lkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/jj5nd65gz1lkh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m1n47d8grkw17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/m1n47d8grkw17" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h7lwkepg7g48g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/h7lwkepg7g48g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qlg0m9v7bxzcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/qlg0m9v7bxzcc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/segvbdmc1z5e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/segvbdmc1z5e8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dc8sjblfe2f59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/dc8sjblfe2f59" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ebw9qwnzsrnx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/ebw9qwnzsrnx5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/98lte6880lzyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/98lte6880lzyg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3enk92t6n1w14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/3enk92t6n1w14" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hkrtt4f8gkrt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/hkrtt4f8gkrt" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j04cd1188edv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/j04cd1188edv" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mcmmxxc47nk5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/mcmmxxc47nk5h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tkscgfeksmpmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/tkscgfeksmpmf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/11gjqkds9kx12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/11gjqkds9kx12" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jepjbh77y5v5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/jepjbh77y5v5g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/49xzsg47wz4z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/49xzsg47wz4z6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9skhd7ts6nrm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/9skhd7ts6nrm" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7fhcn3d4flcwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/7fhcn3d4flcwf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r5r6xrtjvv2db +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212114 +dcid: "dc/r5r6xrtjvv2db" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/edvskttl88be8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/edvskttl88be8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cpvybec0ddmc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/cpvybec0ddmc3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cmfqpp59ce7ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/cmfqpp59ce7ec" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fslfnj48hx8rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/fslfnj48hx8rg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g6bfcflwslls2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335 +dcid: "dc/g6bfcflwslls2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/69j5c400lhfm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/212114 +dcid: "dc/69j5c400lhfm7" + +Node: dcid:dc/c57fh1crn7dsg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/c57fh1crn7dsg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8ck3sv5t1cjcd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/8ck3sv5t1cjcd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mfn7mfzn1fm39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/mfn7mfzn1fm39" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/48kg0dzq5k3s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/212114 +dcid: "dc/48kg0dzq5k3s4" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/f3m5n7x51wcl6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5161 +dcid: "dc/f3m5n7x51wcl6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6vgennhhr2ntb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/6vgennhhr2ntb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/93218s6mh17z +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/93218s6mh17z" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k3mwrbcfhe2w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/k3mwrbcfhe2w7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/etwbnld6r7p8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/etwbnld6r7p8d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5jxc879t7rz5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/5jxc879t7rz5h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h0rwj73pl0et1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/h0rwj73pl0et1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tn4gv6etxg0j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516 +dcid: "dc/tn4gv6etxg0j7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bc1sxy2k4htf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/458 +dcid: "dc/bc1sxy2k4htf9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/t5jedq1d03elg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212114 +dcid: "dc/t5jedq1d03elg" + +Node: dcid:dc/4fbv3e1y98wf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/4fbv3e1y98wf6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q4qyqpge9vgm4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/q4qyqpge9vgm4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j30f42ybshyzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/j30f42ybshyzd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/egxyrfqjh0vv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516110 +dcid: "dc/egxyrfqjh0vv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vrjg2rmfzempf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212114 +dcid: "dc/vrjg2rmfzempf" +establishmentOwnership: dcid:PrivatelyOwned + +Node: dcid:dc/1j1ljp26vs628 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/1j1ljp26vs628" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dp9y4eqjs9ff6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/dp9y4eqjs9ff6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mn15r39bl4gj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111110 +dcid: "dc/mn15r39bl4gj3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vvgbbt2dm53e9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/vvgbbt2dm53e9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yryxq8x7gw2bc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51611 +dcid: "dc/yryxq8x7gw2bc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0mpfrkc1806 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/212114 +dcid: "dc/0mpfrkc1806" + +Node: dcid:dc/qrylhsncj3l53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335311 +dcid: "dc/qrylhsncj3l53" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k6y59n62xb5j7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/k6y59n62xb5j7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ngybyqdk230z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/ngybyqdk230z5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1eed0hek2tlj6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3353 +dcid: "dc/1eed0hek2tlj6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cypwztdhplf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/cypwztdhplf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ykq6x8jp5t9m8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/ykq6x8jp5t9m8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4y6v9k5vdgbc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/4y6v9k5vdgbc1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/z1887s567vl99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33531 +dcid: "dc/z1887s567vl99" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g6jfmgf1vy3sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/g6jfmgf1vy3sc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lvfvmhzlgmkld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11111 +dcid: "dc/lvfvmhzlgmkld" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q9r24tz0301j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811114 +dcid: "dc/q9r24tz0301j5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d19h55s3lr1h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/d19h55s3lr1h3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9jjq6fxbn2xh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/9jjq6fxbn2xh8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mkncg1rtdcseh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45811 +dcid: "dc/mkncg1rtdcseh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xh1ty0k8sv4cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4581 +dcid: "dc/xh1ty0k8sv4cg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9gmze0p9e857 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/458110 +dcid: "dc/9gmze0p9e857" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/8wc98c1efety3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/8wc98c1efety3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4wt84clq37z27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/4wt84clq37z27" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/trcd4n214vgb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/trcd4n214vgb6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hwv4qsg90wqw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/hwv4qsg90wqw3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v0jz67bwe74qc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/v0jz67bwe74qc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/stxh74myxvgt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/stxh74myxvgt2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0jvgxpsevp3zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/0jvgxpsevp3zd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b555cysctgneb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/b555cysctgneb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9mnsf8lnxnkg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/9mnsf8lnxnkg6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d937b68xylw01 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/d937b68xylw01" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dv0ts82hxmst8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/dv0ts82hxmst8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0nyl7yjtylpt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/0nyl7yjtylpt2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y27gfzqx48ql3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/y27gfzqx48ql3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jjxyt9mb93j6f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/jjxyt9mb93j6f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vvsjbwwc9esh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/vvsjbwwc9esh4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xccb9g10dg30b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/xccb9g10dg30b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6dzfqdh9sl671 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/6dzfqdh9sl671" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2t7p7djhvfkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/2t7p7djhvfkc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dyy9h06kc65f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/dyy9h06kc65f1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0s6sqnvw0vy8c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/0s6sqnvw0vy8c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/npe85y957v4w2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/npe85y957v4w2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nl583je263p02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/nl583je263p02" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9ekmmx448csq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/9ekmmx448csq3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/653k5vqczsh16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/653k5vqczsh16" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/26z99bp2sg1x8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444180 +dcid: "dc/26z99bp2sg1x8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/clldke66e7nz7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/clldke66e7nz7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c3k2qb1b55gy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/c3k2qb1b55gy8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/58vjd8z2flmqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/58vjd8z2flmqd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2h7jc0czrzzs3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/2h7jc0czrzzs3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ep61hkxb7w9zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/ep61hkxb7w9zc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dd3fqxxv82w61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/dd3fqxxv82w61" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ptkcmdg583b29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/ptkcmdg583b29" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0c0gfg2655x9f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/0c0gfg2655x9f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1xf5eqehfeg4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/1xf5eqehfeg4f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mh2dcrky5g9q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/mh2dcrky5g9q1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4ye8fgzt79p65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/4ye8fgzt79p65" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/b5cpen6r1ryzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/b5cpen6r1ryzd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f97l5wpg6h8q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/f97l5wpg6h8q2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lxnhfyjg8hfh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/lxnhfyjg8hfh8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7j3mp262pf0z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/7j3mp262pf0z8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yk3p628k6j7fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/yk3p628k6j7fg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4ykv2shygl5s3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/4ykv2shygl5s3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fkrldbr45b8ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/fkrldbr45b8ch" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k1w69mqkj6z1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/k1w69mqkj6z1h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/11xhlr4ehg93b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/11xhlr4ehg93b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4jeh63sn69cq1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/4jeh63sn69cq1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r3zv6h1grfq55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/r3zv6h1grfq55" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/06qn1x7jzmvg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/06qn1x7jzmvg5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m8mf0hghxdcg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/m8mf0hghxdcg9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/llf4cgt3fdq6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/llf4cgt3fdq6b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8jfb6fcy15yr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/8jfb6fcy15yr1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0vnjbp7br27b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/0vnjbp7br27b4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/crp819vwdwk57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/crp819vwdwk57" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2fdfw8vn7vk8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/2fdfw8vn7vk8b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n1f5t6vnttey +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/n1f5t6vnttey" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q3f9pb8ck4jz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/q3f9pb8ck4jz3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pv5wlckv6f77 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/pv5wlckv6f77" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9q2sy4hync9zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/9q2sy4hync9zh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vd2d3hrg74dzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/vd2d3hrg74dzd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/85bs1mvs3k0g6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/85bs1mvs3k0g6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3zb1kbe456fw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/3zb1kbe456fw4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xbwkqmp1frkx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/xbwkqmp1frkx8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vcmtz72chbp94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/vcmtz72chbp94" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nw1rkwy714rd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/nw1rkwy714rd3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gxwyf5bl2r0f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/gxwyf5bl2r0f6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e4c40p34e1jf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/e4c40p34e1jf9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ek3b5mv418g8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/ek3b5mv418g8h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3v0ff8632f5p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/3v0ff8632f5p4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z8ty8bv3sb24h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/z8ty8bv3sb24h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/01lpvrjbws914 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/01lpvrjbws914" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rh1cdkccq98mf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/rh1cdkccq98mf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nyv3yf338jcn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/nyv3yf338jcn4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mgtry5beq4t09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/mgtry5beq4t09" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8y0bx5vzljsf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/8y0bx5vzljsf1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xe0kzl2y6bmch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456199 +dcid: "dc/xe0kzl2y6bmch" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eq218t5rxdwf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/eq218t5rxdwf6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cv7ym4c6een2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/cv7ym4c6een2h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jgwsem68rqsqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/jgwsem68rqsqh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qykernfzz0mw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/qykernfzz0mw8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/97pcs80y1x06c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/97pcs80y1x06c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/s66dnf5p2f591 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/s66dnf5p2f591" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bfmejk8hwhgbb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/bfmejk8hwhgbb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hggtv0b0mmec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/hggtv0b0mmec" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m9vfs00k3xb9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/m9vfs00k3xb9h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8sc5snbkf5vwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/8sc5snbkf5vwf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bmhxmwfl4ld2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/bmhxmwfl4ld2d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/39kp0n0jtmwr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7111 +dcid: "dc/39kp0n0jtmwr2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ngzjh0nls5erc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/ngzjh0nls5erc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y2k0r2ytg7sj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523150 +dcid: "dc/y2k0r2ytg7sj5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9jcszxnxdkysf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/713910 +dcid: "dc/9jcszxnxdkysf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f5wfzj7kycv45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/f5wfzj7kycv45" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bplsdmzy8lnjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/456 +dcid: "dc/bplsdmzy8lnjg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pbhx36gw33t3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/pbhx36gw33t3f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/36vg4hbykn4q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/36vg4hbykn4q8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/my267qygq11k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/my267qygq11k1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/99nfg8d2xm2md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/99nfg8d2xm2md" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2e5gky0wt0f0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/2e5gky0wt0f0g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ftgss1l02lgh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425120 +dcid: "dc/ftgss1l02lgh3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/chm9ztwemfe0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488330 +dcid: "dc/chm9ztwemfe0c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l4q5l4eg5c8w3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/l4q5l4eg5c8w3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jh4fbppf3w544 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/jh4fbppf3w544" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tts6q2rgml2zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/tts6q2rgml2zc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bpctzesbf967h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561730 +dcid: "dc/bpctzesbf967h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5w05wcxyjls3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541714 +dcid: "dc/5w05wcxyjls3f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xnmqvk5807nrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/xnmqvk5807nrg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8wb6557vgsnt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/8wb6557vgsnt" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mx2bzs65051k4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/mx2bzs65051k4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r0m59n95ppk56 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/r0m59n95ppk56" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5gcq159h3g5yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/5gcq159h3g5yf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/82d0esfj9zv23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/82d0esfj9zv23" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rghtczmxp4xj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/rghtczmxp4xj" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nckgndvqv5ce5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/nckgndvqv5ce5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p7qm6zn8gs1tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/p7qm6zn8gs1tc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rzxbv694q572g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541840 +dcid: "dc/rzxbv694q572g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1vf04828ms1ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/1vf04828ms1ef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nkmfm6ylb19xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45611 +dcid: "dc/nkmfm6ylb19xg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7r2s0hh0zrle8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4561 +dcid: "dc/7r2s0hh0zrle8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jws148yk2qrzh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/jws148yk2qrzh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q9bnzgj2mj5xf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54184 +dcid: "dc/q9bnzgj2mj5xf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j6rm4jdkkv7c6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/j6rm4jdkkv7c6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/68vyvv1rmw4c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/68vyvv1rmw4c2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z6k2kbm1kn8n5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/z6k2kbm1kn8n5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cb6n7j9zb40v9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71113 +dcid: "dc/cb6n7j9zb40v9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xrrbgb3krtb65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4251 +dcid: "dc/xrrbgb3krtb65" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mv2nzzbyqm8tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/mv2nzzbyqm8tf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/59nzcdw1yg2rg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/59nzcdw1yg2rg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gqh0bhkmz71r +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236 +dcid: "dc/gqh0bhkmz71r" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lny52f720mynd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/lny52f720mynd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c34qw9s6k51f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/456110 +dcid: "dc/c34qw9s6k51f1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tnwfrj65hkvgc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/tnwfrj65hkvgc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3hb0r51llh4m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44418 +dcid: "dc/3hb0r51llh4m3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8wksdx1p6ems2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/8wksdx1p6ems2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t29bzfsldxhqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/t29bzfsldxhqd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/268z39fg9hvhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/268z39fg9hvhb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g0btd36se5vf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52394 +dcid: "dc/g0btd36se5vf8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2bqk62krtvteh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52315 +dcid: "dc/2bqk62krtvteh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0g800scl9811b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/0g800scl9811b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m93x1blnlf6h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56199 +dcid: "dc/m93x1blnlf6h3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ts35xg14m31vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531210 +dcid: "dc/ts35xg14m31vg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f2gr9vyqrtwdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/f2gr9vyqrtwdg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7w4krbv0hdq6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/7w4krbv0hdq6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7vd9mwmcvef95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/53121 +dcid: "dc/7vd9mwmcvef95" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9kqkvtk6t6g2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48833 +dcid: "dc/9kqkvtk6t6g2h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yzycpzz4s3by8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56173 +dcid: "dc/yzycpzz4s3by8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vq5d23yh8vm82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561990 +dcid: "dc/vq5d23yh8vm82" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dm13j7zvqk8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523940 +dcid: "dc/dm13j7zvqk8g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v298lhqng5902 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/425 +dcid: "dc/v298lhqng5902" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ns8yh8wesxd3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/ns8yh8wesxd3c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fdbhbrz99d058 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42512 +dcid: "dc/fdbhbrz99d058" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3enb9yy14wzlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711130 +dcid: "dc/3enb9yy14wzlf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vm6pgbd0dlgw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5312 +dcid: "dc/vm6pgbd0dlgw2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4npe3716563z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/4npe3716563z7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/53jhcfhm0dr88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71391 +dcid: "dc/53jhcfhm0dr88" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e5zw8p11r2pwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/e5zw8p11r2pwd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mpr3sbxvyrprf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45619 +dcid: "dc/mpr3sbxvyrprf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1engtmzj7bnjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/1engtmzj7bnjh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m6ck33wtj0gc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/m6ck33wtj0gc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kt1grj28dw668 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/kt1grj28dw668" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f07w2wk85ztn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/f07w2wk85ztn" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4jtz61mm7bk94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/4jtz61mm7bk94" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zy2sg1tnn1z3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/zy2sg1tnn1z3g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c57ktwdyzqz88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/c57ktwdyzqz88" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ekzt2qdrdp858 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/ekzt2qdrdp858" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j0bt8qrlfw507 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/j0bt8qrlfw507" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/22lbeftwesvl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/22lbeftwesvl2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dqmygylz47cx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/dqmygylz47cx5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8b9347sb8x697 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/8b9347sb8x697" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/38d6hfskwemtg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/38d6hfskwemtg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8v74e6ekgwtq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/8v74e6ekgwtq7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dmdh18ej2nn7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/dmdh18ej2nn7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7v25d5sjcl5c8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/7v25d5sjcl5c8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rj9rej8z6r5k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/rj9rej8z6r5k5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pqr8x6p87gdbg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/pqr8x6p87gdbg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4wwdc82b4dd0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/4wwdc82b4dd0f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9rtc4r9f5ypqg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/9rtc4r9f5ypqg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pyxdthlcmv17g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/pyxdthlcmv17g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hly72yzbr9sq7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/hly72yzbr9sq7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/038hefzsynkz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/038hefzsynkz3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/evxkwh6tdq0v7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/evxkwh6tdq0v7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m6ngvvs1lx80c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/m6ngvvs1lx80c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6x72j3jhxjkv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/6x72j3jhxjkv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mj16j1z5mpjt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/mj16j1z5mpjt5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dn7xzpqx100sc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/dn7xzpqx100sc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/grv6j9p30vx02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/grv6j9p30vx02" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rfnx2r5vnmfd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4832 +dcid: "dc/rfnx2r5vnmfd4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yn3yfvxt7dh34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48321 +dcid: "dc/yn3yfvxt7dh34" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vktw5jbe7hrxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/vktw5jbe7hrxb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e5hykrb075ymf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/e5hykrb075ymf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gelyjep91phjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/gelyjep91phjc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/235x19em64j26 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/235x19em64j26" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h9jr6z94dbp82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/h9jr6z94dbp82" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/przbte0g0g0y7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/przbte0g0g0y7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9w7085ry7epbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/9w7085ry7epbd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fs916pnnj57zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/323113 +dcid: "dc/fs916pnnj57zc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2z4spkkhz1z6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/2z4spkkhz1z6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pflmxw3ll6p79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/pflmxw3ll6p79" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v0vbctlw1e064 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/v0vbctlw1e064" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2scr0j9bs9xm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/6212 +dcid: "dc/2scr0j9bs9xm3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dx1zsc11py4zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/dx1zsc11py4zd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qpgvrp0wkx4z2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/532284 +dcid: "dc/qpgvrp0wkx4z2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dgx9fsqhxyzy7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/dgx9fsqhxyzy7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gq2myb6rx4vy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/gq2myb6rx4vy2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7rzlt8w669qf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/7rzlt8w669qf4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c5lpsxwed7848 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/c5lpsxwed7848" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/we6m64zyxg8p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/we6m64zyxg8p4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9ldt3q1esqc3b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/811210 +dcid: "dc/9ldt3q1esqc3b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pvqvhsrmf9x0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/pvqvhsrmf9x0c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n2elv04187yl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/n2elv04187yl1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/63slll7x12ee5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/63slll7x12ee5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tmkp47663lk0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621210 +dcid: "dc/tmkp47663lk0g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zm04pq5rds2df +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/zm04pq5rds2df" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t9vp1wwb49dp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483212 +dcid: "dc/t9vp1wwb49dp4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8krsngzt5dmv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/8krsngzt5dmv" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gh91jcnyk3wqd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/gh91jcnyk3wqd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3fj8fpyb8vf0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/3fj8fpyb8vf0g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m3enjsyx4dz12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/62121 +dcid: "dc/m3enjsyx4dz12" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kp6chptewk2p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/kp6chptewk2p1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cnl0vz054ylhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/cnl0vz054ylhc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mpbkl3ccqned2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/mpbkl3ccqned2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xbrj17dck9kbc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/xbrj17dck9kbc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/01bv0nbhlczp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/01bv0nbhlczp5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3k46tqkn51px2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/3k46tqkn51px2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yf36xxnhf8ytb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/yf36xxnhf8ytb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nbmltvf0tqmp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/nbmltvf0tqmp5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gb0l1hcgdhgb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/gb0l1hcgdhgb6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cd3xnqejhx6hg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/cd3xnqejhx6hg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dyzzm4p2hfcy8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/dyzzm4p2hfcy8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gdw3k0nel33c7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/gdw3k0nel33c7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zcz0qfb0ge7xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/zcz0qfb0ge7xb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tz79djhyvm52f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/tz79djhyvm52f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y76ehet9j8k31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/y76ehet9j8k31" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7lj565xv09rkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/7lj565xv09rkc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/wf7vzhp5zhg2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/wf7vzhp5zhg2g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n15kekzm25dp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/n15kekzm25dp5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/576cpcwcn0x6b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/576cpcwcn0x6b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d60l2w8530mmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/d60l2w8530mmc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nt55vjl4ymxnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/nt55vjl4ymxnd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mkvecr0wtgh72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/mkvecr0wtgh72" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/psxb0d36s2qzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/psxb0d36s2qzd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xc1pnpxqg7m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/xc1pnpxqg7m3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/excdh909whjs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/excdh909whjs1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hgy1scyfmbr12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/hgy1scyfmbr12" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dxcnf4slw1pn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/dxcnf4slw1pn3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ny9tvfs6c9r28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/ny9tvfs6c9r28" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tcqed16te0qvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/tcqed16te0qvd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k5n0bp2n1d5m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/k5n0bp2n1d5m1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9r9sth82sv9s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/9r9sth82sv9s" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2sh5y9840h987 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/2sh5y9840h987" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4tdsg9f4hcqe4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/4tdsg9f4hcqe4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r112l3pgybfb2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/r112l3pgybfb2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vtlxyjtmq0p98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/vtlxyjtmq0p98" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/rr3mpt76b98v4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/rr3mpt76b98v4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/72n3v3syhz285 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/72n3v3syhz285" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yn7fwh3bl4q8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/yn7fwh3bl4q8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g5qzfw9xtxfxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/g5qzfw9xtxfxb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v5djd1enh1df1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/v5djd1enh1df1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bz02j16m2qh58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/bz02j16m2qh58" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k33jw4zv45xkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/k33jw4zv45xkh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ddfe74cfyztl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/ddfe74cfyztl1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0nv4tv4k35qzc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/0nv4tv4k35qzc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ylf7g2bbjmzlb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/ylf7g2bbjmzlb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lbtj0kkpqxjf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/lbtj0kkpqxjf1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kd83w6c0mmc3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/kd83w6c0mmc3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mr3l1s5x1dg79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/mr3l1s5x1dg79" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/32eqvdh4wfvg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/32eqvdh4wfvg3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w4w4kkej95x75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/w4w4kkej95x75" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1nh8frrz1w495 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/1nh8frrz1w495" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zyz1vml4z84b5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/zyz1vml4z84b5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8gcdljy8jjew4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/8gcdljy8jjew4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/fcj03bvfdnrnd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/fcj03bvfdnrnd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7lw1yyq3yjd6h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/7lw1yyq3yjd6h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9cn47xc97mqw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/9cn47xc97mqw5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9wcr3j9z69h87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/9wcr3j9z69h87" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p1q74ym6q55jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/p1q74ym6q55jd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jg3b9sw25cbmf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/jg3b9sw25cbmf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/znegvy09jerv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/znegvy09jerv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4vjvkxr4ncbw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/4vjvkxr4ncbw5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9xbsnpzt92wz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/9xbsnpzt92wz3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7kxzncnzl2ys3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/7kxzncnzl2ys3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/975cm2wpxjxw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/975cm2wpxjxw4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ycxdcvfpjew4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/ycxdcvfpjew4c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/whh9dyz28l869 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/whh9dyz28l869" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8wjx12ze3hmrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/8wjx12ze3hmrf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1xy8ppfe95mz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/1xy8ppfe95mz5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mhq138tvlf5hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/mhq138tvlf5hf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t93kq81yz06md +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/t93kq81yz06md" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hd33j62nrpjxb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/hd33j62nrpjxb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l4e1dxzpkm3yb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/l4e1dxzpkm3yb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7rf9322k31plg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/7rf9322k31plg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p39l4bv52h3d1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/p39l4bv52h3d1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/th844cj100rs4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/th844cj100rs4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cmhb6tvr5e9hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/cmhb6tvr5e9hc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ty00chx0js2m3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/ty00chx0js2m3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3bz5npbf8jx6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/3bz5npbf8jx6d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/5l1ek0zkw8837 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/5l1ek0zkw8837" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ctd5c544v0re +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/ctd5c544v0re" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qrvw3rdgcezjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/qrvw3rdgcezjb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ms1s77w3cr061 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/ms1s77w3cr061" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sybe21cpbj10g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/sybe21cpbj10g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/999kvt8cwwxcg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/999kvt8cwwxcg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gfgl4kesvp624 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/gfgl4kesvp624" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0y26qxsd92cg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/0y26qxsd92cg7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4qzmresw7xl4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/4qzmresw7xl4b" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ypwyhpk0yf7t4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/ypwyhpk0yf7t4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cl1xwrhsqjrr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/cl1xwrhsqjrr2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nklt1vgmlrcx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/nklt1vgmlrcx" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/89d7jd602fl29 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/89d7jd602fl29" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ry05bl2kp8qm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/ry05bl2kp8qm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cf33w79wpgbth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/cf33w79wpgbth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bz83lmdh5yfpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/bz83lmdh5yfpg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6h2f0shfhgs9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/6h2f0shfhgs9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/629n0d4bq3jq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/629n0d4bq3jq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5gtf0jg02ctvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/5gtf0jg02ctvg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e8bc3eqpyvgr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/e8bc3eqpyvgr2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wwc3cn68x21th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/wwc3cn68x21th" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lcwnf9cyfxxx9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/lcwnf9cyfxxx9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/94qlw53jzd193 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/94qlw53jzd193" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/67z86bxpvckbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/67z86bxpvckbf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xgk1514363ln7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/xgk1514363ln7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rn0t32zkcqjbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/rn0t32zkcqjbd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5eckwk3fphvbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/5eckwk3fphvbd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nmjgbmzefm10h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/nmjgbmzefm10h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jb7j421rcxseg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/jb7j421rcxseg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8s8ztnzt0l083 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/8s8ztnzt0l083" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cym63w6gb3dbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/cym63w6gb3dbh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vb5l9vgjdkd98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/vb5l9vgjdkd98" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4tw97c1wm8y69 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/4tw97c1wm8y69" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e5ftrqm858c17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/e5ftrqm858c17" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wn7spbyy3zm1b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/wn7spbyy3zm1b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f0n1vryxyjv7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/f0n1vryxyjv7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9h4wdcns5zb1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/9h4wdcns5zb1f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nnlqwwsd6xq28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/nnlqwwsd6xq28" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mgccgvssgm595 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/mgccgvssgm595" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4kqsh8yxtwwv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/4kqsh8yxtwwv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b4y6b5y4wkyth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/b4y6b5y4wkyth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jzddkccg0nc68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/jzddkccg0nc68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4ycgfjxx8rgjb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/4ycgfjxx8rgjb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vhtfsqg4m5mtb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/vhtfsqg4m5mtb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wxlm1prq6dx4b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/wxlm1prq6dx4b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yk69ve3v89ncb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/yk69ve3v89ncb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v11zvt91c76p1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/v11zvt91c76p1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/brpfqndg2vwv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/brpfqndg2vwv9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/37gsdh0nr8jeg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/37gsdh0nr8jeg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z2pgv0frfl7fd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/z2pgv0frfl7fd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gwl319svbl8qd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/gwl319svbl8qd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e9h8bv2mp3zd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/e9h8bv2mp3zd8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d4jj214f7zyy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/d4jj214f7zyy" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/79zm6p0rw7cd8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/79zm6p0rw7cd8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/514nxl0zmtxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/514nxl0zmtxc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/325tc51vkj1k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/325tc51vkj1k6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dyhcbdxdf32qg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/dyhcbdxdf32qg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ggdswfwnntsv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/ggdswfwnntsv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bjymyyhm1nke1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/bjymyyhm1nke1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wldn0nfd4q954 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/wldn0nfd4q954" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l0wvjswp0gh09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/l0wvjswp0gh09" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tcde768xprlr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/tcde768xprlr3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4bt9zvp9xqd59 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/4bt9zvp9xqd59" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mzt9t7vsfe4v8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/mzt9t7vsfe4v8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yebgvx6zf3nlc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/yebgvx6zf3nlc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d93v1whnrme4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/d93v1whnrme4f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0l05h3f38d4cf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/0l05h3f38d4cf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mk47tpvkspcc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/mk47tpvkspcc9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4m32gc9xzjpm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/4m32gc9xzjpm3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pwlk802f53hcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/pwlk802f53hcc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hygpj992537rf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/hygpj992537rf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b7ke4r9klrcdg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/b7ke4r9klrcdg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9npgmm0e8rrk8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/9npgmm0e8rrk8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vr978ysmcdqxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/vr978ysmcdqxc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bsmfjn0fqv445 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/bsmfjn0fqv445" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mwhfzmzxdhcs +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/mwhfzmzxdhcs" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w0vxt107b2gwd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/w0vxt107b2gwd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tgzrl69rkng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/tgzrl69rkng" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tpmmbygpsrv82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/tpmmbygpsrv82" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3548lfvk7h2hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/3548lfvk7h2hf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xdvpnc7e397p2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/xdvpnc7e397p2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vnyescn0gxe3g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/vnyescn0gxe3g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/27nvbqc66zfd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/27nvbqc66zfd7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/spp9yctn9ec0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/spp9yctn9ec0f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pvhx1b96hmj39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/pvhx1b96hmj39" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bnx9dnm25e807 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/bnx9dnm25e807" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2gq04w1tlsgn4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/2gq04w1tlsgn4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jfvjyzqr11rh4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/jfvjyzqr11rh4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jl5p3g8geht0h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/jl5p3g8geht0h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w0pg4nqxzsyzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/w0pg4nqxzsyzg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3mcyccdkx7jd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/3mcyccdkx7jd2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s2fk9zpz7z182 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/s2fk9zpz7z182" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/95wenm900t1jf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/95wenm900t1jf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6tfwh4m5lt8w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/6tfwh4m5lt8w4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/cgj097m72pmcc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/cgj097m72pmcc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/j2eqfkk27sv23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/j2eqfkk27sv23" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zbn33rr3nkvw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/zbn33rr3nkvw4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r4e64h90d82nd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/r4e64h90d82nd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/frdy4p18cn059 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/frdy4p18cn059" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f3rgbwcl970b1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/f3rgbwcl970b1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f4p9cg49ktcs2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/f4p9cg49ktcs2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/p4rk6nzrfe8k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/p4rk6nzrfe8k9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zps3ne7tgjhg7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/zps3ne7tgjhg7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y5xk6hfs700y4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/y5xk6hfs700y4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nm5k24fhvqxjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/nm5k24fhvqxjf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1c40mrp2lb1z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/1c40mrp2lb1z3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5jhmvrvynnvsh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3372 +dcid: "dc/5jhmvrvynnvsh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v7686zt8lzb63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/v7686zt8lzb63" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lhekh12he9k14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/lhekh12he9k14" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hz09xmetymrk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/hz09xmetymrk5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zmqg004jsjgp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/zmqg004jsjgp6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1vebpmmvd9082 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/1vebpmmvd9082" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gzs2vvery8mb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/gzs2vvery8mb8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gllh66ed6g9m1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/gllh66ed6g9m1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bqfwlmewj11kb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/bqfwlmewj11kb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hxmfyknzdw07d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/hxmfyknzdw07d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t403qd8dvmr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/t403qd8dvmr1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ybnl8ks1deqv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/ybnl8ks1deqv4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jcqdc9ndtm2yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/jcqdc9ndtm2yh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vwl74z2c085td +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/vwl74z2c085td" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kvxx16n9wvh7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/kvxx16n9wvh7c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cppd5cppre5p9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/cppd5cppre5p9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e7gresezxghfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/e7gresezxghfh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/20f5h2x6q1ldd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/20f5h2x6q1ldd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ecxh67nk1qsd3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/ecxh67nk1qsd3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/gcbfmhelvwz2d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/gcbfmhelvwz2d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2vekpewgzs2y3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/2vekpewgzs2y3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ff9cjj85m2cb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/ff9cjj85m2cb9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/de4f6y2b2pgt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/de4f6y2b2pgt9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wp33k90fs2tsc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/wp33k90fs2tsc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fwv1xnc4bf2x +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/fwv1xnc4bf2x" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vek7zxejxrwgf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/vek7zxejxrwgf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/823qn1pj8ydx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/823qn1pj8ydx" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2x9sstpe2vqbd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/2x9sstpe2vqbd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nj6yd6ldjntpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/nj6yd6ldjntpg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fbjshygtj2msd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/fbjshygtj2msd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lnd71sns3fnp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/lnd71sns3fnp9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fcylpzr8rbnj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/fcylpzr8rbnj1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rs4lx148h6p55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/rs4lx148h6p55" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3t55ge70qvfpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/3t55ge70qvfpg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lm1g41pf318s9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/lm1g41pf318s9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t44cmvc585wsb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/t44cmvc585wsb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ffr8mwk1q71z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/ffr8mwk1q71z3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sbhd80lwyc679 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/sbhd80lwyc679" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/41y99wc5cvr32 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/41y99wc5cvr32" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vxw55bryzsnzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/vxw55bryzsnzf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ppytwyxwe4r34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/ppytwyxwe4r34" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5pgjdgcehtnf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/5pgjdgcehtnf9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ze91q8nbw3kt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/ze91q8nbw3kt2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qd9khxpbwvy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/qd9khxpbwvy2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9nkvkyl3gsk63 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/9nkvkyl3gsk63" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1zz165mnzqlj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/1zz165mnzqlj1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/l1rvp45364ht1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/l1rvp45364ht1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/542byyw36qpec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/542byyw36qpec" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3e7rnbywer002 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/3e7rnbywer002" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rmf1s4gnz9gt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/rmf1s4gnz9gt" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qh63n81m1br92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/qh63n81m1br92" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/eb62eemjtnnl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/eb62eemjtnnl7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g2hpdr6f00q89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/g2hpdr6f00q89" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dmbqxxvlbz8e +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/dmbqxxvlbz8e" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3ttncbjvyd7h8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/3ttncbjvyd7h8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2crfyytxdjmfg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/2crfyytxdjmfg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z907wn4me7m0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/z907wn4me7m0c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rmcbk8blj9d1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/rmcbk8blj9d1c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6x1njxzez7j99 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/6x1njxzez7j99" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qe87sf0c368k5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/qe87sf0c368k5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lf3v3fyfkmw79 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/lf3v3fyfkmw79" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t7tl8d7r4gzq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/t7tl8d7r4gzq4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/brbzx25c3nl23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/brbzx25c3nl23" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9gs69nszpsq4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/9gs69nszpsq4g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/859nv3hl97fwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/859nv3hl97fwc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0q8el78mecf1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/0q8el78mecf1g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z2zjxgnmvsm5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/z2zjxgnmvsm5h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lsmvnsdje08yf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/lsmvnsdje08yf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/np4lbf2605tpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/np4lbf2605tpg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3dn3wsw2bpbq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/3dn3wsw2bpbq6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ft74bz3tt25x4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/ft74bz3tt25x4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8dp9xgr2ff513 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/8dp9xgr2ff513" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q2xlyg69gs05g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/q2xlyg69gs05g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1t476rmt8mx3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/1t476rmt8mx3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ltd2fe7t0hcjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/ltd2fe7t0hcjh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7x03dzv4xvgg1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/7x03dzv4xvgg1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6p0r40zgwcdg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/6p0r40zgwcdg2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r04dxnv0lpnx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/r04dxnv0lpnx1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jmy8pdgjc4pw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/jmy8pdgjc4pw3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3jvzy9jsyryc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/3jvzy9jsyryc5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ms91pmjgmhwk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/ms91pmjgmhwk9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/x3wp150qe9jm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/x3wp150qe9jm8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eljrvm3lxfyl4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/eljrvm3lxfyl4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pw4erpqz7m3hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/pw4erpqz7m3hh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q584wxbpb6m16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/q584wxbpb6m16" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2ql4s6d1gcsc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/2ql4s6d1gcsc9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g3xt00zve35e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/g3xt00zve35e8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ft7y22vd831e2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/ft7y22vd831e2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y6x6pwt45tgh8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812199 +dcid: "dc/y6x6pwt45tgh8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wjfnf8kr0ztf2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/wjfnf8kr0ztf2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z4v8gstsn2r12 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/z4v8gstsn2r12" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fqs0xlqd88wyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/fqs0xlqd88wyb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xc1zv3vx0mrf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/xc1zv3vx0mrf1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ble866h5hdqz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/ble866h5hdqz5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7l0r7m1f8kdh1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/7l0r7m1f8kdh1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1lclfj2t1pbe6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/1lclfj2t1pbe6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pp9h0m7881s73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/pp9h0m7881s73" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1fr1jkt3pkys8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/1fr1jkt3pkys8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qe6t3p6ddcb42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/qe6t3p6ddcb42" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6mnxz2j2rzr03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/6mnxz2j2rzr03" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/553md0f7fq3c9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/553md0f7fq3c9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tbzr2yfvz42b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/tbzr2yfvz42b4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ykmgcg7tmqm15 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/ykmgcg7tmqm15" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n0727bll17j04 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/n0727bll17j04" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tz4rzkjzwcxhg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/tz4rzkjzwcxhg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vhhxg063c8p02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/vhhxg063c8p02" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yv9zzzcers9vf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/yv9zzzcers9vf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fe0v9lmvb5208 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/fe0v9lmvb5208" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/0ecrz15kjejdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/0ecrz15kjejdb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/scbg7g8t6r8wf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/scbg7g8t6r8wf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3l9tdfkn5t01h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/3l9tdfkn5t01h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vlj023pbsrqch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812332 +dcid: "dc/vlj023pbsrqch" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fgkrxdg39ker1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/fgkrxdg39ker1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wkrh7dkncpd55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/wkrh7dkncpd55" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xbcm81264l6f3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/xbcm81264l6f3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nwcx433h53s09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/nwcx433h53s09" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rdqw91d8p6p76 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/rdqw91d8p6p76" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gh9ng8g65xvdb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/gh9ng8g65xvdb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3rm5993zw3wy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/3rm5993zw3wy" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2vsh7vhkn25w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516120 +dcid: "dc/2vsh7vhkn25w5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kx4n0w5m2nxn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/kx4n0w5m2nxn8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xs2dhrnej1lef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/xs2dhrnej1lef" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bzdfd0z2stpk +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/bzdfd0z2stpk" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zndh0vtgy7cy +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52239 +dcid: "dc/zndh0vtgy7cy" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s0pf5zlpzstrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/s0pf5zlpzstrf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4ms0epvc57er6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/4ms0epvc57er6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3bmz0f2413lr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/3bmz0f2413lr3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2etfkeztcnrv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/2etfkeztcnrv6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sc7dlsw6x65n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/sc7dlsw6x65n7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mxze055v6lg1f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/mxze055v6lg1f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ms585tb8y66t1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/ms585tb8y66t1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k4yz73mz0tbe5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/k4yz73mz0tbe5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vm9me61ydxj82 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/vm9me61ydxj82" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bt13wedhnj4c4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/bt13wedhnj4c4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fqhxk95lv99n3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/fqhxk95lv99n3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/n28xxe2lfsz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/n28xxe2lfsz" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3bh4jbrjbecr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/3bh4jbrjbecr2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/we66ss8712ct3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/we66ss8712ct3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/50xqvplcf6rr1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/50xqvplcf6rr1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xw62y42x5ts58 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/xw62y42x5ts58" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t6p00pk300qf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/t6p00pk300qf4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ckx64shp31vg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/ckx64shp31vg9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e1mptgm6wb3h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/e1mptgm6wb3h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gvv5n4e62dvx4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/gvv5n4e62dvx4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yls7xeekq46j5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/yls7xeekq46j5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0ln573rs40cdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/0ln573rs40cdh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pchkx4ejpsnt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/pchkx4ejpsnt7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vdxgbhvggt2gb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/vdxgbhvggt2gb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vdj2jzjhmfddc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/vdj2jzjhmfddc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ggygvl9mwckmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/ggygvl9mwckmc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t714cs80y9f7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/t714cs80y9f7c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/terdfgprg3lq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/terdfgprg3lq3" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ybchecjz4mhx7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51314 +dcid: "dc/ybchecjz4mhx7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/vlerhf2364j5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/vlerhf2364j5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z2p62fqw63qfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/z2p62fqw63qfb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3scnkphbtw0xg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/3scnkphbtw0xg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m49fp5r4fndv8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/m49fp5r4fndv8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h6g1l2lkpbl68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/h6g1l2lkpbl68" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n8pl4cnlq8kn2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/n8pl4cnlq8kn2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/exepj0vbc2s4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/exepj0vbc2s4f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1lxkn0q6jdmm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/1lxkn0q6jdmm5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sh9dg2wsmjxq9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/sh9dg2wsmjxq9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ftk90excm8dhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/ftk90excm8dhh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/53403qed5ghzg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/53403qed5ghzg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q3w5hk6jk0tt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/q3w5hk6jk0tt2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tmh8rr84s90th +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/tmh8rr84s90th" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/134lydbtytzm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/134lydbtytzm8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rfjqwz98hx0fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/rfjqwz98hx0fg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sh4k8ksfw78f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/sh4k8ksfw78f1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ff2xmtbnk7bh6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/ff2xmtbnk7bh6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/eff4s12jv0km5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/eff4s12jv0km5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bmwq6rdcpmtj2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/bmwq6rdcpmtj2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6ls2pfnre7q03 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/6ls2pfnre7q03" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rrf9cd245gx46 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/rrf9cd245gx46" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9rsf1l3mbyy1c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/9rsf1l3mbyy1c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nzzcvrc5ww1l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/nzzcvrc5ww1l2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fevgs2f4lt6s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/fevgs2f4lt6s" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nkvg4zf2nlsw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/nkvg4zf2nlsw3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mdv2r0d8cy8lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71111 +dcid: "dc/mdv2r0d8cy8lf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ejyqde348qb43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/ejyqde348qb43" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/02c0kvz1ev8w7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/02c0kvz1ev8w7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/en0881z76b6l2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/en0881z76b6l2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tzm86ct7ngvs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/tzm86ct7ngvs1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z22wmdbvmhhd4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/z22wmdbvmhhd4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/frdxe5rh2qljg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/frdxe5rh2qljg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7d16m0w0swj36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/7d16m0w0swj36" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ety9y1vw8q2x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/ety9y1vw8q2x5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8tr0kzf8f92hh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/8tr0kzf8f92hh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lsc1vq0kwywf1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/lsc1vq0kwywf1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cet307fnrgbp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/cet307fnrgbp" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jmzp58977v5cg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/jmzp58977v5cg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qteegby4tq946 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/qteegby4tq946" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/sszlcd1gfjbyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/sszlcd1gfjbyb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eb9912y9b53ng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2379 +dcid: "dc/eb9912y9b53ng" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7clw43srd5yc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/7clw43srd5yc1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bjex4nxh47125 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/bjex4nxh47125" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/9xvt2dsk9vfl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/9xvt2dsk9vfl" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3qk0vjj1hmr8b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/3qk0vjj1hmr8b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rvgeeysxyz6t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3241 +dcid: "dc/rvgeeysxyz6t5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y107eskmfnd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/y107eskmfnd7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q164bg02r80g2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/q164bg02r80g2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yj05715zteskf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/yj05715zteskf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/1k3ghgkr379fg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/1k3ghgkr379fg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9lz8x9bczg2eb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/9lz8x9bczg2eb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tksv1ht1t4k78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/tksv1ht1t4k78" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ykydwldbvexv4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/ykydwldbvexv4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/71bxwy3q117c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/71bxwy3q117c2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/95ckshyxxfe07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/95ckshyxxfe07" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f0c394d6jeyjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/f0c394d6jeyjd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0vx3mm2ff2fq +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/0vx3mm2ff2fq" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/01nvr70gvxz38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56291 +dcid: "dc/01nvr70gvxz38" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hnbq8417l40d4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/hnbq8417l40d4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8nxn29f2pcp78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/8nxn29f2pcp78" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dv5sk208dbjq3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/dv5sk208dbjq3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/seeltewvkdeg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3359 +dcid: "dc/seeltewvkdeg4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r6edwqcxw9qqc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/r6edwqcxw9qqc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fkq6lps6e38s2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/fkq6lps6e38s2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ly4sd2x29bq5f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/ly4sd2x29bq5f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x0frtj8fh3v98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/x0frtj8fh3v98" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c91n8kmr3kg43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45942 +dcid: "dc/c91n8kmr3kg43" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r9wg6wgn4yxnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/r9wg6wgn4yxnb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c9273y7t11244 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/c9273y7t11244" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xyrrfc4z7p90d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/xyrrfc4z7p90d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5pg516w9e2yd2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/5pg516w9e2yd2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/e57q03pcdxpld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/e57q03pcdxpld" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x1htf2k5f9bmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/x1htf2k5f9bmc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lvck68r13v0e8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/lvck68r13v0e8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qt2v0cqq6ztf5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/qt2v0cqq6ztf5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tlz488mwqtzp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/tlz488mwqtzp" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tmgxjleqf36qh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42471 +dcid: "dc/tmgxjleqf36qh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/by2t5pezgt5f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541519 +dcid: "dc/by2t5pezgt5f1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/lebzy69zmqq0g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/lebzy69zmqq0g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/c9bbtrl6vjjj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/c9bbtrl6vjjj5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2tgzd5ky6n4z4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/2tgzd5ky6n4z4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/tc620n5zfmmx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/tc620n5zfmmx1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5d0tjtp4s9yr2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/5d0tjtp4s9yr2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8x3tgvf955rff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/8x3tgvf955rff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tqw6eev0ex4yg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/tqw6eev0ex4yg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/demybjlpx0jhh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/demybjlpx0jhh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/drcs1eh19dcq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/drcs1eh19dcq4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ktptqwt23dn +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/ktptqwt23dn" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2bx5vs1k6s4v2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42381 +dcid: "dc/2bx5vs1k6s4v2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k3jglqrnkgtfb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/k3jglqrnkgtfb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qm0gxj9z9z04g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/qm0gxj9z9z04g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cy4xjhw434ch1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/cy4xjhw434ch1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sek9mq1ypbr31 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51319 +dcid: "dc/sek9mq1ypbr31" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/43bh8esd53qbh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/43bh8esd53qbh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x18wk8seljpw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/x18wk8seljpw5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/971p4fvgkss8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/971p4fvgkss8h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ejfdp99cwyxg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/ejfdp99cwyxg5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g4v78szgyx5e6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/g4v78szgyx5e6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z0bxer2q6zbm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/z0bxer2q6zbm" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l5l7q2cfchrl3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4235 +dcid: "dc/l5l7q2cfchrl3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9rfs67735xwhb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/9rfs67735xwhb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xe28lb13gxv86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/xe28lb13gxv86" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5v0xhyfmk796d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/5v0xhyfmk796d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0bhm8ky74tlff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/0bhm8ky74tlff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tgc6x42senfjd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/tgc6x42senfjd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s9ryb4s9h70b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/s9ryb4s9h70b6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y37kr236cbm88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/y37kr236cbm88" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fc8w0jkxd14s7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/fc8w0jkxd14s7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hnj4ezpjd67s +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/hnj4ezpjd67s" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7xky2qp5kpj42 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/7xky2qp5kpj42" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v6yelcz6pswe9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45921 +dcid: "dc/v6yelcz6pswe9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/42mpwcmygp9zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/42mpwcmygp9zh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2fdvh1l3sn6vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/2fdvh1l3sn6vc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rnlcw89tcj795 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/rnlcw89tcj795" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/j74k7zkj2fnzf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/j74k7zkj2fnzf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wbpxs06w5ye95 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/wbpxs06w5ye95" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/njds60y0v8ke7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/njds60y0v8ke7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pn5fy8zf2r5y8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/pn5fy8zf2r5y8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/me7wshtp695h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/me7wshtp695h2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tk7fnh0sss1zd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/tk7fnh0sss1zd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1zdzbhbdlxp4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/1zdzbhbdlxp4c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vzzft78swk27g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111421 +dcid: "dc/vzzft78swk27g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/44kmxcvhnj00h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/44kmxcvhnj00h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sr8plrvrwkjb9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/sr8plrvrwkjb9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dkmmnbxr0wg53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/325412 +dcid: "dc/dkmmnbxr0wg53" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/bht7vxhns6n4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/bht7vxhns6n4f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/28vd2y2pjlmvb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/28vd2y2pjlmvb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y83n98fr74yg5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/y83n98fr74yg5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mqqyj127kxcfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/mqqyj127kxcfh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nx320rh80rnld +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423810 +dcid: "dc/nx320rh80rnld" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fme2e0nyryll8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/fme2e0nyryll8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r021z4sgtq8bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311412 +dcid: "dc/r021z4sgtq8bg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eks3nb6ppp4h3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/493120 +dcid: "dc/eks3nb6ppp4h3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mtp7qy5c46xn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/mtp7qy5c46xn3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nfssyexrpvk7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/nfssyexrpvk7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/56ngefe3jrlff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517111 +dcid: "dc/56ngefe3jrlff" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dcw09mzlxl6jd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/dcw09mzlxl6jd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p9p8r2z0vbtxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/p9p8r2z0vbtxd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vd80j9f94xjm7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/vd80j9f94xjm7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y72wmp3vh6fl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/y72wmp3vh6fl1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dsqcjbpflwpg2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/dsqcjbpflwpg2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6qwmyb38sjgf6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/6qwmyb38sjgf6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r84q2xvd658s8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/r84q2xvd658s8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xsfj6pxcb2qxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/xsfj6pxcb2qxg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x2vqpybs3e932 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/x2vqpybs3e932" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ldlf3sdgxhwp9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/ldlf3sdgxhwp9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/swm0zh34j8lj8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561520 +dcid: "dc/swm0zh34j8lj8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xb8pfvm38hc0c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111191 +dcid: "dc/xb8pfvm38hc0c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1bgmj3qe0yrv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/1bgmj3qe0yrv2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/yg4fbj9zrq28 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313210 +dcid: "dc/yg4fbj9zrq28" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wkxp4nr87k9dc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4594 +dcid: "dc/wkxp4nr87k9dc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/mpgv5vjm1w0q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/mpgv5vjm1w0q6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jywpwzyeq7yp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/jywpwzyeq7yp4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xj6kkxdwgdpe +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/xj6kkxdwgdpe" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bd7e0ndledrzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/bd7e0ndledrzd" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6y1w89y7fx585 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513110 +dcid: "dc/6y1w89y7fx585" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w4ndw1m44wgg4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513140 +dcid: "dc/w4ndw1m44wgg4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ljtztmft101v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513199 +dcid: "dc/ljtztmft101v5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/jpwe0whdw4dyg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/jpwe0whdw4dyg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qbtklel17gjf8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4572 +dcid: "dc/qbtklel17gjf8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lchb855zfzry4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/lchb855zfzry4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7j7h0rfw6e3q9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/7j7h0rfw6e3q9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/102yz1q1mthj +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/102yz1q1mthj" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q249sh251e9sf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/q249sh251e9sf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rq2csdyzvx9lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/rq2csdyzvx9lf" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kqt3xq4zqe574 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56151 +dcid: "dc/kqt3xq4zqe574" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/heb090kpw4hjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/238221 +dcid: "dc/heb090kpw4hjf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b7zb9tnhe0m +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/b7zb9tnhe0m" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g8dl3zyz6p7ff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33599 +dcid: "dc/g8dl3zyz6p7ff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/be4h0jg620r07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/313 +dcid: "dc/be4h0jg620r07" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6deey2z44hks +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45912 +dcid: "dc/6deey2z44hks" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hnbqlkmdl9023 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/hnbqlkmdl9023" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0p4mj9ej78tm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/324 +dcid: "dc/0p4mj9ej78tm8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/98xt153l6wkwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/98xt153l6wkwf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2jrshebkz3pt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/2jrshebkz3pt7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nmhwlgbl7y8t5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459210 +dcid: "dc/nmhwlgbl7y8t5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6gk29g2nyn6p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/6gk29g2nyn6p5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f2hfcsd1slz87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523991 +dcid: "dc/f2hfcsd1slz87" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/770br347hg9l7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722310 +dcid: "dc/770br347hg9l7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/n2ng3hqjs11b8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/n2ng3hqjs11b8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cvkl9j5cb2xhd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/cvkl9j5cb2xhd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lz29j4wsb00hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11119 +dcid: "dc/lz29j4wsb00hf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bre1we3n0l1gg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/bre1we3n0l1gg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fnl927l7dj6z1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/fnl927l7dj6z1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9tmpv17cblxx +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522299 +dcid: "dc/9tmpv17cblxx" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h13xsz93e6vec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/h13xsz93e6vec" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8bg9fgftnwx9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/8bg9fgftnwx9d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8k43wxgcd7zp1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/8k43wxgcd7zp1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ynrhxrmweq074 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/ynrhxrmweq074" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yzdkq74bsmbl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/335999 +dcid: "dc/yzdkq74bsmbl2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6hc46zq5h61r3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/6hc46zq5h61r3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0z0jb2dwredrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/221117 +dcid: "dc/0z0jb2dwredrf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/by9h6ekb3msc4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56152 +dcid: "dc/by9h6ekb3msc4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f754e8x7eqmb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/f754e8x7eqmb6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jyh93hk68d594 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/jyh93hk68d594" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wvm9w550p771h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4831 +dcid: "dc/wvm9w550p771h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l2s0dyegrz5s4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/l2s0dyegrz5s4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tbeg81bs8q5ef +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/tbeg81bs8q5ef" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/e44sw8xfdp0w4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/e44sw8xfdp0w4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6zbggbgjxxbs8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/6zbggbgjxxbs8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hjs5g631ynphd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/115115 +dcid: "dc/hjs5g631ynphd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jj07vs31nxqdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487990 +dcid: "dc/jj07vs31nxqdh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bdgwndv6sfp9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33699 +dcid: "dc/bdgwndv6sfp9d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1pyz2nsfdq0nb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111940 +dcid: "dc/1pyz2nsfdq0nb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/39qpdke019mt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/39qpdke019mt7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ztqzj5bz6cj5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/ztqzj5bz6cj5d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4qbcy87gr5r4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/4qbcy87gr5r4d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nz0q4rm38pm5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524130 +dcid: "dc/nz0q4rm38pm5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/77z2vpr2xzbw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334418 +dcid: "dc/77z2vpr2xzbw9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/48hqwtkz44g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/48hqwtkz44g7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4rr5tl091vrp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/4rr5tl091vrp3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z4mbnsx70g1n2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/z4mbnsx70g1n2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/l60qjhxgcxf71 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/l60qjhxgcxf71" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p9tr3z37exw18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/p9tr3z37exw18" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cz0xbz12h99q2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/cz0xbz12h99q2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rl293z98hd83b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/rl293z98hd83b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5fg21glen1qy2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3369 +dcid: "dc/5fg21glen1qy2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m09k11vfd2q1d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/m09k11vfd2q1d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8hzn1g71nj7dh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423510 +dcid: "dc/8hzn1g71nj7dh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0z40efwt65zc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/0z40efwt65zc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fpgtwyr1qfflc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459420 +dcid: "dc/fpgtwyr1qfflc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/xkkkeww4g32yh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/8129 +dcid: "dc/xkkkeww4g32yh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5dkd0txr26cp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51621 +dcid: "dc/5dkd0txr26cp4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mb0bxbpdl7r7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311421 +dcid: "dc/mb0bxbpdl7r7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qgj7c5930q0tf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/qgj7c5930q0tf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y8jj7cv5jr8b4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/y8jj7cv5jr8b4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pdfh8488b5rkh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/pdfh8488b5rkh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jmrq3eh3cpwv7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/jmrq3eh3cpwv7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m0t4yqgx4pdkc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48841 +dcid: "dc/m0t4yqgx4pdkc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zb0p5q5pcxy4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459120 +dcid: "dc/zb0p5q5pcxy4f" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/d5n31hwehg4z7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/d5n31hwehg4z7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vfh0hstx7b8q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/vfh0hstx7b8q6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l4mhj26dhk519 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/l4mhj26dhk519" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/hm2mhpt3dbzf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/hm2mhpt3dbzf4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fgh793cyrysk9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/fgh793cyrysk9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kmrd1j0vjnm23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/kmrd1j0vjnm23" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rtcskjh10d7z5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/rtcskjh10d7z5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/c0pzr3d9pw037 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/c0pzr3d9pw037" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k01zh84wy48vd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/562910 +dcid: "dc/k01zh84wy48vd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/eej5rx5tf5942 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/eej5rx5tf5942" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vzfyfjzr2mzyh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/vzfyfjzr2mzyh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dmpc3jvnsq9r9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/dmpc3jvnsq9r9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9v4hxydn9tqx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/9v4hxydn9tqx1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6zgcs4hq0x5xd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/6zgcs4hq0x5xd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2t5fvbhejq5w6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/2t5fvbhejq5w6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5463k2z3hzhth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/5463k2z3hzhth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q3w1efkx9syqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52211 +dcid: "dc/q3w1efkx9syqh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vhslbb9qyzxwh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11194 +dcid: "dc/vhslbb9qyzxwh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b73ecge6zf2z3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/b73ecge6zf2z3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mclzxywhjm5f6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/611630 +dcid: "dc/mclzxywhjm5f6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nvrkxrj3ht13h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/nvrkxrj3ht13h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9wxj2tvdjyhbf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812112 +dcid: "dc/9wxj2tvdjyhbf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pfqeevgexbeec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813930 +dcid: "dc/pfqeevgexbeec" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6tclzr8n5tbj1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/6tclzr8n5tbj1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/zfflmxe4pzrmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52413 +dcid: "dc/zfflmxe4pzrmc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lc6r2c9smpg92 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311211 +dcid: "dc/lc6r2c9smpg92" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z90jc27dype6g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31142 +dcid: "dc/z90jc27dype6g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g1gz1700ncx3c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32541 +dcid: "dc/g1gz1700ncx3c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/dl3m7b1qxgbm3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424710 +dcid: "dc/dl3m7b1qxgbm3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pmxshsqp9t92c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3132 +dcid: "dc/pmxshsqp9t92c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/phlgd6b3c60b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1111 +dcid: "dc/phlgd6b3c60b6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9d035pzd3ebtd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/9d035pzd3ebtd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rz3l4dv76rdz5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5629 +dcid: "dc/rz3l4dv76rdz5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0q0hhs8sh6qp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522390 +dcid: "dc/0q0hhs8sh6qp3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7bt7xm9sz3ghh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81211 +dcid: "dc/7bt7xm9sz3ghh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vs16jwswnfl0d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/vs16jwswnfl0d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/sp97zlxhclbeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/sp97zlxhclbeb" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/80e79jz2fheg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711211 +dcid: "dc/80e79jz2fheg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2tbs7h76ryn9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111 +dcid: "dc/2tbs7h76ryn9b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fzf02997j8t97 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/fzf02997j8t97" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/etml5zcrn5bdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/etml5zcrn5bdf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6gcj4v4qwsv11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11142 +dcid: "dc/6gcj4v4qwsv11" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1xlmmyd22jk66 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72231 +dcid: "dc/1xlmmyd22jk66" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fpg2538bp0h65 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52218 +dcid: "dc/fpg2538bp0h65" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/4d7b1mdd8jyqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23799 +dcid: "dc/4d7b1mdd8jyqb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r8pdd4b4s6xn1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/711320 +dcid: "dc/r8pdd4b4s6xn1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k8zbqx8g3l1hf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/711110 +dcid: "dc/k8zbqx8g3l1hf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cb7963t4esje +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/cb7963t4esje" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/7bpef4jxzs5w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/7bpef4jxzs5w5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/209gvw1r8p0nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457210 +dcid: "dc/209gvw1r8p0nh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gnn12e23yfh2f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/gnn12e23yfh2f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6lxbfxhgv1sr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/6lxbfxhgv1sr" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/80qrs2l7zp4k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/324110 +dcid: "dc/80qrs2l7zp4k6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xx4222we250r6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/xx4222we250r6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s250qcmvhjry7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/721214 +dcid: "dc/s250qcmvhjry7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/y4v57qg5m3tr4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522180 +dcid: "dc/y4v57qg5m3tr4" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/f0gjr29fw4t4g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11299 +dcid: "dc/f0gjr29fw4t4g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/30fh6zz5p8cl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45721 +dcid: "dc/30fh6zz5p8cl7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m1fs245v36668 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/m1fs245v36668" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z6wtr97c9kz9b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/z6wtr97c9kz9b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/02eslnz5zyzjf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/02eslnz5zyzjf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2gcdqvdyqwgt7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/721199 +dcid: "dc/2gcdqvdyqwgt7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4tzpp3y3rwxtc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/4tzpp3y3rwxtc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ppfew24syql51 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4241 +dcid: "dc/ppfew24syql51" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rnmqgs98tkl84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/rnmqgs98tkl84" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/hdscsyxw8ct07 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/49312 +dcid: "dc/hdscsyxw8ct07" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/35d33jhywf54c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/35d33jhywf54c" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fyx2ynze1x46g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523160 +dcid: "dc/fyx2ynze1x46g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2hxmbe0mzwnx1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/2hxmbe0mzwnx1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d1wjwnvtq0971 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541613 +dcid: "dc/d1wjwnvtq0971" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ndk6le54vryd1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4821 +dcid: "dc/ndk6le54vryd1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yr592n4xmhpc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/yr592n4xmhpc6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f29eb2l1t3yv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/f29eb2l1t3yv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/svd7gzffvxh4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/21112 +dcid: "dc/svd7gzffvxh4d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8phk0hphn14tg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/621491 +dcid: "dc/8phk0hphn14tg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tjf6mn316dms6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81293 +dcid: "dc/tjf6mn316dms6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4r602fphsfz21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/449110 +dcid: "dc/4r602fphsfz21" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kt943zfbr0m2c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/kt943zfbr0m2c" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/qpbywg632zxw5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237990 +dcid: "dc/qpbywg632zxw5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dtjd4nb6mvhz1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33721 +dcid: "dc/dtjd4nb6mvhz1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1ktvs1rtl98q +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524128 +dcid: "dc/1ktvs1rtl98q" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7mjtsvl627nd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/482111 +dcid: "dc/7mjtsvl627nd7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ngw3633xq1wl1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513 +dcid: "dc/ngw3633xq1wl1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pj4z5xyypdte5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/pj4z5xyypdte5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vqnpwcydpt2v1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/vqnpwcydpt2v1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/scyc24bm442v5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/611692 +dcid: "dc/scyc24bm442v5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1phxkqh2fxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31321 +dcid: "dc/1phxkqh2fxc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n54d1b9zk5p88 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44424 +dcid: "dc/n54d1b9zk5p88" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/27rl3rppzx6k8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3114 +dcid: "dc/27rl3rppzx6k8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f9ngfl5n8ygf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/812210 +dcid: "dc/f9ngfl5n8ygf7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2djj09jfm1yr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72119 +dcid: "dc/2djj09jfm1yr" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fntl7zd5k6gp2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7223 +dcid: "dc/fntl7zd5k6gp2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/km4795jlpedv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/km4795jlpedv6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jdj03mg2vjb8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541850 +dcid: "dc/jdj03mg2vjb8d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/76316ll352jw9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/76316ll352jw9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yswrtlyljc7l5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/yswrtlyljc7l5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hl90elnp0f72d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/hl90elnp0f72d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dbvqvm9yhqln1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42412 +dcid: "dc/dbvqvm9yhqln1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zm5qx7fkq4229 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44911 +dcid: "dc/zm5qx7fkq4229" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/27bsf54ym2tv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/27bsf54ym2tv1" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2xm478w6jk9k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112990 +dcid: "dc/2xm478w6jk9k1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gee1kt5ch0pt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/32411 +dcid: "dc/gee1kt5ch0pt" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ypx81pw8j1wb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/457120 +dcid: "dc/ypx81pw8j1wb8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/crf7bf53jtjl +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/211120 +dcid: "dc/crf7bf53jtjl" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r7rq8t243n617 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111140 +dcid: "dc/r7rq8t243n617" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2sm5cv7pctwdd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51311 +dcid: "dc/2sm5cv7pctwdd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4qpfv8ze5qrn8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3254 +dcid: "dc/4qpfv8ze5qrn8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/50cj78bjrmz39 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/516210 +dcid: "dc/50cj78bjrmz39" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j57zqz0f82gpd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/483114 +dcid: "dc/j57zqz0f82gpd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ecf9xn4v6qc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51612 +dcid: "dc/ecf9xn4v6qc2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h6fqr0vzhkfe1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424120 +dcid: "dc/h6fqr0vzhkfe1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xl955w65qmnt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/xl955w65qmnt5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6gk9y3btjm0k6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/336992 +dcid: "dc/6gk9y3btjm0k6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rnxygtmcg8trg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/rnxygtmcg8trg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qj4z6598p7je4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81393 +dcid: "dc/qj4z6598p7je4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3b3w86n47krhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/621991 +dcid: "dc/3b3w86n47krhc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b7b9wm9bqer7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4879 +dcid: "dc/b7b9wm9bqer7g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2ct9bsgp3v5qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/337211 +dcid: "dc/2ct9bsgp3v5qb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zsbj3v01wj1sd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/482 +dcid: "dc/zsbj3v01wj1sd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/evtsb1dqm5dlg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/812930 +dcid: "dc/evtsb1dqm5dlg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dkkxdld2hf697 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488410 +dcid: "dc/dkkxdld2hf697" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nx1befr370le8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/nx1befr370le8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/98yschj714tgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1129 +dcid: "dc/98yschj714tgh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3d9ex9syel232 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11114 +dcid: "dc/3d9ex9syel232" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mc63jnpf3bg14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459999 +dcid: "dc/mc63jnpf3bg14" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/svz86ch5df8l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/522110 +dcid: "dc/svz86ch5df8l6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t7x9wjxgyz9rh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42351 +dcid: "dc/t7x9wjxgyz9rh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yz1mv7s4lee43 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3112 +dcid: "dc/yz1mv7s4lee43" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ljg9q5gd6s6z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45712 +dcid: "dc/ljg9q5gd6s6z8" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/r5bzn7sx8xdjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81221 +dcid: "dc/r5bzn7sx8xdjc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0jhbx32rrf10d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31141 +dcid: "dc/0jhbx32rrf10d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4jfvdypt6f52f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48211 +dcid: "dc/4jfvdypt6f52f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ny873d32046p5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52316 +dcid: "dc/ny873d32046p5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/svel25dynhb89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/61163 +dcid: "dc/svel25dynhb89" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5yvf1gegyxjx5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5162 +dcid: "dc/5yvf1gegyxjx5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/p6dttz9vetx11 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/71132 +dcid: "dc/p6dttz9vetx11" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1txvzsm06wbnc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48799 +dcid: "dc/1txvzsm06wbnc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/12lvcs1eengw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31121 +dcid: "dc/12lvcs1eengw4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2ec57gq3c3sg6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561510 +dcid: "dc/2ec57gq3c3sg6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/egvmb6k8k00fb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52399 +dcid: "dc/egvmb6k8k00fb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2jf7dk7kl67c5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54185 +dcid: "dc/2jf7dk7kl67c5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j4tr3d0xyf4ec +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48311 +dcid: "dc/j4tr3d0xyf4ec" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xcft92exw69y +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/xcft92exw69y" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/smttvlwvs3dc2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444240 +dcid: "dc/smttvlwvs3dc2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2trc9sellb6t6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4592 +dcid: "dc/2trc9sellb6t6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/pnbxgtxb4bccf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/pnbxgtxb4bccf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/63emtt5xpl609 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/63emtt5xpl609" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hqzsndbmh984b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/hqzsndbmh984b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s7q985697qj14 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/s7q985697qj14" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y4e7zn570cbm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/y4e7zn570cbm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2l4ed6gh3ce1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/2l4ed6gh3ce1h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k1xzvlyrjp1h2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51929 +dcid: "dc/k1xzvlyrjp1h2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0qbgep7e25fh2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/519290 +dcid: "dc/0qbgep7e25fh2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nhhjve84q0k18 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/nhhjve84q0k18" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5v1tt320k6zlf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/5v1tt320k6zlf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yph8vlwyw8yj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/yph8vlwyw8yj3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mrfplxqlmlfe6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/mrfplxqlmlfe6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hwlev5pzvgg06 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/hwlev5pzvgg06" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xt03941rs3tx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/xt03941rs3tx6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vk7s4c4z24t4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/vk7s4c4z24t4d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1jv601fsbdg8h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/1jv601fsbdg8h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yc3nkv1vwet48 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/yc3nkv1vwet48" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2178jvwhgzdt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/2178jvwhgzdt9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lsw8ky5ehj2e4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/lsw8ky5ehj2e4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fhm0nl8jy9m17 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/fhm0nl8jy9m17" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/r5d47e8mhl94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51712 +dcid: "dc/r5d47e8mhl94" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5evx0494zj6b7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517112 +dcid: "dc/5evx0494zj6b7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jp06gf5qdczpc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/jp06gf5qdczpc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bswrgl7zg9wd6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54162 +dcid: "dc/bswrgl7zg9wd6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/48f3r2g8wfqr3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/48f3r2g8wfqr3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dfw98384cy5x5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/517121 +dcid: "dc/dfw98384cy5x5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p6hwbg36xn596 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/p6hwbg36xn596" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t30b0pbq9ftt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541620 +dcid: "dc/t30b0pbq9ftt5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2lvpm8w5lz911 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/2lvpm8w5lz911" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mnnrpkvn4j762 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/mnnrpkvn4j762" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lgcffy2t7l7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/lgcffy2t7l7d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m9sk390g63ecd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/m9sk390g63ecd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qldvxejgkb9y5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/qldvxejgkb9y5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5h6146xrl9kxg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45941 +dcid: "dc/5h6146xrl9kxg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2fbj8zy0tx8z8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/2fbj8zy0tx8z8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2jp4egq8qxc4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/2jp4egq8qxc4c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ttl1yk898ccp3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/ttl1yk898ccp3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nnhb4dgjb8p23 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/nnhb4dgjb8p23" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/b6z19fhs8zmq2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/b6z19fhs8zmq2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1hs2yzevv9et5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/1hs2yzevv9et5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l5g40pvc25fp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4238 +dcid: "dc/l5g40pvc25fp" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6xe81ldtc6bth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/6xe81ldtc6bth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8qq53zcjvclt5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459410 +dcid: "dc/8qq53zcjvclt5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4p5tbb1wn1cmd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561492 +dcid: "dc/4p5tbb1wn1cmd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kygg87nrt7sb1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/kygg87nrt7sb1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m3pn2nldt4p72 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/m3pn2nldt4p72" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/w0r1dqkqxfzfd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/w0r1dqkqxfzfd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8eck1kl383xt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/8eck1kl383xt9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sffj7lms2q4zg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/sffj7lms2q4zg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kksmhdjb0dydh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/kksmhdjb0dydh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/r986pyt9s11qf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44414 +dcid: "dc/r986pyt9s11qf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/srjlj71xty9rc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/444140 +dcid: "dc/srjlj71xty9rc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sed2mbw3tg3qb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/sed2mbw3tg3qb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s80bmtlsyv73c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/s80bmtlsyv73c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lhz06btm7thg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/lhz06btm7thg9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k6z2yxg2tghv1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/k6z2yxg2tghv1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j85fwz3l74l49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/j85fwz3l74l49" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8e3glcqb2sj61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/8e3glcqb2sj61" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s1k89lrq26hff +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3344 +dcid: "dc/s1k89lrq26hff" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d68bl9nwlvjnb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/d68bl9nwlvjnb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jn0nr80nwskqh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/jn0nr80nwskqh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3fgx4g5dv1yp8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541713 +dcid: "dc/3fgx4g5dv1yp8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/712qed7g5fktg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/712qed7g5fktg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fhhg5ne5h0jv2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/fhhg5ne5h0jv2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8jc590pxb4txb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/8jc590pxb4txb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nttgqwv1dvvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33441 +dcid: "dc/nttgqwv1dvvh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zxsbjd6hs8ph7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/zxsbjd6hs8ph7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/60ktjbsf9ttm +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/5131 +dcid: "dc/60ktjbsf9ttm" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t67gtnxyk9l84 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/t67gtnxyk9l84" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d57mc00pb60hc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/d57mc00pb60hc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jb0fzhv90t0k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/jb0fzhv90t0k" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s73rq13pkvkmg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/s73rq13pkvkmg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1mwhcd25wqfp5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/1mwhcd25wqfp5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xe885k795dr4d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/xe885k795dr4d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3n5eslqwwvhc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/3n5eslqwwvhc9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8wlnmjlc3zx36 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/8wlnmjlc3zx36" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2r6ct731ps993 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/2r6ct731ps993" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/brcv805qj2f05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/brcv805qj2f05" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hlttcjjzcl2w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/hlttcjjzcl2w8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1ysllcxqfgrm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/1ysllcxqfgrm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9mj7dz7d12464 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4872 +dcid: "dc/9mj7dz7d12464" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/268eblrfxsfq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/268eblrfxsfq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x8p07m4j7yhz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/x8p07m4j7yhz" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/snbn97p38esw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/487210 +dcid: "dc/snbn97p38esw8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yhc0erw4y38n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/yhc0erw4y38n7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t90gfx217x3w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11199 +dcid: "dc/t90gfx217x3w8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mrge4ddznhlp4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48721 +dcid: "dc/mrge4ddznhlp4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9vlxnrprj8ed4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111998 +dcid: "dc/9vlxnrprj8ed4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2n7r5j8sevxcb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/2n7r5j8sevxcb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dxxbxxr4wnyb7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/dxxbxxr4wnyb7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gytwent8fstc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/gytwent8fstc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3ml9dnn1w10l6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/3ml9dnn1w10l6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eeh805ljcqqp7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/eeh805ljcqqp7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/edw5tfq53qlv +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/edw5tfq53qlv" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lnctskp17lts +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/lnctskp17lts" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/48xm88352d9lh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/48xm88352d9lh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k4rxpk50wg5w8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/524113 +dcid: "dc/k4rxpk50wg5w8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yw0yhtp51ffqb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/yw0yhtp51ffqb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8ew1dzzdmfth9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/8ew1dzzdmfth9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/btyppyjvfr4g8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/btyppyjvfr4g8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tn17gkl1jk467 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/tn17gkl1jk467" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tkd50jy5l6tg3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54181 +dcid: "dc/tkd50jy5l6tg3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/434tg9ljpm83d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/434tg9ljpm83d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/13n7e2l9v9yc9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/13n7e2l9v9yc9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wbnk0f6f98mm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541810 +dcid: "dc/wbnk0f6f98mm6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z9smcym1f4qwc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/51312 +dcid: "dc/z9smcym1f4qwc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/52xt545nh1n44 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/52xt545nh1n44" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ntld80pdf0jb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/513120 +dcid: "dc/ntld80pdf0jb4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0zb7szt98pv2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/0zb7szt98pv2g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0d6e3x0ftshyc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/0d6e3x0ftshyc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/8yp6xss1bnwed +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/8yp6xss1bnwed" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/gz59xwsfcr7z9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/gz59xwsfcr7z9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/k57nvwl18dhx8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/k57nvwl18dhx8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0y1jkdppgb5fc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/7225 +dcid: "dc/0y1jkdppgb5fc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3dsp8fcq5qxrf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/3dsp8fcq5qxrf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0bvd4zd598g89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/0bvd4zd598g89" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h1hjbcyl07wk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/h1hjbcyl07wk1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/v357j681fd9b9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/v357j681fd9b9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/edkmz9101le5d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/edkmz9101le5d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/f70fp5r781l53 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/f70fp5r781l53" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5qdw76yv6v9d8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/5qdw76yv6v9d8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/19170mn9tng89 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/44523 +dcid: "dc/19170mn9tng89" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/s263d2nrb8v09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/s263d2nrb8v09" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/g6tln40hcmxhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/445230 +dcid: "dc/g6tln40hcmxhc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/g2h73gq5yk0x1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/g2h73gq5yk0x1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zl0zkw75688bb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/zl0zkw75688bb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xs0fg75yv9d7b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/72251 +dcid: "dc/xs0fg75yv9d7b" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f7ch52qpxmkjg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722513 +dcid: "dc/f7ch52qpxmkjg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pnqz892y0lbm9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/pnqz892y0lbm9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/wt9dxk2fwrf16 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/wt9dxk2fwrf16" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/01bkgc4nez833 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/01bkgc4nez833" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hz30773vr5k02 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/hz30773vr5k02" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yhbttp307bsy1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/423690 +dcid: "dc/yhbttp307bsy1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/eznv87cqse5xb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/eznv87cqse5xb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y2vrvv3y4683h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/y2vrvv3y4683h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zzp8gphkv598d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42369 +dcid: "dc/zzp8gphkv598d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pttbx08d41t49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/pttbx08d41t49" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/y02ts39vb8x5h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/y02ts39vb8x5h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/h5bt6by5s7cfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/h5bt6by5s7cfc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b1hj1phtnk7pg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/b1hj1phtnk7pg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wzqkjpwwrw9k9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/wzqkjpwwrw9k9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/04e5bjtklscy9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/04e5bjtklscy9" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w03696prhkw1h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/813990 +dcid: "dc/w03696prhkw1h" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w6rqjc6hq34h1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/w6rqjc6hq34h1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rd0qd2tr9e8q6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/rd0qd2tr9e8q6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bwwk17y5tkjy5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/bwwk17y5tkjy5" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3mfkbm75b7qdc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/3mfkbm75b7qdc" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/27xcr7c41d341 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/27xcr7c41d341" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9e5j1hwzr0jdh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561320 +dcid: "dc/9e5j1hwzr0jdh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pllrkgkjsw0c3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/pllrkgkjsw0c3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7vzdtcv9c3xm6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/56132 +dcid: "dc/7vzdtcv9c3xm6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/c58pmqcglk1ch +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/81399 +dcid: "dc/c58pmqcglk1ch" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q2116gqpp9y09 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/q2116gqpp9y09" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zcyz6hk5b1nvd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/zcyz6hk5b1nvd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/myv967bz4xpvg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/myv967bz4xpvg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9qjp2f865s4v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/9qjp2f865s4v3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7ncy7cnhm2k8d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/7ncy7cnhm2k8d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/x4e1t76d5n4f1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/x4e1t76d5n4f1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k70gysmh86xth +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/k70gysmh86xth" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/z4gl1qmsq3w1g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/z4gl1qmsq3w1g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q5czq5bts4jeb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42449 +dcid: "dc/q5czq5bts4jeb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4edx3qlp358t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4244 +dcid: "dc/4edx3qlp358t8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h002cs5gyy22b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/h002cs5gyy22b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fzdhw2ppc49w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424490 +dcid: "dc/fzdhw2ppc49w5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yscc2z5sq9nb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/yscc2z5sq9nb4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qjt06c59g7w7c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/qjt06c59g7w7c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8kkvg2j2qxw3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/8kkvg2j2qxw3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/n4vqrj1hzw2bd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/n4vqrj1hzw2bd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pkcrmwtspve27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/pkcrmwtspve27" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pd7drh2ldtpk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/pd7drh2ldtpk1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/k3274s433ns8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11291 +dcid: "dc/k3274s433ns8f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/5jj0v1ttqw8lf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/112910 +dcid: "dc/5jj0v1ttqw8lf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/frvfgmpw6vcz6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/frvfgmpw6vcz6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6jj80zjvgnssh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/6jj80zjvgnssh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6g87skx04mjyb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/6g87skx04mjyb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/grj3trg0k84d3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/grj3trg0k84d3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0jyb3k8nrrxt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/0jyb3k8nrrxt9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l80w4y9bbqw96 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/l80w4y9bbqw96" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/1t0vjhl37hn9h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/1t0vjhl37hn9h" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rj78p0mb9re4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424510 +dcid: "dc/rj78p0mb9re4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/cq1l9vbkgwjrg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/cq1l9vbkgwjrg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3tbn4t53wy031 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/3tbn4t53wy031" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4l08yw9l35sl2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42451 +dcid: "dc/4l08yw9l35sl2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/50k8z8vmj57yc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4245 +dcid: "dc/50k8z8vmj57yc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/53q37x2k38pt +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/53q37x2k38pt" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0s1vr6wekpwf7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/0s1vr6wekpwf7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0vnjk80dtpxl7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/0vnjk80dtpxl7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qd80knzjt30f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/qd80knzjt30f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/ewfw6ty1xec45 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/ewfw6ty1xec45" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/s1z1d95w860h6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/s1z1d95w860h6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zjysx58j52d6d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54131 +dcid: "dc/zjysx58j52d6d" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x6325h3rw6ltd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541310 +dcid: "dc/x6325h3rw6ltd" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h1pwxvlcvd2p4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/h1pwxvlcvd2p4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/edmqj3szjdj3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/edmqj3szjdj3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/kzk0yp5wybjv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/kzk0yp5wybjv9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pc3532g4phss6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/pc3532g4phss6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hcjkq8ednbl24 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/hcjkq8ednbl24" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ntet2jhlrqp05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/ntet2jhlrqp05" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/6bn89zgm0plp +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/6bn89zgm0plp" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lh3fg5eb7hcr +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/lh3fg5eb7hcr" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d0gsv89tvdjz3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/d0gsv89tvdjz3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/dknw9gfbd3398 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/dknw9gfbd3398" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xqjex0q3cl193 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/xqjex0q3cl193" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jjhs41ld9h9k1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/jjhs41ld9h9k1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ht62xj3yhnh4c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/ht62xj3yhnh4c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/km4d7v8t6vhb6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/km4d7v8t6vhb6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/y6pmqv1973shb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/y6pmqv1973shb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zh8v2dgzsb4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/zh8v2dgzsb4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/gqhxyg2pstr98 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/gqhxyg2pstr98" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/64nkzz97xyhm8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/64nkzz97xyhm8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xysjd1rwlrge1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/xysjd1rwlrge1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ccjhq6ptcstzd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/ccjhq6ptcstzd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/0wgpe8fnhl521 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/0wgpe8fnhl521" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4p93sv05942l4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4248 +dcid: "dc/4p93sv05942l4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/q10rqspezyxtf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/q10rqspezyxtf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/thbl30cs3bqw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/thbl30cs3bqw8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bfxcbq38hjtx6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11121 +dcid: "dc/bfxcbq38hjtx6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/pgtmqp5ct3ltc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/pgtmqp5ct3ltc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3p17k3jkkk028 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/3p17k3jkkk028" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fvx1ycbl4slj9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/fvx1ycbl4slj9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/fmkxt7tygj49b +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/fmkxt7tygj49b" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/rq57nbvbypj61 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/rq57nbvbypj61" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/nccqzqzrp8k7d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/nccqzqzrp8k7d" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/bfnqd6msn2t5g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/bfnqd6msn2t5g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4r8g8cxww87nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/4r8g8cxww87nh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/d3ckrc2dtcm27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/d3ckrc2dtcm27" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/122emeqyl6rc1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/42413 +dcid: "dc/122emeqyl6rc1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9cq8dyv729ldg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/9cq8dyv729ldg" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sv36hhx3n7khf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33243 +dcid: "dc/sv36hhx3n7khf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/2fsnmg56jv9g7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/2fsnmg56jv9g7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4gwwn4b44kx94 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424820 +dcid: "dc/4gwwn4b44kx94" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/hp1pddwqlvcy4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/hp1pddwqlvcy4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tftp6dxpgp529 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332 +dcid: "dc/tftp6dxpgp529" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/99163wqrsh9pd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/99163wqrsh9pd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/glybmhx5xsck6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/glybmhx5xsck6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/h5xy8q3sv51s1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/h5xy8q3sv51s1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mfgzk19wkj3p6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/mfgzk19wkj3p6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/41bpz627lk15c +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111219 +dcid: "dc/41bpz627lk15c" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/yzcs4mfv5bzj5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/424130 +dcid: "dc/yzcs4mfv5bzj5" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4wqw533dzjrwf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1112 +dcid: "dc/4wqw533dzjrwf" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/9953qh42p4le1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3324 +dcid: "dc/9953qh42p4le1" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/vv5pt8crf6kq6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/332431 +dcid: "dc/vv5pt8crf6kq6" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ct9x2h99r6msb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/42482 +dcid: "dc/ct9x2h99r6msb" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8b9ejw8nyxc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/8b9ejw8nyxc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/qx910rd83m8zf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/qx910rd83m8zf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3cbr852b3xy73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/3cbr852b3xy73" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h4sct03k9x9v3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/h4sct03k9x9v3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0kzbwlhknxtf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/0kzbwlhknxtf3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/52n3v95k0qwyf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/52n3v95k0qwyf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/kzxzfs320jmv9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/kzxzfs320jmv9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/w12l65sw549vg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/w12l65sw549vg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/6eh9kh19mjn7g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/6eh9kh19mjn7g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/479ylpfzr4ebb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/479ylpfzr4ebb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yp8cvpykkwlpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/yp8cvpykkwlpg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/nxs0d0yl5j3t7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/nxs0d0yl5j3t7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lcw4l4y6vj27 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/lcw4l4y6vj27" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/kgqf1g5dvpe2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/kgqf1g5dvpe2" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3m82r9j6el3w5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/3m82r9j6el3w5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/t1n90297pz8mb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/t1n90297pz8mb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jz6r7skwsl8k +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/jz6r7skwsl8k" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/x65t622g094bg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/x65t622g094bg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fb8es4eq7vb21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/fb8es4eq7vb21" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/160bdj2w9ll2g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/160bdj2w9ll2g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dhv0bwhzcztq4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/dhv0bwhzcztq4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/fks751z57b4lb +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/fks751z57b4lb" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rf0nsv9x2lth4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/rf0nsv9x2lth4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/11w9yh9s2mhhc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/11w9yh9s2mhhc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/bmek8rxlt3pz +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/bmek8rxlt3pz" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/nkknrcnh39s55 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/nkknrcnh39s55" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/er3zh8n3t1fn3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/er3zh8n3t1fn3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0cnh6kzzqcm05 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/0cnh6kzzqcm05" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q1n20mzr38p21 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/q1n20mzr38p21" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/45ycs957hvd75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/45ycs957hvd75" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/09nejtxmx1t8g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/09nejtxmx1t8g" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rmggzl01tjpc7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/722514 +dcid: "dc/rmggzl01tjpc7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wgt4ygwvnfbvh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/wgt4ygwvnfbvh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qgeb3gcyj0bc6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/qgeb3gcyj0bc6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0b7knnswcf049 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/0b7knnswcf049" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/3de1587xev066 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/3de1587xev066" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b6r07w57p5qt2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/b6r07w57p5qt2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/00qhg6p3k78eh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/00qhg6p3k78eh" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ml8e8b1kn8cgh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/ml8e8b1kn8cgh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t65rxkng28fpg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/523910 +dcid: "dc/t65rxkng28fpg" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6jynhm7b30sf3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/6jynhm7b30sf3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pfecdlec83lw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/pfecdlec83lw8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/0bjngyyl51n68 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/0bjngyyl51n68" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/zb4cl3mgtdhk6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/zb4cl3mgtdhk6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/el679fdvgese2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/el679fdvgese2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/esn6m06plwkw1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/esn6m06plwkw1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jgkem570nnp34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/jgkem570nnp34" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/cxtkmfltv7jxh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/cxtkmfltv7jxh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/yp9e0rxjpjlxd +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/yp9e0rxjpjlxd" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l00sfgkb17n3f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/l00sfgkb17n3f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/v25mrmbsllpc5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334511 +dcid: "dc/v25mrmbsllpc5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9n23tm32xgf87 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/9n23tm32xgf87" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/4eeg0mkf59nd7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/4eeg0mkf59nd7" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/4jyfxwdlj6k4f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/4jyfxwdlj6k4f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rzpnppxselsj4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/561611 +dcid: "dc/rzpnppxselsj4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/47hyzbnz5l0f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/47hyzbnz5l0f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/e0pz5tpcbl5k2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23713 +dcid: "dc/e0pz5tpcbl5k2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5gdy4jf7lzeb5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/5gdy4jf7lzeb5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/qby1khpethjf9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/qby1khpethjf9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7230eptglyj57 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/7230eptglyj57" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/b420m81y4eg73 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/b420m81y4eg73" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/t41y7l396fb2h +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/t41y7l396fb2h" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wmjqyhshpw8nh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/wmjqyhshpw8nh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/wvplb027b6014 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/wvplb027b6014" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/2b56z93xqt1h7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/52391 +dcid: "dc/2b56z93xqt1h7" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/ves6gjg1bxyjc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/ves6gjg1bxyjc" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/js5b0f8280v49 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/js5b0f8280v49" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/l06gjyv0y9lh3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/11141 +dcid: "dc/l06gjyv0y9lh3" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/xlwsf2dz8mcd9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/xlwsf2dz8mcd9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/844wrqqg4e8w9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/111419 +dcid: "dc/844wrqqg4e8w9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/lh64rlweec4c2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/lh64rlweec4c2" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/px58v9r5k6yv6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/px58v9r5k6yv6" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/6vdsml1n4kl37 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3345 +dcid: "dc/6vdsml1n4kl37" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5vh8sts2kr066 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/5vh8sts2kr066" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/brql233t5l30g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/459920 +dcid: "dc/brql233t5l30g" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/q8myqqcq35yk5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/31181 +dcid: "dc/q8myqqcq35yk5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vqvk2zgrjvsg9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/531312 +dcid: "dc/vqvk2zgrjvsg9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/66z0nk4mnd9z6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/66z0nk4mnd9z6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/m893bndzwz3n9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/m893bndzwz3n9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/1qyz8349x9dr6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/1qyz8349x9dr6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/j6ebbtl57cfn5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/j6ebbtl57cfn5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/z6dkyyclwggng +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/33451 +dcid: "dc/z6dkyyclwggng" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/36fq93ztt53t3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/311811 +dcid: "dc/36fq93ztt53t3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pqf0fxs9pty78 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23899 +dcid: "dc/pqf0fxs9pty78" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lghms2mw00gw8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/54119 +dcid: "dc/lghms2mw00gw8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2tlwywp6p7qt9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2389 +dcid: "dc/2tlwywp6p7qt9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/rtw6f0bwp8jlh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/237130 +dcid: "dc/rtw6f0bwp8jlh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/lhrjwyhd9ec9d +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/45992 +dcid: "dc/lhrjwyhd9ec9d" +establishmentOwnership: dcid:FederalGovernmentOwned + +Node: dcid:dc/w9slq0zxxewk1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236210 +dcid: "dc/w9slq0zxxewk1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/d4qtk3hkl3zdf +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/3118 +dcid: "dc/d4qtk3hkl3zdf" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/pvgym3cxze8b6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/pvgym3cxze8b6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/tk35rc3tp82n7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23621 +dcid: "dc/tk35rc3tp82n7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/00204ex2grjf4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/541199 +dcid: "dc/00204ex2grjf4" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/5cdcdl6ybjgh9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/5cdcdl6ybjgh9" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xhq91j1s6nvr5 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/xhq91j1s6nvr5" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9cbflz60gkgg +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/9cbflz60gkgg" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/dg25xtcyrl483 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2371 +dcid: "dc/dg25xtcyrl483" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/265qhts3ckqw2 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/265qhts3ckqw2" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/99lkk6mph5jb8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/99lkk6mph5jb8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/q9dhett5ghcb3 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/q9dhett5ghcb3" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h64nl471vwrmc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/h64nl471vwrmc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/p7e003c8t02q1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/p7e003c8t02q1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/mbqlj6hyymhmh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/mbqlj6hyymhmh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/xbjgxee721jp6 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/xbjgxee721jp6" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/7yh73eg4l5l62 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/7yh73eg4l5l62" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/3ldvc12l3gzjh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/3ldvc12l3gzjh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/vsyf6mpt8wm34 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/vsyf6mpt8wm34" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2m1k80j3znv7f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/23611 +dcid: "dc/2m1k80j3znv7f" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/h418ed7k15fr7 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/2361 +dcid: "dc/h418ed7k15fr7" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/2eyx4yhpc5r8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/2eyx4yhpc5r8" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/832crzbnr7n52 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/832crzbnr7n52" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7lynxbrv72fs1 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/236118 +dcid: "dc/7lynxbrv72fs1" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jq5h549qbyfh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/1114 +dcid: "dc/jq5h549qbyfh" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/jwm6bw9xr4b74 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/jwm6bw9xr4b74" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/8r08vfqkne1h9 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/8r08vfqkne1h9" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/653gznmrl0e38 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/653gznmrl0e38" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/sfsxc9ymbk3t8 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/sfsxc9ymbk3t8" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/92vbhepbd2l75 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/92vbhepbd2l75" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/zyzcyyzk03zfc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/zyzcyyzk03zfc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/7srq14gg6n9tc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/48851 +dcid: "dc/7srq14gg6n9tc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/m2h3d4e3ddp41 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/m2h3d4e3ddp41" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/3lg5l643n2q8f +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/3lg5l643n2q8f" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/ckxw4tc6ct30g +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/ckxw4tc6ct30g" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/mchbd5vh3pyw4 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/488510 +dcid: "dc/mchbd5vh3pyw4" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/347k3g53qc2vc +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/4885 +dcid: "dc/347k3g53qc2vc" +establishmentOwnership: dcid:LocalGovernmentOwned + +Node: dcid:dc/tfnf4p40m4x93 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesTotal +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/tfnf4p40m4x93" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/9k3h344z66166 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSEstablishment +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/9k3h344z66166" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/f1hkvb7zk46zh +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:wagesWeekly +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/f1hkvb7zk46zh" +establishmentOwnership: dcid:StateGovernmentOwned + +Node: dcid:dc/jy4s09y08hn86 +typeOf: dcid:StatisticalVariable +populationType: dcid:BLSWorker +measuredProperty: dcid:count +statType: dcid:measuredValue +naics: dcid:NAICS/334 +dcid: "dc/jy4s09y08hn86" +establishmentOwnership: dcid:StateGovernmentOwned + diff --git a/util/naics_codes.py b/util/naics_codes.py index ece6a35318..cbb14aba6d 100644 --- a/util/naics_codes.py +++ b/util/naics_codes.py @@ -561,12 +561,16 @@ 'OtherFoundationStructureAndBuildingExteriorContractors', '238190': 'OtherFoundationStructureAndBuildingExteriorContractors_NAICS238190', + '238192': + 'OtherNonresidentialExteriorContractors', '2382': 'BuildingEquipmentContractors', '23821': 'ElectricalContractorsAndOtherWiringInstallationContractors', '238210': 'ElectricalContractorsAndOtherWiringInstallationContractors_NAICS238210', + '238212': + 'NonresidentialElectricalContractors', '23822': 'PlumbingHeatingAndAirConditioningContractors', '238220': @@ -575,12 +579,16 @@ 'OtherBuildingEquipmentContractors', '238290': 'OtherBuildingEquipmentContractors_NAICS238290', + '238292': + 'OtherNonresidentialEquipmentContractors', '2383': 'BuildingFinishingContractors', '23831': 'DrywallAndInsulationContractors', '238310': 'DrywallAndInsulationContractors_NAICS238310', + '238312': + 'NonresidentialDrywallContractors', '23832': 'PaintingAndWallCoveringContractors', '238320': @@ -601,16 +609,24 @@ 'OtherBuildingFinishingContractors', '238390': 'OtherBuildingFinishingContractors_NAICS238390', + '238392': + 'OtherNonresidentialFinishingContractors', '2389': 'OtherSpecialtyTradeContractors', '23891': 'SitePreparationContractors', '238910': 'SitePreparationContractors_NAICS238910', + '238911': + 'ResidentialSitePreparationContractors', '23899': 'AllOtherSpecialtyTradeContractors', '238990': 'AllOtherSpecialtyTradeContractors_NAICS238990', + '238992': + 'AllOtherNonresidentialTradeContractors', + '238991': + 'AllOtherResidentialTradeContractors', '31': 'Manufacturing', '31-33': @@ -2766,7 +2782,7 @@ '457110': 'GasolineStationsWithConvenienceStores_NAICS457110', '45712': - 'OtherGasolineStations', + 'OtherGasolineStations_NAICS45712', '457120': 'OtherGasolineStations_NAICS457120', '4572':